Trace number 4262063

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.4SAT (TO)26 2520.04 2468.23

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-12.xml
MD5SUM4ad29a02d37880346b32250d12348025
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark19964.4
Satisfiable
(Un)Satisfiability was proved
Number of variables179
Number of constraints178
Number of domains2
Minimum domain size2
Maximum domain size144
Distribution of domain sizes[{"size":2,"count":34},{"size":144,"count":145}]
Minimum variable degree2
Maximum variable degree34
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":108},{"degree":4,"count":34},{"degree":34,"count":1}]
Minimum constraint arity2
Maximum constraint arity144
Distribution of constraint arities[{"arity":2,"count":143},{"arity":3,"count":34},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints177
Distribution of constraint types[{"type":"intension","count":177},{"type":"allDifferent","count":1}]
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

3.48/2.20	c Concrete v3.4 running
962.40/938.18	o 33
963.83/939.10	o 32
965.84/940.74	o 31
1143.62/1116.43	o 30
1151.42/1124.02	o 29
1705.05/1668.59	o 28
1917.64/1877.11	o 27
2478.98/2428.06	o 26
2520.00/2468.20	java.util.concurrent.TimeoutException
2520.00/2468.20		at concrete.MAC.mac(MAC.scala:74)
2520.00/2468.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.00/2468.20		at scala.util.Try$.apply(Try.scala:209)
2520.00/2468.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2468.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2468.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2468.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2468.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.00/2468.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2468.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2468.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2468.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2468.20		at concrete.MAC.oneRun(MAC.scala:146)
2520.00/2468.20		at concrete.MAC.nextSolution(MAC.scala:166)
2520.00/2468.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.00/2468.20		at concrete.ProblemState.map(ProblemState.scala:203)
2520.00/2468.20		at concrete.ProblemState.map(ProblemState.scala:188)
2520.00/2468.20		at concrete.MAC.nextSolution(MAC.scala:195)
2520.00/2468.20		at concrete.Solver.hasNext(Solver.scala:202)
2520.00/2468.20		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.00/2468.20		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.00/2468.20		at concrete.Solver.toStream(Solver.scala:73)
2520.00/2468.20		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.00/2468.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.00/2468.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.00/2468.20		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.00/2468.20		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.00/2468.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2468.20		at scala.util.Success.map(Try.scala:209)
2520.00/2468.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.00/2468.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.00/2468.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2468.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.00/2468.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2468.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2468.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2468.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2468.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2468.20		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2468.20		at scala.App.main(App.scala:76)
2520.00/2468.20		at scala.App.main$(App.scala:74)
2520.00/2468.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2468.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2468.21	v <instantiation cost="26">
2520.00/2468.21	v       <list>
2520.00/2468.21	v         q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] b[15] b[16] b[17] b[18] b[19] b[20] b[21] b[22] b[23] b[24] b[25] b[26] b[27] b[28] b[29] b[30] b[31] b[32] b[33]
2520.00/2468.21	v       </list>
2520.00/2468.21	v       <values>
2520.00/2468.21	v         5 58 83 69 59 45 55 41 64 87 97 120 134 124 138 128 142 119 105 82 107 93 79 56 31 6 29 52 77 100 114 137 123 133 110 96 73 48 38 63 86 76 101 115 140 130 116 106 92 67 57 71 94 80 66 91 68 54 44 19 5 15 40 50 60 74 84 109 132 122 99 89 103 117 131 141 127 113 90 65 42 28 3 17 7 30 20 10 35 21 11 34 9 23 46 32 22 8 33 47 70 95 81 104 118 143 129 139 125 135 121 111 136 126 112 102 88 78 53 43 18 4 27 13 36 61 75 98 108 85 62 72 49 24 1 26 51 37 14 0 25 39 16 2 12 0 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 0 0 1 0 1 1 1 1 1 1 1 1 0
2520.00/2468.21	v       </values>
2520.00/2468.21	v     </instantiation>
2520.00/2468.21	s SATISFIABLE

Verifier Data

OK	26

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262063-1502453257/watcher-4262063-1502453257 -o /tmp/evaluation-result-4262063-1502453257/solver-4262063-1502453257 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4262063-1502453257.xml 

