Trace number 4249211

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
R1: Concrete 3.4SAT (TO)3595 2400.13 471.097

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 benchmark524
Best CPU time to get the best result obtained on this benchmark2520.1201
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

Quality of the solution as a function of time


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

Solver Data

3.92/2.22	c Concrete v3.4 running
455.44/83.00	o 4226
594.28/105.14	o 4214
632.98/114.81	o 4185
686.48/126.05	o 4167
749.15/138.53	o 4136
809.79/150.80	o 4125
874.42/163.55	o 4094
936.57/176.08	o 4070
996.53/188.23	o 4059
1054.51/200.18	o 4005
1114.79/212.53	o 3988
1181.93/225.86	o 3913
1241.33/238.17	o 3912
1301.94/250.39	o 3897
1366.58/263.55	o 3885
1432.10/276.57	o 3875
1497.22/289.78	o 3867
1562.35/303.00	o 3857
1626.27/315.71	o 3850
1692.48/328.97	o 3846
1756.85/342.06	o 3815
1824.12/355.32	o 3810
1888.42/368.44	o 3775
1950.04/380.93	o 3744
2010.38/393.28	o 3737
2081.80/407.24	o 3696
2145.33/420.25	o 3651
2211.21/433.67	o 3634
2273.30/446.62	o 3617
2337.51/459.58	o 3595
2400.03/471.01	java.util.concurrent.TimeoutException
2400.03/471.01		at concrete.MAC.mac(MAC.scala:74)
2400.03/471.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.03/471.01		at scala.util.Try$.apply(Try.scala:209)
2400.03/471.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.03/471.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.03/471.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.03/471.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.03/471.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.03/471.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.03/471.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.03/471.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.03/471.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.03/471.01		at concrete.MAC.oneRun(MAC.scala:146)
2400.03/471.01		at concrete.MAC.nextSolution(MAC.scala:166)
2400.03/471.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.03/471.01		at concrete.ProblemState.map(ProblemState.scala:203)
2400.03/471.01		at concrete.ProblemState.map(ProblemState.scala:188)
2400.03/471.01		at concrete.MAC.nextSolution(MAC.scala:195)
2400.03/471.01		at concrete.Solver.hasNext(Solver.scala:202)
2400.03/471.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.03/471.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.03/471.01		at concrete.Solver.toStream(Solver.scala:73)
2400.03/471.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.03/471.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.03/471.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.03/471.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.03/471.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.03/471.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.03/471.01		at scala.util.Success.map(Try.scala:209)
2400.03/471.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.03/471.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.03/471.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/471.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.03/471.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/471.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.03/471.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.03/471.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.03/471.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.03/471.01		at scala.collection.immutable.List.foreach(List.scala:389)
2400.03/471.01		at scala.App.main(App.scala:76)
2400.03/471.01		at scala.App.main$(App.scala:74)
2400.03/471.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/471.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/471.02	v <instantiation cost="3595">
2400.03/471.02	v       <list>
2400.03/471.02	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]
2400.03/471.02	v       </list>
2400.03/471.02	v       <values>
2400.03/471.02	v         24 23 83 121 67 16 35 103 79 12 63 88 10 101 4 62 128 71 118 31 49 133 138 7 20 0 111 26 30 25 60 53 73 6 45 117 129 98 78 126 70 114 119 136 116 47 11 52 87 89 36 104 37 8 33 32 29 122 113 148 18 142 9 14 81 48 95 1 59 109 65 139 145 72 99 125 147 112 135 120 75 144 146 17 22 100 86 57 46 15 82 28 131 130 51 21 50 41 44 3 92 102 124 43 55 76 107 110 58 97 85 38 115 77 61 108 66 137 84 13 39 96 56 134 19 34 54 74 123 132 143 140 127 90 105 69 80 141 40 42 68 91 106 93 5 2 27 94 149 64 4 22 23 21 25 10 28 21 24 21 9 35 32 33 20 31 43 18 33 15 38 22 47 11 13 37 54 6 16 11 25 41 37 13 30 3 23 8 16 25 21 8 27 7 25 22 13 19 41 40 24 46 33 11 20 2 35 3 15 52 46 46 3 26 24 20 37 25 22 23 31 12 34 37 25 13 12 35 16 16 29 18 43 4 29 20 26 23 13 27 21 38 15 37 25 9 8 2 19 33 3 28 46 11 9 10 1 18 26 7 18 37 14 26 23 22 28 22 29 18 50 51 30 50 18 6 25 48 34 38 33 8 24 5 48 5 36 35 41 10 13 32 9 39 29 9 33 17 32 41
2400.03/471.02	v       </values>
2400.03/471.02	v     </instantiation>
2400.03/471.02	s SATISFIABLE

