Trace number 4387391

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.10SAT (TO)156 2520.1 2480.23

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2520.38
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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.71/0.55	c Concrete v3.10.1560635388952 running
9.48/3.95	o 326
9.87/4.03	o 325
10.46/4.26	o 321
10.46/4.27	o 319
11.08/4.41	o 318
11.08/4.41	o 316
11.08/4.44	o 315
11.08/4.45	o 309
11.40/4.52	o 305
11.40/4.53	o 304
11.99/4.83	o 295
11.99/4.85	o 293
12.17/4.94	o 288
12.17/4.96	o 287
14.31/6.09	o 285
14.31/6.09	o 274
14.45/6.14	o 272
15.01/6.53	o 271
18.24/8.98	o 267
18.52/9.18	o 263
18.52/9.18	o 251
18.67/9.21	o 245
19.48/9.85	o 223
19.48/9.85	o 221
19.62/9.95	o 214
19.62/10.00	o 208
21.50/11.21	o 202
21.50/11.27	o 201
21.50/11.29	o 200
21.64/11.30	o 199
21.80/11.44	o 198
22.09/11.67	o 193
22.22/11.72	o 192
22.22/11.72	o 191
25.60/14.41	o 190
25.60/14.49	o 189
25.73/14.50	o 188
25.73/14.53	o 185
25.73/14.54	o 184
37.13/25.35	o 175
207.30/192.06	o 174
207.30/192.06	o 173
207.30/192.06	o 171
207.30/192.09	o 170
207.41/192.14	o 169
207.41/192.15	o 168
207.41/192.15	o 167
207.41/192.15	o 166
2090.62/2054.38	o 165
2448.25/2409.16	o 162
2448.25/2409.17	o 160
2448.25/2409.17	o 159
2448.25/2409.20	o 158
2448.35/2409.20	o 157
2501.78/2462.18	o 156
2520.05/2480.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2480.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.05/2480.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.05/2480.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2480.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2480.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2480.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2480.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2480.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2480.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2480.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2480.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2480.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.05/2480.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2480.20		at scala.Option.map(Option.scala:243)
2520.05/2480.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2480.20		at concrete.MAC.mac(MAC.scala:204)
2520.05/2480.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2480.20		at scala.util.Try$.apply(Try.scala:212)
2520.05/2480.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2480.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2480.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2480.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2480.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2480.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2480.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2480.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2480.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2480.20		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2480.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.05/2480.20		at scala.util.Success.map(Try.scala:264)
2520.05/2480.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2480.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2480.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2480.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2480.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2480.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2480.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2480.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2480.20		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2480.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2480.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2480.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2480.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2480.20		at scala.App.main(App.scala:75)
2520.05/2480.20		at scala.App.main$(App.scala:73)
2520.05/2480.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2480.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2480.21	v <instantiation
2520.05/2480.21	v         cost = '156'>
2520.05/2480.21	v       <list>
2520.05/2480.21	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] 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]
2520.05/2480.21	v       </list>
2520.05/2480.21	v       <values>
2520.05/2480.21	v         7 9 8 16 15 14 19 20 1 5 2 3 6 4 10 13 12 18 17 23 22 24 21 29 30 28 27 26 31 34 32 33 25 11 0 2 2 6 2 1 6 1 12 2 1 6 1 4 10 5 1 5 1 4 1 5 1 9 2 11 6 2 6 1 4 1 9 10 8 8
2520.05/2480.21	v       </values>
2520.05/2480.21	v     </instantiation>
2520.05/2480.21	s SATISFIABLE

Verifier Data

OK	156

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387391-1568302552/watcher-4387391-1568302552 -o /tmp/evaluation-result-4387391-1568302552/solver-4387391-1568302552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=332215712 HOME/instance-4387391-1568302552.xml 

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

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


