Trace number 4304367

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)3290 2520.08 2462.25

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 benchmark863
Best CPU time to get the best result obtained on this benchmark2520.1
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.97/0.74	c Concrete v3.9.2.1532736233296 running
14.00/5.73	o 3939
14.25/5.85	o 3692
14.25/5.87	o 3691
14.25/5.88	o 3690
14.25/5.89	o 3452
32.22/20.47	o 3451
32.22/20.48	o 3450
32.22/20.49	o 3310
32.39/20.50	o 3309
32.39/20.51	o 3308
40.46/28.09	o 3307
40.46/28.10	o 3305
41.55/29.01	o 3304
41.55/29.01	o 3302
41.55/29.03	o 3300
41.55/29.04	o 3299
41.55/29.04	o 3298
121.22/107.49	o 3297
121.33/107.51	o 3296
121.33/107.52	o 3295
124.38/110.28	o 3294
436.41/416.48	o 3293
445.16/424.72	o 3292
445.16/424.74	o 3291
445.30/424.80	o 3290
2520.02/2462.21	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2462.21		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2462.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2462.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2462.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2462.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2462.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2462.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2462.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2462.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2462.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2462.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2462.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2462.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2462.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2462.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2462.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2462.21		at scala.Option.map(Option.scala:146)
2520.02/2462.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2462.21		at concrete.MAC.mac(MAC.scala:203)
2520.02/2462.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2462.21		at scala.util.Try$.apply(Try.scala:209)
2520.02/2462.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2462.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2462.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2462.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2462.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2462.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2462.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2462.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2462.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2462.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2462.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2462.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2462.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2462.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2462.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2462.21		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2462.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2462.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2462.21		at scala.util.Success.map(Try.scala:209)
2520.02/2462.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2462.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2462.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2462.22		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2462.22		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2462.22		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2462.22		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2462.22		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2462.22		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2462.22		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2462.22		at scala.App.main(App.scala:76)
2520.02/2462.22		at scala.App.main$(App.scala:74)
2520.02/2462.22		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2462.22		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2462.23	v <instantiation cost="3290">
2520.02/2462.23	v       <list>
2520.02/2462.23	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]
2520.02/2462.23	v       </list>
2520.02/2462.23	v       <values>
2520.02/2462.23	v         1 8 4 6 6 3 2 9 8 249 4 3 0 9 6 8 7 4 4 2 3 2 7 0 3 2 6 5 2 1 3 9 10 5 4 3 4 10 8 10 7 7 1 2 7 8 2 7 3 5 9 6 4 6 7 8 1 4 6 1 2 248 10 7 0 5 4 7 0 9 5 7 1 3 6 9 6 0 3 5 6 7 1 6 0 8 2 5 10 0 9 8 4 0 3 0 10 2 0 4 4 0 5 4 2 5 5 6 1 7 0 9 5 1 1 1 0 10 6 8 1 3 3 4 8 3 5 3 3 5 5 4 3 2 249 2 6 11 3 5 0 3 1 5 4 9 5 7 7 10 7 3 4 6 6 0 248 7 3 1 248 3 5 5 0 6 2 6 7 8 7 2 6 3 6 6 5 0 2 8 2 2 3 1 1 1 3 6 1 2 5 4 4 249 8 2 2 3 8 4 6 3 10 249 2 3 1 5 3 1 4 8 1 5 8 0 6 0 0 3 8 0 9 0 249 5 8 3 8 7 3 4 0 5 4 249 4 0 2 1 2 10 2 5 4 9 8 0 1 9
2520.02/2462.23	v       </values>
2520.02/2462.23	v     </instantiation>
2520.02/2462.23	s SATISFIABLE

Verifier Data

OK	3290

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304367-1534063810/watcher-4304367-1534063810 -o /tmp/evaluation-result-4304367-1534063810/solver-4304367-1534063810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20600 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=487004543 HOME/instance-4304367-1534063810.xml 

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

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

solver pid=20626, runsolver pid=20622