Verifier Data

OK	3595

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-4249211-1500759757/watcher-4249211-1500759757 -o /tmp/evaluation-result-4249211-1500759757/solver-4249211-1500759757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27392 --watchdog 2560 bin/concrete HOME/instance-4249211-1500759757.xml 

pid=29675
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.73 1.48 1.41 3/262 29678
/proc/meminfo: memFree=28801484/32770624 swapFree=5896/232024
[pid=29678] ppid=29675 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (bash) S 29675 29678 27360 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 11245391 9736192 351 33554432000 4194304 5098028 140733766108304 140733766105944 140607614483456 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 10399744 140733766116622 140733766116707 140733766116707 140733766119406 0
/proc/29678/statm: 2377 351 278 221 0 86 0

[startup+0.100073 s]
/proc/loadavg: 1.73 1.48 1.41 3/262 29678
/proc/meminfo: memFree=28801484/32770624 swapFree=5896/232024
[pid=29678] ppid=29675 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (bash) S 29675 29678 27360 0 -1 4202496 886 6414 0 0 0 0 0 1 20 0 1 0 11245391 9871360 378 33554432000 4194304 5098028 140733766108304 140733766102312 140607614483456 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 10399744 140733766116622 140733766116707 140733766116707 140733766119406 0
/proc/29678/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200314 s]
/proc/loadavg: 1.73 1.48 1.41 3/262 29678
/proc/meminfo: memFree=28801484/32770624 swapFree=5896/232024
[pid=29678] ppid=29675 vsize=10835244 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 5749 12392 0 0 8 1 6 3 20 0 19 0 11245391 11095289856 6007 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2708811 6007 2589 1 0 2697249 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10835244

[startup+0.300243 s]
/proc/loadavg: 1.73 1.48 1.41 3/262 29678
/proc/meminfo: memFree=28801484/32770624 swapFree=5896/232024
[pid=29678] ppid=29675 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 9263 12392 0 0 24 3 6 3 20 0 20 0 11245391 11163947008 10264 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2725573 10264 2950 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700183 s]
/proc/loadavg: 1.73 1.48 1.41 3/262 29678
/proc/meminfo: memFree=28801484/32770624 swapFree=5896/232024
[pid=29678] ppid=29675 vsize=10902720 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 12829 12392 0 0 80 5 6 3 20 0 20 0 11245391 11164385280 16216 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2725680 16216 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 1.73 1.48 1.41 4/282 29751
/proc/meminfo: memFree=28698024/32770624 swapFree=5900/232152
[pid=29678] ppid=29675 vsize=10913344 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 26489 12392 0 0 193 12 6 3 20 0 20 0 11245391 11175264256 41484 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2728336 41484 3402 1 0 2716450 0
[pid=29678/tid=29733] ppid=29675 vsize=10913344 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29733/stat : 29733 (java) S 29675 29678 27360 0 -1 1077944384 19720 12392 0 0 124 6 6 3 20 0 20 0 11245401 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824797693872 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29734] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29734/stat : 29734 (java) S 29675 29678 27360 0 -1 1077944384 44 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824746092944 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29735] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29735/stat : 29735 (java) S 29675 29678 27360 0 -1 1077944384 17 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824745040144 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29736] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29736/stat : 29736 (java) S 29675 29678 27360 0 -1 1077944384 17 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824743987856 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29737] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29737/stat : 29737 (java) S 29675 29678 27360 0 -1 1077944384 33 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824742935056 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29738] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29738/stat : 29738 (java) S 29675 29678 27360 0 -1 1077944384 34 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824741882768 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29739] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29739/stat : 29739 (java) S 29675 29678 27360 0 -1 1077944384 17 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824395377424 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29740] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29740/stat : 29740 (java) S 29675 29678 27360 0 -1 1077944384 37 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824394325136 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29741] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29741/stat : 29741 (java) S 29675 29678 27360 0 -1 1077944384 125 12392 0 0 0 0 6 3 20 0 20 0 11245402 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824393272336 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29742] ppid=29675 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29742/stat : 29742 (java) R 29675 29678 27360 0 -1 4202560 1210 12392 0 0 1 0 6 3 20 0 20 0 11245405 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824133550528 139824774879149 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29743] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29743/stat : 29743 (java) S 29675 29678 27360 0 -1 1077944384 33 12392 0 0 0 0 6 3 20 0 20 0 11245406 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824132498208 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29744] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29744/stat : 29744 (java) S 29675 29678 27360 0 -1 1077944384 21 12392 0 0 0 0 6 3 20 0 20 0 11245406 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824131445872 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29745] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29745/stat : 29745 (java) S 29675 29678 27360 0 -1 1077944384 1 12392 0 0 0 0 6 3 20 0 20 0 11245410 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824130394192 139824793491355 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29746] ppid=29675 vsize=10913344 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29746/stat : 29746 (java) S 29675 29678 27360 0 -1 1077944384 869 12392 0 0 10 0 6 3 20 0 20 0 11245410 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824129342064 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29747] ppid=29675 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29747/stat : 29747 (java) S 29675 29678 27360 0 -1 1077944384 469 12392 0 0 14 0 6 3 20 0 20 0 11245410 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824128289264 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29748] ppid=29675 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29748/stat : 29748 (java) S 29675 29678 27360 0 -1 1077944384 555 12392 0 0 13 0 6 3 20 0 20 0 11245410 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824127236976 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29749] ppid=29675 vsize=10913344 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29749/stat : 29749 (java) S 29675 29678 27360 0 -1 1077944384 1145 12392 0 0 24 0 6 3 20 0 20 0 11245410 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824126180048 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29750] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29750/stat : 29750 (java) S 29675 29678 27360 0 -1 1077944384 3 12392 0 0 0 0 6 3 20 0 20 0 11245411 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824125131104 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29751] ppid=29675 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29751/stat : 29751 (java) S 29675 29678 27360 0 -1 1077944384 6 12392 0 0 0 0 6 3 20 0 20 0 11245411 11175264256 41484 33554432000 4194304 4196468 140736944769328 139824124078384 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 10913344

