Trace number 4401476

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.12.2SAT (TO)126 2400.08 2351.63

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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

0.77/0.55	c Concrete v3.12.2.1568631193530 running
10.00/4.09	o 294
11.60/4.57	o 288
11.60/4.58	o 287
12.18/4.75	o 255
12.18/4.76	o 252
12.18/4.78	o 249
12.18/4.80	o 248
12.39/4.81	o 243
12.39/4.86	o 240
12.63/5.00	o 214
12.63/5.00	o 208
12.63/5.00	o 206
12.89/5.03	o 204
12.89/5.03	o 202
12.89/5.03	o 197
12.89/5.05	o 194
12.89/5.06	o 191
12.89/5.07	o 189
14.71/5.93	o 186
15.32/6.38	o 183
20.95/9.79	o 179
21.11/9.80	o 178
22.87/10.91	o 176
22.87/10.91	o 175
22.87/10.93	o 174
22.87/10.99	o 172
22.87/10.99	o 171
22.87/10.99	o 168
22.87/10.99	o 166
22.87/10.99	o 164
22.87/11.00	o 163
22.87/11.00	o 161
22.87/11.00	o 160
23.07/11.01	o 159
23.23/11.17	o 158
23.23/11.17	o 157
23.23/11.18	o 155
23.23/11.18	o 153
23.23/11.20	o 152
23.35/11.22	o 151
23.35/11.24	o 147
23.35/11.24	o 146
23.99/11.69	o 145
26.67/13.85	o 144
26.67/13.85	o 143
27.36/14.45	o 142
52.71/39.02	o 137
53.12/39.49	o 134
59.82/46.00	o 132
59.93/46.02	o 130
60.03/46.12	o 129
66.62/52.26	o 128
298.42/278.68	o 127
298.62/278.83	o 126
2400.03/2351.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2351.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2351.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2351.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.03/2351.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2351.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2351.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.03/2351.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.03/2351.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2351.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2351.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2351.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2351.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2351.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2351.60		at scala.Option.map(Option.scala:243)
2400.03/2351.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2351.60		at concrete.MAC.mac(MAC.scala:216)
2400.03/2351.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2351.60		at scala.util.Try$.apply(Try.scala:212)
2400.03/2351.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2351.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2351.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2351.60		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2351.60		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2351.60		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2351.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2351.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2351.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2351.60		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2351.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2351.60		at scala.util.Success.map(Try.scala:264)
2400.03/2351.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2351.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2351.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2351.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2351.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2351.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2351.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2351.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2351.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2351.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2351.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2351.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2351.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2351.61		at scala.App.main(App.scala:75)
2400.03/2351.61		at scala.App.main$(App.scala:73)
2400.03/2351.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2351.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2351.61	v <instantiation
2400.03/2351.61	v         cost = '126'>
2400.03/2351.61	v       <list>
2400.03/2351.61	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] 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]
2400.03/2351.61	v       </list>
2400.03/2351.61	v       <values>
2400.03/2351.61	v         3 1 0 5 6 10 13 12 11 17 24 27 28 29 25 21 19 14 18 20 22 23 26 16 15 9 8 7 4 2 3 2 4 8 9 2 5 2 3 6 2 2 2 4 2 3 6 4 2 3 1 1 6 4 6 2 6 6 17 3
2400.03/2351.61	v       </values>
2400.03/2351.61	v     </instantiation>
2400.03/2351.61	s SATISFIABLE

Verifier Data

OK	126

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401476-1568686780/watcher-4401476-1568686780 -o /tmp/evaluation-result-4401476-1568686780/solver-4401476-1568686780 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24688 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401476-1568686780.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28075, runsolver pid=28072