[startup+0.101621 s]*
/proc/loadavg: 0.83 0.87 1.03 3/197 20743
/proc/meminfo: memFree=12886652/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 4301 12979 0 0 1 1 4 3 20 0 6 0 223944202 10245611520 4137 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2501370 4137 1932 1 0 2489808 0
[pid=20626/tid=20735] ppid=20622 vsize=10005480 memory=-6517102902069810590 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 2121 12979 0 0 0 0 4 3 20 0 6 0 223944211 10245611520 4137 33554432000 4194304 4196468 140728021178048 139792088093264 139792101938995 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=10005480 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 6 0 223944212 10245611520 4137 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=10005480 memory=140071069623936 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 6 0 223944212 10245611520 4137 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 6 0 223944212 10245611520 4137 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 6 0 223944212 10245611520 4137 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209743 s]*
/proc/loadavg: 0.83 0.87 1.03 3/215 20761
/proc/meminfo: memFree=12845964/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=10982744 memory=41500 CPUtime=0.25 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 7091 12979 0 0 16 2 4 3 20 0 15 0 223944202 11246329856 10375 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2745686 10375 2960 1 0 2708109 0
[pid=20626/tid=20735] ppid=20622 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 3675 12979 0 0 10 1 4 3 20 0 15 0 223944211 11246329856 10375 33554432000 4194304 4196468 140728021178048 139792088052544 139792096532224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246329856 10441 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=10982744 memory=140071070816920 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246329856 10441 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246329856 10441 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246329856 10441 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=10982744 memory=140071069623936 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944214 11246329856 10441 33554432000 4194304 4196468 140728021178048 139791609305200 139792116267650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 13 12979 0 0 0 0 4 3 20 0 15 0 223944215 11246329856 10441 33554432000 4194304 4196468 140728021178048 139790917821216 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 21 12979 0 0 0 0 4 3 20 0 15 0 223944215 11246329856 10441 33554432000 4194304 4196468 140728021178048 139790850708592 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11246329856 10441 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 418 12979 0 0 1 0 4 3 20 0 15 0 223944217 11246329856 10441 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) S 20622 20626 20569 0 -1 1077944384 186 12979 0 0 1 0 4 3 20 0 15 0 223944217 11246329856 10441 33554432000 4194304 4196468 140728021178048 139791607200240 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=10982744 memory=140071069623936 CPUtime=0.1 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 629 12979 0 0 3 0 4 3 20 0 15 0 223944217 11246329856 10441 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11246329856 10441 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=10982744 memory=140071069623936 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944218 11246329856 10507 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41500 KiB

[startup+0.31009 s]*
/proc/loadavg: 0.83 0.87 1.03 3/215 20761
/proc/meminfo: memFree=12821000/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=10983192 memory=55144 CPUtime=0.37 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 10398 12979 0 0 27 3 4 3 20 0 15 0 223944202 11246788608 13786 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2745798 13786 3079 1 0 2708109 0
[pid=20626/tid=20735] ppid=20622 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 6913 12979 0 0 19 2 4 3 20 0 15 0 223944211 11246788608 13786 33554432000 4194304 4196468 140728021178048 139792088068512 139792096532252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 13786 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 13786 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 13786 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 13786 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944214 11246788608 13786 33554432000 4194304 4196468 140728021178048 139791609305200 139792116267650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 13 12979 0 0 0 0 4 3 20 0 15 0 223944215 11246788608 13786 33554432000 4194304 4196468 140728021178048 139790917821216 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 21 12979 0 0 0 0 4 3 20 0 15 0 223944215 11246788608 13786 33554432000 4194304 4196468 140728021178048 139790850708592 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11246788608 13786 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 421 12979 0 0 1 0 4 3 20 0 15 0 223944217 11246788608 13786 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) S 20622 20626 20569 0 -1 1077944384 187 12979 0 0 1 0 4 3 20 0 15 0 223944217 11246788608 13786 33554432000 4194304 4196468 140728021178048 139791607200240 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=10983192 memory=140071069623936 CPUtime=0.12 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 635 12979 0 0 5 0 4 3 20 0 15 0 223944217 11246788608 13786 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11246788608 13786 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=10983192 memory=140071069623936 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944218 11246788608 13786 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55144 KiB

