Trace number 4259826

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)4226 252.108 86.675003

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n150/
TravellingSalesman-150-50-15.xml
MD5SUM97b5a288822c02a27c7c951fc8651369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark573
Best CPU time to get the best result obtained on this benchmark1679.1
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints151
Number of domains2
Minimum domain size63
Maximum domain size150
Distribution of domain sizes[{"size":63,"count":150},{"size":150,"count":150}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":150},{"degree":3,"count":150}]
Minimum constraint arity3
Maximum constraint arity150
Distribution of constraint arities[{"arity":3,"count":150},{"arity":150,"count":1}]
Number of extensional constraints150
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":150},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data

OK	4226

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259826-1502648477/watcher-4259826-1502648477 -o /tmp/evaluation-result-4259826-1502648477/solver-4259826-1502648477 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259826-1502648477.xml 

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

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

solver pid=32648, runsolver pid=32645

[startup+0.100133 s]*
/proc/loadavg: 1.41 1.60 1.73 3/204 32668
/proc/meminfo: memFree=30281672/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=9636 memory=1508 CPUtime=0.01 cores=1,3,5,7
/proc/32648/stat : 32648 (bash) S 32645 32648 8289 0 -1 4202496 893 6485 0 0 0 0 0 1 20 0 1 0 112662913 9867264 377 18446744073709551615 4194304 5098028 140732467179248 140732467173256 139808271993856 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 17276928 140732467180020 140732467180105 140732467180105 140732467183594 0
/proc/32648/statm: 2409 377 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1508 KiB

[startup+0.209862 s]*
/proc/loadavg: 1.41 1.60 1.73 2/217 32693
/proc/meminfo: memFree=30268100/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=30192 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/32648/stat : 32648 (java) R 32645 32648 8289 0 -1 4202496 1232 12658 0 0 0 0 5 3 20 0 1 0 112662913 30916608 201 18446744073709551615 4194304 4196468 140736470578000 140736470558696 140104775804539 0 0 1 0 0 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 7548 201 162 1 0 160 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 804 KiB

[startup+0.309916 s]*
/proc/loadavg: 1.41 1.60 1.73 2/214 32710
/proc/meminfo: memFree=30271176/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=13907308 memory=22012 CPUtime=0.14 cores=1,3,5,7
/proc/32648/stat : 32648 (java) S 32645 32648 8289 0 -1 1077944320 5820 12658 0 0 5 1 5 3 20 0 14 0 112662913 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140736470560544 140104773582583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 3476827 5503 2567 1 0 3466324 0
[pid=32648/tid=32698] ppid=32645 vsize=13907308 memory=8318255677412212789 CPUtime=0.12 cores=1,3,5,7
/proc/32648/task/32698/stat : 32698 (java) D 32645 32648 8289 0 -1 4202560 3081 12658 0 0 4 0 5 3 20 0 14 0 112662935 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104777820064 140104773604605 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=13907308 memory=330 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) S 32645 32648 8289 0 -1 1077944384 1 12658 0 0 0 0 5 3 20 0 14 0 112662935 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104730549392 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=13907308 memory=320860009488906624 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) S 32645 32648 8289 0 -1 1077944384 1 12658 0 0 0 0 5 3 20 0 14 0 112662935 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104729496592 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=13907308 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) S 32645 32648 8289 0 -1 1077944384 2 12658 0 0 0 0 5 3 20 0 14 0 112662935 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104728443792 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=13907308 memory=3472328296227680299 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) S 32645 32648 8289 0 -1 1077944384 2 12658 0 0 0 0 5 3 20 0 14 0 112662935 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104727390992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=13907308 memory=3472468025391249072 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) S 32645 32648 8289 0 -1 1077944384 2 12658 0 0 0 0 5 3 20 0 14 0 112662937 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104319002992 140104773593730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=13907308 memory=8607328266676888414 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 33 12658 0 0 0 0 5 3 20 0 14 0 112662937 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104317948960 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 21 12658 0 0 0 0 5 3 20 0 14 0 112662937 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104249107312 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 14 0 112662940 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) S 32645 32648 8289 0 -1 1077944384 298 12658 0 0 0 0 5 3 20 0 14 0 112662940 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104247004016 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=13907308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 14 0 112662940 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104245951216 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=13907308 memory=139729163830912 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 220 12658 0 0 0 0 5 3 20 0 14 0 112662940 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104244898416 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=13907308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 14 0 112662940 14241083392 5503 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 22012 KiB

