Trace number 4295986

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.8 2018-06-13SAT (TO)1027 2520.1 2489.36

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-150-50-00_c18.xml
MD5SUM784274e168c99e425b71be44c62c6ab3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark537
Best CPU time to get the best result obtained on this benchmark2520
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints151
Number of domains2
Minimum domain size66
Maximum domain size150
Distribution of domain sizes[{"size":66,"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

1.00/0.74	c Concrete v3.8.1528841891564 running
105.80/97.08	o 1092
106.00/97.14	o 1091
106.00/97.16	o 1076
106.00/97.17	o 1065
106.00/97.19	o 1064
106.29/97.23	o 1063
106.29/97.24	o 1061
106.59/97.31	o 1058
106.59/97.33	o 1054
385.56/373.40	o 1049
385.77/373.55	o 1035
385.77/373.55	o 1033
385.91/373.63	o 1031
385.91/373.69	o 1029
385.91/373.69	o 1027
2520.04/2489.34	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2489.34		at concrete.MAC.mac(MAC.scala:188)
2520.04/2489.34		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2489.34		at scala.util.Try$.apply(Try.scala:209)
2520.04/2489.34		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2489.34		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2489.34		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2489.34		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2489.34		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2489.34		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2489.34		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2489.34		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2489.34		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2489.34		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2489.34		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2489.34		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2489.34		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2489.34		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2489.34		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2489.34		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2489.34		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2489.34		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2489.34		at scala.util.Success.map(Try.scala:209)
2520.04/2489.34		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2489.34		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2489.34		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2489.34		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2489.34		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2489.34		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2489.34		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2489.34		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2489.34		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2489.34		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2489.34		at scala.App.main(App.scala:76)
2520.04/2489.34		at scala.App.main$(App.scala:74)
2520.04/2489.34		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2489.34		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2489.35	v <instantiation cost="1027">
2520.04/2489.35	v       <list>
2520.04/2489.35	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]
2520.04/2489.35	v       </list>
2520.04/2489.35	v       <values>
2520.04/2489.35	v         42 22 148 62 75 83 88 69 63 146 87 45 46 38 31 36 39 48 16 9 17 14 19 35 34 43 71 70 52 41 55 112 54 2 3 4 10 26 30 33 32 28 18 24 29 27 20 15 5 0 130 142 133 135 144 149 145 131 121 106 101 105 100 104 107 108 109 115 99 98 97 94 96 95 90 82 81 68 59 61 64 74 67 73 77 78 85 86 93 102 103 114 111 119 124 125 137 138 126 120 117 118 134 143 89 91 79 65 25 8 12 6 1 37 47 49 40 44 56 57 60 66 72 76 80 84 92 113 129 128 122 123 127 139 140 147 141 136 116 110 132 51 53 58 21 7 13 11 23 50 19 42 30 3 5 6 7 4 48 26 17 1 4 2 23 2 29 10 2 3 7 4 14 1 5 10 2 6 6 5 19 18 29 5 2 24 15 2 7 3 3 4 2 2 1 3 2 4 4 50 5 3 7 9 4 4 4 4 6 3 3 1 2 1 1 1 2 6 4 3 1 4 1 2 3 1 4 3 1 3 2 6 1 2 1 3 4 2 4 1 6 2 4 1 2 4 1 4 5 3 2 6 9 20 1 4 4 17 24 14 1 3 13 6 1 3 3 5 1 1 5 1 2 2 3 2 6 7 3 2 1 2 4 2 3 1 2 6 3 11 26 2 10 13 4 4 11 34 17 4
2520.04/2489.35	v       </values>
2520.04/2489.35	v     </instantiation>
2520.04/2489.35	s SATISFIABLE

Verifier Data

OK	1027

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295986-1532606183/watcher-4295986-1532606183 -o /tmp/evaluation-result-4295986-1532606183/solver-4295986-1532606183 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8938 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=469236672 HOME/instance-4295986-1532606183.xml 

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

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

solver pid=10478, runsolver pid=10475

[startup+0.1002 s]*
/proc/loadavg: 1.43 1.36 1.40 3/206 10535
/proc/meminfo: memFree=12377592/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 4259 12858 0 0 1 0 5 3 20 0 6 0 78181523 10212057088 4582 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2493178 4582 1930 1 0 2481616 0
[pid=10478/tid=10531] ppid=10475 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 2082 12858 0 0 1 0 5 3 20 0 6 0 78181532 10212057088 4648 33554432000 4194304 4196468 140721153912384 140314582430288 140314595716464 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=9972712 memory=5793855653875493305 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 6 0 78181532 10212057088 4648 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=9972712 memory=140402865600128 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 6 0 78181532 10212057088 4648 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 6 0 78181532 10212057088 4648 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 6 0 78181532 10212057088 4648 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209952 s]*
/proc/loadavg: 1.43 1.36 1.40 3/215 10544
/proc/meminfo: memFree=12356300/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=10818904 memory=44860 CPUtime=0.27 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 7925 12858 0 0 17 2 5 3 20 0 15 0 78181523 11078557696 11215 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2704726 11215 2982 1 0 2667149 0
[pid=10478/tid=10531] ppid=10475 vsize=10819896 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 4699 12858 0 0 11 0 5 3 20 0 15 0 78181532 11079573504 11479 33554432000 4194304 4196468 140721153912384 140314582418336 140314602904459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10821524 memory=4211974129070390666 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181532 11081240576 11479 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10821524 memory=140402865600128 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11081240576 11545 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11081240576 11545 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11081240576 11545 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181534 11081240576 11545 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 33 12858 0 0 0 0 5 3 20 0 15 0 78181534 11081240576 11611 33554432000 4194304 4196468 140721153912384 140314068915488 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181534 11081240576 11611 33554432000 4194304 4196468 140721153912384 140313964308080 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11081240576 11611 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 540 12858 0 0 0 0 5 3 20 0 15 0 78181537 11081240576 11611 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 69 12858 0 0 0 0 5 3 20 0 15 0 78181537 11081240576 11611 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10821524 memory=140402865600128 CPUtime=0.11 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) S 10475 10478 6157 0 -1 1077944384 627 12858 0 0 3 0 5 3 20 0 15 0 78181537 11081240576 11677 33554432000 4194304 4196468 140721153912384 140314033252720 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11081240576 11677 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10821524 memory=140402865600128 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181537 11081240576 11677 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44860 KiB