pid=21981
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.22 1.35 1.40 3/195 21984
/proc/meminfo: memFree=30853368/32770624 swapFree=0/393624
[pid=21984] ppid=21981 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21984/stat : 21984 (runsolver) D 21981 21984 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 33666425 24240128 108 18446744073709551615 4194304 4338465 140727842188496 140727842186136 139775281578711 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 7983104 140727842193617 140727842193993 140727842193993 140727842197450 0
/proc/21984/statm: 5918 108 54 36 0 2156 0

[startup+0.100088 s]
/proc/loadavg: 1.22 1.35 1.40 3/195 21984
/proc/meminfo: memFree=30853368/32770624 swapFree=0/393624
[pid=21984] ppid=21981 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/21984/stat : 21984 (bash) S 21981 21984 7434 0 -1 4202496 718 3531 0 0 0 0 0 0 20 0 1 0 33666425 9736192 355 18446744073709551615 4194304 5098028 140725340042816 140725340040456 140108239797248 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 22073344 140725340049940 140725340050025 140725340050025 140725340053482 0
/proc/21984/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200294 s]
/proc/loadavg: 1.22 1.35 1.40 3/195 21984
/proc/meminfo: memFree=30853368/32770624 swapFree=0/393624
[pid=21984] ppid=21981 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21984/stat : 21984 (bash) S 21981 21984 7434 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 33666425 9867264 377 18446744073709551615 4194304 5098028 140725340042816 140725340036824 140108239797248 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 22073344 140725340049940 140725340050025 140725340050025 140725340053482 0
/proc/21984/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300242 s]
/proc/loadavg: 1.22 1.35 1.40 3/195 21984
/proc/meminfo: memFree=30853368/32770624 swapFree=0/393624
[pid=21984] ppid=21981 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 5815 12596 0 0 5 1 5 3 20 0 14 0 33666425 14241083392 5502 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3476827 5502 2566 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.710089 s]
/proc/loadavg: 1.22 1.35 1.40 3/195 21984
/proc/meminfo: memFree=30853368/32770624 swapFree=0/393624
[pid=21984] ppid=21981 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 13955 12596 0 0 57 4 5 3 20 0 15 0 33666425 14310178816 14351 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3493696 14351 3098 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50067 s]
/proc/loadavg: 1.22 1.35 1.40 3/210 22047
/proc/meminfo: memFree=30759680/32770624 swapFree=0/393648
[pid=21984] ppid=21981 vsize=13985408 CPUtime=1.87 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 28043 12596 0 0 170 9 5 3 20 0 15 0 33666425 14321057792 37695 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3496352 37695 3348 1 0 3485525 0
[pid=21984/tid=22034] ppid=21981 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) S 21981 21984 7434 0 -1 1077944384 22395 12596 0 0 115 7 5 3 20 0 15 0 33666450 14321057792 37695 18446744073709551615 4194304 4196468 140726962888160 140617148871440 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 28 12596 0 0 0 0 5 3 20 0 15 0 33666450 14321057792 37695 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 181 12596 0 0 0 0 5 3 20 0 15 0 33666450 14321057792 37695 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 41 12596 0 0 0 0 5 3 20 0 15 0 33666450 14321057792 37695 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 46 12596 0 0 0 0 5 3 20 0 15 0 33666450 14321057792 37695 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) R 21981 21984 7434 0 -1 4202560 50 12596 0 0 0 0 5 3 20 0 15 0 33666452 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616622125952 140617137747262 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 33 12596 0 0 0 0 5 3 20 0 15 0 33666452 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616621073440 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 21 12596 0 0 0 0 5 3 20 0 15 0 33666452 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616620020592 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22043] ppid=21981 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 7434 0 -1 1077944384 1094 12596 0 0 13 0 5 3 20 0 15 0 33666455 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616617917296 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22044] ppid=21981 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 7434 0 -1 1077944384 626 12596 0 0 16 0 5 3 20 0 15 0 33666455 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616616864496 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22045] ppid=21981 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 7434 0 -1 1077944384 1359 12596 0 0 23 0 5 3 20 0 15 0 33666455 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616615806912 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22046] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 10 12596 0 0 0 0 5 3 20 0 15 0 33666457 14321057792 38207 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10071 s]
/proc/loadavg: 1.22 1.35 1.40 5/210 22047
/proc/meminfo: memFree=30682188/32770624 swapFree=0/393644
[pid=21984] ppid=21981 vsize=13997884 CPUtime=5.65 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 49254 12596 0 0 543 14 5 3 20 0 15 0 33666425 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3499471 55379 3444 1 0 3488085 0
[pid=21984/tid=22034] ppid=21981 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) R 21981 21984 7434 0 -1 4202560 35876 12596 0 0 269 9 5 3 20 0 15 0 33666450 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140617148873600 140616785153624 0 4 1 16800974 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 48 12596 0 0 1 0 5 3 20 0 15 0 33666450 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 190 12596 0 0 1 0 5 3 20 0 15 0 33666450 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 52 12596 0 0 0 0 5 3 20 0 15 0 33666450 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 63 12596 0 0 1 0 5 3 20 0 15 0 33666450 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 7434 0 -1 1077944384 1716 12596 0 0 1 0 5 3 20 0 15 0 33666452 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616622127472 140617144658562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 56 12596 0 0 0 0 5 3 20 0 15 0 33666452 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616621073504 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 43 12596 0 0 0 0 5 3 20 0 15 0 33666452 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616620020608 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22043] ppid=21981 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) R 21981 21984 7434 0 -1 4202560 4318 12596 0 0 103 0 5 3 20 0 15 0 33666455 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616617906768 140617126191855 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22044] ppid=21981 vsize=13997884 CPUtime=0.83 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) R 21981 21984 7434 0 -1 4202560 1430 12596 0 0 74 1 5 3 20 0 15 0 33666455 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616616851264 140617123904067 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22045] ppid=21981 vsize=13997884 CPUtime=0.98 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 7434 0 -1 1077944384 3291 12596 0 0 89 1 5 3 20 0 15 0 33666455 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616615811696 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22046] ppid=21981 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 11 12596 0 0 0 0 5 3 20 0 15 0 33666457 14333833216 55379 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 13997884