[startup+0.700707 s]
/proc/loadavg: 0.83 0.87 1.03 5/215 20761
/proc/meminfo: memFree=12798360/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=10983192 memory=88132 CPUtime=0.97 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 16750 12979 0 0 86 4 4 3 20 0 15 0 223944202 11246788608 22033 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2745798 22033 3238 1 0 2708109 0
[pid=20626/tid=20735] ppid=20622 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 12176 12979 0 0 56 3 4 3 20 0 15 0 223944211 11246788608 22033 33554432000 4194304 4196468 140728021178048 139792088082576 139792099449237 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 22033 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 2 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 22033 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=10983192 memory=121746273 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 22033 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=10983192 memory=45142993 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944212 11246788608 22033 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=10983192 memory=273 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) S 20622 20626 20569 0 -1 1077944384 5 12979 0 0 0 0 4 3 20 0 15 0 223944214 11246788608 22033 33554432000 4194304 4196468 140728021178048 139791609305200 139792116267650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=10983192 memory=68 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 13 12979 0 0 0 0 4 3 20 0 15 0 223944215 11246788608 22033 33554432000 4194304 4196468 140728021178048 139790917821216 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 21 12979 0 0 0 0 4 3 20 0 15 0 223944215 11246788608 22033 33554432000 4194304 4196468 140728021178048 139790850708592 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11246788608 22033 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 1045 12979 0 0 9 0 4 3 20 0 15 0 223944217 11246788608 22033 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) S 20622 20626 20569 0 -1 1077944384 561 12979 0 0 7 0 4 3 20 0 15 0 223944217 11246788608 22033 33554432000 4194304 4196468 140728021178048 139791607200240 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 723 12979 0 0 13 0 4 3 20 0 15 0 223944217 11246788608 22033 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11246788608 22033 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944218 11246788608 22033 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88132 KiB

[startup+1.51087 s]
/proc/loadavg: 0.85 0.87 1.03 6/215 20761
/proc/meminfo: memFree=12706808/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=10996044 memory=189984 CPUtime=2.96 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 25339 12979 0 0 280 9 4 3 20 0 15 0 223944202 11259949056 47496 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2749011 47496 3480 1 0 2710669 0
[pid=20626/tid=20735] ppid=20622 vsize=10996044 memory=4951091520830867572 CPUtime=1.43 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) S 20622 20626 20569 0 -1 1077944384 17090 12979 0 0 131 5 4 3 20 0 15 0 223944211 11259949056 47496 33554432000 4194304 4196468 140728021178048 139792088061952 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=10996044 memory=-5153075247754915967 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 153 12979 0 0 0 0 4 3 20 0 15 0 223944212 11259949056 47496 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=10996044 memory=-5153075247754915967 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 71 12979 0 0 0 0 4 3 20 0 15 0 223944212 11259949056 47496 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=10996044 memory=-9109213556524817781 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944212 11259949056 47496 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=10996044 memory=120748 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 63 12979 0 0 0 0 4 3 20 0 15 0 223944212 11259949056 47496 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) R 20622 20626 20569 0 -1 4202560 110 12979 0 0 1 0 4 3 20 0 15 0 223944214 11259949056 47496 33554432000 4194304 4196468 140728021178048 139791609303376 139792100957107 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=10996044 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 13 12979 0 0 0 0 4 3 20 0 15 0 223944215 11259949056 47496 33554432000 4194304 4196468 140728021178048 139790917821216 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=10996044 memory=280141926302176 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 21 12979 0 0 0 0 4 3 20 0 15 0 223944215 11259949056 47496 33554432000 4194304 4196468 140728021178048 139790850708592 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=10996044 memory=280141926717024 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11259949056 47496 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=10996044 memory=142247706275040 CPUtime=0.52 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 2223 12979 0 0 45 0 4 3 20 0 15 0 223944217 11259949056 47496 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=10996044 memory=90764738562537 CPUtime=0.63 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) R 20622 20626 20569 0 -1 4202560 1751 12979 0 0 55 1 4 3 20 0 15 0 223944217 11259949056 47496 33554432000 4194304 4196468 140728021178048 139791607181256 139792095503034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=10996044 memory=1128 CPUtime=0.5 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 1643 12979 0 0 43 0 4 3 20 0 15 0 223944217 11259949056 47496 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=10996044 memory=15188 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11259949056 47496 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=10996044 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1 12979 0 0 0 0 4 3 20 0 15 0 223944218 11259949056 47496 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 10996044 KiB

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