[startup+0.109943 s]*
/proc/loadavg: 1.18 1.35 1.43 3/219 11558
/proc/meminfo: memFree=29717520/32770624 swapFree=66916356/67108860
[pid=11501] ppid=11498 vsize=10355560 memory=22776 CPUtime=0.1 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 4936 13219 0 0 2 1 4 3 20 0 9 0 406193176 10604093440 5694 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2588890 5694 2102 1 0 2551431 0
[pid=11501/tid=11554] ppid=11498 vsize=10355560 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 2713 13219 0 0 1 0 4 3 20 0 9 0 406193185 10604093440 5694 33554432000 4194304 4196468 140723491277040 140570367463280 140570379707742 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10355560 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 9 0 406193186 10604093440 5694 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10355560 memory=139740611880576 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 9 0 406193186 10604093440 5694 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 9 0 406193186 10604093440 5694 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 9 0 406193186 10604093440 5694 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10355560 memory=139740611880576 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 9 0 406193187 10604093440 5694 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 13 13219 0 0 0 0 4 3 20 0 9 0 406193188 10604093440 5694 33554432000 4194304 4196468 140723491277040 140569850406560 140570395637461 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 9 0 406193188 10604093440 5694 33554432000 4194304 4196468 140723491277040 140569716188464 140570395637461 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22776 KiB

[startup+0.210943 s]*
/proc/loadavg: 1.18 1.35 1.43 3/228 11567
/proc/meminfo: memFree=29696452/32770624 swapFree=66916356/67108860
[pid=11501] ppid=11498 vsize=10818940 memory=43040 CPUtime=0.26 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 7122 13219 0 0 17 2 4 3 20 0 15 0 406193176 11078594560 10760 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2704735 10760 2952 1 0 2667149 0
[pid=11501/tid=11554] ppid=11498 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 3633 13219 0 0 10 1 4 3 20 0 15 0 406193185 11078594560 10760 33554432000 4194304 4196468 140723491277040 140570367453408 140570379707742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10818940 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193186 11078594560 10760 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10818940 memory=3473877615055218336 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193186 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193186 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193186 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10818940 memory=139740611880576 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193187 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 13 13219 0 0 0 0 4 3 20 0 15 0 406193188 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569850406560 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569716188400 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 449 13219 0 0 1 0 4 3 20 0 15 0 406193191 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) R 11498 11501 5064 0 -1 1077944384 184 13219 0 0 1 0 4 3 20 0 15 0 406193191 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10818940 memory=139740611880576 CPUtime=0.1 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) R 11498 11501 5064 0 -1 4202560 625 13219 0 0 3 0 4 3 20 0 15 0 406193191 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569919145968 140570375547633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11566] ppid=11498 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11566/stat : 11566 (java) S 11498 11501 5064 0 -1 1077944384 3 13219 0 0 0 0 4 3 20 0 15 0 406193191 11078594560 10760 33554432000 4194304 4196468 140723491277040 140568642447712 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11567] ppid=11498 vsize=10818940 memory=139740611880576 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11567/stat : 11567 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193191 11078594560 10760 33554432000 4194304 4196468 140723491277040 140569816849456 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43040 KiB