[startup+3.10117 s]
/proc/loadavg: 1.73 1.48 1.41 6/282 29751
/proc/meminfo: memFree=28624184/32770624 swapFree=5896/232152
[pid=29678] ppid=29675 vsize=10923772 CPUtime=6.35 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 47015 12392 0 0 608 18 6 3 20 0 20 0 11245391 11185942528 60454 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2730943 60454 3475 1 0 2718498 0
[pid=29678/tid=29733] ppid=29675 vsize=10923772 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29733/stat : 29733 (java) R 29675 29678 27360 0 -1 4202560 30976 12392 0 0 279 9 6 3 20 0 20 0 11245401 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824797696832 139824793484694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29734] ppid=29675 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29734/stat : 29734 (java) S 29675 29678 27360 0 -1 1077944384 49 12392 0 0 1 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824746092944 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29735] ppid=29675 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29735/stat : 29735 (java) S 29675 29678 27360 0 -1 1077944384 18 12392 0 0 1 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824745040144 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29736] ppid=29675 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29736/stat : 29736 (java) S 29675 29678 27360 0 -1 1077944384 18 12392 0 0 1 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824743987856 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29737] ppid=29675 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29737/stat : 29737 (java) S 29675 29678 27360 0 -1 1077944384 34 12392 0 0 0 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824742935056 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29738] ppid=29675 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29738/stat : 29738 (java) S 29675 29678 27360 0 -1 1077944384 34 12392 0 0 1 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824741882768 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29739] ppid=29675 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29739/stat : 29739 (java) S 29675 29678 27360 0 -1 1077944384 17 12392 0 0 0 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824395377424 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29740] ppid=29675 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29740/stat : 29740 (java) S 29675 29678 27360 0 -1 1077944384 37 12392 0 0 1 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824394325136 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29741] ppid=29675 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29741/stat : 29741 (java) S 29675 29678 27360 0 -1 1077944384 128 12392 0 0 1 0 6 3 20 0 20 0 11245402 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824393272336 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29742] ppid=29675 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29742/stat : 29742 (java) S 29675 29678 27360 0 -1 1077944384 1584 12392 0 0 1 0 6 3 20 0 20 0 11245405 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824133552240 139824793483906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29743] ppid=29675 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29743/stat : 29743 (java) S 29675 29678 27360 0 -1 1077944384 56 12392 0 0 0 0 6 3 20 0 20 0 11245406 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824132498272 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29744] ppid=29675 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29744/stat : 29744 (java) S 29675 29678 27360 0 -1 1077944384 45 12392 0 0 0 0 6 3 20 0 20 0 11245406 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824131445888 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29745] ppid=29675 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29745/stat : 29745 (java) S 29675 29678 27360 0 -1 1077944384 1 12392 0 0 0 0 6 3 20 0 20 0 11245410 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824130394192 139824793491355 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29746] ppid=29675 vsize=10923772 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29746/stat : 29746 (java) S 29675 29678 27360 0 -1 1077944384 2265 12392 0 0 69 0 6 3 20 0 20 0 11245410 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824129342064 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29747] ppid=29675 vsize=10923772 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29747/stat : 29747 (java) S 29675 29678 27360 0 -1 1077944384 4402 12392 0 0 91 0 6 3 20 0 20 0 11245410 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824128289264 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29748] ppid=29675 vsize=10923772 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29748/stat : 29748 (java) S 29675 29678 27360 0 -1 1077944384 1598 12392 0 0 66 1 6 3 20 0 20 0 11245410 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824127236976 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29749] ppid=29675 vsize=10923772 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29749/stat : 29749 (java) R 29675 29678 27360 0 -1 4202560 3611 12392 0 0 90 0 6 3 20 0 20 0 11245410 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824126179216 139824777827439 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29750] ppid=29675 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29750/stat : 29750 (java) S 29675 29678 27360 0 -1 1077944384 3 12392 0 0 0 0 6 3 20 0 20 0 11245411 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824125131104 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29751] ppid=29675 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29751/stat : 29751 (java) S 29675 29678 27360 0 -1 1077944384 7 12392 0 0 0 0 6 3 20 0 20 0 11245411 11185942528 60454 33554432000 4194304 4196468 140736944769328 139824124078384 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 10923772