[startup+0.310335 s]*
/proc/loadavg: 1.43 1.36 1.40 3/215 10544
/proc/meminfo: memFree=12343740/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=10819352 memory=55580 CPUtime=0.39 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 10445 12858 0 0 28 3 5 3 20 0 15 0 78181523 11079016448 13895 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2704838 13895 3101 1 0 2667149 0
[pid=10478/tid=10531] ppid=10475 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 6959 12858 0 0 20 1 5 3 20 0 15 0 78181532 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314582405536 140314594674014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10819352 memory=140402865600127 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181534 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 33 12858 0 0 0 0 5 3 20 0 15 0 78181534 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314068915488 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10819352 memory=140402865600128 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181534 11079016448 13895 33554432000 4194304 4196468 140721153912384 140313964308080 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11079016448 13895 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 543 12858 0 0 1 0 5 3 20 0 15 0 78181537 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 71 12858 0 0 1 0 5 3 20 0 15 0 78181537 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) R 10475 10478 6157 0 -1 4202560 643 12858 0 0 5 0 5 3 20 0 15 0 78181537 11079016448 13895 33554432000 4194304 4196468 140721153912384 140314033252720 140314589277032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11079016448 13895 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181537 11079016448 13895 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55580 KiB

[startup+0.700805 s]
/proc/loadavg: 1.43 1.36 1.40 3/215 10544
/proc/meminfo: memFree=12332840/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=10819352 memory=88892 CPUtime=1 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 16803 12858 0 0 88 4 5 3 20 0 15 0 78181523 11079016448 22223 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2704838 22223 3247 1 0 2667149 0
[pid=10478/tid=10531] ppid=10475 vsize=10819352 memory=23288 CPUtime=0.67 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 12221 12858 0 0 57 2 5 3 20 0 15 0 78181532 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314582414352 140314590869222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10819352 memory=288230587427465593 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10819352 memory=14130039499279127 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181532 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10819352 memory=140402749645312 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 5 12858 0 0 0 0 5 3 20 0 15 0 78181534 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10819352 memory=140406775874610 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 33 12858 0 0 0 0 5 3 20 0 15 0 78181534 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314068915488 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10819352 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181534 11079016448 22223 33554432000 4194304 4196468 140721153912384 140313964308080 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10819352 memory=7305218370954488405 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11079016448 22223 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10819352 memory=7884488363001599585 CPUtime=0.18 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 1140 12858 0 0 10 0 5 3 20 0 15 0 78181537 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10819352 memory=6935655852947886160 CPUtime=0.15 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 464 12858 0 0 7 0 5 3 20 0 15 0 78181537 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) S 10475 10478 6157 0 -1 1077944384 734 12858 0 0 13 0 5 3 20 0 15 0 78181537 11079016448 22223 33554432000 4194304 4196468 140721153912384 140314033252720 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10819352 memory=-7533522213388100735 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11079016448 22223 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 78181537 11079016448 22223 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88892 KiB

