Trace number 4302897

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.2-SuperNGSAT (TO)20 252.137 230.873

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-01-opt_c18.xml
MD5SUM19ea5b9da6c92ab0a6dd9deb2e409c18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark252.141
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":18},{"size":22,"count":28},{"size":24,"count":16},{"size":36,"count":24},{"size":42,"count":34},{"size":44,"count":80}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":11},{"degree":6,"count":22},{"degree":7,"count":22},{"degree":8,"count":19},{"degree":9,"count":21},{"degree":10,"count":12},{"degree":11,"count":11},{"degree":13,"count":1},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":18,"count":8},{"degree":19,"count":13},{"degree":20,"count":16},{"degree":21,"count":18},{"degree":22,"count":14},{"degree":23,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1134}]
Number of extensional constraints0
Number of intensional constraints1134
Distribution of constraint types[{"type":"intension","count":1134}]
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
42.72/29.55	o 26
43.92/30.25	o 24
47.76/32.26	o 22
63.13/45.71	o 20
252.06/230.83	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/230.83		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/230.83		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/230.83		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/230.83		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
252.06/230.83		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
252.06/230.83		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/230.83		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.06/230.83		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/230.83		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/230.83		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/230.83		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/230.83		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/230.83		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/230.83		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/230.83		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/230.83		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/230.83		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/230.83		at scala.Option.map(Option.scala:146)
252.06/230.83		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/230.83		at concrete.MAC.mac(MAC.scala:203)
252.06/230.83		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/230.83		at scala.util.Try$.apply(Try.scala:209)
252.06/230.83		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/230.83		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/230.83		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/230.83		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/230.83		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/230.83		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/230.83		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/230.83		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/230.83		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/230.83		at concrete.MAC.oneRun(MAC.scala:253)
252.06/230.83		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/230.83		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/230.83		at concrete.Solver.hasNext(Solver.scala:166)
252.06/230.83		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/230.83		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/230.83		at concrete.Solver.foreach(Solver.scala:68)
252.06/230.83		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/230.83		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/230.83		at scala.util.Success.map(Try.scala:209)
252.06/230.83		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/230.83		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/230.83		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/230.83		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/230.83		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/230.83		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/230.83		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/230.83		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/230.83		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/230.83		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/230.83		at scala.App.main(App.scala:76)
252.06/230.83		at scala.App.main$(App.scala:74)
252.06/230.83		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/230.83		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/230.83	v <instantiation cost="20">
252.06/230.83	v       <list>
252.06/230.83	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]
252.06/230.83	v       </list>
252.06/230.83	v       <values>
252.06/230.83	v         680 442 554 792 310 72 142 380 408 170 554 792 512 750 792 554 792 554 380 142 540 778 408 170 540 778 736 498 792 554 778 540 142 380 470 708 310 72 380 142 778 540 778 540 310 72 512 750 72 310 310 72 554 792 554 792 792 554 512 750 72 310 792 554 72 310 498 736 72 310 792 554 240 478 750 512 72 310 142 380 380 142 470 708 778 540 380 142 310 72 708 470 792 554 498 736 478 240 554 792 554 792 72 310 72 310 778 540 792 554 142 380 750 512 778 540 380 142 736 498 478 240 478 240 554 792 72 310 310 72 540 778 680 442 478 240 512 750 72 310 680 442 380 142 680 442 680 442 442 680 310 72 554 792 540 778 380 142 750 512 708 470 142 380 736 498 540 778 380 142 72 310 554 792 380 142 778 540 380 142 512 750 442 680 554 792 708 470 554 792 470 708 240 478 512 750 792 554 498 736
252.06/230.83	v       </values>
252.06/230.83	v     </instantiation>
252.06/230.84	s SATISFIABLE

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302897-1532895633/watcher-4302897-1532895633 -o /tmp/evaluation-result-4302897-1532895633/solver-4302897-1532895633 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1737777638 -superng HOME/instance-4302897-1532895633.xml 

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

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