[startup+0.310926 s]*
/proc/loadavg: 1.18 1.35 1.43 3/228 11567
/proc/meminfo: memFree=29685836/32770624 swapFree=66916356/67108860
[pid=11501] ppid=11498 vsize=10820096 memory=54376 CPUtime=0.39 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 10860 13219 0 0 28 4 4 3 20 0 15 0 406193176 11079778304 13594 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2705024 13594 3206 1 0 2667149 0
[pid=11501/tid=11554] ppid=11498 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 7353 13219 0 0 18 3 4 3 20 0 15 0 406193185 11079778304 13594 33554432000 4194304 4196468 140723491277040 140570367450976 140569999337586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10820096 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193186 11079778304 13594 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10820096 memory=1398720917958146503 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193186 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10820096 memory=139740611887569 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193186 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193186 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193187 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 13 13219 0 0 0 0 4 3 20 0 15 0 406193188 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569850406560 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569716188400 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 451 13219 0 0 2 0 4 3 20 0 15 0 406193191 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) S 11498 11501 5064 0 -1 1077944384 184 13219 0 0 1 0 4 3 20 0 15 0 406193191 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10820096 memory=139740611880576 CPUtime=0.12 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) S 11498 11501 5064 0 -1 1077944384 634 13219 0 0 5 0 4 3 20 0 15 0 406193191 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569919145968 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11566] ppid=11498 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11566/stat : 11566 (java) S 11498 11501 5064 0 -1 1077944384 3 13219 0 0 0 0 4 3 20 0 15 0 406193191 11079778304 13594 33554432000 4194304 4196468 140723491277040 140568642447712 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11567] ppid=11498 vsize=10820096 memory=139740611880576 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11567/stat : 11567 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193191 11079778304 13594 33554432000 4194304 4196468 140723491277040 140569816849456 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54376 KiB

[startup+0.702489 s]
/proc/loadavg: 1.25 1.36 1.43 5/228 11567
/proc/meminfo: memFree=29672424/32770624 swapFree=66916356/67108860
[pid=11501] ppid=11498 vsize=10824340 memory=84616 CPUtime=1.13 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 14859 13219 0 0 100 6 4 3 20 0 15 0 406193176 11084124160 21154 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2706085 21154 3507 1 0 2668173 0
[pid=11501/tid=11554] ppid=11498 vsize=10824340 memory=279480904005200 CPUtime=0.66 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) D 11498 11501 5064 0 -1 1077944384 10590 13219 0 0 54 5 4 3 20 0 15 0 406193185 11084124160 21154 33554432000 4194304 4196468 140723491277040 140570367454448 140570395651133 0 4 0 16800975 18446744072101584420 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10824340 memory=279480904009840 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193186 11084124160 21154 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10824340 memory=139740611879409 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193186 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193186 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193186 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 5 13219 0 0 0 0 4 3 20 0 15 0 406193187 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 13 13219 0 0 0 0 4 3 20 0 15 0 406193188 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569850406560 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569716188400 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 804 13219 0 0 16 0 4 3 20 0 15 0 406193191 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10824340 memory=15393472328768552 CPUtime=0.18 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) S 11498 11501 5064 0 -1 1077944384 446 13219 0 0 11 0 4 3 20 0 15 0 406193191 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) S 11498 11501 5064 0 -1 1077944384 778 13219 0 0 17 0 4 3 20 0 15 0 406193191 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569919145968 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11566] ppid=11498 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11566/stat : 11566 (java) S 11498 11501 5064 0 -1 1077944384 3 13219 0 0 0 0 4 3 20 0 15 0 406193191 11084124160 21154 33554432000 4194304 4196468 140723491277040 140568642447712 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11567] ppid=11498 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11567/stat : 11567 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193191 11084124160 21154 33554432000 4194304 4196468 140723491277040 140569816849456 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84616 KiB