/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 96552 12979 0 0 229656 56 4 3 20 0 15 0 223944211 11345952768 332111 33554432000 4194304 4196468 140728021178048 139792088090864 139791682624258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=11080032 memory=1328444 CPUtime=12.38 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 15449 12979 0 0 1176 55 4 3 20 0 15 0 223944212 11345952768 332111 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=11080032 memory=1328444 CPUtime=12.41 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 14763 12979 0 0 1178 56 4 3 20 0 15 0 223944212 11345952768 332111 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=11080032 memory=1328444 CPUtime=12.4 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 18686 12979 0 0 1178 55 4 3 20 0 15 0 223944212 11345952768 332111 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=11080032 memory=1328444 CPUtime=12.41 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 17672 12979 0 0 1178 56 4 3 20 0 15 0 223944212 11345952768 332111 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=11080032 memory=1328444 CPUtime=9.97 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) S 20622 20626 20569 0 -1 1077944384 17128 12979 0 0 937 53 4 3 20 0 15 0 223944214 11345952768 332111 33554432000 4194304 4196468 140728021178048 139791609305200 139792116267650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=11080032 memory=1328444 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 15 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332111 33554432000 4194304 4196468 140728021178048 139790917821344 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=11080032 memory=1328444 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 46 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332111 33554432000 4194304 4196468 140728021178048 139790850708608 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=11080032 memory=1328444 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11345952768 332111 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=11080032 memory=1380 CPUtime=8.11 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 64905 12979 0 0 797 7 4 3 20 0 15 0 223944217 11345952768 332111 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=11080032 memory=1328444 CPUtime=7.98 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) S 20622 20626 20569 0 -1 1077944384 73846 12979 0 0 782 9 4 3 20 0 15 0 223944217 11345952768 332111 33554432000 4194304 4196468 140728021178048 139791607200240 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=11080032 memory=1328444 CPUtime=4.03 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 76363 12979 0 0 386 10 4 3 20 0 15 0 223944217 11345952768 332111 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=11080032 memory=7888 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11345952768 332111 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=11080032 memory=1328444 CPUtime=1.37 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1805 12979 0 0 64 66 4 3 20 0 15 0 223944218 11345952768 332111 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 2377.72 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1328444 KiB