[startup+6.30308 s]
/proc/loadavg: 1.36 1.38 1.41 5/210 22047
/proc/meminfo: memFree=30555476/32770624 swapFree=0/393652
[pid=21984] ppid=21981 vsize=14001980 CPUtime=13.06 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 54974 12596 0 0 1277 21 5 3 20 0 15 0 33666425 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3500495 85747 3470 1 0 3489109 0
[pid=21984/tid=22034] ppid=21981 vsize=14001980 CPUtime=5.74 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) R 21981 21984 7434 0 -1 4202560 36981 12596 0 0 555 11 5 3 20 0 15 0 33666450 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140617148878808 140616789897278 0 4 1 16800974 0 0 0 -1 7 0 0 21 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 84 12596 0 0 6 0 5 3 20 0 15 0 33666450 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=14001980 CPUtime=0.13 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 280 12596 0 0 4 1 5 3 20 0 15 0 33666450 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 194 12596 0 0 4 0 5 3 20 0 15 0 33666450 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 101 12596 0 0 6 0 5 3 20 0 15 0 33666450 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 7434 0 -1 1077944384 2309 12596 0 0 4 0 5 3 20 0 15 0 33666452 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616622127472 140617144658562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 56 12596 0 0 0 0 5 3 20 0 15 0 33666452 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616621073504 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 43 12596 0 0 0 0 5 3 20 0 15 0 33666452 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616620020608 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22043] ppid=21981 vsize=14001980 CPUtime=2.99 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) R 21981 21984 7434 0 -1 4202560 4817 12596 0 0 291 0 5 3 20 0 15 0 33666455 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616617892320 140617125349120 0 4 1 16800974 0 0 0 -1 5 0 0 38 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22044] ppid=21981 vsize=14001980 CPUtime=2.55 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) R 21981 21984 7434 0 -1 4202560 2698 12596 0 0 246 1 5 3 20 0 15 0 33666455 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616616843968 140617126194961 0 4 1 16800974 0 0 0 -1 3 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22045] ppid=21981 vsize=14001980 CPUtime=1.66 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) R 21981 21984 7434 0 -1 4202560 5238 12596 0 0 156 2 5 3 20 0 15 0 33666455 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616615811696 140617137744251 0 4 1 16800974 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22046] ppid=21981 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 14 12596 0 0 0 0 5 3 20 0 15 0 33666457 14338027520 85747 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.58 1.42 1.42 3/210 22047
/proc/meminfo: memFree=30293932/32770624 swapFree=0/393652
[pid=21984] ppid=21981 vsize=14071612 CPUtime=26.96 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 85873 12596 0 0 2655 33 5 3 20 0 15 0 33666425 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3517903 167804 3482 1 0 3506517 0
[pid=21984/tid=22034] ppid=21981 vsize=14071612 CPUtime=12.11 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) R 21981 21984 7434 0 -1 4202560 46691 12596 0 0 1186 17 5 3 20 0 15 0 33666450 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140617148878992 140616796086350 0 4 1 16800974 0 0 0 -1 5 0 0 21 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=14071612 CPUtime=0.15 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 135 12596 0 0 6 1 5 3 20 0 15 0 33666450 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=14071612 CPUtime=0.15 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 1273 12596 0 0 6 1 5 3 20 0 15 0 33666450 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=14071612 CPUtime=0.14 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 232 12596 0 0 5 1 5 3 20 0 15 0 33666450 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=14071612 CPUtime=0.16 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 191 12596 0 0 7 1 5 3 20 0 15 0 33666450 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 7434 0 -1 1077944384 2580 12596 0 0 5 0 5 3 20 0 15 0 33666452 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140616622127472 140617144658562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 64 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140616621073504 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 48 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140616620020608 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 167804 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0

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