[startup+1.50083 s]
/proc/loadavg: 1.25 1.36 1.43 3/228 11567
/proc/meminfo: memFree=29626492/32770624 swapFree=66916356/67108860
[pid=11501] ppid=11498 vsize=10834652 memory=173792 CPUtime=2.52 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 21803 13219 0 0 233 12 4 3 20 0 15 0 406193176 11094683648 43448 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2708664 43448 3574 1 0 2670733 0
[pid=11501/tid=11554] ppid=11498 vsize=10834656 memory=170084 CPUtime=1.42 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 15537 13219 0 0 127 8 4 3 20 0 15 0 406193185 11094687744 43448 33554432000 4194304 4196468 140723491277040 140570367421840 140570395648602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10834656 memory=279480904005200 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 363 13219 0 0 1 0 4 3 20 0 15 0 406193186 11094687744 43448 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10834656 memory=279480904005024 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 41 13219 0 0 1 0 4 3 20 0 15 0 406193186 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10834656 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 86 13219 0 0 1 0 4 3 20 0 15 0 406193186 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10834656 memory=2811011 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 15 13219 0 0 1 0 4 3 20 0 15 0 406193186 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10834656 memory=2812297 CPUtime=0.08 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 145 13219 0 0 1 0 4 3 20 0 15 0 406193187 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 14 13219 0 0 0 0 4 3 20 0 15 0 406193188 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569850406560 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10834656 memory=-3253322038155611931 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569716188400 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10834656 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10834656 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 1112 13219 0 0 30 0 4 3 20 0 15 0 406193191 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10834656 memory=189385978995526 CPUtime=0.34 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) S 11498 11501 5064 0 -1 1077944384 840 13219 0 0 27 0 4 3 20 0 15 0 406193191 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10834656 memory=2931126 CPUtime=0.47 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) R 11498 11501 5064 0 -1 4202560 1444 13219 0 0 40 0 4 3 20 0 15 0 406193191 11094687744 43448 33554432000 4194304 4196468 140723491277040 140569919143224 140570395639190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0

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

