Trace number 4386976

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)311 2520.12 2467.33

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-3.xml
MD5SUM486402128da484f7cb4aeca2fb99213d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark32.7447
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size410
Distribution of domain sizes[{"size":5,"count":50},{"size":410,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.63/0.61	c Concrete v3.10.1560635388952 running
11.60/4.95	o 408
13.33/5.57	o 377
13.33/5.59	o 373
14.28/5.85	o 372
14.28/5.85	o 371
14.28/5.86	o 361
14.62/5.93	o 360
14.62/5.96	o 359
14.62/5.96	o 358
14.62/5.96	o 357
14.96/6.04	o 351
15.27/6.14	o 347
15.27/6.15	o 344
15.86/6.35	o 343
15.86/6.36	o 339
15.86/6.36	o 333
16.43/6.55	o 332
16.43/6.56	o 331
16.98/6.74	o 326
16.98/6.77	o 325
16.98/6.78	o 324
16.98/6.78	o 323
17.27/6.85	o 322
17.27/6.85	o 321
17.27/6.86	o 315
81.45/66.36	o 314
128.35/112.66	o 313
128.35/112.67	o 311
2520.07/2467.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2467.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2467.30		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.07/2467.30		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2520.07/2467.30		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2520.07/2467.30		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2520.07/2467.30		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.07/2467.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2467.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2467.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2467.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2467.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2467.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2467.30		at scala.Option.map(Option.scala:243)
2520.07/2467.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2467.30		at concrete.MAC.mac(MAC.scala:204)
2520.07/2467.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2467.30		at scala.util.Try$.apply(Try.scala:212)
2520.07/2467.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2467.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2467.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2467.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2467.30		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2467.30		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2467.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2467.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2467.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2467.30		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2467.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.07/2467.30		at scala.util.Success.map(Try.scala:264)
2520.07/2467.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2467.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2467.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2467.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2467.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2467.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2467.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2467.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2467.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2467.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2467.31		at scala.App.main(App.scala:75)
2520.07/2467.31		at scala.App.main$(App.scala:73)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2467.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2467.31	v <instantiation
2520.07/2467.31	v         cost = '311'>
2520.07/2467.31	v       <list>
2520.07/2467.31	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.07/2467.31	v       </list>
2520.07/2467.31	v       <values>
2520.07/2467.31	v         5 44 77 164 245 1 51 122 167 245 0 75 166 223 228 0 77 118 166 248 0 37 118 130 223 311 311 309 308 306 35 31 45 64 66 36 71 44 78 66 75 91 53 5 81 77 25 38 79 60 37 81 12 93 83 4 3 1 2 0 2 4 1 0 3 0 3 1 4 2 1 0 2 3 4 3 2 0 4 1 245 77 164 44 5 167 122 1 245 51 0 166 228 75 223 77 0 118 166 248 118 223 37 0 130
2520.07/2467.31	v       </values>
2520.07/2467.31	v     </instantiation>
2520.07/2467.31	s SATISFIABLE

Verifier Data

OK	311

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386976-1568285966/watcher-4386976-1568285966 -o /tmp/evaluation-result-4386976-1568285966/solver-4386976-1568285966 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1339615836 HOME/instance-4386976-1568285966.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
Current StackSize limit: 8192 KiB

solver pid=6123, runsolver pid=6118

[startup+0.100214 s]*
/proc/loadavg: 1.00 1.11 1.50 3/220 6200
/proc/meminfo: memFree=31691784/32770624 swapFree=66934088/67108860
[pid=6123] ppid=6118 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/6123/stat : 6123 (bash) S 6118 6123 5271 0 -1 4202496 895 5685 1 0 0 0 0 1 20 0 1 0 404855075 115974144 404 33554432000 4194304 5098028 140724143351872 140724143345880 140383858768896 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 40804352 140724143354900 140724143355025 140724143355025 140724143357934 0
/proc/6123/statm: 28314 404 320 221 0 119 0
[pid=6179] ppid=6123 vsize=113256 memory=708 CPUtime=0.05 cores=1,3,5,7
/proc/6179/stat : 6179 (bash) S 6123 6123 5271 0 -1 4202560 158 5062 0 0 0 0 4 1 20 0 1 0 404855079 115974144 177 33554432000 4194304 5098028 140724143351872 140724143344552 140383858594428 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40804352 140724143354900 140724143355025 140724143355025 140724143357934 0
/proc/6179/statm: 28314 177 93 221 0 119 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 226512 KiB
Current children cumulated memory: 2324 KiB

[startup+0.21014 s]*
/proc/loadavg: 1.00 1.11 1.50 3/226 6258
/proc/meminfo: memFree=31679664/32770624 swapFree=66934088/67108860
[pid=6123] ppid=6118 vsize=10818900 memory=32544 CPUtime=0.18 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 6454 13444 1 1 9 1 5 3 20 0 15 0 404855075 11078553600 8070 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
/proc/6123/statm: 2704725 8070 2865 1 0 2667149 0
[pid=6123/tid=6232] ppid=6118 vsize=10818900 memory=7022364594140610616 CPUtime=0.15 cores=1,3,5,7
/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 3239 13444 0 1 7 0 5 3 20 0 15 0 404855088 11078553600 8136 33554432000 4194304 4196468 140734355506832 140260381520144 140260012503440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10818900 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8136 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10818900 memory=139684341130508 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8136 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10818900 memory=139684341122688 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855090 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 33 13444 0 1 0 0 5 3 20 0 15 0 404855091 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259868111776 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855091 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259740345328 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) R 6118 6123 5271 0 -1 1077944384 423 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259834554864 140260409698946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) S 6118 6123 5271 0 -1 1077944384 11 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8136 33554432000 4194304 4196468 140734355506832 140259833502320 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10818900 memory=139684341122688 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) R 6118 6123 5271 0 -1 4202560 596 13444 0 1 1 0 5 3 20 0 15 0 404855094 11078553600 8202 33554432000 4194304 4196468 140734355506832 140259832449776 140260388644076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8202 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10818900 memory=139684341122688 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8202 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 32544 KiB