solver pid=25254, runsolver pid=25251

[startup+0.100057 s]*
/proc/loadavg: 2.11 1.99 1.91 3/206 25311
/proc/meminfo: memFree=24177632/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=10005480 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 4242 13281 0 0 0 1 5 3 20 0 6 0 107126503 10245611520 4583 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2501370 4583 1931 1 0 2489808 0
[pid=25254/tid=25307] ppid=25251 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 2046 13281 0 0 0 0 5 3 20 0 6 0 107126512 10245611520 4583 33554432000 4194304 4196468 140725678710608 139716950426192 139716962669918 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 107126513 10245611520 4583 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=10005480 memory=140102773204608 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 107126513 10245611520 4583 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 107126513 10245611520 4583 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 6 0 107126513 10245611520 4583 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210749 s]*
/proc/loadavg: 2.11 1.99 1.91 6/215 25320
/proc/meminfo: memFree=24152660/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=10982744 memory=45464 CPUtime=0.26 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 7587 13281 0 0 16 2 5 3 20 0 15 0 107126503 11246329856 11366 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2745686 11366 2947 1 0 2708109 0
[pid=25254/tid=25307] ppid=25251 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 4189 13281 0 0 10 1 5 3 20 0 15 0 107126512 11246329856 11432 33554432000 4194304 4196468 140725678710608 139716950406544 139716958865138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=10982744 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246329856 11432 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=10982744 memory=3617997567650653856 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246329856 11432 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246329856 11432 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246329856 11432 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=10982744 memory=140102773204608 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 107126514 11246329856 11432 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 13 13281 0 0 0 0 5 3 20 0 15 0 107126515 11246329856 11432 33554432000 4194304 4196468 140725678710608 139715823002912 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126515 11246329856 11498 33554432000 4194304 4196468 140725678710608 139715621676656 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246329856 11498 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 358 13281 0 0 1 0 5 3 20 0 15 0 107126518 11246329856 11498 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 245 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246329856 11498 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=10982744 memory=140102773204608 CPUtime=0.11 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 620 13281 0 0 3 0 5 3 20 0 15 0 107126518 11246329856 11498 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246329856 11498 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=10982744 memory=140102773204608 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246329856 11498 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45464 KiB

[startup+0.31075 s]*
/proc/loadavg: 2.11 1.99 1.91 3/215 25320
/proc/meminfo: memFree=24141372/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=10983192 memory=56960 CPUtime=0.38 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 10281 13281 0 0 27 3 5 3 20 0 15 0 107126503 11246788608 14240 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2745798 14240 3066 1 0 2708109 0
[pid=25254/tid=25307] ppid=25251 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 6825 13281 0 0 18 2 5 3 20 0 15 0 107126512 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716950378960 139716962669918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 107126514 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 13 13281 0 0 0 0 5 3 20 0 15 0 107126515 11246788608 14240 33554432000 4194304 4196468 140725678710608 139715823002912 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126515 11246788608 14240 33554432000 4194304 4196468 140725678710608 139715621676656 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246788608 14240 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 360 13281 0 0 2 0 5 3 20 0 15 0 107126518 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 248 13281 0 0 1 0 5 3 20 0 15 0 107126518 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=10983192 memory=140102773204608 CPUtime=0.12 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 626 13281 0 0 4 0 5 3 20 0 15 0 107126518 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246788608 14240 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=10983192 memory=140102773204608 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246788608 14240 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56960 KiB