[startup+1.50087 s]
/proc/loadavg: 1.43 1.36 1.40 3/215 10544
/proc/meminfo: memFree=12287128/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=10834252 memory=212308 CPUtime=2.84 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 25548 12858 0 0 267 9 5 3 20 0 15 0 78181523 11094274048 53077 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2708563 53077 3477 1 0 2670221 0
[pid=10478/tid=10531] ppid=10475 vsize=10834252 memory=156144 CPUtime=1.43 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 17178 12858 0 0 129 6 5 3 20 0 15 0 78181532 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314582404016 140314595961664 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10834252 memory=-3117775541953849444 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 96 12858 0 0 1 0 5 3 20 0 15 0 78181532 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 20 12858 0 0 1 0 5 3 20 0 15 0 78181532 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 14 12858 0 0 1 0 5 3 20 0 15 0 78181532 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 161 12858 0 0 1 0 5 3 20 0 15 0 78181532 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10834252 memory=185654524829511 CPUtime=0.09 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 874 12858 0 0 1 0 5 3 20 0 15 0 78181534 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10834252 memory=442164 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 54 12858 0 0 0 0 5 3 20 0 15 0 78181534 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314068915488 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181534 11094274048 53077 33554432000 4194304 4196468 140721153912384 140313964308080 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10834252 memory=4638778402627666016 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11094274048 53077 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10834252 memory=280805498683632 CPUtime=0.56 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 1870 12858 0 0 48 0 5 3 20 0 15 0 78181537 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10834252 memory=7588935152971043157 CPUtime=0.52 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 1293 12858 0 0 44 0 5 3 20 0 15 0 78181537 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10834252 memory=-2746958450906831424 CPUtime=0.45 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) S 10475 10478 6157 0 -1 1077944384 1786 12858 0 0 37 0 5 3 20 0 15 0 78181537 11094274048 53077 33554432000 4194304 4196468 140721153912384 140314033252720 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10834252 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11094274048 53077 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10834252 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11094274048 53077 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10834252 KiB

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