/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 160131 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=14071612 CPUtime=1.27 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 2551 12596 0 0 56 63 5 3 20 0 15 0 33666457 14409330688 160131 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 2310.11
Current children cumulated vsize (KiB) 14071612

[startup+2322.3 s]
/proc/loadavg: 1.18 1.36 1.40 3/209 22335
/proc/meminfo: memFree=30290644/32770624 swapFree=0/394348
[pid=21984] ppid=21981 vsize=14071612 CPUtime=2371.29 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 428331 12596 0 0 236809 312 5 3 20 0 15 0 33666425 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3517903 159564 3488 1 0 3506517 0
[pid=21984/tid=22034] ppid=21981 vsize=14071612 CPUtime=2302.88 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) R 21981 21984 7434 0 -1 4202560 111768 12596 0 0 230226 54 5 3 20 0 15 0 33666450 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140617148881568 140616781191260 0 4 1 16800974 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=14071612 CPUtime=9.9 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 15696 12596 0 0 944 38 5 3 20 0 15 0 33666450 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=14071612 CPUtime=9.89 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 17020 12596 0 0 939 42 5 3 20 0 15 0 33666450 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=14071612 CPUtime=9.87 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 13924 12596 0 0 934 45 5 3 20 0 15 0 33666450 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=14071612 CPUtime=9.92 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 20821 12596 0 0 942 42 5 3 20 0 15 0 33666450 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=14071612 CPUtime=7.48 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 7434 0 -1 1077944384 23050 12596 0 0 690 50 5 3 20 0 15 0 33666452 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616622127472 140617144658562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 88 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616621073504 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 51 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616620020608 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22043] ppid=21981 vsize=14071612 CPUtime=9.02 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 7434 0 -1 1077944384 77287 12596 0 0 887 7 5 3 20 0 15 0 33666455 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616617917296 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22044] ppid=21981 vsize=14071612 CPUtime=8.55 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 7434 0 -1 1077944384 67543 12596 0 0 840 7 5 3 20 0 15 0 33666455 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616616864496 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22045] ppid=21981 vsize=14071612 CPUtime=3.08 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 7434 0 -1 1077944384 76353 12596 0 0 291 9 5 3 20 0 15 0 33666455 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616615811696 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22046] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=14071612 CPUtime=1.31 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 2570 12596 0 0 58 65 5 3 20 0 15 0 33666457 14409330688 159564 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 2371.29
Current children cumulated vsize (KiB) 14071612

