Trace number 4302838

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)2951 252.089 235.151

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-1_c18.xml
MD5SUM23e20eff05b11a5b5f7472de7de36ab3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark853
Best CPU time to get the best result obtained on this benchmark252.09
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3218
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree14
Maximum variable degree39
Distribution of variable degrees[{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":3},{"degree":17,"count":5},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":11},{"degree":22,"count":14},{"degree":23,"count":16},{"degree":24,"count":14},{"degree":25,"count":25},{"degree":26,"count":17},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":25},{"degree":30,"count":21},{"degree":31,"count":11},{"degree":32,"count":9},{"degree":33,"count":9},{"degree":34,"count":4},{"degree":35,"count":6},{"degree":36,"count":9},{"degree":37,"count":3},{"degree":38,"count":2},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3218}]
Number of extensional constraints0
Number of intensional constraints3218
Distribution of constraint types[{"type":"intension","count":3218}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
14.27/5.77	o 3438
14.59/5.89	o 3437
14.87/5.90	o 3189
14.87/5.92	o 3188
14.87/5.93	o 3187
14.87/5.94	o 3186
14.87/5.94	o 2951
252.02/235.12	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/235.12		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/235.12		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/235.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.02/235.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.02/235.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.02/235.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.02/235.12		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/235.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/235.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/235.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/235.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/235.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/235.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/235.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/235.12		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/235.12		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/235.12		at scala.Option.map(Option.scala:146)
252.02/235.12		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/235.12		at concrete.MAC.mac(MAC.scala:203)
252.02/235.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/235.12		at scala.util.Try$.apply(Try.scala:209)
252.02/235.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/235.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/235.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/235.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/235.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/235.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/235.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/235.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/235.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/235.12		at concrete.MAC.oneRun(MAC.scala:253)
252.02/235.12		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/235.12		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/235.12		at concrete.Solver.hasNext(Solver.scala:166)
252.02/235.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/235.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/235.12		at concrete.Solver.foreach(Solver.scala:68)
252.02/235.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/235.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/235.12		at scala.util.Success.map(Try.scala:209)
252.02/235.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/235.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/235.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/235.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/235.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/235.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/235.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/235.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/235.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/235.12		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/235.12		at scala.App.main(App.scala:76)
252.02/235.12		at scala.App.main$(App.scala:74)
252.02/235.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/235.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/235.12	v <instantiation cost="2951">
252.02/235.12	v       <list>
252.02/235.12	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124] c[125] c[126] c[127] c[128] c[129] c[130] c[131] c[132] c[133] c[134] c[135] c[136] c[137] c[138] c[139] c[140] c[141] c[142] c[143] c[144] c[145] c[146] c[147] c[148] c[149] c[150] c[151] c[152] c[153] c[154] c[155] c[156] c[157] c[158] c[159] c[160] c[161] c[162] c[163] c[164] c[165] c[166] c[167] c[168] c[169] c[170] c[171] c[172] c[173] c[174] c[175] c[176] c[177] c[178] c[179] c[180] c[181] c[182] c[183] c[184] c[185] c[186] c[187] c[188] c[189] c[190] c[191] c[192] c[193] c[194] c[195] c[196] c[197] c[198] c[199] c[200] c[201] c[202] c[203] c[204] c[205] c[206] c[207] c[208] c[209] c[210] c[211] c[212] c[213] c[214] c[215] c[216] c[217] c[218] c[219] c[220] c[221] c[222] c[223] c[224] c[225] c[226] c[227] c[228] c[229] c[230] c[231] c[232] c[233] c[234] c[235] c[236] c[237] c[238] c[239] c[240] c[241] c[242] c[243] c[244] c[245] c[246] c[247] c[248] c[249]
252.02/235.12	v       </list>
252.02/235.12	v       <values>
252.02/235.12	v         1 247 2 10 3 9 5 5 7 4 2 3 3 7 7 9 7 3 0 1 8 1 5 1 3 2 2 3 0 0 4 0 3 4 1 7 5 1 0 6 5 9 7 2 7 8 9 0 3 1 6 0 6 8 7 4 1 6 1 8 2 2 7 5 0 5 2 7 1 5 4 8 2 6 6 7 7 7 7 4 1 8 0 7 5 8 3 4 5 2 1 249 6 5 6 6 3 1 2 4 4 0 6 0 2 0 4 5 3 3 6 248 0 0 1 8 0 5 249 7 8 10 3 4 1 2 7 4 2 2 4 3 6 2 2 8 4 249 2 1 2 3 2 0 8 1 4 7 8 7 249 3 3 2 6 0 0 5 3 1 3 6 2 1 0 2 6 7 0 1 5 0 4 7 3 7 4 8 8 4 7 2 3 1 3 2 6 4 6 4 7 6 1 8 0 6 3 3 4 1 5 0 5 5 1 248 3 7 6 6 4 0 5 0 8 5 5 8 0 3 9 0 9 2 7 6 8 3 7 6 7 1 4 1 4 4 4 1 1 1 2 2 2 4 4 7 9 5 249 5
252.02/235.12	v       </values>
252.02/235.12	v     </instantiation>
252.02/235.12	s SATISFIABLE

Verifier Data

OK	2951

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302838-1532895962/watcher-4302838-1532895962 -o /tmp/evaluation-result-4302838-1532895962/solver-4302838-1532895962 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1117246294 -superng HOME/instance-4302838-1532895962.xml 

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

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

solver pid=410, runsolver pid=407

[startup+0.100115 s]*
/proc/loadavg: 1.77 1.90 1.89 3/209 470
/proc/meminfo: memFree=26693688/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=10005480 memory=14120 CPUtime=0.07 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 4203 12930 0 0 0 0 5 2 20 0 6 0 107159399 10245611520 3530 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2501370 3530 1896 1 0 2489808 0
[pid=410/tid=466] ppid=407 vsize=10005480 memory=7022364594140610616 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 2245 12930 0 0 0 0 5 2 20 0 6 0 107159408 10245611520 3794 33554432000 4194304 4196468 140724601893840 140570864452176 140570876695902 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=10005480 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 6 0 107159409 10245611520 3794 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=10005480 memory=140093001118288 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 6 0 107159409 10245611520 3794 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 6 0 107159409 10245611520 3794 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 6 0 107159409 10245611520 3794 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14120 KiB

[startup+0.210733 s]*
/proc/loadavg: 1.77 1.90 1.89 3/218 479
/proc/meminfo: memFree=26666756/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=10982744 memory=42064 CPUtime=0.25 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 7206 12930 0 0 16 2 5 2 20 0 15 0 107159399 11246329856 10516 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2745686 10516 2983 1 0 2708109 0
[pid=410/tid=466] ppid=407 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 3948 12930 0 0 10 1 5 2 20 0 15 0 107159408 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570864437320 140570877780979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=10982744 memory=140093001118288 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=10982744 memory=140093000763008 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107159410 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570318063728 140570892626562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107159410 11246329856 10714 33554432000 4194304 4196468 140724601893840 140569662710560 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159411 11246329856 10714 33554432000 4194304 4196468 140724601893840 140569514861680 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11246329856 10714 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 551 12930 0 0 1 0 5 2 20 0 15 0 107159413 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) S 407 410 19273 0 -1 1077944384 70 12930 0 0 1 0 5 2 20 0 15 0 107159413 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570315958768 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=10982744 memory=140093000763008 CPUtime=0.1 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 606 12930 0 0 3 0 5 2 20 0 15 0 107159413 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11246329856 10714 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=10982744 memory=140093000763008 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159414 11246329856 10714 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42064 KiB