/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 90695 12858 0 0 236911 39 5 3 20 0 15 0 78181532 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314582411680 140314197972188 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10916192 memory=974164 CPUtime=5.76 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 14204 12858 0 0 540 28 5 3 20 0 15 0 78181532 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10916192 memory=974172 CPUtime=5.78 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 15244 12858 0 0 546 24 5 3 20 0 15 0 78181532 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10916192 memory=974164 CPUtime=5.76 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 17994 12858 0 0 540 28 5 3 20 0 15 0 78181532 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10916192 memory=974148 CPUtime=5.77 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 15383 12858 0 0 544 25 5 3 20 0 15 0 78181532 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10916192 memory=974164 CPUtime=5.23 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 13690 12858 0 0 483 32 5 3 20 0 15 0 78181534 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10916192 memory=974164 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 63 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314068915552 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10916192 memory=974148 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 8 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 243543 33554432000 4194304 4196468 140721153912384 140313964308096 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10916192 memory=974140 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 243543 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10916192 memory=974172 CPUtime=5.45 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 66429 12858 0 0 529 8 5 3 20 0 15 0 78181537 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10916192 memory=974172 CPUtime=5.59 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 72771 12858 0 0 544 7 5 3 20 0 15 0 78181537 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10916192 memory=974172 CPUtime=2.36 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) S 10475 10478 6157 0 -1 1077944384 56646 12858 0 0 221 7 5 3 20 0 15 0 78181537 11178180608 243543 33554432000 4194304 4196468 140721153912384 140314033252720 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10916192 memory=974172 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 243543 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10916192 memory=239838 CPUtime=1.39 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 1411 12858 0 0 64 67 5 3 20 0 15 0 78181537 11178180608 243543 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 2412.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 974172 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.37 1.39 3/215 10773
/proc/meminfo: memFree=11314008/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=10916192 memory=974236 CPUtime=2472.62 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 369005 12858 0 0 247017 237 5 3 20 0 15 0 78181523 11178180608 243559 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2729048 243559 3530 1 0 2690701 0
[pid=10478/tid=10531] ppid=10475 vsize=10916192 memory=974236 CPUtime=2429.2 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 91342 12858 0 0 242873 39 5 3 20 0 15 0 78181532 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314582407360 140314195993480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10916192 memory=974236 CPUtime=5.94 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 14258 12858 0 0 557 29 5 3 20 0 15 0 78181532 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10916192 memory=974180 CPUtime=5.96 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 15331 12858 0 0 563 25 5 3 20 0 15 0 78181532 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10916192 memory=974180 CPUtime=5.93 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 18423 12858 0 0 557 28 5 3 20 0 15 0 78181532 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10916192 memory=1296 CPUtime=5.95 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 15435 12858 0 0 561 26 5 3 20 0 15 0 78181532 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10916192 memory=974216 CPUtime=5.39 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 13879 12858 0 0 498 33 5 3 20 0 15 0 78181534 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10916192 memory=974216 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 63 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314068915552 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10916192 memory=974216 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 8 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 243559 33554432000 4194304 4196468 140721153912384 140313964308096 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10916192 memory=974236 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 243559 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10916192 memory=974236 CPUtime=5.47 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 66816 12858 0 0 531 8 5 3 20 0 15 0 78181537 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10916192 memory=974236 CPUtime=5.6 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 72861 12858 0 0 545 7 5 3 20 0 15 0 78181537 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10916192 memory=974236 CPUtime=2.37 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) S 10475 10478 6157 0 -1 1077944384 56954 12858 0 0 222 7 5 3 20 0 15 0 78181537 11178180608 243559 33554432000 4194304 4196468 140721153912384 140314033252720 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10916192 memory=974236 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 243559 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10916192 memory=974236 CPUtime=1.43 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 1438 12858 0 0 66 69 5 3 20 0 15 0 78181537 11178180608 243559 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 2472.62 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 974236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.3 s]
/proc/loadavg: 1.19 1.33 1.38 3/215 10774
/proc/meminfo: memFree=11314484/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=10916192 memory=971228 CPUtime=2520.04 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 371553 12858 0 0 251755 241 5 3 20 0 15 0 78181523 11178180608 242807 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2729048 242807 3530 1 0 2690701 0
[pid=10478/tid=10531] ppid=10475 vsize=10916192 memory=971744 CPUtime=2475.93 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 91913 12858 0 0 247546 39 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314582407056 140314197969964 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10916192 memory=972256 CPUtime=6.06 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 14377 12858 0 0 569 29 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10916192 memory=972768 CPUtime=6.08 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 15455 12858 0 0 575 25 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10916192 memory=974236 CPUtime=6.06 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 18487 12858 0 0 570 28 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10916192 memory=973280 CPUtime=6.07 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 15793 12858 0 0 573 26 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10916192 memory=974252 CPUtime=5.51 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 13914 12858 0 0 509 34 5 3 20 0 15 0 78181534 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10916192 memory=974308 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 63 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314068915552 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10916192 memory=974236 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 8 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 242807 33554432000 4194304 4196468 140721153912384 140313964308096 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10916192 memory=974236 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10916192 memory=280805499715136 CPUtime=5.48 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 67277 12858 0 0 532 8 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10916192 memory=974236 CPUtime=5.62 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 73327 12858 0 0 547 7 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10916192 memory=974216 CPUtime=2.37 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) S 10475 10478 6157 0 -1 1077944384 57298 12858 0 0 222 7 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314033252720 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10916192 memory=974308 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10916192 memory=971228 CPUtime=1.45 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 1444 12858 0 0 67 70 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 971228 KiB

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