[startup+6.30106 s]
/proc/loadavg: 2.71 1.69 1.48 3/282 29751
/proc/meminfo: memFree=28297804/32770624 swapFree=5896/232156
[pid=29678] ppid=29675 vsize=10927868 CPUtime=12.74 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 50116 12392 0 0 1213 52 6 3 20 0 20 0 11245391 11190136832 161189 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2731967 161189 3492 1 0 2719522 0
[pid=29678/tid=29733] ppid=29675 vsize=10927868 CPUtime=6.07 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29733/stat : 29733 (java) R 29675 29678 27360 0 -1 4202560 32121 12392 0 0 584 14 6 3 20 0 20 0 11245401 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824797705480 139824433529632 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29734] ppid=29675 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29734/stat : 29734 (java) S 29675 29678 27360 0 -1 1077944384 97 12392 0 0 4 3 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824746092944 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29735] ppid=29675 vsize=10927868 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29735/stat : 29735 (java) S 29675 29678 27360 0 -1 1077944384 64 12392 0 0 4 4 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824745040144 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29736] ppid=29675 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29736/stat : 29736 (java) S 29675 29678 27360 0 -1 1077944384 60 12392 0 0 4 3 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824743987856 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29737] ppid=29675 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29737/stat : 29737 (java) S 29675 29678 27360 0 -1 1077944384 66 12392 0 0 4 3 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824742935056 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29738] ppid=29675 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29738/stat : 29738 (java) S 29675 29678 27360 0 -1 1077944384 85 12392 0 0 5 4 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824741882768 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29739] ppid=29675 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29739/stat : 29739 (java) S 29675 29678 27360 0 -1 1077944384 93 12392 0 0 4 3 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824395377424 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29740] ppid=29675 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29740/stat : 29740 (java) S 29675 29678 27360 0 -1 1077944384 63 12392 0 0 2 3 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824394325136 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29741] ppid=29675 vsize=10927868 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29741/stat : 29741 (java) S 29675 29678 27360 0 -1 1077944384 175 12392 0 0 4 4 6 3 20 0 20 0 11245402 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824393272336 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29742] ppid=29675 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29742/stat : 29742 (java) S 29675 29678 27360 0 -1 1077944384 1846 12392 0 0 3 0 6 3 20 0 20 0 11245405 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824133552240 139824793483906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29743] ppid=29675 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29743/stat : 29743 (java) S 29675 29678 27360 0 -1 1077944384 56 12392 0 0 0 0 6 3 20 0 20 0 11245406 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824132498272 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29744] ppid=29675 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29744/stat : 29744 (java) S 29675 29678 27360 0 -1 1077944384 45 12392 0 0 0 0 6 3 20 0 20 0 11245406 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824131445888 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29745] ppid=29675 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29745/stat : 29745 (java) S 29675 29678 27360 0 -1 1077944384 1 12392 0 0 0 0 6 3 20 0 20 0 11245410 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824130394192 139824793491355 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29746] ppid=29675 vsize=10927868 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29746/stat : 29746 (java) S 29675 29678 27360 0 -1 1077944384 2485 12392 0 0 143 0 6 3 20 0 20 0 11245410 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824129342064 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29747] ppid=29675 vsize=10927868 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29747/stat : 29747 (java) S 29675 29678 27360 0 -1 1077944384 4621 12392 0 0 171 1 6 3 20 0 20 0 11245410 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824128289264 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29748] ppid=29675 vsize=10927868 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29748/stat : 29748 (java) S 29675 29678 27360 0 -1 1077944384 1892 12392 0 0 145 1 6 3 20 0 20 0 11245410 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824127236976 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29749] ppid=29675 vsize=10927868 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29749/stat : 29749 (java) S 29675 29678 27360 0 -1 1077944384 4196 12392 0 0 127 2 6 3 20 0 20 0 11245410 11190136832 161189 33554432000 4194304 4196468 140736944769328 139824126184176 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29750] ppid=29675 vsize=10927868 CPUtime=0.09 cores=1,3,5,7,9,11,13,15

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