[startup+0.70082 s]
/proc/loadavg: 2.11 1.99 1.91 3/215 25320
/proc/meminfo: memFree=24130704/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=10983192 memory=88904 CPUtime=1 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 16378 13281 0 0 87 5 5 3 20 0 15 0 107126503 11246788608 22226 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2745798 22226 3238 1 0 2708109 0
[pid=25254/tid=25307] ppid=25251 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 11855 13281 0 0 55 3 5 3 20 0 15 0 107126512 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716950405696 139716962669918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 107126513 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 5 13281 0 0 0 0 5 3 20 0 15 0 107126514 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=10983192 memory=140102638645936 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 13 13281 0 0 0 0 5 3 20 0 15 0 107126515 11246788608 22226 33554432000 4194304 4196468 140725678710608 139715823002912 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=10983192 memory=140106128163408 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126515 11246788608 22226 33554432000 4194304 4196468 140725678710608 139715621676656 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=10983192 memory=1020 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246788608 22226 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=10983192 memory=7089042195949315648 CPUtime=0.16 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 716 13281 0 0 8 0 5 3 20 0 15 0 107126518 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=10983192 memory=7881696724453321575 CPUtime=0.17 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 907 13281 0 0 9 0 5 3 20 0 15 0 107126518 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 676 13281 0 0 13 0 5 3 20 0 15 0 107126518 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246788608 22226 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126518 11246788608 22226 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88904 KiB

[startup+1.50079 s]
/proc/loadavg: 2.11 1.99 1.91 3/215 25320
/proc/meminfo: memFree=24084828/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=10998092 memory=189468 CPUtime=2.63 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 23789 13281 0 0 245 10 5 3 20 0 15 0 107126503 11262046208 47367 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2749523 47367 3472 1 0 2711181 0
[pid=25254/tid=25307] ppid=25251 vsize=10998092 memory=10757 CPUtime=1.42 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 16929 13281 0 0 128 6 5 3 20 0 15 0 107126512 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716950386480 139716962669918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 181 13281 0 0 1 0 5 3 20 0 15 0 107126513 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 57 13281 0 0 1 0 5 3 20 0 15 0 107126513 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=10998092 memory=2972 CPUtime=0.09 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 17 13281 0 0 1 0 5 3 20 0 15 0 107126513 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=10998092 memory=88904 CPUtime=0.09 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 35 13281 0 0 1 0 5 3 20 0 15 0 107126513 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 49 13281 0 0 1 0 5 3 20 0 15 0 107126514 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 14 13281 0 0 0 0 5 3 20 0 15 0 107126515 11262046208 47367 33554432000 4194304 4196468 140725678710608 139715823002976 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126515 11262046208 47367 33554432000 4194304 4196468 140725678710608 139715621676672 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11262046208 47367 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=10998092 memory=4638778398332698720 CPUtime=0.32 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 1074 13281 0 0 24 0 5 3 20 0 15 0 107126518 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=10998092 memory=280205277567872 CPUtime=0.5 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 1706 13281 0 0 42 0 5 3 20 0 15 0 107126518 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=10998092 memory=6944656592452807323 CPUtime=0.5 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 1526 13281 0 0 42 0 5 3 20 0 15 0 107126518 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11262046208 47367 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 107126518 11262046208 47367 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10998092 KiB

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

/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 46541 13281 0 0 10106 46 5 3 20 0 15 0 107126512 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716950422352 139716524523735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=11080032 memory=2750920 CPUtime=0.54 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 1670 13281 0 0 35 11 5 3 20 0 15 0 107126513 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=11080032 memory=2741172 CPUtime=0.56 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 1488 13281 0 0 37 11 5 3 20 0 15 0 107126513 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=11080032 memory=2764772 CPUtime=0.53 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 1657 13281 0 0 33 12 5 3 20 0 15 0 107126513 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=11080032 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 605 13281 0 0 37 11 5 3 20 0 15 0 107126513 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=11080032 memory=2752972 CPUtime=0.2 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 5964 13281 0 0 11 1 5 3 20 0 15 0 107126514 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=11080032 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 20 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 685293 33554432000 4194304 4196468 140725678710608 139715823002976 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 8 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 685293 33554432000 4194304 4196468 140725678710608 139715621676672 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=11080032 memory=6395206304943 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 685293 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=11080032 memory=1812 CPUtime=7.4 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 20287 13281 0 0 728 4 5 3 20 0 15 0 107126518 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=11080032 memory=1020 CPUtime=7.16 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 17088 13281 0 0 705 3 5 3 20 0 15 0 107126518 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=11080032 memory=4140 CPUtime=2.8 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 17916 13281 0 0 267 5 5 3 20 0 15 0 107126518 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 685293 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=11080032 memory=6944656592455360604 CPUtime=0.13 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 192 13281 0 0 2 3 5 3 20 0 15 0 107126518 11345952768 685293 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 120.86 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2741172 KiB