[startup+2382.3 s]
/proc/loadavg: 1.01 1.27 1.37 3/209 22337
/proc/meminfo: memFree=30294592/32770624 swapFree=0/394352
[pid=21984] ppid=21981 vsize=14071612 CPUtime=2432.41 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 432552 12596 0 0 242912 321 5 3 20 0 15 0 33666425 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3517903 158921 3488 1 0 3506517 0
[pid=21984/tid=22034] ppid=21981 vsize=14071612 CPUtime=2362.24 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) R 21981 21984 7434 0 -1 4202560 112792 12596 0 0 236161 55 5 3 20 0 15 0 33666450 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140617148881712 140616785437063 0 4 1 16800974 0 0 0 -1 5 0 0 21 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=14071612 CPUtime=10.26 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 15778 12596 0 0 978 40 5 3 20 0 15 0 33666450 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=14071612 CPUtime=10.25 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 17249 12596 0 0 973 44 5 3 20 0 15 0 33666450 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=14071612 CPUtime=10.22 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 14091 12596 0 0 968 46 5 3 20 0 15 0 33666450 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=14071612 CPUtime=10.27 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 21294 12596 0 0 976 43 5 3 20 0 15 0 33666450 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=14071612 CPUtime=7.71 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 7434 0 -1 1077944384 23242 12596 0 0 712 51 5 3 20 0 15 0 33666452 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616622127472 140617144658562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 88 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616621073504 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 51 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616620020608 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22043] ppid=21981 vsize=14071612 CPUtime=9.05 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 7434 0 -1 1077944384 78042 12596 0 0 890 7 5 3 20 0 15 0 33666455 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616617917296 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22044] ppid=21981 vsize=14071612 CPUtime=8.58 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 7434 0 -1 1077944384 67983 12596 0 0 843 7 5 3 20 0 15 0 33666455 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616616864496 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22045] ppid=21981 vsize=14071612 CPUtime=3.1 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 7434 0 -1 1077944384 77196 12596 0 0 293 9 5 3 20 0 15 0 33666455 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616615811696 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22046] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=14071612 CPUtime=1.34 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 2586 12596 0 0 59 67 5 3 20 0 15 0 33666457 14409330688 158921 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 2432.41
Current children cumulated vsize (KiB) 14071612