[startup+0.310279 s]*
/proc/loadavg: 1.79 1.90 1.89 3/218 479
/proc/meminfo: memFree=26654724/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=10983192 memory=54696 CPUtime=0.37 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 10171 12930 0 0 27 3 5 2 20 0 15 0 107159399 11246788608 13674 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2745798 13674 3102 1 0 2708109 0
[pid=410/tid=466] ppid=407 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 6989 12930 0 0 18 2 5 2 20 0 15 0 107159408 11246788608 13936 33554432000 4194304 4196468 140724601893840 140570864427424 140570872891136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 13936 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 13936 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 13936 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 13936 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107159410 11246788608 13936 33554432000 4194304 4196468 140724601893840 140570318063728 140570892626562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107159410 11246788608 13936 33554432000 4194304 4196468 140724601893840 140569662710560 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159411 11246788608 14002 33554432000 4194304 4196468 140724601893840 140569514861680 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11246788608 14002 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 551 12930 0 0 1 0 5 2 20 0 15 0 107159413 11246788608 14002 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) S 407 410 19273 0 -1 1077944384 71 12930 0 0 1 0 5 2 20 0 15 0 107159413 11246788608 14002 33554432000 4194304 4196468 140724601893840 140570315958768 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=10983192 memory=140093000763008 CPUtime=0.12 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 616 12930 0 0 5 0 5 2 20 0 15 0 107159413 11246788608 14002 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11246788608 14002 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=10983192 memory=140093000763008 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159414 11246788608 14002 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54696 KiB