[startup+0.101335 s]*
/proc/loadavg: 1.21 1.36 1.39 3/219 28132
/proc/meminfo: memFree=29971952/32770624 swapFree=66953072/67108860
[pid=28075] ppid=28072 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 4425 13250 0 0 1 0 5 3 20 0 6 0 444946900 10212057088 4715 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2493178 4715 1935 1 0 2481616 0
[pid=28075/tid=28128] ppid=28072 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 2226 13250 0 0 1 0 5 3 20 0 6 0 444946909 10212057088 4715 33554432000 4194304 4196468 140728113807952 139712921068112 139712934354288 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 444946910 10212057088 4715 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=9972712 memory=288370238571472512 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 6 0 444946910 10212057088 4715 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 444946910 10212057088 4715 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 6 0 444946910 10212057088 4715 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.21003 s]*
/proc/loadavg: 1.21 1.36 1.39 4/228 28141
/proc/meminfo: memFree=29951216/32770624 swapFree=66953072/67108860
[pid=28075] ppid=28072 vsize=10820020 memory=45368 CPUtime=0.27 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 7259 13250 0 0 17 2 5 3 20 0 15 0 444946900 11079700480 11342 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2705005 11342 3241 1 0 2667149 0
[pid=28075/tid=28128] ppid=28072 vsize=10820164 memory=751940894209540401 CPUtime=0.2 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 3745 13250 0 0 11 1 5 3 20 0 15 0 444946909 11079847936 11342 33554432000 4194304 4196468 140728113807952 139712921054512 139712941468478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079847936 11342 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10820164 memory=288370238571472512 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079847936 11342 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079847936 11342 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079847936 11342 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946911 11079847936 11342 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 444946912 11079847936 11408 33554432000 4194304 4196468 140728113807952 139712400450464 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11079847936 11408 33554432000 4194304 4196468 140728113807952 139712266232816 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11079847936 11408 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10820164 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) R 28072 28075 24657 0 -1 4202560 355 13250 0 0 1 0 5 3 20 0 15 0 444946915 11079847936 11408 33554432000 4194304 4196468 140728113807952 139712474769904 139712929394879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10820164 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) S 28072 28075 24657 0 -1 1077944384 310 13250 0 0 1 0 5 3 20 0 15 0 444946915 11079847936 11408 33554432000 4194304 4196468 140728113807952 139712473717360 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10820164 memory=139862419760768 CPUtime=0.11 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) R 28072 28075 24657 0 -1 4202560 611 13250 0 0 3 0 5 3 20 0 15 0 444946915 11079847936 11408 33554432000 4194304 4196468 140728113807952 139712472664816 139712949252698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11079847936 11408 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10820176 memory=139862419760768 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946915 11079860224 11408 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 45368 KiB

[startup+0.310578 s]*
/proc/loadavg: 1.21 1.36 1.39 4/228 28141
/proc/meminfo: memFree=29938012/32770624 swapFree=66953072/67108860
[pid=28075] ppid=28072 vsize=10820196 memory=54012 CPUtime=0.4 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 10740 13250 0 0 29 3 5 3 20 0 15 0 444946900 11079880704 13503 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2705049 13503 3310 1 0 2667149 0
[pid=28075/tid=28128] ppid=28072 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 7198 13250 0 0 19 2 5 3 20 0 15 0 444946909 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712921040304 139712933311838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946910 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10820196 memory=139862419760767 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946911 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 444946912 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712400450464 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712266232816 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11079880704 13503 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) S 28072 28075 24657 0 -1 1077944384 365 13250 0 0 2 0 5 3 20 0 15 0 444946915 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712474769904 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) S 28072 28075 24657 0 -1 1077944384 310 13250 0 0 1 0 5 3 20 0 15 0 444946915 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712473717360 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10820196 memory=139862419760768 CPUtime=0.13 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) S 28072 28075 24657 0 -1 1077944384 629 13250 0 0 5 0 5 3 20 0 15 0 444946915 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712472664816 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11079880704 13503 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10820196 memory=139862419760768 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946915 11079880704 13503 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54012 KiB

[startup+0.705927 s]
/proc/loadavg: 1.21 1.36 1.39 3/228 28141
/proc/meminfo: memFree=29923780/32770624 swapFree=66953072/67108860
[pid=28075] ppid=28072 vsize=10824364 memory=87568 CPUtime=1.16 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 15094 13250 0 0 102 6 5 3 20 0 15 0 444946900 11084148736 21892 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2706091 21892 3510 1 0 2668173 0
[pid=28075/tid=28128] ppid=28072 vsize=10824364 memory=5795117241467496816 CPUtime=0.68 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) D 28072 28075 24657 0 -1 1077944384 10568 13250 0 0 56 4 5 3 20 0 15 0 444946909 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712921058512 139712949255229 0 4 0 16800975 18446744072101633572 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10824364 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946910 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10824364 memory=4156 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946910 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946910 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10824364 memory=139862419759601 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946910 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 6 13250 0 0 0 0 5 3 20 0 15 0 444946911 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 444946912 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712400450464 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712266232816 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11084148736 21892 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) R 28072 28075 24657 0 -1 4202560 786 13250 0 0 15 0 5 3 20 0 15 0 444946915 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712474751504 139712930751776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) R 28072 28075 24657 0 -1 4202560 659 13250 0 0 13 0 5 3 20 0 15 0 444946915 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712473717360 139712933518187 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) S 28072 28075 24657 0 -1 1077944384 839 13250 0 0 17 0 5 3 20 0 15 0 444946915 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712472664816 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11084148736 21892 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10824364 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946915 11084148736 21892 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87568 KiB