[startup+162.301 s]
/proc/loadavg: 1.74 1.90 1.89 3/215 25576
/proc/meminfo: memFree=23210824/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=11080032 memory=2575164 CPUtime=182.34 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 134656 13281 0 0 18107 119 5 3 20 0 15 0 107126503 11345952768 643791 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2770008 643791 3534 1 0 2731661 0
[pid=25254/tid=25307] ppid=25251 vsize=11080032 memory=2575676 CPUtime=161.14 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 48805 13281 0 0 16059 47 5 3 20 0 15 0 107126512 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716950423840 139716512296499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=11080032 memory=2575164 CPUtime=0.81 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 1806 13281 0 0 61 12 5 3 20 0 15 0 107126513 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=11080032 memory=2575164 CPUtime=0.83 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 2606 13281 0 0 62 13 5 3 20 0 15 0 107126513 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=11080032 memory=6791534058613427641 CPUtime=0.81 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 2305 13281 0 0 59 14 5 3 20 0 15 0 107126513 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=11080032 memory=5456 CPUtime=0.82 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 762 13281 0 0 63 11 5 3 20 0 15 0 107126513 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=11080032 memory=4140 CPUtime=0.33 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 6313 13281 0 0 22 3 5 3 20 0 15 0 107126514 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=11080032 memory=30444 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 20 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 643791 33554432000 4194304 4196468 140725678710608 139715823002976 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=11080032 memory=1520 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 8 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 643791 33554432000 4194304 4196468 140725678710608 139715621676672 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=11080032 memory=844 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 643791 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=11080032 memory=2577728 CPUtime=7.86 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 28450 13281 0 0 774 4 5 3 20 0 15 0 107126518 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=11080032 memory=2578240 CPUtime=7.34 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 20040 13281 0 0 723 3 5 3 20 0 15 0 107126518 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=11080032 memory=2576188 CPUtime=2.83 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 21118 13281 0 0 270 5 5 3 20 0 15 0 107126518 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=11080032 memory=1020 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 643791 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=11080032 memory=2575676 CPUtime=0.17 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 223 13281 0 0 4 5 5 3 20 0 15 0 107126518 11345952768 643791 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 182.34 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2575164 KiB