[startup+2442.3 s]
/proc/loadavg: 1.28 1.30 1.37 3/209 22339
/proc/meminfo: memFree=30317304/32770624 swapFree=0/394372
[pid=21984] ppid=21981 vsize=14071612 CPUtime=2493.6 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 437004 12596 0 0 249024 328 5 3 20 0 15 0 33666425 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3517903 153145 3488 1 0 3506517 0
[pid=21984/tid=22034] ppid=21981 vsize=14071612 CPUtime=2421.58 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) R 21981 21984 7434 0 -1 4202560 114123 12596 0 0 242095 55 5 3 20 0 15 0 33666450 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140617148881456 140616797213492 0 4 1 16800974 0 0 0 -1 7 0 0 21 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=14071612 CPUtime=10.62 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 15922 12596 0 0 1013 41 5 3 20 0 15 0 33666450 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=14071612 CPUtime=10.61 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 17419 12596 0 0 1008 45 5 3 20 0 15 0 33666450 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=14071612 CPUtime=10.58 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 14247 12596 0 0 1003 47 5 3 20 0 15 0 33666450 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=14071612 CPUtime=10.63 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 21794 12596 0 0 1011 44 5 3 20 0 15 0 33666450 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=14071612 CPUtime=7.92 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 7434 0 -1 1077944384 23431 12596 0 0 732 52 5 3 20 0 15 0 33666452 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616622127472 140617144658562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 93 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616621073504 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 51 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616620020608 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22043] ppid=21981 vsize=14071612 CPUtime=9.12 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 7434 0 -1 1077944384 78745 12596 0 0 897 7 5 3 20 0 15 0 33666455 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616617917296 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22044] ppid=21981 vsize=14071612 CPUtime=8.64 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 7434 0 -1 1077944384 68475 12596 0 0 849 7 5 3 20 0 15 0 33666455 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616616864496 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22045] ppid=21981 vsize=14071612 CPUtime=3.11 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 7434 0 -1 1077944384 77940 12596 0 0 294 9 5 3 20 0 15 0 33666455 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616615811696 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22046] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=14071612 CPUtime=1.38 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 2604 12596 0 0 61 69 5 3 20 0 15 0 33666457 14409330688 153145 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 2493.6
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.2 s]
/proc/loadavg: 1.33 1.31 1.37 3/209 22340
/proc/meminfo: memFree=30364672/32770624 swapFree=0/394380
[pid=21984] ppid=21981 vsize=14071612 CPUtime=2520 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 7434 0 -1 1077944320 439655 12596 0 0 251658 334 5 3 20 0 15 0 33666425 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140726962870704 140617144647415 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
/proc/21984/statm: 3517903 141087 3488 1 0 3506517 0
[pid=21984/tid=22034] ppid=21981 vsize=14071612 CPUtime=2447.23 cores=1,3,5,7
/proc/21984/task/22034/stat : 22034 (java) R 21981 21984 7434 0 -1 4202560 114831 12596 0 0 244659 56 5 3 20 0 15 0 33666450 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140617148881712 140616794807168 0 4 1 16800974 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22035] ppid=21981 vsize=14071612 CPUtime=10.78 cores=1,3,5,7
/proc/21984/task/22035/stat : 22035 (java) S 21981 21984 7434 0 -1 1077944384 16301 12596 0 0 1028 42 5 3 20 0 15 0 33666450 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140617101614224 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22036] ppid=21981 vsize=14071612 CPUtime=10.76 cores=1,3,5,7
/proc/21984/task/22036/stat : 22036 (java) S 21981 21984 7434 0 -1 1077944384 17533 12596 0 0 1022 46 5 3 20 0 15 0 33666450 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140617100561424 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22037] ppid=21981 vsize=14071612 CPUtime=10.74 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) S 21981 21984 7434 0 -1 1077944384 14394 12596 0 0 1018 48 5 3 20 0 15 0 33666450 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140617099508624 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22038] ppid=21981 vsize=14071612 CPUtime=10.79 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 7434 0 -1 1077944384 21913 12596 0 0 1026 45 5 3 20 0 15 0 33666450 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140617098455824 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22039] ppid=21981 vsize=14071612 CPUtime=8.01 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 7434 0 -1 1077944384 23447 12596 0 0 739 54 5 3 20 0 15 0 33666452 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616622127472 140617144658562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22040] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 7434 0 -1 1077944384 93 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616621073504 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22041] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 7434 0 -1 1077944384 51 12596 0 0 0 0 5 3 20 0 15 0 33666452 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616620020608 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22042] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616618968912 140617144666011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22043] ppid=21981 vsize=14071612 CPUtime=9.14 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 7434 0 -1 1077944384 79234 12596 0 0 899 7 5 3 20 0 15 0 33666455 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616617917296 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22044] ppid=21981 vsize=14071612 CPUtime=8.66 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 7434 0 -1 1077944384 68636 12596 0 0 851 7 5 3 20 0 15 0 33666455 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616616864496 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22045] ppid=21981 vsize=14071612 CPUtime=3.12 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 7434 0 -1 1077944384 78454 12596 0 0 295 9 5 3 20 0 15 0 33666455 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616615811696 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22046] ppid=21981 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 7434 0 -1 1077944384 3 12596 0 0 0 0 5 3 20 0 15 0 33666455 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616614759136 140617144657621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
[pid=21984/tid=22047] ppid=21981 vsize=14071612 CPUtime=1.39 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 7434 0 -1 1077944384 2608 12596 0 0 61 70 5 3 20 0 15 0 33666457 14409330688 141087 18446744073709551615 4194304 4196468 140726962888160 140616613706416 140617144658562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 20373504 140726962894800 140726962897585 140726962897585 140726962900943 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 14071612

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21984 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2468.23
CPU time (s): 2520.04
CPU user time (s): 2516.66
CPU system time (s): 3.38246
CPU usage (%): 102.099
Max. virtual memory (cumulated for all children) (KiB): 14071612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.66
system time used= 3.38246
maximum resident set size= 1468428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452872
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226070
involuntary context switches= 5275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1748 second user time and 14.8713 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 13:53:21
IDJOB=4262063
IDBENCH=130615
IDSOLVER=2650
FILE ID=node124/4262063-1502453257
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262063-1502453257/watcher-4262063-1502453257 -o /tmp/evaluation-result-4262063-1502453257/solver-4262063-1502453257 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262063-1502453257.xml

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

MD5SUM BENCH= 4ad29a02d37880346b32250d12348025
RANDOM SEED=1258757399

node124.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.51
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.51
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.51
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.51
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:        30853368 kB
MemAvailable:   31281964 kB
Buffers:          208740 kB
Cached:           507036 kB
SwapCached:            0 kB
Active:          1091684 kB
Inactive:         410392 kB
Active(anon):     786784 kB
Inactive(anon):    16768 kB
Active(file):     304900 kB
Inactive(file):   393624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24176 kB
Writeback:             4 kB
AnonPages:        788136 kB
Mapped:            50896 kB
Shmem:             17128 kB
Slab:             117088 kB
SReclaimable:      91812 kB
SUnreclaim:        25276 kB
KernelStack:        3696 kB
PageTables:         6380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1661140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 14:34:30