[startup+0.701172 s]
/proc/loadavg: 1.41 1.60 1.73 3/215 32711
/proc/meminfo: memFree=30243560/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=13974784 memory=57452 CPUtime=0.68 cores=1,3,5,7
/proc/32648/stat : 32648 (java) S 32645 32648 8289 0 -1 1077944320 13907 12658 0 0 56 4 5 3 20 0 15 0 112662913 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140736470560544 140104773582583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 3493696 14363 3104 1 0 3482965 0
[pid=32648/tid=32698] ppid=32645 vsize=13974784 memory=2912 CPUtime=0.5 cores=1,3,5,7
/proc/32648/task/32698/stat : 32698 (java) R 32645 32648 8289 0 -1 4202560 10293 12658 0 0 39 3 5 3 20 0 15 0 112662935 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104777807600 140104773604509 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=13974784 memory=2952 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) S 32645 32648 8289 0 -1 1077944384 1 12658 0 0 0 0 5 3 20 0 15 0 112662935 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104730549392 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=13974784 memory=4068 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) S 32645 32648 8289 0 -1 1077944384 1 12658 0 0 0 0 5 3 20 0 15 0 112662935 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104729496592 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=13974784 memory=1160 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) S 32645 32648 8289 0 -1 1077944384 2 12658 0 0 0 0 5 3 20 0 15 0 112662935 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104728443792 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=13974784 memory=3088 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) S 32645 32648 8289 0 -1 1077944384 2 12658 0 0 0 0 5 3 20 0 15 0 112662935 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104727390992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=13974784 memory=1046988 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) S 32645 32648 8289 0 -1 1077944384 5 12658 0 0 0 0 5 3 20 0 15 0 112662937 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104319002992 140104773593730 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=13974784 memory=1160 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 33 12658 0 0 0 0 5 3 20 0 15 0 112662937 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104317948960 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=13974784 memory=2332 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 21 12658 0 0 0 0 5 3 20 0 15 0 112662937 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104249107312 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=13974784 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=13974784 memory=2276 CPUtime=0.11 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) S 32645 32648 8289 0 -1 1077944384 697 12658 0 0 3 0 5 3 20 0 15 0 112662940 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104247004016 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=13974784 memory=4206186544037378658 CPUtime=0.1 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) S 32645 32648 8289 0 -1 1077944384 152 12658 0 0 2 0 5 3 20 0 15 0 112662940 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104245951216 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=13974784 memory=6656426216303648864 CPUtime=0.17 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 543 12658 0 0 9 0 5 3 20 0 15 0 112662940 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104244898416 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=13974784 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32711] ppid=32645 vsize=13974784 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32711/stat : 32711 (java) S 32645 32648 8289 0 -1 1077944384 1 12658 0 0 0 0 5 3 20 0 15 0 112662945 14310178816 14363 18446744073709551615 4194304 4196468 140736470578000 140104242793136 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 57452 KiB