/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 57485 13219 0 0 230624 35 4 3 20 0 15 0 406193185 11109400576 155089 33554432000 4194304 4196468 140723491277040 140570367456912 140570379942492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10849024 memory=620352 CPUtime=6.88 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 14067 13219 0 0 642 39 4 3 20 0 15 0 406193186 11109400576 155089 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10849024 memory=620352 CPUtime=6.86 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 8144 13219 0 0 641 38 4 3 20 0 15 0 406193186 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10849024 memory=620352 CPUtime=6.85 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 8885 13219 0 0 641 37 4 3 20 0 15 0 406193186 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10849024 memory=620356 CPUtime=6.88 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 11230 13219 0 0 644 37 4 3 20 0 15 0 406193186 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10849024 memory=620352 CPUtime=6.43 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 12651 13219 0 0 599 37 4 3 20 0 15 0 406193187 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10849024 memory=620352 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 15 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569850406624 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10849024 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569716188416 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10849024 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10849024 memory=620352 CPUtime=6.98 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 29812 13219 0 0 686 5 4 3 20 0 15 0 406193191 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10849024 memory=620352 CPUtime=7.82 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) S 11498 11501 5064 0 -1 1077944384 47389 13219 0 0 768 7 4 3 20 0 15 0 406193191 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10849024 memory=1172 CPUtime=4.65 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) S 11498 11501 5064 0 -1 1077944384 36181 13219 0 0 449 9 4 3 20 0 15 0 406193191 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569919145968 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11566] ppid=11498 vsize=10849024 memory=620356 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11566/stat : 11566 (java) S 11498 11501 5064 0 -1 1077944384 3 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155089 33554432000 4194304 4196468 140723491277040 140568642447712 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11567] ppid=11498 vsize=10849024 memory=620352 CPUtime=1.22 cores=1,3,5,7
/proc/11501/task/11567/stat : 11567 (java) S 11498 11501 5064 0 -1 1077944384 1007 13219 0 0 52 63 4 3 20 0 15 0 406193191 11109400576 155089 33554432000 4194304 4196468 140723491277040 140569816849456 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 2360.72 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 620356 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.49 1.46 3/228 11964
/proc/meminfo: memFree=29983940/32770624 swapFree=66916404/67108860
[pid=11501] ppid=11498 vsize=10849024 memory=620408 CPUtime=2421.21 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 230305 13219 0 0 241850 264 4 3 20 0 15 0 406193176 11109400576 155102 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2712256 155102 3625 1 0 2674317 0
[pid=11501/tid=11554] ppid=11498 vsize=10849024 memory=111636 CPUtime=2366.28 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 57981 13219 0 0 236586 35 4 3 20 0 15 0 406193185 11109400576 155102 33554432000 4194304 4196468 140723491277040 140570367462320 140570011512724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10849024 memory=620356 CPUtime=7.05 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 14100 13219 0 0 658 40 4 3 20 0 15 0 406193186 11109400576 155102 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10849024 memory=620356 CPUtime=7.03 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 8241 13219 0 0 658 38 4 3 20 0 15 0 406193186 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10849024 memory=620392 CPUtime=7.01 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 9025 13219 0 0 657 37 4 3 20 0 15 0 406193186 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10849024 memory=620392 CPUtime=7.04 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 11455 13219 0 0 659 38 4 3 20 0 15 0 406193186 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10849024 memory=620356 CPUtime=6.6 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 12860 13219 0 0 615 38 4 3 20 0 15 0 406193187 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10849024 memory=620408 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 15 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569850406624 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10849024 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569716188416 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10849024 memory=620408 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10849024 memory=33 CPUtime=6.98 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 29814 13219 0 0 686 5 4 3 20 0 15 0 406193191 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10849024 memory=620392 CPUtime=7.82 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) S 11498 11501 5064 0 -1 1077944384 47391 13219 0 0 768 7 4 3 20 0 15 0 406193191 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10849024 memory=1560 CPUtime=4.65 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) S 11498 11501 5064 0 -1 1077944384 36183 13219 0 0 449 9 4 3 20 0 15 0 406193191 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569919145968 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11566] ppid=11498 vsize=10849024 memory=620408 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11566/stat : 11566 (java) S 11498 11501 5064 0 -1 1077944384 3 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155102 33554432000 4194304 4196468 140723491277040 140568642447712 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11567] ppid=11498 vsize=10849024 memory=620408 CPUtime=1.26 cores=1,3,5,7
/proc/11501/task/11567/stat : 11567 (java) S 11498 11501 5064 0 -1 1077944384 1024 13219 0 0 54 65 4 3 20 0 15 0 406193191 11109400576 155102 33554432000 4194304 4196468 140723491277040 140569816849456 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 2421.21 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 620408 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.49 1.47 3/228 11970
/proc/meminfo: memFree=29980376/32770624 swapFree=66916404/67108860
[pid=11501] ppid=11498 vsize=10849024 memory=620480 CPUtime=2481.8 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 231948 13219 0 0 247904 269 4 3 20 0 15 0 406193176 11109400576 155120 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2712256 155120 3625 1 0 2674317 0
[pid=11501/tid=11554] ppid=11498 vsize=10849024 memory=620480 CPUtime=2425.83 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 58821 13219 0 0 242541 35 4 3 20 0 15 0 406193185 11109400576 155120 33554432000 4194304 4196468 140723491277040 140570367462624 140570011516877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10849024 memory=1704 CPUtime=7.25 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 14158 13219 0 0 677 41 4 3 20 0 15 0 406193186 11109400576 155120 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10849024 memory=620444 CPUtime=7.23 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 8469 13219 0 0 677 39 4 3 20 0 15 0 406193186 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10849024 memory=620428 CPUtime=7.21 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 9066 13219 0 0 676 38 4 3 20 0 15 0 406193186 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10849024 memory=620356 CPUtime=7.24 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 11491 13219 0 0 678 39 4 3 20 0 15 0 406193186 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10849024 memory=620428 CPUtime=6.79 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 12896 13219 0 0 633 39 4 3 20 0 15 0 406193187 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10849024 memory=620428 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 15 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569850406624 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10849024 memory=620444 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569716188416 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10849024 memory=620444 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10849024 memory=620480 CPUtime=6.98 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 30030 13219 0 0 686 5 4 3 20 0 15 0 406193191 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10849024 memory=620480 CPUtime=7.82 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) S 11498 11501 5064 0 -1 1077944384 47573 13219 0 0 768 7 4 3 20 0 15 0 406193191 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10849024 memory=620428 CPUtime=4.65 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) S 11498 11501 5064 0 -1 1077944384 36183 13219 0 0 449 9 4 3 20 0 15 0 406193191 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569919145968 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11566] ppid=11498 vsize=10849024 memory=620480 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11566/stat : 11566 (java) S 11498 11501 5064 0 -1 1077944384 3 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155120 33554432000 4194304 4196468 140723491277040 140568642447712 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11567] ppid=11498 vsize=10849024 memory=620480 CPUtime=1.28 cores=1,3,5,7
/proc/11501/task/11567/stat : 11567 (java) S 11498 11501 5064 0 -1 1077944384 1030 13219 0 0 55 66 4 3 20 0 15 0 406193191 11109400576 155120 33554432000 4194304 4196468 140723491277040 140569816849456 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 2481.8 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 620480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.2 s]
/proc/loadavg: 1.67 1.53 1.48 3/227 11972
/proc/meminfo: memFree=29981052/32770624 swapFree=66916404/67108860
[pid=11501] ppid=11498 vsize=10849024 memory=620500 CPUtime=2520.05 cores=1,3,5,7
/proc/11501/stat : 11501 (java) S 11498 11501 5064 0 -1 1077944320 233277 13219 0 0 251725 273 4 3 20 0 15 0 406193176 11109400576 155125 33554432000 4194304 4196468 140723491277040 140723491259584 140570395627255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
/proc/11501/statm: 2712256 155125 3625 1 0 2674317 0
[pid=11501/tid=11554] ppid=11498 vsize=10849024 memory=1808 CPUtime=2463.44 cores=1,3,5,7
/proc/11501/task/11554/stat : 11554 (java) R 11498 11501 5064 0 -1 4202560 59393 13219 0 0 246301 36 4 3 20 0 15 0 406193185 11109400576 155125 33554432000 4194304 4196468 140723491277040 140570367462624 140570011512973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11555] ppid=11498 vsize=10849024 memory=620500 CPUtime=7.38 cores=1,3,5,7
/proc/11501/task/11555/stat : 11555 (java) S 11498 11501 5064 0 -1 1077944384 14179 13219 0 0 690 41 4 3 20 0 15 0 406193186 11109400576 155125 33554432000 4194304 4196468 140723491277040 140570399869456 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11556] ppid=11498 vsize=10849024 memory=6791534058613427641 CPUtime=7.36 cores=1,3,5,7
/proc/11501/task/11556/stat : 11556 (java) S 11498 11501 5064 0 -1 1077944384 8520 13219 0 0 689 40 4 3 20 0 15 0 406193186 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569968716432 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11557] ppid=11498 vsize=10849024 memory=288230583166042426 CPUtime=7.34 cores=1,3,5,7
/proc/11501/task/11557/stat : 11557 (java) S 11498 11501 5064 0 -1 1077944384 9210 13219 0 0 688 39 4 3 20 0 15 0 406193186 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569967663376 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11558] ppid=11498 vsize=10849024 memory=14699582244260396 CPUtime=7.37 cores=1,3,5,7
/proc/11501/task/11558/stat : 11558 (java) S 11498 11501 5064 0 -1 1077944384 11501 13219 0 0 690 40 4 3 20 0 15 0 406193186 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569966610832 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11559] ppid=11498 vsize=10849024 memory=1324 CPUtime=6.91 cores=1,3,5,7
/proc/11501/task/11559/stat : 11559 (java) S 11498 11501 5064 0 -1 1077944384 13083 13219 0 0 644 40 4 3 20 0 15 0 406193187 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569922304752 140570395638402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11560] ppid=11498 vsize=10849024 memory=1704 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11560/stat : 11560 (java) S 11498 11501 5064 0 -1 1077944384 15 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569850406624 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11561] ppid=11498 vsize=10849024 memory=5932 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11561/stat : 11561 (java) S 11498 11501 5064 0 -1 1077944384 1 13219 0 0 0 0 4 3 20 0 15 0 406193188 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569716188416 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11562] ppid=11498 vsize=10849024 memory=588 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11562/stat : 11562 (java) S 11498 11501 5064 0 -1 1077944384 2 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569112209872 140570395645851 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11563] ppid=11498 vsize=10849024 memory=780 CPUtime=6.98 cores=1,3,5,7
/proc/11501/task/11563/stat : 11563 (java) S 11498 11501 5064 0 -1 1077944384 30032 13219 0 0 686 5 4 3 20 0 15 0 406193191 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569921251568 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11564] ppid=11498 vsize=10849024 memory=1056 CPUtime=7.82 cores=1,3,5,7
/proc/11501/task/11564/stat : 11564 (java) S 11498 11501 5064 0 -1 1077944384 47575 13219 0 0 768 7 4 3 20 0 15 0 406193191 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569920199024 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11565] ppid=11498 vsize=10849024 memory=11464 CPUtime=4.65 cores=1,3,5,7
/proc/11501/task/11565/stat : 11565 (java) S 11498 11501 5064 0 -1 1077944384 36508 13219 0 0 449 9 4 3 20 0 15 0 406193191 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569919145968 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11566] ppid=11498 vsize=10849024 memory=3364 CPUtime=0.07 cores=1,3,5,7
/proc/11501/task/11566/stat : 11566 (java) S 11498 11501 5064 0 -1 1077944384 3 13219 0 0 0 0 4 3 20 0 15 0 406193191 11109400576 155125 33554432000 4194304 4196468 140723491277040 140568642447712 140570395637461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
[pid=11501/tid=11567] ppid=11498 vsize=10849024 memory=2828 CPUtime=1.31 cores=1,3,5,7
/proc/11501/task/11567/stat : 11567 (java) S 11498 11501 5064 0 -1 1077944384 1045 13219 0 0 56 68 4 3 20 0 15 0 406193191 11109400576 155125 33554432000 4194304 4196468 140723491277040 140569816849456 140570395638402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38961152 140723491285750 140723491288261 140723491288261 140723491291087 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 620500 KiB

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