[startup+0.313065 s]*
/proc/loadavg: 1.00 1.11 1.50 3/226 6258
/proc/meminfo: memFree=31651444/32770624 swapFree=66934088/67108860
[pid=6123] ppid=6118 vsize=10819084 memory=44264 CPUtime=0.33 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 9877 13444 1 1 22 3 5 3 20 0 15 0 404855075 11078742016 11066 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
/proc/6123/statm: 2704771 11066 3011 1 0 2667149 0
[pid=6123/tid=6232] ppid=6118 vsize=10819084 memory=8317482817917895235 CPUtime=0.24 cores=1,3,5,7
/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 6297 13444 0 1 14 2 5 3 20 0 15 0 404855088 11078742016 11066 33554432000 4194304 4196468 140734355506832 140260381486416 140260389962574 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10819084 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 11066 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 11066 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855090 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 33 13444 0 1 0 0 5 3 20 0 15 0 404855091 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259868111776 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855091 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259740345328 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) S 6118 6123 5271 0 -1 1077944384 547 13444 0 1 1 0 5 3 20 0 15 0 404855094 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259834554864 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) S 6118 6123 5271 0 -1 1077944384 63 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259833502320 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10819084 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) S 6118 6123 5271 0 -1 1077944384 714 13444 0 1 4 0 5 3 20 0 15 0 404855094 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259832449776 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 11066 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 11066 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 44264 KiB