[startup+1.50073 s]
/proc/loadavg: 1.44 1.40 1.41 4/228 28141
/proc/meminfo: memFree=29879116/32770624 swapFree=66953072/67108860
[pid=28075] ppid=28072 vsize=10834680 memory=176456 CPUtime=2.55 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 21925 13250 0 0 236 11 5 3 20 0 15 0 444946900 11094712320 44114 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2708670 44114 3587 1 0 2670733 0
[pid=28075/tid=28128] ppid=28072 vsize=10834680 memory=56 CPUtime=1.44 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 15339 13250 0 0 130 6 5 3 20 0 15 0 444946909 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712921028912 139712949253277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 19 13250 0 0 1 0 5 3 20 0 15 0 444946910 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10834680 memory=139862419770849 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 78 13250 0 0 0 0 5 3 20 0 15 0 444946910 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10834680 memory=139862419768641 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 339 13250 0 0 1 0 5 3 20 0 15 0 444946910 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10834680 memory=139862419770529 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 66 13250 0 0 1 0 5 3 20 0 15 0 444946910 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10834680 memory=1384 CPUtime=0.09 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 137 13250 0 0 1 0 5 3 20 0 15 0 444946911 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 14 13250 0 0 0 0 5 3 20 0 15 0 444946912 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712400450528 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10834680 memory=7450737626920805719 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712266232832 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10834680 memory=7163369216499212885 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11094712320 44114 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10834680 memory=7669752668169397863 CPUtime=0.39 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) S 28072 28075 24657 0 -1 1077944384 1244 13250 0 0 31 0 5 3 20 0 15 0 444946915 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712474769904 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10834680 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) S 28072 28075 24657 0 -1 1077944384 876 13250 0 0 27 0 5 3 20 0 15 0 444946915 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712473717360 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10834680 memory=4949696295840688515 CPUtime=0.48 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) S 28072 28075 24657 0 -1 1077944384 1600 13250 0 0 40 0 5 3 20 0 15 0 444946915 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712472664816 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10834680 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11094712320 44114 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10834680 memory=-7035114785800479027 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946915 11094712320 44114 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 10834680 KiB

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

/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 63807 13250 0 0 217914 50 5 3 20 0 15 0 444946909 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712921066544 139712563817113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.33 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 10971 13250 0 0 974 51 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.3 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 12916 13250 0 0 972 50 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.31 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 13692 13250 0 0 977 46 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.31 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 13909 13250 0 0 972 51 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10849048 memory=729356 CPUtime=9.43 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 14434 13250 0 0 882 53 5 3 20 0 15 0 444946911 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10849048 memory=724736 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 15 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712400450528 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10849048 memory=724736 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712266232832 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10849048 memory=620 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10849048 memory=808 CPUtime=5.84 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) S 28072 28075 24657 0 -1 1077944384 28928 13250 0 0 566 10 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712474769904 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10849048 memory=724736 CPUtime=6.07 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) S 28072 28075 24657 0 -1 1077944384 29535 13250 0 0 592 7 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712473717360 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10849048 memory=729356 CPUtime=5.32 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) S 28072 28075 24657 0 -1 1077944384 34510 13250 0 0 516 8 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712472664816 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10849048 memory=724736 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10849048 memory=724736 CPUtime=1.4 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 950 13250 0 0 64 68 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 2248.43 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 724736 KiB

[startup+2262.3 s]
/proc/loadavg: 1.29 1.42 1.46 3/228 28612
/proc/meminfo: memFree=29070716/32770624 swapFree=66953076/67108860
[pid=28075] ppid=28072 vsize=10849048 memory=724736 CPUtime=2309.37 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 226759 13250 0 0 230584 345 5 3 20 0 15 0 444946900 11109425152 181184 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2712262 181184 3632 1 0 2674317 0
[pid=28075/tid=28128] ppid=28072 vsize=10849048 memory=6791534058613427641 CPUtime=2239.01 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 64341 13250 0 0 223843 50 5 3 20 0 15 0 444946909 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712921066384 139712561489376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.66 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 11017 13250 0 0 1006 52 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.63 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 13135 13250 0 0 1003 52 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.64 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 13713 13250 0 0 1008 48 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10849048 memory=724736 CPUtime=10.63 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 13934 13250 0 0 1003 52 5 3 20 0 15 0 444946910 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10849048 memory=724736 CPUtime=9.73 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 14462 13250 0 0 910 55 5 3 20 0 15 0 444946911 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10849048 memory=47836 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 15 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712400450528 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10849048 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712266232832 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10849048 memory=724736 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10849048 memory=724736 CPUtime=5.84 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) S 28072 28075 24657 0 -1 1077944384 28928 13250 0 0 566 10 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712474769904 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10849048 memory=620 CPUtime=6.07 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) S 28072 28075 24657 0 -1 1077944384 29535 13250 0 0 592 7 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712473717360 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10849048 memory=1496 CPUtime=5.33 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) S 28072 28075 24657 0 -1 1077944384 34510 13250 0 0 517 8 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712472664816 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10849048 memory=724736 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10849048 memory=724736 CPUtime=1.44 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 953 13250 0 0 66 70 5 3 20 0 15 0 444946915 11109425152 181184 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 2309.37 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 724736 KiB