[pid=29678/tid=29747] ppid=29675 vsize=10997500 CPUtime=3.87 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29747/stat : 29747 (java) S 29675 29678 27360 0 -1 1077944384 19453 12392 0 0 375 3 6 3 20 0 20 0 11245410 11261440000 1979940 33554432000 4194304 4196468 140736944769328 139824128289264 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29748] ppid=29675 vsize=10997500 CPUtime=3.49 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29748/stat : 29748 (java) S 29675 29678 27360 0 -1 1077944384 18261 12392 0 0 336 4 6 3 20 0 20 0 11245410 11261440000 1979940 33554432000 4194304 4196468 140736944769328 139824127236976 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29749] ppid=29675 vsize=10997500 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29749/stat : 29749 (java) S 29675 29678 27360 0 -1 1077944384 11169 12392 0 0 198 4 6 3 20 0 20 0 11245410 11261440000 1979940 33554432000 4194304 4196468 140736944769328 139824126184176 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29750] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29750/stat : 29750 (java) S 29675 29678 27360 0 -1 1077944384 3 12392 0 0 0 0 6 3 20 0 20 0 11245411 11261440000 1979940 33554432000 4194304 4196468 140736944769328 139824125131104 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29751] ppid=29675 vsize=10997500 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29751/stat : 29751 (java) S 29675 29678 27360 0 -1 1077944384 2234 12392 0 0 8 10 6 3 20 0 20 0 11245411 11261440000 1979940 33554432000 4194304 4196468 140736944769328 139824124078384 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
Current children cumulated CPU time (s) 1757.16
Current children cumulated vsize (KiB) 10997500

[startup+402.301 s]
/proc/loadavg: 3.66 3.46 2.43 10/281 29757
/proc/meminfo: memFree=22667340/32770624 swapFree=5896/232532
[pid=29678] ppid=29675 vsize=10997500 CPUtime=2052.06 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 1271600 12392 0 0 202049 3148 6 3 20 0 20 0 11245391 11261440000 2017627 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2749375 2017627 3523 1 0 2736930 0
[pid=29678/tid=29733] ppid=29675 vsize=10997500 CPUtime=164.59 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29733/stat : 29733 (java) S 29675 29678 27360 0 -1 1077944384 87406 12392 0 0 16412 38 6 3 20 0 20 0 11245401 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824797691728 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29734] ppid=29675 vsize=10997500 CPUtime=233.56 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29734/stat : 29734 (java) R 29675 29678 27360 0 -1 4202560 118115 12392 0 0 22958 389 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824746093144 139824778173392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29735] ppid=29675 vsize=10997500 CPUtime=234.19 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29735/stat : 29735 (java) R 29675 29678 27360 0 -1 4202560 102164 12392 0 0 23041 369 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824745040344 139824778469264 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29736] ppid=29675 vsize=10997500 CPUtime=234.19 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29736/stat : 29736 (java) R 29675 29678 27360 0 -1 4202560 181606 12392 0 0 23017 393 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824743988056 139824778173421 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29737] ppid=29675 vsize=10997500 CPUtime=234.37 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29737/stat : 29737 (java) R 29675 29678 27360 0 -1 4202560 104277 12392 0 0 23042 386 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824742935256 139824778173395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29738] ppid=29675 vsize=10997500 CPUtime=233.58 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29738/stat : 29738 (java) R 29675 29678 27360 0 -1 4202560 114814 12392 0 0 22969 380 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824741882968 139824778173487 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29739] ppid=29675 vsize=10997500 CPUtime=234.43 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29739/stat : 29739 (java) R 29675 29678 27360 0 -1 4202560 113518 12392 0 0 23045 389 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824395377624 139824778173374 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29740] ppid=29675 vsize=10997500 CPUtime=234.14 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29740/stat : 29740 (java) R 29675 29678 27360 0 -1 4202560 129994 12392 0 0 23034 371 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824394325024 139824778173392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29741] ppid=29675 vsize=10997500 CPUtime=234.12 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29741/stat : 29741 (java) R 29675 29678 27360 0 -1 4202560 132186 12392 0 0 23007 396 6 3 20 0 20 0 11245402 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824393272536 139824778462310 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29742] ppid=29675 vsize=10997500 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29742/stat : 29742 (java) S 29675 29678 27360 0 -1 1077944384 116787 12392 0 0 173 7 6 3 20 0 20 0 11245405 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824133550784 139824793482965 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29743] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29743/stat : 29743 (java) S 29675 29678 27360 0 -1 1077944384 111 12392 0 0 0 0 6 3 20 0 20 0 11245406 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824132498272 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29744] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29744/stat : 29744 (java) S 29675 29678 27360 0 -1 1077944384 76 12392 0 0 0 0 6 3 20 0 20 0 11245406 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824131445888 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29745] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29745/stat : 29745 (java) S 29675 29678 27360 0 -1 1077944384 1 12392 0 0 0 0 6 3 20 0 20 0 11245410 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824130394192 139824793491355 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29746] ppid=29675 vsize=10997500 CPUtime=4.28 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29746/stat : 29746 (java) S 29675 29678 27360 0 -1 1077944384 16240 12392 0 0 417 2 6 3 20 0 20 0 11245410 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824129342064 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29747] ppid=29675 vsize=10997500 CPUtime=3.89 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29747/stat : 29747 (java) S 29675 29678 27360 0 -1 1077944384 20013 12392 0 0 377 3 6 3 20 0 20 0 11245410 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824128289264 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29748] ppid=29675 vsize=10997500 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29748/stat : 29748 (java) S 29675 29678 27360 0 -1 1077944384 18566 12392 0 0 338 4 6 3 20 0 20 0 11245410 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824127236976 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29749] ppid=29675 vsize=10997500 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29749/stat : 29749 (java) S 29675 29678 27360 0 -1 1077944384 11308 12392 0 0 198 4 6 3 20 0 20 0 11245410 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824126184176 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29750] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29750/stat : 29750 (java) S 29675 29678 27360 0 -1 1077944384 3 12392 0 0 0 0 6 3 20 0 20 0 11245411 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824125131104 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29751] ppid=29675 vsize=10997500 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29751/stat : 29751 (java) S 29675 29678 27360 0 -1 1077944384 2281 12392 0 0 9 12 6 3 20 0 20 0 11245411 11261440000 2017627 33554432000 4194304 4196468 140736944769328 139824124078384 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
Current children cumulated CPU time (s) 2052.06
Current children cumulated vsize (KiB) 10997500