[startup+0.700781 s]
/proc/loadavg: 1.79 1.90 1.89 3/218 479
/proc/meminfo: memFree=26612952/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=10983192 memory=88456 CPUtime=0.98 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 16785 12930 0 0 86 5 5 2 20 0 15 0 107159399 11246788608 22114 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2745798 22114 3226 1 0 2708109 0
[pid=410/tid=466] ppid=407 vsize=10983192 memory=7380106142448642153 CPUtime=0.65 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 12313 12930 0 0 55 3 5 2 20 0 15 0 107159408 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570864443296 140570876695902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=10983192 memory=7739811328609576000 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=10983192 memory=2396 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=10983192 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=10983192 memory=7163890427858739792 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2 12930 0 0 0 0 5 2 20 0 15 0 107159409 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 5 12930 0 0 0 0 5 2 20 0 15 0 107159410 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570318063728 140570892626562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=10983192 memory=4778389918059158064 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107159410 11246788608 22114 33554432000 4194304 4196468 140724601893840 140569662710560 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=10983192 memory=3614789888072759642 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159411 11246788608 22114 33554432000 4194304 4196468 140724601893840 140569514861680 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=10983192 memory=-7524353711322154662 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11246788608 22114 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=10983192 memory=4634274592177799264 CPUtime=0.16 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 1167 12930 0 0 9 0 5 2 20 0 15 0 107159413 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=10983192 memory=9120181347858145840 CPUtime=0.14 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) S 407 410 19273 0 -1 1077944384 422 12930 0 0 7 0 5 2 20 0 15 0 107159413 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570315958768 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=10983192 memory=7011714800973683520 CPUtime=0.2 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 657 12930 0 0 13 0 5 2 20 0 15 0 107159413 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=10983192 memory=667680 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11246788608 22114 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=10983192 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159414 11246788608 22114 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88456 KiB

[startup+1.50511 s]
/proc/loadavg: 1.79 1.90 1.89 3/218 479
/proc/meminfo: memFree=26569560/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=10996044 memory=189752 CPUtime=2.95 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 24876 12930 0 0 277 11 5 2 20 0 15 0 107159399 11259949056 47438 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2749011 47438 3461 1 0 2710669 0
[pid=410/tid=466] ppid=407 vsize=10996044 memory=7 CPUtime=1.43 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) S 407 410 19273 0 -1 1077944384 16996 12930 0 0 130 6 5 2 20 0 15 0 107159408 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570864421456 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=10996044 memory=2396 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) R 407 410 19273 0 -1 4202560 60 12930 0 0 0 0 5 2 20 0 15 0 107159409 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570896857896 140570885243623 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=10996044 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 70 12930 0 0 0 0 5 2 20 0 15 0 107159409 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159409 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570430905504 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=10996044 memory=109804 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 125 12930 0 0 0 0 5 2 20 0 15 0 107159409 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=10996044 memory=30676 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 36 12930 0 0 0 0 5 2 20 0 15 0 107159410 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570318062016 140570892625621 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=10996044 memory=2396 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 13 12930 0 0 0 0 5 2 20 0 15 0 107159410 11259949056 47438 33554432000 4194304 4196468 140724601893840 140569662710560 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=10996044 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159411 11259949056 47438 33554432000 4194304 4196468 140724601893840 140569514861680 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=10996044 memory=1844 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11259949056 47438 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=10996044 memory=1008 CPUtime=0.53 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 2346 12930 0 0 46 0 5 2 20 0 15 0 107159413 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=10996044 memory=5404 CPUtime=0.6 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) R 407 410 19273 0 -1 4202560 1476 12930 0 0 53 0 5 2 20 0 15 0 107159413 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570315944560 140570871871995 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=10996044 memory=796 CPUtime=0.5 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 1549 12930 0 0 43 0 5 2 20 0 15 0 107159413 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11259949056 47438 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 1 12930 0 0 0 0 5 2 20 0 15 0 107159414 11259949056 47438 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10996044 KiB

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