[startup+1.50388 s]
/proc/loadavg: 1.41 1.60 1.73 3/215 32711
/proc/meminfo: memFree=30203056/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=13985408 memory=158536 CPUtime=1.87 cores=1,3,5,7
/proc/32648/stat : 32648 (java) S 32645 32648 8289 0 -1 1077944320 28868 12658 0 0 169 10 5 3 20 0 15 0 112662913 14321057792 39634 18446744073709551615 4194304 4196468 140736470578000 140736470560544 140104773582583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 3496352 39634 3346 1 0 3485525 0
[pid=32648/tid=32698] ppid=32645 vsize=13985408 memory=9878424783013 CPUtime=1.29 cores=1,3,5,7
/proc/32648/task/32698/stat : 32698 (java) S 32645 32648 8289 0 -1 1077944384 23249 12658 0 0 114 7 5 3 20 0 15 0 112662935 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104777800992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) R 32645 32648 8289 0 -1 1077944384 55 12658 0 0 0 0 5 3 20 0 15 0 112662935 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104730549456 140104773592789 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) S 32645 32648 8289 0 -1 1077944384 54 12658 0 0 0 0 5 3 20 0 15 0 112662935 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104729496592 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) S 32645 32648 8289 0 -1 1077944384 202 12658 0 0 0 0 5 3 20 0 15 0 112662935 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104728443792 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=13985408 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) S 32645 32648 8289 0 -1 1077944384 39 12658 0 0 0 0 5 3 20 0 15 0 112662935 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104727390992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) R 32645 32648 8289 0 -1 4202560 82 12658 0 0 0 0 5 3 20 0 15 0 112662937 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104319001280 140104753802640 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 33 12658 0 0 0 0 5 3 20 0 15 0 112662937 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104317948960 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 21 12658 0 0 0 0 5 3 20 0 15 0 112662937 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104249107312 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=13985408 memory=-5701041635846677632 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=13985408 memory=279458087237984 CPUtime=0.21 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) S 32645 32648 8289 0 -1 1077944384 1003 12658 0 0 13 0 5 3 20 0 15 0 112662940 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104247004016 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=13985408 memory=288230376151859461 CPUtime=0.23 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) S 32645 32648 8289 0 -1 1077944384 657 12658 0 0 15 0 5 3 20 0 15 0 112662940 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104245951216 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=13985408 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 1326 12658 0 0 22 0 5 3 20 0 15 0 112662940 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104244894288 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32711] ppid=32645 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32711/stat : 32711 (java) S 32645 32648 8289 0 -1 1077944384 10 12658 0 0 0 0 5 3 20 0 15 0 112662945 14321057792 39660 18446744073709551615 4194304 4196468 140736470578000 140104242793136 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 158536 KiB

[startup+3.11262 s]
/proc/loadavg: 1.46 1.60 1.73 3/215 32711
/proc/meminfo: memFree=30079404/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=13997884 memory=248008 CPUtime=5.69 cores=1,3,5,7
/proc/32648/stat : 32648 (java) S 32645 32648 8289 0 -1 1077944320 49139 12658 0 0 545 16 5 3 20 0 15 0 112662913 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140736470560544 140104773582583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 3499471 62002 3449 1 0 3488085 0
[pid=32648/tid=32698] ppid=32645 vsize=13997884 memory=279458087237984 CPUtime=2.88 cores=1,3,5,7
/proc/32648/task/32698/stat : 32698 (java) R 32645 32648 8289 0 -1 4202560 34975 12658 0 0 271 9 5 3 20 0 15 0 112662935 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104777813616 140104773603930 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=13997884 memory=288230376151859461 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) S 32645 32648 8289 0 -1 1077944384 61 12658 0 0 0 0 5 3 20 0 15 0 112662935 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104730549392 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=13997884 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) S 32645 32648 8289 0 -1 1077944384 55 12658 0 0 1 0 5 3 20 0 15 0 112662935 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104729496592 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=13997884 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) S 32645 32648 8289 0 -1 1077944384 202 12658 0 0 0 0 5 3 20 0 15 0 112662935 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104728443792 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=13997884 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) S 32645 32648 8289 0 -1 1077944384 41 12658 0 0 0 0 5 3 20 0 15 0 112662935 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104727390992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=13997884 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) S 32645 32648 8289 0 -1 1077944384 1708 12658 0 0 1 0 5 3 20 0 15 0 112662937 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104319002992 140104773593730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=13997884 memory=5782684982896308266 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 54 12658 0 0 0 0 5 3 20 0 15 0 112662937 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104317948960 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=13997884 memory=3470692292451393600 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 46 12658 0 0 0 0 5 3 20 0 15 0 112662937 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104249107312 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=13997884 memory=4638778398332967009 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=13997884 memory=3470692292451393600 CPUtime=0.89 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) R 32645 32648 8289 0 -1 4202560 2592 12658 0 0 80 1 5 3 20 0 15 0 112662940 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104246990448 140104752837290 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=13997884 memory=3467824671636873280 CPUtime=1.11 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) R 32645 32648 8289 0 -1 4202560 3758 12658 0 0 102 1 5 3 20 0 15 0 112662940 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104245951344 140104757074295 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=13997884 memory=200876 CPUtime=0.93 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 3480 12658 0 0 84 1 5 3 20 0 15 0 112662940 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104244898416 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=13997884 memory=4168 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32711] ppid=32645 vsize=13997884 memory=54572 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32711/stat : 32711 (java) S 32645 32648 8289 0 -1 1077944384 11 12658 0 0 0 0 5 3 20 0 15 0 112662945 14333833216 62002 18446744073709551615 4194304 4196468 140736470578000 140104242793136 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 13997884 KiB
Current children cumulated memory: 248008 KiB


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