[startup+2322.3 s]
/proc/loadavg: 1.77 1.53 1.49 3/228 28616
/proc/meminfo: memFree=29123428/32770624 swapFree=66953076/67108860
[pid=28075] ppid=28072 vsize=10849048 memory=726784 CPUtime=2370.28 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 227859 13250 0 0 236668 352 5 3 20 0 15 0 444946900 11109425152 181696 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2712262 181696 3632 1 0 2674317 0
[pid=28075/tid=28128] ppid=28072 vsize=10849048 memory=726784 CPUtime=2298.3 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 64985 13250 0 0 229771 51 5 3 20 0 15 0 444946909 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712921066880 139712563814701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10849048 memory=726784 CPUtime=10.99 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 11028 13250 0 0 1037 54 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10849048 memory=726784 CPUtime=10.95 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 13244 13250 0 0 1034 53 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10849048 memory=726784 CPUtime=10.95 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 13721 13250 0 0 1038 49 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10849048 memory=0 CPUtime=10.95 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 14032 13250 0 0 1034 53 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10849048 memory=726784 CPUtime=10.02 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 14669 13250 0 0 939 55 5 3 20 0 15 0 444946911 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10849048 memory=726784 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 15 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712400450528 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10849048 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712266232832 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10849048 memory=726784 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10849048 memory=726784 CPUtime=5.84 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) S 28072 28075 24657 0 -1 1077944384 28930 13250 0 0 566 10 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712474769904 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10849048 memory=726784 CPUtime=6.07 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) S 28072 28075 24657 0 -1 1077944384 29537 13250 0 0 592 7 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712473717360 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10849048 memory=726784 CPUtime=5.34 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) S 28072 28075 24657 0 -1 1077944384 34512 13250 0 0 517 9 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712472664816 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10849048 memory=726784 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10849048 memory=726784 CPUtime=1.48 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 970 13250 0 0 68 72 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 2370.28 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 726784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2351.6 s]
/proc/loadavg: 1.58 1.50 1.49 3/228 28621
/proc/meminfo: memFree=29160840/32770624 swapFree=66953076/67108860
[pid=28075] ppid=28072 vsize=10849048 memory=726784 CPUtime=2400.03 cores=0,2,4,6
/proc/28075/stat : 28075 (java) S 28072 28075 24657 0 -1 1077944320 229012 13250 0 0 239639 356 5 3 20 0 15 0 444946900 11109425152 181696 33554432000 4194304 4196468 140728113807952 140728113790496 139712949231351 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
/proc/28075/statm: 2712262 181696 3632 1 0 2674317 0
[pid=28075/tid=28128] ppid=28072 vsize=10849048 memory=920 CPUtime=2327.26 cores=0,2,4,6
/proc/28075/task/28128/stat : 28128 (java) R 28072 28075 24657 0 -1 4202560 65432 13250 0 0 232667 51 5 3 20 0 15 0 444946909 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712921066544 139712566245692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28129] ppid=28072 vsize=10849048 memory=3848 CPUtime=11.14 cores=0,2,4,6
/proc/28075/task/28129/stat : 28129 (java) S 28072 28075 24657 0 -1 1077944384 11088 13250 0 0 1052 54 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712953473808 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28130] ppid=28072 vsize=10849048 memory=2608 CPUtime=11.12 cores=0,2,4,6
/proc/28075/task/28130/stat : 28130 (java) S 28072 28075 24657 0 -1 1077944384 13549 13250 0 0 1050 54 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712872225680 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28131] ppid=28072 vsize=10849048 memory=2728 CPUtime=11.11 cores=0,2,4,6
/proc/28075/task/28131/stat : 28131 (java) S 28072 28075 24657 0 -1 1077944384 13820 13250 0 0 1053 50 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712520969232 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28132] ppid=28072 vsize=10849048 memory=1408 CPUtime=11.11 cores=0,2,4,6
/proc/28075/task/28132/stat : 28132 (java) S 28072 28075 24657 0 -1 1077944384 14055 13250 0 0 1049 54 5 3 20 0 15 0 444946910 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712519916688 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28133] ppid=28072 vsize=10849048 memory=3216 CPUtime=10.16 cores=0,2,4,6
/proc/28075/task/28133/stat : 28133 (java) S 28072 28075 24657 0 -1 1077944384 14882 13250 0 0 952 56 5 3 20 0 15 0 444946911 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712475822064 139712949242498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28134] ppid=28072 vsize=10849048 memory=726784 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28134/stat : 28134 (java) S 28072 28075 24657 0 -1 1077944384 15 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712400450528 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28135] ppid=28072 vsize=10849048 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28135/stat : 28135 (java) S 28072 28075 24657 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 444946912 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712266232832 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28136] ppid=28072 vsize=10849048 memory=47840 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28136/stat : 28136 (java) S 28072 28075 24657 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139711662254288 139712949249947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28137] ppid=28072 vsize=10849048 memory=988 CPUtime=5.84 cores=0,2,4,6
/proc/28075/task/28137/stat : 28137 (java) S 28072 28075 24657 0 -1 1077944384 28930 13250 0 0 566 10 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712474769904 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28138] ppid=28072 vsize=10849048 memory=2024 CPUtime=6.07 cores=0,2,4,6
/proc/28075/task/28138/stat : 28138 (java) S 28072 28075 24657 0 -1 1077944384 29537 13250 0 0 592 7 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712473717360 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28139] ppid=28072 vsize=10849048 memory=1384 CPUtime=5.34 cores=0,2,4,6
/proc/28075/task/28139/stat : 28139 (java) S 28072 28075 24657 0 -1 1077944384 34512 13250 0 0 517 9 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712472664816 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28140] ppid=28072 vsize=10849048 memory=4156 CPUtime=0.08 cores=0,2,4,6
/proc/28075/task/28140/stat : 28140 (java) S 28072 28075 24657 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139711192493152 139712949241557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
[pid=28075/tid=28141] ppid=28072 vsize=10849048 memory=1056 CPUtime=1.5 cores=0,2,4,6
/proc/28075/task/28141/stat : 28141 (java) S 28072 28075 24657 0 -1 1077944384 976 13250 0 0 69 73 5 3 20 0 15 0 444946915 11109425152 181696 33554432000 4194304 4196468 140728113807952 139712471611696 139712949242498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140728113814256 140728113816773 140728113816773 140728113819599 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 726784 KiB

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