/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 54697 12930 0 0 16078 32 5 2 20 0 15 0 107159408 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570864446720 140570483260713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=11080032 memory=92 CPUtime=0.99 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 2803 12930 0 0 65 27 5 2 20 0 15 0 107159409 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=11080032 memory=2520828 CPUtime=1.01 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 2394 12930 0 0 67 27 5 2 20 0 15 0 107159409 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=11080032 memory=2520828 CPUtime=0.96 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 760 12930 0 0 64 25 5 2 20 0 15 0 107159409 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=11080032 memory=2520828 CPUtime=1 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2349 12930 0 0 66 27 5 2 20 0 15 0 107159409 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=11080032 memory=4096 CPUtime=0.15 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 4638 12930 0 0 7 1 5 2 20 0 15 0 107159410 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570318063728 140570892626562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=11080032 memory=2520828 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 20 12930 0 0 0 0 5 2 20 0 15 0 107159410 11345952768 630207 33554432000 4194304 4196468 140724601893840 140569662710688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=11080032 memory=2520828 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 7 12930 0 0 0 0 5 2 20 0 15 0 107159411 11345952768 630207 33554432000 4194304 4196468 140724601893840 140569514861696 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=11080032 memory=2520828 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11345952768 630207 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=11080032 memory=2520828 CPUtime=5.54 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 19304 12930 0 0 542 5 5 2 20 0 15 0 107159413 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=11080032 memory=2520828 CPUtime=5.69 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) S 407 410 19273 0 -1 1077944384 17381 12930 0 0 559 3 5 2 20 0 15 0 107159413 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570315958768 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=11080032 memory=1228 CPUtime=2.55 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 15629 12930 0 0 245 3 5 2 20 0 15 0 107159413 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=11080032 memory=562 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11345952768 630207 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=11080032 memory=248 CPUtime=0.15 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 178 12930 0 0 3 5 5 2 20 0 15 0 107159414 11345952768 630207 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 178.68 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2520828 KiB

[startup+222.301 s]
/proc/loadavg: 1.93 1.92 1.90 3/219 771
/proc/meminfo: memFree=25193892/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=11080032 memory=2395640 CPUtime=239.12 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 133438 12930 0 0 23743 162 5 2 20 0 15 0 107159399 11345952768 598910 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2770008 598910 3532 1 0 2731661 0
[pid=410/tid=466] ppid=407 vsize=11080032 memory=4096 CPUtime=221.03 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 58552 12930 0 0 22063 33 5 2 20 0 15 0 107159408 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570864449656 140570483738225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=11080032 memory=2385400 CPUtime=1.11 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 3380 12930 0 0 77 27 5 2 20 0 15 0 107159409 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=11080032 memory=2385400 CPUtime=1.13 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 3468 12930 0 0 79 27 5 2 20 0 15 0 107159409 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=11080032 memory=2385400 CPUtime=1.09 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 896 12930 0 0 76 26 5 2 20 0 15 0 107159409 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=11080032 memory=2395640 CPUtime=1.12 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2665 12930 0 0 78 27 5 2 20 0 15 0 107159409 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=11080032 memory=2395640 CPUtime=0.16 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 4946 12930 0 0 7 2 5 2 20 0 15 0 107159410 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570318063728 140570892626562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=11080032 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 20 12930 0 0 0 0 5 2 20 0 15 0 107159410 11345952768 598910 33554432000 4194304 4196468 140724601893840 140569662710688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=11080032 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 7 12930 0 0 0 0 5 2 20 0 15 0 107159411 11345952768 598910 33554432000 4194304 4196468 140724601893840 140569514861696 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=11080032 memory=2395640 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11345952768 598910 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=11080032 memory=2395640 CPUtime=5.55 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 21581 12930 0 0 543 5 5 2 20 0 15 0 107159413 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=11080032 memory=2395640 CPUtime=5.7 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) S 407 410 19273 0 -1 1077944384 18298 12930 0 0 560 3 5 2 20 0 15 0 107159413 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570315958768 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=11080032 memory=2395640 CPUtime=2.56 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 17200 12930 0 0 246 3 5 2 20 0 15 0 107159413 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=11080032 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11345952768 598910 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=11080032 memory=1844 CPUtime=0.19 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 223 12930 0 0 5 7 5 2 20 0 15 0 107159414 11345952768 598910 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 239.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2395640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.11 s]
/proc/loadavg: 1.94 1.92 1.90 3/219 771
/proc/meminfo: memFree=25249628/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=11080032 memory=2354576 CPUtime=252.02 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 137117 12930 0 0 25030 165 5 2 20 0 15 0 107159399 11345952768 588644 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2770008 588644 3532 1 0 2731661 0
[pid=410/tid=466] ppid=407 vsize=11080032 memory=2354576 CPUtime=233.82 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 59775 12930 0 0 23341 34 5 2 20 0 15 0 107159408 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570864449696 140570476401026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=11080032 memory=2354576 CPUtime=1.14 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 3426 12930 0 0 80 27 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=11080032 memory=2354576 CPUtime=1.15 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 5389 12930 0 0 81 27 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=11080032 memory=2354576 CPUtime=1.11 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 1005 12930 0 0 78 26 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=11080032 memory=10592 CPUtime=1.15 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2707 12930 0 0 81 27 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=11080032 memory=7 CPUtime=0.16 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 5247 12930 0 0 7 2 5 2 20 0 15 0 107159410 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570318063728 140570892626562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=11080032 memory=2451576 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 20 12930 0 0 0 0 5 2 20 0 15 0 107159410 11345952768 588644 33554432000 4194304 4196468 140724601893840 140569662710688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=11080032 memory=30676 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 7 12930 0 0 0 0 5 2 20 0 15 0 107159411 11345952768 588644 33554432000 4194304 4196468 140724601893840 140569514861696 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=11080032 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=11080032 memory=1404 CPUtime=5.55 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 21584 12930 0 0 543 5 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=11080032 memory=2385400 CPUtime=5.7 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) S 407 410 19273 0 -1 1077944384 18306 12930 0 0 560 3 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570315958768 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=11080032 memory=1796 CPUtime=2.56 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 17204 12930 0 0 246 3 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=11080032 memory=2354576 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11345952768 588644 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=11080032 memory=2776 CPUtime=0.2 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 245 12930 0 0 5 8 5 2 20 0 15 0 107159414 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2354576 KiB

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