[startup+0.702066 s]
/proc/loadavg: 1.00 1.11 1.50 3/226 6258
/proc/meminfo: memFree=31627776/32770624 swapFree=66934088/67108860
[pid=6123] ppid=6118 vsize=10822292 memory=71060 CPUtime=0.85 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 14003 13444 1 1 72 5 5 3 20 0 15 0 404855075 11082027008 17765 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
/proc/6123/statm: 2705573 17765 3461 1 0 2667661 0
[pid=6123/tid=6232] ppid=6118 vsize=10822292 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 9698 13444 0 1 43 4 5 3 20 0 15 0 404855088 11082027008 17765 33554432000 4194304 4196468 140734355506832 140260381517808 140260393768286 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17765 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10822292 memory=279368429747520 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17765 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10822292 memory=4027 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10822292 memory=5938086686333882480 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 6 13444 0 1 0 0 5 3 20 0 15 0 404855090 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10822292 memory=8099279071866868843 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 33 13444 0 1 0 0 5 3 20 0 15 0 404855091 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259868111776 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10822292 memory=4638778398332764256 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855091 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259740345328 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10822292 memory=-7242455096852575424 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10822292 memory=-9109193692301073781 CPUtime=0.15 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) R 6118 6123 5271 0 -1 4202560 779 13444 0 1 7 0 5 3 20 0 15 0 404855094 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259834540496 140260388135099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10822292 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) R 6118 6123 5271 0 -1 4202560 316 13444 0 1 6 0 5 3 20 0 15 0 404855094 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259833493152 140260389343344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10822292 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) S 6118 6123 5271 0 -1 1077944384 951 13444 0 1 13 0 5 3 20 0 15 0 404855094 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259832449776 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10822292 memory=516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11082027008 17765 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10822292 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855094 11082027008 17765 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 71060 KiB

[startup+1.5023 s]
/proc/loadavg: 1.00 1.11 1.50 3/226 6258
/proc/meminfo: memFree=31552276/32770624 swapFree=66934088/67108860
[pid=6123] ppid=6118 vsize=10834656 memory=165120 CPUtime=2.21 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 21944 13444 1 1 204 9 5 3 20 0 15 0 404855075 11094687744 41280 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
/proc/6123/statm: 2708664 41280 3576 1 0 2670733 0
[pid=6123/tid=6232] ppid=6118 vsize=10834656 memory=1160 CPUtime=1.3 cores=1,3,5,7
/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 15563 13444 0 1 116 6 5 3 20 0 15 0 404855088 11094687744 41280 33554432000 4194304 4196468 140734355506832 140260381513856 140260393731429 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10834656 memory=289440782 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 56 13444 0 1 1 0 5 3 20 0 15 0 404855089 11094687744 41280 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 34 13444 0 1 1 0 5 3 20 0 15 0 404855089 11094687744 41280 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 78 13444 0 1 1 0 5 3 20 0 15 0 404855089 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10834656 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 366 13444 0 1 1 0 5 3 20 0 15 0 404855089 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10834656 memory=-7966001967256141664 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 501 13444 0 1 1 0 5 3 20 0 15 0 404855090 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10834656 memory=4137287014106042739 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 34 13444 0 1 0 0 5 3 20 0 15 0 404855091 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259868111776 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10834656 memory=8303054830060986464 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855091 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259740345328 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10834656 memory=6944656592452807320 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10834656 memory=4206468019014099040 CPUtime=0.32 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) S 6118 6123 5271 0 -1 1077944384 1092 13444 0 1 24 0 5 3 20 0 15 0 404855094 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259834554864 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10834656 memory=7682475212697334586 CPUtime=0.29 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) S 6118 6123 5271 0 -1 1077944384 466 13444 0 1 21 0 5 3 20 0 15 0 404855094 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259833502320 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10834656 memory=7163363787625817705 CPUtime=0.41 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) S 6118 6123 5271 0 -1 1077944384 1538 13444 0 1 33 0 5 3 20 0 15 0 404855094 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259832449776 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10834656 memory=7590655979367786604 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11094687744 41280 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10834656 memory=7813015691852141925 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 1 13444 0 1 0 0 5 3 20 0 15 0 404855094 11094687744 41280 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 165120 KiB