[startup+2351.63 s]
# the end of solver process 28075 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.46 s, system=3.61141 s

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

Child status: 143
Real time (s): 2351.63
CPU time (s): 2400.08
CPU user time (s): 2396.46
CPU system time (s): 3.61141
CPU usage (%): 102.06
Max. virtual memory (cumulated for all children) (KiB): 10854912
Max. memory (cumulated for all children) (KiB): 823344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.46
system time used= 3.61142
maximum resident set size= 825700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277062
involuntary context switches= 9040


# summary of solver processes directly reported to runsolver:
#   pid: 28075
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.46
#   total CPU system time (s): 3.61141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7363 second user time and 23.5409 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 04:19:00
IDJOB=4401476
IDBENCH=135868
IDSOLVER=2858
FILE ID=node127/4401476-1568686780
RUNJOBID= node127-1568673291-24688
PBS_JOBID= 21703783
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401476-1568686780/watcher-4401476-1568686780 -o /tmp/evaluation-result-4401476-1568686780/solver-4401476-1568686780 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24688 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401476-1568686780.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=479243401

node127.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.55
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.55
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.55
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.55
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:        29980344 kB
MemAvailable:   31117436 kB
Buffers:           80708 kB
Cached:          1341440 kB
SwapCached:        51444 kB
Active:          1228336 kB
Inactive:         961732 kB
Active(anon):     727928 kB
Inactive(anon):    89540 kB
Active(file):     500408 kB
Inactive(file):   872192 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66953072 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:        828724 kB
Mapped:            61968 kB
Shmem:             40668 kB
Slab:             190408 kB
SReclaimable:     160652 kB
SUnreclaim:        29756 kB
KernelStack:        3744 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1972328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61244 MiB
End job on node127 at 2019-09-17 04:58:12