/proc/32648/task/32698/stat : 32698 (java) R 32645 32648 8289 0 -1 4202560 37315 12658 0 0 1191 21 5 3 20 0 15 0 112662935 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104777797104 140104414459211 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=14001980 memory=762944 CPUtime=0.3 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) S 32645 32648 8289 0 -1 1077944384 144 12658 0 0 19 3 5 3 20 0 15 0 112662935 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104730549392 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=14001980 memory=1 CPUtime=0.31 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) S 32645 32648 8289 0 -1 1077944384 188 12658 0 0 20 3 5 3 20 0 15 0 112662935 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104729496592 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=14001980 memory=248452 CPUtime=0.31 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) S 32645 32648 8289 0 -1 1077944384 324 12658 0 0 19 4 5 3 20 0 15 0 112662935 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104728443792 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=14001980 memory=279458087607472 CPUtime=0.3 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) S 32645 32648 8289 0 -1 1077944384 183 12658 0 0 19 3 5 3 20 0 15 0 112662935 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104727390992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=14001980 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) S 32645 32648 8289 0 -1 1077944384 2946 12658 0 0 4 0 5 3 20 0 15 0 112662937 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104319002992 140104773593730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=14001980 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 54 12658 0 0 0 0 5 3 20 0 15 0 112662937 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104317949024 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=14001980 memory=670524 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 46 12658 0 0 0 0 5 3 20 0 15 0 112662937 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104249107328 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=14001980 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=14001980 memory=769284 CPUtime=2.44 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) S 32645 32648 8289 0 -1 1077944384 3590 12658 0 0 235 1 5 3 20 0 15 0 112662940 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104247004016 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=14001980 memory=139729043584000 CPUtime=2.62 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) S 32645 32648 8289 0 -1 1077944384 5344 12658 0 0 252 2 5 3 20 0 15 0 112662940 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104245951216 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=14001980 memory=1792 CPUtime=1.47 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 4326 12658 0 0 137 2 5 3 20 0 15 0 112662940 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104244898416 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=14001980 memory=1142032 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32711] ppid=32645 vsize=14001980 memory=1162884 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32711/stat : 32711 (java) S 32645 32648 8289 0 -1 1077944384 14 12658 0 0 0 0 5 3 20 0 15 0 112662945 14338027520 292979 18446744073709551615 4194304 4196468 140736470578000 140104242793136 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 19.54 s
Current children cumulated vsize: 14001980 KiB
Current children cumulated memory: 1171916 KiB