[startup+2489.36 s]
# the end of solver process 10478 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.65 s, system=2.45439 s

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

[startup+2489.3 s]
/proc/loadavg: 1.19 1.33 1.38 3/215 10774
/proc/meminfo: memFree=11314484/32770624 swapFree=67108860/67108860
[pid=10478] ppid=10475 vsize=10916192 memory=971228 CPUtime=2520.04 cores=0,2,4,6
/proc/10478/stat : 10478 (java) S 10475 10478 6157 0 -1 1077944320 371553 12858 0 0 251755 241 5 3 20 0 15 0 78181523 11178180608 242807 33554432000 4194304 4196468 140721153912384 140721153894928 140314610593527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
/proc/10478/statm: 2729048 242807 3530 1 0 2690701 0
[pid=10478/tid=10531] ppid=10475 vsize=10916192 memory=971744 CPUtime=2475.93 cores=0,2,4,6
/proc/10478/task/10531/stat : 10531 (java) R 10475 10478 6157 0 -1 4202560 91913 12858 0 0 247546 39 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314582407056 140314197969964 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10532] ppid=10475 vsize=10916192 memory=972256 CPUtime=6.06 cores=0,2,4,6
/proc/10478/task/10532/stat : 10532 (java) S 10475 10478 6157 0 -1 1077944384 14377 12858 0 0 569 29 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314614835600 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10533] ppid=10475 vsize=10916192 memory=972768 CPUtime=6.08 cores=0,2,4,6
/proc/10478/task/10533/stat : 10533 (java) S 10475 10478 6157 0 -1 1077944384 15455 12858 0 0 575 25 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314503108880 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10534] ppid=10475 vsize=10916192 memory=974236 CPUtime=6.06 cores=0,2,4,6
/proc/10478/task/10534/stat : 10534 (java) S 10475 10478 6157 0 -1 1077944384 18487 12858 0 0 570 28 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314182412944 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10535] ppid=10475 vsize=10916192 memory=973280 CPUtime=6.07 cores=0,2,4,6
/proc/10478/task/10535/stat : 10535 (java) S 10475 10478 6157 0 -1 1077944384 15793 12858 0 0 573 26 5 3 20 0 15 0 78181532 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314181360144 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10536] ppid=10475 vsize=10916192 memory=974252 CPUtime=5.51 cores=0,2,4,6
/proc/10478/task/10536/stat : 10536 (java) S 10475 10478 6157 0 -1 1077944384 13914 12858 0 0 509 34 5 3 20 0 15 0 78181534 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314069969520 140314610604674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10537] ppid=10475 vsize=10916192 memory=974308 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10537/stat : 10537 (java) S 10475 10478 6157 0 -1 1077944384 63 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314068915552 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10538] ppid=10475 vsize=10916192 memory=974236 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10538/stat : 10538 (java) S 10475 10478 6157 0 -1 1077944384 8 12858 0 0 0 0 5 3 20 0 15 0 78181534 11178180608 242807 33554432000 4194304 4196468 140721153912384 140313964308096 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10539] ppid=10475 vsize=10916192 memory=974236 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10539/stat : 10539 (java) S 10475 10478 6157 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140313360329296 140314610612123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10540] ppid=10475 vsize=10916192 memory=280805499715136 CPUtime=5.48 cores=0,2,4,6
/proc/10478/task/10540/stat : 10540 (java) S 10475 10478 6157 0 -1 1077944384 67277 12858 0 0 532 8 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314035357808 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10541] ppid=10475 vsize=10916192 memory=974236 CPUtime=5.62 cores=0,2,4,6
/proc/10478/task/10541/stat : 10541 (java) S 10475 10478 6157 0 -1 1077944384 73327 12858 0 0 547 7 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314034305008 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10542] ppid=10475 vsize=10916192 memory=974216 CPUtime=2.37 cores=0,2,4,6
/proc/10478/task/10542/stat : 10542 (java) S 10475 10478 6157 0 -1 1077944384 57298 12858 0 0 222 7 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140314033252720 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10543] ppid=10475 vsize=10916192 memory=974308 CPUtime=0.08 cores=0,2,4,6
/proc/10478/task/10543/stat : 10543 (java) S 10475 10478 6157 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140312890567136 140314610603733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
[pid=10478/tid=10544] ppid=10475 vsize=10916192 memory=971228 CPUtime=1.45 cores=0,2,4,6
/proc/10478/task/10544/stat : 10544 (java) S 10475 10478 6157 0 -1 1077944384 1444 12858 0 0 67 70 5 3 20 0 15 0 78181537 11178180608 242807 33554432000 4194304 4196468 140721153912384 140313930750896 140314610604674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140721153919599 140721153922396 140721153922396 140721153925071 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 971228 KiB