[startup+222.301 s]
/proc/loadavg: 1.93 1.93 1.90 3/215 25577
/proc/meminfo: memFree=23132564/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=11080032 memory=2544864 CPUtime=243.41 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 155934 13281 0 0 24206 127 5 3 20 0 15 0 107126503 11345952768 636216 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2770008 636216 3534 1 0 2731661 0
[pid=25254/tid=25307] ppid=25251 vsize=11080032 memory=2543840 CPUtime=220.58 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 53157 13281 0 0 22002 48 5 3 20 0 15 0 107126512 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716950422656 139716518945671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=11080032 memory=2772868 CPUtime=1.13 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 3046 13281 0 0 92 13 5 3 20 0 15 0 107126513 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=11080032 memory=2543840 CPUtime=1.17 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 3318 13281 0 0 95 14 5 3 20 0 15 0 107126513 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=11080032 memory=2543840 CPUtime=1.14 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 3585 13281 0 0 91 15 5 3 20 0 15 0 107126513 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=11080032 memory=2544864 CPUtime=1.16 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 1539 13281 0 0 96 12 5 3 20 0 15 0 107126513 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=11080032 memory=2543840 CPUtime=0.51 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 7017 13281 0 0 38 5 5 3 20 0 15 0 107126514 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=11080032 memory=2545888 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 20 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 636216 33554432000 4194304 4196468 140725678710608 139715823002976 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=11080032 memory=2543840 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 8 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 636216 33554432000 4194304 4196468 140725678710608 139715621676672 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=11080032 memory=2545376 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 636216 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=11080032 memory=17016 CPUtime=7.92 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 31920 13281 0 0 779 5 5 3 20 0 15 0 107126518 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=11080032 memory=2545888 CPUtime=7.37 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 24259 13281 0 0 726 3 5 3 20 0 15 0 107126518 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=11080032 memory=17016 CPUtime=2.85 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 25409 13281 0 0 272 5 5 3 20 0 15 0 107126518 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=11080032 memory=2547432 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 636216 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=11080032 memory=4140 CPUtime=0.2 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 456 13281 0 0 5 7 5 3 20 0 15 0 107126518 11345952768 636216 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 243.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2544864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+230.801 s]
/proc/loadavg: 1.79 1.90 1.89 3/215 25577
/proc/meminfo: memFree=23160860/32770624 swapFree=67108860/67108860
[pid=25254] ppid=25251 vsize=11080032 memory=2531168 CPUtime=252.06 cores=0,2,4,6
/proc/25254/stat : 25254 (java) S 25251 25254 13514 0 -1 1077944320 159727 13281 0 0 25070 128 5 3 20 0 15 0 107126503 11345952768 632792 33554432000 4194304 4196468 140725678710608 140725678693152 139716978589431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
/proc/25254/statm: 2770008 632792 3534 1 0 2731661 0
[pid=25254/tid=25307] ppid=25251 vsize=11080032 memory=6791534058613427641 CPUtime=229 cores=0,2,4,6
/proc/25254/task/25307/stat : 25307 (java) R 25251 25254 13514 0 -1 4202560 54579 13281 0 0 22844 48 5 3 20 0 15 0 107126512 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716950422800 139716511212684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25308] ppid=25251 vsize=11080032 memory=1020 CPUtime=1.18 cores=0,2,4,6
/proc/25254/task/25308/stat : 25308 (java) S 25251 25254 13514 0 -1 1077944384 3151 13281 0 0 97 13 5 3 20 0 15 0 107126513 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716982831504 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25309] ppid=25251 vsize=11080032 memory=5456 CPUtime=1.22 cores=0,2,4,6
/proc/25254/task/25309/stat : 25309 (java) S 25251 25254 13514 0 -1 1077944384 3943 13281 0 0 100 14 5 3 20 0 15 0 107126513 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716837550352 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25310] ppid=25251 vsize=11080032 memory=756 CPUtime=1.18 cores=0,2,4,6
/proc/25254/task/25310/stat : 25310 (java) S 25251 25254 13514 0 -1 1077944384 4795 13281 0 0 95 15 5 3 20 0 15 0 107126513 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716836498064 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25311] ppid=25251 vsize=11080032 memory=3028 CPUtime=1.2 cores=0,2,4,6
/proc/25254/task/25311/stat : 25311 (java) S 25251 25254 13514 0 -1 1077944384 1588 13281 0 0 100 12 5 3 20 0 15 0 107126513 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716835445264 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25312] ppid=25251 vsize=11080032 memory=2559552 CPUtime=0.53 cores=0,2,4,6
/proc/25254/task/25312/stat : 25312 (java) S 25251 25254 13514 0 -1 1077944384 7355 13281 0 0 40 5 5 3 20 0 15 0 107126514 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716269640304 139716978600578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25313] ppid=25251 vsize=11080032 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25313/stat : 25313 (java) S 25251 25254 13514 0 -1 1077944384 20 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 632792 33554432000 4194304 4196468 140725678710608 139715823002976 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25314] ppid=25251 vsize=11080032 memory=2944 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25314/stat : 25314 (java) S 25251 25254 13514 0 -1 1077944384 8 13281 0 0 0 0 5 3 20 0 15 0 107126515 11345952768 632792 33554432000 4194304 4196468 140725678710608 139715621676672 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25315] ppid=25251 vsize=11080032 memory=2946488 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25315/stat : 25315 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 632792 33554432000 4194304 4196468 140725678710608 139715314276944 139716978608027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25316] ppid=25251 vsize=11080032 memory=6791534058613427641 CPUtime=7.92 cores=0,2,4,6
/proc/25254/task/25316/stat : 25316 (java) S 25251 25254 13514 0 -1 1077944384 31920 13281 0 0 779 5 5 3 20 0 15 0 107126518 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716268587120 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25317] ppid=25251 vsize=11080032 memory=5456 CPUtime=7.37 cores=0,2,4,6
/proc/25254/task/25317/stat : 25317 (java) S 25251 25254 13514 0 -1 1077944384 24259 13281 0 0 726 3 5 3 20 0 15 0 107126518 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716267534320 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25318] ppid=25251 vsize=11080032 memory=756 CPUtime=2.85 cores=0,2,4,6
/proc/25254/task/25318/stat : 25318 (java) S 25251 25254 13514 0 -1 1077944384 25409 13281 0 0 272 5 5 3 20 0 15 0 107126518 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716266482032 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25319] ppid=25251 vsize=11080032 memory=14572 CPUtime=0.08 cores=0,2,4,6
/proc/25254/task/25319/stat : 25319 (java) S 25251 25254 13514 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 107126518 11345952768 632792 33554432000 4194304 4196468 140725678710608 139714883480032 139716978599637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
[pid=25254/tid=25320] ppid=25251 vsize=11080032 memory=12708 CPUtime=0.21 cores=0,2,4,6
/proc/25254/task/25320/stat : 25320 (java) S 25251 25254 13514 0 -1 1077944384 500 13281 0 0 6 7 5 3 20 0 15 0 107126518 11345952768 632792 33554432000 4194304 4196468 140725678710608 139716265429936 139716978600578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28979200 140725678717544 140725678720353 140725678720353 140725678723023 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2531168 KiB

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