[startup+25.5008 s]
/proc/loadavg: 1.48 1.60 1.73 6/215 377
/proc/meminfo: memFree=28259752/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=14004028 memory=3433332 CPUtime=49.82 cores=1,3,5,7
/proc/32648/stat : 32648 (java) S 32645 32648 8289 0 -1 1077944320 114456 12658 0 0 4717 257 5 3 20 0 15 0 112662913 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140736470560544 140104773582583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 3501007 858333 3481 1 0 3489621 0
[pid=32648/tid=32698] ppid=32645 vsize=14004028 memory=3293808 CPUtime=20.04 cores=1,3,5,7
/proc/32648/task/32698/stat : 32698 (java) R 32645 32648 8289 0 -1 4202560 50860 12658 0 0 1965 31 5 3 20 0 15 0 112662935 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104777807024 140104416065800 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=14004028 memory=100 CPUtime=5.13 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) S 32645 32648 8289 0 -1 1077944384 3831 12658 0 0 453 52 5 3 20 0 15 0 112662935 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104730549392 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=14004028 memory=3082864 CPUtime=5.17 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) S 32645 32648 8289 0 -1 1077944384 4395 12658 0 0 456 53 5 3 20 0 15 0 112662935 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104729496592 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=14004028 memory=11 CPUtime=5.16 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) S 32645 32648 8289 0 -1 1077944384 2778 12658 0 0 455 53 5 3 20 0 15 0 112662935 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104728443792 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=14004028 memory=0 CPUtime=5.18 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) S 32645 32648 8289 0 -1 1077944384 2824 12658 0 0 457 53 5 3 20 0 15 0 112662935 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104727390992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=14004028 memory=2023420 CPUtime=0.19 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) S 32645 32648 8289 0 -1 1077944384 14222 12658 0 0 9 2 5 3 20 0 15 0 112662937 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104319002992 140104773593730 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=14004028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 76 12658 0 0 0 0 5 3 20 0 15 0 112662937 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104317949088 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=14004028 memory=4168 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 71 12658 0 0 0 0 5 3 20 0 15 0 112662937 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104249107328 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=14004028 memory=54572 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=14004028 memory=-8774313645642428999 CPUtime=3.81 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) S 32645 32648 8289 0 -1 1077944384 10956 12658 0 0 370 3 5 3 20 0 15 0 112662940 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104247004016 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=14004028 memory=7100839861465685612 CPUtime=3.9 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) S 32645 32648 8289 0 -1 1077944384 12097 12658 0 0 380 2 5 3 20 0 15 0 112662940 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104245951216 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=14004028 memory=2454760 CPUtime=1.77 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 8735 12658 0 0 166 3 5 3 20 0 15 0 112662940 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104244898416 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=14004028 memory=4168 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32711] ppid=32645 vsize=14004028 memory=14356 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32711/stat : 32711 (java) S 32645 32648 8289 0 -1 1077944384 1455 12658 0 0 0 0 5 3 20 0 15 0 112662945 14340124672 858333 18446744073709551615 4194304 4196468 140736470578000 140104242793136 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 49.82 s
Current children cumulated vsize: 14004028 KiB
Current children cumulated memory: 3433332 KiB