Child status: 143
Real time (s): 2489.36
CPU time (s): 2520.1
CPU user time (s): 2517.65
CPU system time (s): 2.45439
CPU usage (%): 101.235
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1338484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.65
system time used= 2.45439
maximum resident set size= 1340568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161821
involuntary context switches= 5855


# summary of solver processes directly reported to runsolver:
#   pid: 10478
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.65
#   total CPU system time (s): 2.45439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5822 second user time and 26.0841 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 13:56:23
IDJOB=4295986
IDBENCH=141629
IDSOLVER=2750
FILE ID=node107/4295986-1532606183
RUNJOBID= node107-1532598730-8938
PBS_JOBID= 21021966
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-150-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295986-1532606183/watcher-4295986-1532606183 -o /tmp/evaluation-result-4295986-1532606183/solver-4295986-1532606183 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8938 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=469236672 HOME/instance-4295986-1532606183.xml

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

MD5SUM BENCH= 784274e168c99e425b71be44c62c6ab3
RANDOM SEED=469236672

node107.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.40
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.40
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.40
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.40
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:        12387056 kB
MemAvailable:   31349352 kB
Buffers:          297356 kB
Cached:         18782904 kB
SwapCached:            0 kB
Active:          4879148 kB
Inactive:       14838592 kB
Active(anon):     640200 kB
Inactive(anon):    25036 kB
Active(file):    4238948 kB
Inactive(file): 14813556 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:        657076 kB
Mapped:            54060 kB
Shmem:             25228 kB
Slab:             365328 kB
SReclaimable:     338252 kB
SUnreclaim:        27076 kB
KernelStack:        3792 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1632388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 14:37:53