[startup+3.1104 s]
/proc/loadavg: 1.00 1.11 1.50 9/226 6258
/proc/meminfo: memFree=31288812/32770624 swapFree=66934088/67108860
[pid=6123] ppid=6118 vsize=10844916 memory=244352 CPUtime=6.18 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 41813 13444 2 1 593 17 5 3 20 0 15 0 404855075 11105193984 61088 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0

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

/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 74392 13444 1 1 235573 54 5 3 20 0 15 0 404855088 11111497728 254373 33554432000 4194304 4196468 140734355506832 140260381523168 140260017079908 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10851072 memory=1017492 CPUtime=12.49 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 8618 13444 0 1 1183 58 5 3 20 0 15 0 404855089 11111497728 254373 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10851072 memory=1017492 CPUtime=12.56 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 14677 13444 0 1 1188 60 5 3 20 0 15 0 404855089 11111497728 254373 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10851072 memory=1017492 CPUtime=12.48 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 9464 13444 0 1 1185 55 5 3 20 0 15 0 404855089 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10851072 memory=1017492 CPUtime=12.48 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 15915 13444 0 1 1184 56 5 3 20 0 15 0 404855089 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10851072 memory=1017492 CPUtime=11.03 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 15166 13444 0 1 1037 58 5 3 20 0 15 0 404855090 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10851072 memory=1017492 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 39 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259868111904 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10851072 memory=1017492 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259740345344 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10851072 memory=133 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10851072 memory=1017492 CPUtime=5.92 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) S 6118 6123 5271 0 -1 1077944384 26066 13444 0 1 580 4 5 3 20 0 15 0 404855094 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259834554864 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10851072 memory=1017492 CPUtime=5.85 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) S 6118 6123 5271 0 -1 1077944384 21101 13444 0 1 572 5 5 3 20 0 15 0 404855094 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259833502320 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10851072 memory=139684215817665 CPUtime=3.74 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) S 6118 6123 5271 0 -1 1077944384 26727 13444 0 1 359 7 5 3 20 0 15 0 404855094 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259832449776 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10851072 memory=6154285887512471910 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254373 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10851072 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 831 13444 0 1 61 72 5 3 20 0 15 0 404855094 11111497728 254373 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 2433.71 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1017492 KiB