[startup+51.1112 s]
/proc/loadavg: 2.56 1.84 1.81 6/215 378
/proc/meminfo: memFree=20344460/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=14004028 memory=7453728 CPUtime=120.81 cores=1,3,5,7
/proc/32648/stat : 32648 (java) S 32645 32648 8289 0 -1 1077944320 210946 12658 0 0 11317 756 5 3 20 0 15 0 112662913 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140736470560544 140104773582583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 3501007 1863432 3484 1 0 3489621 0
[pid=32648/tid=32698] ppid=32645 vsize=14004028 memory=6753212 CPUtime=30.7 cores=1,3,5,7
/proc/32648/task/32698/stat : 32698 (java) S 32645 32648 8289 0 -1 1077944384 63347 12658 0 0 3030 32 5 3 20 0 15 0 112662935 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104777820304 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=14004028 memory=6753212 CPUtime=19.87 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) R 32645 32648 8289 0 -1 4202560 17515 12658 0 0 1804 175 5 3 20 0 15 0 112662935 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104730549592 140104755179041 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=14004028 memory=7453728 CPUtime=19.98 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) R 32645 32648 8289 0 -1 4202560 17962 12658 0 0 1813 177 5 3 20 0 15 0 112662935 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104729496480 140104758280296 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=14004028 memory=7453728 CPUtime=19.94 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) R 32645 32648 8289 0 -1 4202560 14886 12658 0 0 1810 176 5 3 20 0 15 0 112662935 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104728443992 140104758280358 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=14004028 memory=6753212 CPUtime=19.99 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) R 32645 32648 8289 0 -1 4202560 15204 12658 0 0 1815 176 5 3 20 0 15 0 112662935 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104727391192 140104758280335 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=14004028 memory=6753212 CPUtime=0.29 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) S 32645 32648 8289 0 -1 1077944384 40849 12658 0 0 17 4 5 3 20 0 15 0 112662937 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104319001392 140104773592789 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=14004028 memory=139729044059998 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 76 12658 0 0 0 0 5 3 20 0 15 0 112662937 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104317949088 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=14004028 memory=6753212 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 71 12658 0 0 0 0 5 3 20 0 15 0 112662937 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104249107328 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=14004028 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=14004028 memory=4168 CPUtime=4.68 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) S 32645 32648 8289 0 -1 1077944384 14541 12658 0 0 457 3 5 3 20 0 15 0 112662940 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104247002848 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=14004028 memory=1160 CPUtime=4.05 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) S 32645 32648 8289 0 -1 1077944384 12993 12658 0 0 395 2 5 3 20 0 15 0 112662940 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104245936208 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=14004028 memory=2464 CPUtime=1.83 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 9841 12658 0 0 171 4 5 3 20 0 15 0 112662940 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104244898416 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=14004028 memory=6682192 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32711] ppid=32645 vsize=14004028 memory=2440 CPUtime=0.11 cores=1,3,5,7
/proc/32648/task/32711/stat : 32711 (java) S 32645 32648 8289 0 -1 1077944384 1505 12658 0 0 2 1 5 3 20 0 15 0 112662945 14340124672 1863432 18446744073709551615 4194304 4196468 140736470578000 140104242793136 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 120.81 s
Current children cumulated vsize: 14004028 KiB
Current children cumulated memory: 7453728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+86.6007 s]
/proc/loadavg: 4.58 2.44 2.01 6/214 379
/proc/meminfo: memFree=16884528/32770624 swapFree=67108860/67108860
[pid=32648] ppid=32645 vsize=14004028 memory=7829412 CPUtime=252.02 cores=1,3,5,7
/proc/32648/stat : 32648 (java) S 32645 32648 8289 0 -1 1077944320 306233 12658 0 0 24419 775 5 3 20 0 15 0 112662913 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140736470560544 140104773582583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
/proc/32648/statm: 3501007 1957353 3484 1 0 3489621 0
[pid=32648/tid=32698] ppid=32645 vsize=14004028 memory=18484 CPUtime=33.77 cores=1,3,5,7
/proc/32648/task/32698/stat : 32698 (java) R 32645 32648 8289 0 -1 4202560 66589 12658 0 0 3337 32 5 3 20 0 15 0 112662935 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104777814120 140104416065878 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32699] ppid=32645 vsize=14004028 memory=3912 CPUtime=51.73 cores=1,3,5,7
/proc/32648/task/32699/stat : 32699 (java) S 32645 32648 8289 0 -1 1077944384 31696 12658 0 0 4985 180 5 3 20 0 15 0 112662935 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104730549392 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32700] ppid=32645 vsize=14004028 memory=-8774313645642428999 CPUtime=51.87 cores=1,3,5,7
/proc/32648/task/32700/stat : 32700 (java) S 32645 32648 8289 0 -1 1077944384 28293 12658 0 0 4996 183 5 3 20 0 15 0 112662935 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104729496592 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32701] ppid=32645 vsize=14004028 memory=792 CPUtime=51.97 cores=1,3,5,7
/proc/32648/task/32701/stat : 32701 (java) S 32645 32648 8289 0 -1 1077944384 22966 12658 0 0 5012 177 5 3 20 0 15 0 112662935 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104728443792 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32702] ppid=32645 vsize=14004028 memory=1716 CPUtime=51.87 cores=1,3,5,7
/proc/32648/task/32702/stat : 32702 (java) S 32645 32648 8289 0 -1 1077944384 36426 12658 0 0 4995 184 5 3 20 0 15 0 112662935 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104727390992 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32703] ppid=32645 vsize=14004028 memory=1228 CPUtime=0.54 cores=1,3,5,7
/proc/32648/task/32703/stat : 32703 (java) S 32645 32648 8289 0 -1 1077944384 76696 12658 0 0 41 5 5 3 20 0 15 0 112662937 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104319002992 140104773593730 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32704] ppid=32645 vsize=14004028 memory=14356 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32704/stat : 32704 (java) S 32645 32648 8289 0 -1 1077944384 88 12658 0 0 0 0 5 3 20 0 15 0 112662937 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104317949088 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32705] ppid=32645 vsize=14004028 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32705/stat : 32705 (java) S 32645 32648 8289 0 -1 1077944384 73 12658 0 0 0 0 5 3 20 0 15 0 112662937 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104249107328 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32706] ppid=32645 vsize=14004028 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32706/stat : 32706 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104248055632 140104773601179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32707] ppid=32645 vsize=14004028 memory=11136 CPUtime=4.74 cores=1,3,5,7
/proc/32648/task/32707/stat : 32707 (java) S 32645 32648 8289 0 -1 1077944384 14995 12658 0 0 463 3 5 3 20 0 15 0 112662940 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104247004016 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32708] ppid=32645 vsize=14004028 memory=6553580 CPUtime=4.16 cores=1,3,5,7
/proc/32648/task/32708/stat : 32708 (java) S 32645 32648 8289 0 -1 1077944384 14482 12658 0 0 406 2 5 3 20 0 15 0 112662940 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104245951216 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32709] ppid=32645 vsize=14004028 memory=54572 CPUtime=1.86 cores=1,3,5,7
/proc/32648/task/32709/stat : 32709 (java) S 32645 32648 8289 0 -1 1077944384 10186 12658 0 0 174 4 5 3 20 0 15 0 112662940 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104244898416 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32710] ppid=32645 vsize=14004028 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/32648/task/32710/stat : 32710 (java) S 32645 32648 8289 0 -1 1077944384 3 12658 0 0 0 0 5 3 20 0 15 0 112662940 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104243845856 140104773592789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
[pid=32648/tid=32711] ppid=32645 vsize=14004028 memory=2440 CPUtime=0.13 cores=1,3,5,7
/proc/32648/task/32711/stat : 32711 (java) S 32645 32648 8289 0 -1 1077944384 1587 12658 0 0 3 2 5 3 20 0 15 0 112662945 14340124672 1957353 18446744073709551615 4194304 4196468 140736470578000 140104242793136 140104773593730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27099136 140736470583216 140736470586001 140736470586001 140736470589391 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14004028 KiB
Current children cumulated memory: 7829412 KiB

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