[startup+2382.3 s]
/proc/loadavg: 1.23 1.35 1.33 3/215 20979
/proc/meminfo: memFree=10354412/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=11080032 memory=1330492 CPUtime=2438.73 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 401163 12979 0 0 243491 375 4 3 20 0 15 0 223944202 11345952768 332623 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2770008 332623 3534 1 0 2731661 0
[pid=20626/tid=20735] ppid=20622 vsize=11080032 memory=1328444 CPUtime=2356.46 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 97368 12979 0 0 235583 56 4 3 20 0 15 0 223944211 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792088090944 139791692343472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=11080032 memory=1330492 CPUtime=12.74 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 15548 12979 0 0 1211 56 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=11080032 memory=1328444 CPUtime=12.76 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 14877 12979 0 0 1212 57 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=11080032 memory=1330492 CPUtime=12.75 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 18971 12979 0 0 1213 55 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=11080032 memory=1330492 CPUtime=12.77 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 17851 12979 0 0 1213 57 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=11080032 memory=1330492 CPUtime=10.24 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) S 20622 20626 20569 0 -1 1077944384 17340 12979 0 0 963 54 4 3 20 0 15 0 223944214 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791609305200 139792116267650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=11080032 memory=1328444 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 15 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790917821344 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=11080032 memory=3872 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 46 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790850708608 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=11080032 memory=1330492 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=11080032 memory=756 CPUtime=8.11 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 64909 12979 0 0 797 7 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=11080032 memory=1330492 CPUtime=7.98 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) S 20622 20626 20569 0 -1 1077944384 73850 12979 0 0 782 9 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791607200240 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=11080032 memory=3872 CPUtime=4.03 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 76367 12979 0 0 386 10 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=11080032 memory=1328444 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=11080032 memory=1328444 CPUtime=1.41 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1822 12979 0 0 66 68 4 3 20 0 15 0 223944218 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 2438.73 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1330492 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.39 1.34 3/215 20987
/proc/meminfo: memFree=10353920/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=11080032 memory=1330492 CPUtime=2499.75 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 402802 12979 0 0 249586 382 4 3 20 0 15 0 223944202 11345952768 332623 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2770008 332623 3534 1 0 2731661 0
[pid=20626/tid=20735] ppid=20622 vsize=11080032 memory=1330492 CPUtime=2415.77 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 98093 12979 0 0 241513 57 4 3 20 0 15 0 223944211 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792088090576 139791692910490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=11080032 memory=1330492 CPUtime=13.09 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 15867 12979 0 0 1245 57 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=11080032 memory=280141927595392 CPUtime=13.12 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 15000 12979 0 0 1247 58 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=11080032 memory=1330492 CPUtime=13.1 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 19010 12979 0 0 1247 56 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=11080032 memory=1330492 CPUtime=13.12 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 17894 12979 0 0 1247 58 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=11080032 memory=1330492 CPUtime=10.5 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) S 20622 20626 20569 0 -1 1077944384 17706 12979 0 0 988 55 4 3 20 0 15 0 223944214 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791609305200 139792116267650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=11080032 memory=136 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 15 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790917821344 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=11080032 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 46 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790850708608 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=11080032 memory=1330492 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=11080032 memory=1330492 CPUtime=8.11 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 64911 12979 0 0 797 7 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=11080032 memory=6791534058613427641 CPUtime=7.98 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) S 20622 20626 20569 0 -1 1077944384 73852 12979 0 0 782 9 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791607200240 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=11080032 memory=1330492 CPUtime=4.03 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 76369 12979 0 0 386 10 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=11080032 memory=1330492 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=11080032 memory=3872 CPUtime=1.44 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1840 12979 0 0 68 69 4 3 20 0 15 0 223944218 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 2499.75 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1330492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.21 s]
/proc/loadavg: 1.38 1.38 1.34 3/215 20987
/proc/meminfo: memFree=10351960/32770624 swapFree=67108496/67108860
[pid=20626] ppid=20622 vsize=11080032 memory=1330492 CPUtime=2520.02 cores=0,2,4,6
/proc/20626/stat : 20626 (java) S 20622 20626 20569 0 -1 1077944320 403006 12979 0 0 251611 384 4 3 20 0 15 0 223944202 11345952768 332623 33554432000 4194304 4196468 140728021178048 140728021160592 139792116256503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
/proc/20626/statm: 2770008 332623 3534 1 0 2731661 0
[pid=20626/tid=20735] ppid=20622 vsize=11080032 memory=1 CPUtime=2435.44 cores=0,2,4,6
/proc/20626/task/20735/stat : 20735 (java) R 20622 20626 20569 0 -1 4202560 98260 12979 0 0 243480 57 4 3 20 0 15 0 223944211 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792088091024 139791682624135 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20740] ppid=20622 vsize=11080032 memory=0 CPUtime=13.22 cores=0,2,4,6
/proc/20626/task/20740/stat : 20740 (java) S 20622 20626 20569 0 -1 1077944384 15897 12979 0 0 1257 58 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792120499088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20741] ppid=20622 vsize=11080032 memory=1346 CPUtime=13.24 cores=0,2,4,6
/proc/20626/task/20741/stat : 20741 (java) S 20622 20626 20569 0 -1 1077944384 15000 12979 0 0 1259 58 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792001764112 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20742] ppid=20622 vsize=11080032 memory=1 CPUtime=13.23 cores=0,2,4,6
/proc/20626/task/20742/stat : 20742 (java) S 20622 20626 20569 0 -1 1077944384 19010 12979 0 0 1259 57 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139792000711824 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20743] ppid=20622 vsize=11080032 memory=368 CPUtime=13.24 cores=0,2,4,6
/proc/20626/task/20743/stat : 20743 (java) S 20622 20626 20569 0 -1 1077944384 17894 12979 0 0 1259 58 4 3 20 0 15 0 223944212 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791999659024 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20746] ppid=20622 vsize=11080032 memory=571 CPUtime=10.6 cores=0,2,4,6
/proc/20626/task/20746/stat : 20746 (java) S 20622 20626 20569 0 -1 1077944384 17711 12979 0 0 997 56 4 3 20 0 15 0 223944214 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791609305200 139792116267650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20748] ppid=20622 vsize=11080032 memory=123 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20748/stat : 20748 (java) S 20622 20626 20569 0 -1 1077944384 15 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790917821344 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20749] ppid=20622 vsize=11080032 memory=170 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20749/stat : 20749 (java) S 20622 20626 20569 0 -1 1077944384 46 12979 0 0 0 0 4 3 20 0 15 0 223944215 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790850708608 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20756] ppid=20622 vsize=11080032 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20756/stat : 20756 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790543312976 139792116275099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20757] ppid=20622 vsize=11080032 memory=288230583166042426 CPUtime=8.11 cores=0,2,4,6
/proc/20626/task/20757/stat : 20757 (java) S 20622 20626 20569 0 -1 1077944384 64912 12979 0 0 797 7 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791608253040 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20758] ppid=20622 vsize=11080032 memory=14694093276057294 CPUtime=7.98 cores=0,2,4,6
/proc/20626/task/20758/stat : 20758 (java) S 20622 20626 20569 0 -1 1077944384 73852 12979 0 0 782 9 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791607200240 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20759] ppid=20622 vsize=11080032 memory=4104 CPUtime=4.03 cores=0,2,4,6
/proc/20626/task/20759/stat : 20759 (java) S 20622 20626 20569 0 -1 1077944384 76369 12979 0 0 386 10 4 3 20 0 15 0 223944217 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791606147952 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20760] ppid=20622 vsize=11080032 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/20626/task/20760/stat : 20760 (java) S 20622 20626 20569 0 -1 1077944384 3 12979 0 0 0 0 4 3 20 0 15 0 223944218 11345952768 332623 33554432000 4194304 4196468 140728021178048 139790112517088 139792116266709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
[pid=20626/tid=20761] ppid=20622 vsize=11080032 memory=290763857956438330 CPUtime=1.44 cores=0,2,4,6
/proc/20626/task/20761/stat : 20761 (java) S 20622 20626 20569 0 -1 1077944384 1841 12979 0 0 68 69 4 3 20 0 15 0 223944218 11345952768 332623 33554432000 4194304 4196468 140728021178048 139791605094832 139792116267650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38010880 140728021187181 140728021189980 140728021189980 140728021192655 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1330492 KiB

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