[startup+2442.3 s]
/proc/loadavg: 1.02 1.23 1.35 3/226 6505
/proc/meminfo: memFree=29570272/32770624 swapFree=66934148/67108860
[pid=6123] ppid=6118 vsize=10851072 memory=1019540 CPUtime=2494.68 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 216823 13444 2 1 249080 380 5 3 20 0 15 0 404855075 11111497728 254885 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
/proc/6123/statm: 2712768 254885 3629 1 0 2674829 0
[pid=6123/tid=6232] ppid=6118 vsize=10851072 memory=1019540 CPUtime=2415.69 cores=1,3,5,7
/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 75240 13444 1 1 241506 55 5 3 20 0 15 0 404855088 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260381523296 140260029913660 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.83 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 8633 13444 0 1 1215 60 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.89 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 14790 13444 0 1 1220 61 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.82 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 9490 13444 0 1 1217 57 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.82 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 16288 13444 0 1 1216 58 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10851072 memory=1019540 CPUtime=11.3 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 15382 13444 0 1 1063 59 5 3 20 0 15 0 404855090 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 39 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259868111904 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259740345344 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10851072 memory=928 CPUtime=5.92 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) S 6118 6123 5271 0 -1 1077944384 26068 13444 0 1 580 4 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259834554864 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10851072 memory=1668 CPUtime=5.85 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) S 6118 6123 5271 0 -1 1077944384 21103 13444 0 1 572 5 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259833502320 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10851072 memory=288230574492221466 CPUtime=3.74 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) S 6118 6123 5271 0 -1 1077944384 26729 13444 0 1 359 7 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259832449776 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10851072 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10851072 memory=1019540 CPUtime=1.46 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 845 13444 0 1 63 75 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 2494.68 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1019540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.3 s]
/proc/loadavg: 1.35 1.29 1.37 2/207 6516
/proc/meminfo: memFree=30689324/32770624 swapFree=66934148/67108860
[pid=6123] ppid=6118 vsize=10851072 memory=1019540 CPUtime=2520.07 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 217685 13444 2 1 251615 384 5 3 20 0 15 0 404855075 11111497728 254885 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
/proc/6123/statm: 2712768 254885 3629 1 0 2674829 0
[pid=6123/tid=6232] ppid=6118 vsize=10851072 memory=1019540 CPUtime=2440.43 cores=1,3,5,7
/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 75651 13444 1 1 243979 56 5 3 20 0 15 0 404855088 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260381523440 140260029058645 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.95 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 8656 13444 0 1 1227 60 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10851072 memory=1019540 CPUtime=13.02 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 14880 13444 0 1 1232 62 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.95 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 9524 13444 0 1 1230 57 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.95 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 16362 13444 0 1 1228 59 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10851072 memory=1019540 CPUtime=11.41 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 15589 13444 0 1 1074 59 5 3 20 0 15 0 404855090 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 39 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259868111904 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259740345344 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10851072 memory=20224 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10851072 memory=984 CPUtime=5.92 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) S 6118 6123 5271 0 -1 1077944384 26071 13444 0 1 580 4 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259834554864 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10851072 memory=1019540 CPUtime=5.85 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) S 6118 6123 5271 0 -1 1077944384 21105 13444 0 1 572 5 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259833502320 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10851072 memory=1019540 CPUtime=3.74 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) S 6118 6123 5271 0 -1 1077944384 26731 13444 0 1 359 7 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259832449776 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10851072 memory=2116 CPUtime=1.47 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 861 13444 0 1 63 76 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1019540 KiB

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

[startup+2467.33 s]
# the end of solver process 6123 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.89075 s

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