[startup+230.873 s]
# the end of solver process 25254 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.796 s, system=1.34116 s

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

Child status: 143
Real time (s): 230.873
CPU time (s): 252.137
CPU user time (s): 250.796
CPU system time (s): 1.34116
CPU usage (%): 109.21
Max. virtual memory (cumulated for all children) (KiB): 11081740
Max. memory (cumulated for all children) (KiB): 2894084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.796
system time used= 1.34116
maximum resident set size= 2894084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176483
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= 21139
involuntary context switches= 1227


# summary of solver processes directly reported to runsolver:
#   pid: 25254
#   total CPU time (s): 252.137
#   total CPU user time (s): 250.796
#   total CPU system time (s): 1.34116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.56761 second user time and 1.97895 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:20:33
IDJOB=4302897
IDBENCH=141197
IDSOLVER=2777
FILE ID=node136/4302897-1532895633
RUNJOBID= node136-1532893975-22776
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-01-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302897-1532895633/watcher-4302897-1532895633 -o /tmp/evaluation-result-4302897-1532895633/solver-4302897-1532895633 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1737777638 -superng HOME/instance-4302897-1532895633.xml

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

MD5SUM BENCH= 19ea5b9da6c92ab0a6dd9deb2e409c18
RANDOM SEED=1737777638

node136.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.50
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.50
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.50
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.50
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:        24184136 kB
MemAvailable:   27593464 kB
Buffers:          217880 kB
Cached:          3461784 kB
SwapCached:            0 kB
Active:          6146716 kB
Inactive:        1957220 kB
Active(anon):    4375620 kB
Inactive(anon):    76480 kB
Active(file):    1771096 kB
Inactive(file):  1880740 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27080 kB
Writeback:             0 kB
AnonPages:       4431248 kB
Mapped:            48124 kB
Shmem:             25228 kB
Slab:             174896 kB
SReclaimable:     146656 kB
SUnreclaim:        28240 kB
KernelStack:        3536 kB
PageTables:        13844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5527152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4194304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 22:24:24