[startup+235.151 s]
# the end of solver process 410 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.382 s, system=1.70721 s

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

[startup+235.11 s]
/proc/loadavg: 1.94 1.92 1.90 3/219 771
/proc/meminfo: memFree=25249628/32770624 swapFree=67108744/67108860
[pid=410] ppid=407 vsize=11080032 memory=2354576 CPUtime=252.02 cores=1,3,5,7
/proc/410/stat : 410 (java) S 407 410 19273 0 -1 1077944320 137117 12930 0 0 25030 165 5 2 20 0 15 0 107159399 11345952768 588644 33554432000 4194304 4196468 140724601893840 140724601876384 140570892615415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
/proc/410/statm: 2770008 588644 3532 1 0 2731661 0
[pid=410/tid=466] ppid=407 vsize=11080032 memory=2354576 CPUtime=233.82 cores=1,3,5,7
/proc/410/task/466/stat : 466 (java) R 407 410 19273 0 -1 4202560 59775 12930 0 0 23341 34 5 2 20 0 15 0 107159408 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570864449696 140570476401026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=467] ppid=407 vsize=11080032 memory=2354576 CPUtime=1.14 cores=1,3,5,7
/proc/410/task/467/stat : 467 (java) S 407 410 19273 0 -1 1077944384 3426 12930 0 0 80 27 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570896858000 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=468] ppid=407 vsize=11080032 memory=2354576 CPUtime=1.15 cores=1,3,5,7
/proc/410/task/468/stat : 468 (java) S 407 410 19273 0 -1 1077944384 5389 12930 0 0 81 27 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570431957776 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=469] ppid=407 vsize=11080032 memory=2354576 CPUtime=1.11 cores=1,3,5,7
/proc/410/task/469/stat : 469 (java) S 407 410 19273 0 -1 1077944384 1005 12930 0 0 78 26 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570430905488 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=470] ppid=407 vsize=11080032 memory=10592 CPUtime=1.15 cores=1,3,5,7
/proc/410/task/470/stat : 470 (java) S 407 410 19273 0 -1 1077944384 2707 12930 0 0 81 27 5 2 20 0 15 0 107159409 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570429852688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=471] ppid=407 vsize=11080032 memory=7 CPUtime=0.16 cores=1,3,5,7
/proc/410/task/471/stat : 471 (java) S 407 410 19273 0 -1 1077944384 5247 12930 0 0 7 2 5 2 20 0 15 0 107159410 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570318063728 140570892626562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=472] ppid=407 vsize=11080032 memory=2451576 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/472/stat : 472 (java) S 407 410 19273 0 -1 1077944384 20 12930 0 0 0 0 5 2 20 0 15 0 107159410 11345952768 588644 33554432000 4194304 4196468 140724601893840 140569662710688 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=473] ppid=407 vsize=11080032 memory=30676 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/473/stat : 473 (java) S 407 410 19273 0 -1 1077944384 7 12930 0 0 0 0 5 2 20 0 15 0 107159411 11345952768 588644 33554432000 4194304 4196468 140724601893840 140569514861696 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=474] ppid=407 vsize=11080032 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/474/stat : 474 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140569207461968 140570892634011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=475] ppid=407 vsize=11080032 memory=1404 CPUtime=5.55 cores=1,3,5,7
/proc/410/task/475/stat : 475 (java) S 407 410 19273 0 -1 1077944384 21584 12930 0 0 543 5 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570317011568 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=476] ppid=407 vsize=11080032 memory=2385400 CPUtime=5.7 cores=1,3,5,7
/proc/410/task/476/stat : 476 (java) S 407 410 19273 0 -1 1077944384 18306 12930 0 0 560 3 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570315958768 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=477] ppid=407 vsize=11080032 memory=1796 CPUtime=2.56 cores=1,3,5,7
/proc/410/task/477/stat : 477 (java) S 407 410 19273 0 -1 1077944384 17204 12930 0 0 246 3 5 2 20 0 15 0 107159413 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570314906480 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=478] ppid=407 vsize=11080032 memory=2354576 CPUtime=0.07 cores=1,3,5,7
/proc/410/task/478/stat : 478 (java) S 407 410 19273 0 -1 1077944384 3 12930 0 0 0 0 5 2 20 0 15 0 107159414 11345952768 588644 33554432000 4194304 4196468 140724601893840 140568776666080 140570892625621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
[pid=410/tid=479] ppid=407 vsize=11080032 memory=2776 CPUtime=0.2 cores=1,3,5,7
/proc/410/task/479/stat : 479 (java) S 407 410 19273 0 -1 1077944384 245 12930 0 0 5 8 5 2 20 0 15 0 107159414 11345952768 588644 33554432000 4194304 4196468 140724601893840 140570313853360 140570892626562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29192192 140724601895528 140724601898337 140724601898337 140724601901007 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2354576 KiB