[startup+462.301 s]
/proc/loadavg: 3.36 3.42 2.48 3/282 29766
/proc/meminfo: memFree=22709548/32770624 swapFree=5896/232604
[pid=29678] ppid=29675 vsize=10997500 CPUtime=2344.75 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 1385035 12392 0 0 231306 3160 6 3 20 0 20 0 11245391 11261440000 2011672 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2749375 2011672 3523 1 0 2736930 0
[pid=29678/tid=29733] ppid=29675 vsize=10997500 CPUtime=190.93 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29733/stat : 29733 (java) R 29675 29678 27360 0 -1 4202560 89085 12392 0 0 19045 39 6 3 20 0 20 0 11245401 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824797705208 139824438072446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29734] ppid=29675 vsize=10997500 CPUtime=266.87 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29734/stat : 29734 (java) S 29675 29678 27360 0 -1 1077944384 131014 12392 0 0 26288 390 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824746092944 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29735] ppid=29675 vsize=10997500 CPUtime=267.45 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29735/stat : 29735 (java) S 29675 29678 27360 0 -1 1077944384 111498 12392 0 0 26366 370 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824745040144 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29736] ppid=29675 vsize=10997500 CPUtime=267.48 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29736/stat : 29736 (java) S 29675 29678 27360 0 -1 1077944384 191461 12392 0 0 26345 394 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824743987856 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29737] ppid=29675 vsize=10997500 CPUtime=267.4 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29737/stat : 29737 (java) S 29675 29678 27360 0 -1 1077944384 115016 12392 0 0 26344 387 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824742935056 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29738] ppid=29675 vsize=10997500 CPUtime=266.91 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29738/stat : 29738 (java) S 29675 29678 27360 0 -1 1077944384 124837 12392 0 0 26301 381 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824741882768 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29739] ppid=29675 vsize=10997500 CPUtime=267.63 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29739/stat : 29739 (java) S 29675 29678 27360 0 -1 1077944384 126877 12392 0 0 26364 390 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824395377424 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29740] ppid=29675 vsize=10997500 CPUtime=267.33 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29740/stat : 29740 (java) S 29675 29678 27360 0 -1 1077944384 142441 12392 0 0 26352 372 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824394325136 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29741] ppid=29675 vsize=10997500 CPUtime=267.44 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29741/stat : 29741 (java) S 29675 29678 27360 0 -1 1077944384 145255 12392 0 0 26338 397 6 3 20 0 20 0 11245402 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824393272336 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29742] ppid=29675 vsize=10997500 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29742/stat : 29742 (java) S 29675 29678 27360 0 -1 1077944384 135049 12392 0 0 197 8 6 3 20 0 20 0 11245405 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824133552240 139824793483906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29743] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29743/stat : 29743 (java) S 29675 29678 27360 0 -1 1077944384 113 12392 0 0 0 0 6 3 20 0 20 0 11245406 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824132498272 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29744] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29744/stat : 29744 (java) S 29675 29678 27360 0 -1 1077944384 76 12392 0 0 0 0 6 3 20 0 20 0 11245406 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824131445888 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29745] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29745/stat : 29745 (java) S 29675 29678 27360 0 -1 1077944384 1 12392 0 0 0 0 6 3 20 0 20 0 11245410 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824130394192 139824793491355 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29746] ppid=29675 vsize=10997500 CPUtime=4.32 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29746/stat : 29746 (java) S 29675 29678 27360 0 -1 1077944384 16727 12392 0 0 421 2 6 3 20 0 20 0 11245410 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824129342064 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29747] ppid=29675 vsize=10997500 CPUtime=3.92 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29747/stat : 29747 (java) S 29675 29678 27360 0 -1 1077944384 20263 12392 0 0 380 3 6 3 20 0 20 0 11245410 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824128289264 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29748] ppid=29675 vsize=10997500 CPUtime=3.56 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29748/stat : 29748 (java) S 29675 29678 27360 0 -1 1077944384 19230 12392 0 0 343 4 6 3 20 0 20 0 11245410 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824127236976 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29749] ppid=29675 vsize=10997500 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29749/stat : 29749 (java) S 29675 29678 27360 0 -1 1077944384 11642 12392 0 0 199 4 6 3 20 0 20 0 11245410 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824126184176 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29750] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29750/stat : 29750 (java) S 29675 29678 27360 0 -1 1077944384 3 12392 0 0 0 0 6 3 20 0 20 0 11245411 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824125131104 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29751] ppid=29675 vsize=10997500 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29751/stat : 29751 (java) S 29675 29678 27360 0 -1 1077944384 2313 12392 0 0 11 15 6 3 20 0 20 0 11245411 11261440000 2011672 33554432000 4194304 4196468 140736944769328 139824124078384 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
Current children cumulated CPU time (s) 2344.75
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+471.001 s]
/proc/loadavg: 3.56 3.45 2.51 10/282 29766
/proc/meminfo: memFree=22720532/32770624 swapFree=5896/232604
[pid=29678] ppid=29675 vsize=10997500 CPUtime=2400.03 cores=1,3,5,7,9,11,13,15
/proc/29678/stat : 29678 (java) S 29675 29678 27360 0 -1 1077944320 1386226 12392 0 0 236833 3161 6 3 20 0 20 0 11245391 11261440000 2011666 33554432000 4194304 4196468 140736944769328 140736944751872 139824793472759 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
/proc/29678/statm: 2749375 2011666 3523 1 0 2736930 0
[pid=29678/tid=29733] ppid=29675 vsize=10997500 CPUtime=192.88 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29733/stat : 29733 (java) R 29675 29678 27360 0 -1 4202560 89214 12392 0 0 19240 39 6 3 20 0 20 0 11245401 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824797702736 139824438072446 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29734] ppid=29675 vsize=10997500 CPUtime=273.55 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29734/stat : 29734 (java) S 29675 29678 27360 0 -1 1077944384 131333 12392 0 0 26956 390 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824746092944 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29735] ppid=29675 vsize=10997500 CPUtime=274.13 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29735/stat : 29735 (java) S 29675 29678 27360 0 -1 1077944384 111554 12392 0 0 27034 370 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824745040144 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29736] ppid=29675 vsize=10997500 CPUtime=274.16 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29736/stat : 29736 (java) S 29675 29678 27360 0 -1 1077944384 191553 12392 0 0 27013 394 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824743987856 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29737] ppid=29675 vsize=10997500 CPUtime=273.92 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29737/stat : 29737 (java) S 29675 29678 27360 0 -1 1077944384 115072 12392 0 0 26996 387 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824742935056 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29738] ppid=29675 vsize=10997500 CPUtime=273.59 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29738/stat : 29738 (java) S 29675 29678 27360 0 -1 1077944384 125009 12392 0 0 26969 381 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824741882768 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29739] ppid=29675 vsize=10997500 CPUtime=274.3 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29739/stat : 29739 (java) S 29675 29678 27360 0 -1 1077944384 126970 12392 0 0 27031 390 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824395377424 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29740] ppid=29675 vsize=10997500 CPUtime=273.99 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29740/stat : 29740 (java) S 29675 29678 27360 0 -1 1077944384 142659 12392 0 0 27018 372 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824394325136 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29741] ppid=29675 vsize=10997500 CPUtime=274.12 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29741/stat : 29741 (java) S 29675 29678 27360 0 -1 1077944384 145295 12392 0 0 27006 397 6 3 20 0 20 0 11245402 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824393272336 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29742] ppid=29675 vsize=10997500 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29742/stat : 29742 (java) S 29675 29678 27360 0 -1 1077944384 135064 12392 0 0 203 8 6 3 20 0 20 0 11245405 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824133552240 139824793483906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29743] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29743/stat : 29743 (java) S 29675 29678 27360 0 -1 1077944384 113 12392 0 0 0 0 6 3 20 0 20 0 11245406 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824132498272 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29744] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29744/stat : 29744 (java) S 29675 29678 27360 0 -1 1077944384 76 12392 0 0 0 0 6 3 20 0 20 0 11245406 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824131445888 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29745] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29745/stat : 29745 (java) S 29675 29678 27360 0 -1 1077944384 1 12392 0 0 0 0 6 3 20 0 20 0 11245410 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824130394192 139824793491355 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29746] ppid=29675 vsize=10997500 CPUtime=4.32 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29746/stat : 29746 (java) S 29675 29678 27360 0 -1 1077944384 16727 12392 0 0 421 2 6 3 20 0 20 0 11245410 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824129342064 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29747] ppid=29675 vsize=10997500 CPUtime=3.92 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29747/stat : 29747 (java) S 29675 29678 27360 0 -1 1077944384 20263 12392 0 0 380 3 6 3 20 0 20 0 11245410 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824128289264 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29748] ppid=29675 vsize=10997500 CPUtime=3.56 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29748/stat : 29748 (java) S 29675 29678 27360 0 -1 1077944384 19230 12392 0 0 343 4 6 3 20 0 20 0 11245410 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824127236976 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29749] ppid=29675 vsize=10997500 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29749/stat : 29749 (java) S 29675 29678 27360 0 -1 1077944384 11643 12392 0 0 199 4 6 3 20 0 20 0 11245410 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824126184176 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29750] ppid=29675 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29750/stat : 29750 (java) S 29675 29678 27360 0 -1 1077944384 3 12392 0 0 0 0 6 3 20 0 20 0 11245411 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824125131104 139824793482965 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
[pid=29678/tid=29751] ppid=29675 vsize=10997500 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/29678/task/29751/stat : 29751 (java) S 29675 29678 27360 0 -1 1077944384 2313 12392 0 0 11 15 6 3 20 0 20 0 11245411 11261440000 2011666 33554432000 4194304 4196468 140736944769328 139824124078384 139824793483906 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18984960 140736944773825 140736944776599 140736944776599 140736944779215 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 10997500

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 29678 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 471.097
CPU time (s): 2400.13
CPU user time (s): 2368.42
CPU system time (s): 31.7184
CPU usage (%): 509.477
Max. virtual memory (cumulated for all children) (KiB): 10999680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2368.42
system time used= 31.7184
maximum resident set size= 8435100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1398957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36501
involuntary context switches= 149876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.97987 second user time and 4.69905 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 23:42:37
IDJOB=4249211
IDBENCH=135794
IDSOLVER=2630
FILE ID=node104/4249211-1500759757
RUNJOBID= node104-1500750445-27392
PBS_JOBID= 20624574
Free space on /tmp= 61956 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-4249211-1500759757/watcher-4249211-1500759757 -o /tmp/evaluation-result-4249211-1500759757/solver-4249211-1500759757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27392 --watchdog 2560  bin/concrete HOME/instance-4249211-1500759757.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 97b5a288822c02a27c7c951fc8651369
RANDOM SEED=19398139

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28801484 kB
MemAvailable:   29167204 kB
Buffers:          215264 kB
Cached:           413184 kB
SwapCached:          252 kB
Active:          3208068 kB
Inactive:         288328 kB
Active(anon):    2823068 kB
Inactive(anon):    56304 kB
Active(file):     385000 kB
Inactive(file):   232024 kB
Unevictable:        5896 kB
Mlocked:            5896 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             24404 kB
Writeback:             0 kB
AnonPages:       2873712 kB
Mapped:            44520 kB
Shmem:              8772 kB
Slab:             163472 kB
SReclaimable:     129064 kB
SUnreclaim:        34408 kB
KernelStack:        4496 kB
PageTables:        10784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3730276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2615296 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= 61932 MiB
End job on node104 at 2017-07-22 23:50:28