[startup+86.6749 s]
# the end of solver process 32648 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.278 s, system=7.83052 s

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

Child status: 143
Real time (s): 86.675
CPU time (s): 252.108
CPU user time (s): 244.278
CPU system time (s): 7.83052
CPU usage (%): 290.866
Max. virtual memory (cumulated for all children) (KiB): 14004028
Max. memory (cumulated for all children) (KiB): 7829412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.278
system time used= 7.83052
maximum resident set size= 7829984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11622
involuntary context switches= 3253


# summary of solver processes directly reported to runsolver:
#   pid: 32648
#   total CPU time (s): 252.108
#   total CPU user time (s): 244.278
#   total CPU system time (s): 7.83052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.519407 second user time and 0.927597 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:07:09
IDJOB=4259826
IDBENCH=135794
IDSOLVER=2646
FILE ID=node133/4259826-1502648477
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n150/TravellingSalesman-150-50-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259826-1502648477/watcher-4259826-1502648477 -o /tmp/evaluation-result-4259826-1502648477/solver-4259826-1502648477 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259826-1502648477.xml

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

MD5SUM BENCH= 97b5a288822c02a27c7c951fc8651369
RANDOM SEED=359912422

node133.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.17
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.17
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.17
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.17
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:        30283048 kB
MemAvailable:   30925324 kB
Buffers:          239624 kB
Cached:           698024 kB
SwapCached:            0 kB
Active:          1848604 kB
Inactive:         186964 kB
Active(anon):    1039168 kB
Inactive(anon):   100804 kB
Active(file):     809436 kB
Inactive(file):    86160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24500 kB
Writeback:             0 kB
AnonPages:       1099988 kB
Mapped:            69768 kB
Shmem:             41660 kB
Slab:             152636 kB
SReclaimable:     125032 kB
SUnreclaim:        27604 kB
KernelStack:        3504 kB
PageTables:         7384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2044772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 20:08:36