[startup+2462.25 s]
# the end of solver process 20626 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.89069 s

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

Child status: 143
Real time (s): 2462.25
CPU time (s): 2520.08
CPU user time (s): 2516.19
CPU system time (s): 3.89069
CPU usage (%): 102.349
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1551916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.89069
maximum resident set size= 1554992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276019
involuntary context switches= 8248


# summary of solver processes directly reported to runsolver:
#   pid: 20626
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.89069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.643 second user time and 24.004 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 10:50:10
IDJOB=4304367
IDBENCH=141219
IDSOLVER=2780
FILE ID=node149/4304367-1534063810
RUNJOBID= node149-1534063810-20600
PBS_JOBID= 21036989
Free space on /tmp= 38804 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304367-1534063810/watcher-4304367-1534063810 -o /tmp/evaluation-result-4304367-1534063810/solver-4304367-1534063810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20600 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=487004543 HOME/instance-4304367-1534063810.xml

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

MD5SUM BENCH= 23e20eff05b11a5b5f7472de7de36ab3
RANDOM SEED=487004543

node149.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.60
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.60
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.60
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.60
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:        12905444 kB
MemAvailable:   31903016 kB
Buffers:          183372 kB
Cached:         18842732 kB
SwapCached:           28 kB
Active:          7855944 kB
Inactive:       11223836 kB
Active(anon):       2952 kB
Inactive(anon):   103108 kB
Active(file):    7852992 kB
Inactive(file): 11120728 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             52656 kB
Writeback:             0 kB
AnonPages:         61596 kB
Mapped:            53896 kB
Shmem:             49616 kB
Slab:             480568 kB
SReclaimable:     452312 kB
SUnreclaim:        28256 kB
KernelStack:        3216 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38752 MiB
End job on node149 at 2018-08-12 11:31:12