[startup+2480.23 s]
# the end of solver process 11501 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.32 s, system=2.77734 s

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

Child status: 143
Real time (s): 2480.23
CPU time (s): 2520.1
CPU user time (s): 2517.32
CPU system time (s): 2.77734
CPU usage (%): 101.608
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 637924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.32
system time used= 2.77734
maximum resident set size= 639972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216883
involuntary context switches= 9141


# summary of solver processes directly reported to runsolver:
#   pid: 11501
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.32
#   total CPU system time (s): 2.77734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.746 second user time and 23.5665 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 17:35:11
IDJOB=4387391
IDBENCH=135871
IDSOLVER=2823
FILE ID=node141/4387391-1568302552
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387391-1568302552/watcher-4387391-1568302552 -o /tmp/evaluation-result-4387391-1568302552/solver-4387391-1568302552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=332215712 HOME/instance-4387391-1568302552.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=332215712

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        29727404 kB
MemAvailable:   29928600 kB
Buffers:          103632 kB
Cached:           398044 kB
SwapCached:        82008 kB
Active:          2196952 kB
Inactive:         314524 kB
Active(anon):    1933288 kB
Inactive(anon):   106172 kB
Active(file):     263664 kB
Inactive(file):   208352 kB
Unevictable:      108408 kB
Mlocked:          108408 kB
SwapTotal:      67108860 kB
SwapFree:       66916356 kB
Dirty:             35192 kB
Writeback:             0 kB
AnonPages:       2034588 kB
Mapped:            45348 kB
Shmem:             20888 kB
Slab:             119056 kB
SReclaimable:      90028 kB
SUnreclaim:        29028 kB
KernelStack:        3584 kB
PageTables:        11244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3023428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1865728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 56040 MiB
End job on node141 at 2019-09-12 18:16:31