Child status: 143
Real time (s): 235.151
CPU time (s): 252.089
CPU user time (s): 250.382
CPU system time (s): 1.70721
CPU usage (%): 107.203
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 2612656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.382
system time used= 1.70721
maximum resident set size= 2612656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154258
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= 14178
involuntary context switches= 320


# summary of solver processes directly reported to runsolver:
#   pid: 410
#   total CPU time (s): 252.089
#   total CPU user time (s): 250.382
#   total CPU system time (s): 1.70721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36289 second user time and 2.34774 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:26:02
IDJOB=4302838
IDBENCH=141219
IDSOLVER=2777
FILE ID=node134/4302838-1532895962
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302838-1532895962/watcher-4302838-1532895962 -o /tmp/evaluation-result-4302838-1532895962/solver-4302838-1532895962 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1117246294 -superng HOME/instance-4302838-1532895962.xml

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

MD5SUM BENCH= 23e20eff05b11a5b5f7472de7de36ab3
RANDOM SEED=1117246294

node134.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.68
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.68
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.68
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.68
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:        26697656 kB
MemAvailable:   30342952 kB
Buffers:          208428 kB
Cached:          3707304 kB
SwapCached:            0 kB
Active:          3328752 kB
Inactive:        2266076 kB
Active(anon):    1628660 kB
Inactive(anon):    78480 kB
Active(file):    1700092 kB
Inactive(file):  2187596 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26504 kB
Writeback:             8 kB
AnonPages:       1686476 kB
Mapped:            57912 kB
Shmem:             25132 kB
Slab:             175496 kB
SReclaimable:     146888 kB
SUnreclaim:        28608 kB
KernelStack:        3584 kB
PageTables:         8508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2926644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1460224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 22:29:57