[startup+2467.3 s]
/proc/loadavg: 1.35 1.29 1.37 2/207 6516
/proc/meminfo: memFree=30689324/32770624 swapFree=66934148/67108860
[pid=6123] ppid=6118 vsize=10851072 memory=1019540 CPUtime=2520.07 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6118 6123 5271 0 -1 1077944320 217685 13444 2 1 251615 384 5 3 20 0 15 0 404855075 11111497728 254885 33554432000 4194304 4196468 140734355506832 140734355489376 140260409687799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
/proc/6123/statm: 2712768 254885 3629 1 0 2674829 0
[pid=6123/tid=6232] ppid=6118 vsize=10851072 memory=1019540 CPUtime=2440.43 cores=1,3,5,7
/proc/6123/task/6232/stat : 6232 (java) R 6118 6123 5271 0 -1 4202560 75651 13444 1 1 243979 56 5 3 20 0 15 0 404855088 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260381523440 140260029058645 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6233] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.95 cores=1,3,5,7
/proc/6123/task/6233/stat : 6233 (java) S 6118 6123 5271 0 -1 1077944384 8656 13444 0 1 1227 60 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260413930256 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6234] ppid=6118 vsize=10851072 memory=1019540 CPUtime=13.02 cores=1,3,5,7
/proc/6123/task/6234/stat : 6234 (java) S 6118 6123 5271 0 -1 1077944384 14880 13444 0 1 1232 62 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140260345842576 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6235] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.95 cores=1,3,5,7
/proc/6123/task/6235/stat : 6235 (java) S 6118 6123 5271 0 -1 1077944384 9524 13444 0 1 1230 57 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259981921296 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6236] ppid=6118 vsize=10851072 memory=1019540 CPUtime=12.95 cores=1,3,5,7
/proc/6123/task/6236/stat : 6236 (java) S 6118 6123 5271 0 -1 1077944384 16362 13444 0 1 1228 59 5 3 20 0 15 0 404855089 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259980868752 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6241] ppid=6118 vsize=10851072 memory=1019540 CPUtime=11.41 cores=1,3,5,7
/proc/6123/task/6241/stat : 6241 (java) S 6118 6123 5271 0 -1 1077944384 15589 13444 0 1 1074 59 5 3 20 0 15 0 404855090 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259869165552 140260409698946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6243] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6243/stat : 6243 (java) S 6118 6123 5271 0 -1 1077944384 39 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259868111904 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6245] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6245/stat : 6245 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259740345344 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6248] ppid=6118 vsize=10851072 memory=20224 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6248/stat : 6248 (java) S 6118 6123 5271 0 -1 1077944384 2 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259136366800 140260409706395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6250] ppid=6118 vsize=10851072 memory=984 CPUtime=5.92 cores=1,3,5,7
/proc/6123/task/6250/stat : 6250 (java) S 6118 6123 5271 0 -1 1077944384 26071 13444 0 1 580 4 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259834554864 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6252] ppid=6118 vsize=10851072 memory=1019540 CPUtime=5.85 cores=1,3,5,7
/proc/6123/task/6252/stat : 6252 (java) S 6118 6123 5271 0 -1 1077944384 21105 13444 0 1 572 5 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259833502320 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6254] ppid=6118 vsize=10851072 memory=1019540 CPUtime=3.74 cores=1,3,5,7
/proc/6123/task/6254/stat : 6254 (java) S 6118 6123 5271 0 -1 1077944384 26731 13444 0 1 359 7 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259832449776 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6256] ppid=6118 vsize=10851072 memory=1019540 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6256/stat : 6256 (java) S 6118 6123 5271 0 -1 1077944384 3 13444 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140258666605664 140260409698005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
[pid=6123/tid=6258] ppid=6118 vsize=10851072 memory=2116 CPUtime=1.47 cores=1,3,5,7
/proc/6123/task/6258/stat : 6258 (java) S 6118 6123 5271 0 -1 1077944384 861 13444 0 1 63 76 5 3 20 0 15 0 404855094 11111497728 254885 33554432000 4194304 4196468 140734355506832 140259831396656 140260409698946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36007936 140734355512053 140734355514565 140734355514565 140734355517391 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1019540 KiB

Child status: 143
Real time (s): 2467.33
CPU time (s): 2520.12
CPU user time (s): 2516.23
CPU system time (s): 3.89075
CPU usage (%): 102.14
Max. virtual memory (cumulated for all children) (KiB): 10851072
Max. memory (cumulated for all children) (KiB): 1019540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.89075
maximum resident set size= 1023672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232264
page faults= 3
swaps= 0
block input operations= 11784
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296082
involuntary context switches= 5427


# summary of solver processes directly reported to runsolver:
#   pid: 6123
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.89075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8972 second user time and 23.3651 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 11:57:52
IDJOB=4386976
IDBENCH=115848
IDSOLVER=2823
FILE ID=node105/4386976-1568285966
RUNJOBID= node105-1568282271-6098
PBS_JOBID= 21701089
Free space on /tmp= 50980 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386976-1568285966/watcher-4386976-1568285966 -o /tmp/evaluation-result-4386976-1568285966/solver-4386976-1568285966 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1339615836 HOME/instance-4386976-1568285966.xml

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=1339615836

node105.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.00
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.00
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.00
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.00
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:        31721124 kB
MemAvailable:   31864012 kB
Buffers:           86636 kB
Cached:           343032 kB
SwapCached:        69216 kB
Active:           257940 kB
Inactive:         238920 kB
Active(anon):       9888 kB
Inactive(anon):    88404 kB
Active(file):     248052 kB
Inactive(file):   150516 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934088 kB
Dirty:             69944 kB
Writeback:             0 kB
AnonPages:        111312 kB
Mapped:            32584 kB
Shmem:             22256 kB
Slab:             148120 kB
SReclaimable:     120308 kB
SUnreclaim:        27812 kB
KernelStack:        3312 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 50912 MiB
End job on node105 at 2019-09-12 12:39:00