Trace number 4396404

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)312 2400.1 2348.43

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-5.xml
MD5SUM5197a9101df9cd680fadf9dcc86a0dcb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark312
Best CPU time to get the best result obtained on this benchmark31.7673
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size412
Distribution of domain sizes[{"size":5,"count":50},{"size":412,"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.78/0.57	c Concrete v3.12.2.1568380929293 running
15.43/6.07	o 411
16.02/6.27	o 405
19.54/7.43	o 404
20.09/7.82	o 403
20.40/8.08	o 378
20.77/8.24	o 376
22.28/9.24	o 375
22.69/9.50	o 374
24.10/10.61	o 373
24.10/10.63	o 372
24.10/10.64	o 369
24.26/10.72	o 368
24.79/11.17	o 367
24.90/11.28	o 366
25.14/11.49	o 365
25.38/11.65	o 361
25.53/11.73	o 360
25.53/11.75	o 359
25.66/11.80	o 357
25.77/11.98	o 354
25.77/11.99	o 352
26.37/12.35	o 350
26.48/12.44	o 349
26.60/12.50	o 330
26.60/12.52	o 329
26.60/12.56	o 327
46.31/29.71	o 326
46.31/29.73	o 325
96.19/78.12	o 324
96.19/78.13	o 323
96.19/78.14	o 322
125.57/106.81	o 321
125.57/106.87	o 320
125.57/106.88	o 319
149.62/129.85	o 318
166.69/146.65	o 317
166.80/146.75	o 312
2400.05/2348.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2348.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2348.40		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.05/2348.40		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.05/2348.40		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.05/2348.40		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.05/2348.40		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.05/2348.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2348.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2348.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2348.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2348.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2348.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2348.40		at scala.Option.map(Option.scala:243)
2400.05/2348.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2348.40		at concrete.MAC.mac(MAC.scala:216)
2400.05/2348.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2348.40		at scala.util.Try$.apply(Try.scala:212)
2400.05/2348.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2348.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2348.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2348.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2348.41		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2348.41		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2348.41		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2348.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2348.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2348.41		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2348.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2348.41		at scala.util.Success.map(Try.scala:264)
2400.05/2348.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2348.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2348.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2348.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2348.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2348.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2348.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2348.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2348.41		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2348.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2348.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2348.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2348.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2348.41		at scala.App.main(App.scala:75)
2400.05/2348.41		at scala.App.main$(App.scala:73)
2400.05/2348.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2348.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2348.41	v <instantiation
2400.05/2348.41	v         cost = '312'>
2400.05/2348.41	v       <list>
2400.05/2348.41	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]
2400.05/2348.41	v       </list>
2400.05/2348.41	v       <values>
2400.05/2348.41	v         0 60 121 220 307 0 6 102 180 271 6 102 123 190 266 0 62 88 173 251 0 98 180 214 256 312 275 312 312 312 60 41 93 86 5 6 96 63 81 4 81 17 50 62 46 55 26 85 78 61 98 82 34 37 56 2 1 0 3 4 3 0 1 2 4 3 0 4 1 2 1 2 3 4 0 4 2 3 0 1 121 60 0 220 307 6 102 180 0 271 102 190 266 6 123 251 0 62 88 173 214 256 98 180 0
2400.05/2348.41	v       </values>
2400.05/2348.41	v     </instantiation>
2400.05/2348.41	s SATISFIABLE

Verifier Data

OK	312

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396404-1568393656/watcher-4396404-1568393656 -o /tmp/evaluation-result-4396404-1568393656/solver-4396404-1568393656 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568393616-15561 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1143104304 HOME/instance-4396404-1568393656.xml 

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

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

solver pid=15591, runsolver pid=15584

[startup+0.100177 s]*
/proc/loadavg: 0.93 1.40 1.73 4/209 15704
/proc/meminfo: memFree=28943308/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=9972712 memory=14916 CPUtime=0.09 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 4491 13159 0 0 1 0 5 3 20 0 6 0 415634489 10212057088 3729 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2493178 3729 1935 1 0 2481616 0
[pid=15591/tid=15696] ppid=15584 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 2292 13159 0 0 1 0 5 3 20 0 6 0 415634498 10212057088 3729 33554432000 4194304 4196468 140733449169360 139690692231760 139690704475412 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 6 0 415634499 10212057088 3729 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=9972712 memory=139751480346240 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 6 0 415634499 10212057088 3729 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 6 0 415634499 10212057088 3729 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 6 0 415634499 10212057088 3729 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.210526 s]*
/proc/loadavg: 0.93 1.40 1.73 6/227 15722
/proc/meminfo: memFree=28901752/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=10819664 memory=37804 CPUtime=0.26 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 7213 13159 0 0 17 1 5 3 20 0 15 0 415634489 11079335936 9451 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2704916 9451 3190 1 0 2667149 0
[pid=15591/tid=15696] ppid=15584 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 3641 13159 0 0 10 1 5 3 20 0 15 0 415634498 11079335936 9451 33554432000 4194304 4196468 140733449169360 139690692203072 139690704475486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10819664 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079335936 9451 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10819664 memory=139751483423431 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079335936 9451 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079335936 9451 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079335936 9451 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10819664 memory=139751480346240 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634500 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 13 13159 0 0 0 0 5 3 20 0 15 0 415634501 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689650546080 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634501 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689516328432 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 339 13159 0 0 0 0 5 3 20 0 15 0 415634504 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) S 15584 15591 12443 0 -1 1077944384 332 13159 0 0 1 0 5 3 20 0 15 0 415634504 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689721542768 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10819664 memory=139751480346240 CPUtime=0.11 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) S 15584 15591 12443 0 -1 1077944384 670 13159 0 0 3 0 5 3 20 0 15 0 415634504 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689720490224 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10819664 memory=139751480346240 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634504 11079335936 9451 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37804 KiB

[startup+0.31041 s]*
/proc/loadavg: 0.93 1.40 1.73 5/227 15722
/proc/meminfo: memFree=28876624/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=10820148 memory=48956 CPUtime=0.41 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 10936 13159 0 0 29 4 5 3 20 0 15 0 415634489 11079831552 12239 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2705037 12239 3322 1 0 2667149 0
[pid=15591/tid=15696] ppid=15584 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 7297 13159 0 0 18 3 5 3 20 0 15 0 415634498 11079831552 12239 33554432000 4194304 4196468 140733449169360 139690692194912 139690704475486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079831552 12239 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079831552 12239 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079831552 12239 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634499 11079831552 12239 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634500 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 13 13159 0 0 0 0 5 3 20 0 15 0 415634501 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689650546080 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634501 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689516328432 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 358 13159 0 0 1 0 5 3 20 0 15 0 415634504 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) S 15584 15591 12443 0 -1 1077944384 336 13159 0 0 2 0 5 3 20 0 15 0 415634504 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689721542768 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10820148 memory=139751480346240 CPUtime=0.13 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) S 15584 15591 12443 0 -1 1077944384 712 13159 0 0 5 0 5 3 20 0 15 0 415634504 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689720490224 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10820148 memory=139751480346240 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634504 11079831552 12239 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48956 KiB

[startup+0.700653 s]
/proc/loadavg: 0.93 1.40 1.73 4/227 15722
/proc/meminfo: memFree=28849636/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=10824360 memory=79892 CPUtime=1.13 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 15285 13159 0 0 99 6 5 3 20 0 15 0 415634489 11084144640 19973 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2706090 19973 3500 1 0 2668173 0
[pid=15591/tid=15696] ppid=15584 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 10400 13159 0 0 54 4 5 3 20 0 15 0 415634498 11084144640 19973 33554432000 4194304 4196468 140733449169360 139690692218032 139690720416346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11084144640 19973 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11084144640 19973 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10824360 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634499 11084144640 19973 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634499 11084144640 19973 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 5 13159 0 0 0 0 5 3 20 0 15 0 415634500 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 13 13159 0 0 0 0 5 3 20 0 15 0 415634501 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689650546080 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634501 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689516328432 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10824360 memory=139751323742608 CPUtime=0.2 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 760 13159 0 0 12 0 5 3 20 0 15 0 415634504 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10824360 memory=142399640699532 CPUtime=0.22 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) R 15584 15591 12443 0 -1 4202560 833 13159 0 0 14 0 5 3 20 0 15 0 415634504 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689721531440 139690705514941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10824360 memory=2116 CPUtime=0.25 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) S 15584 15591 12443 0 -1 1077944384 1055 13159 0 0 17 0 5 3 20 0 15 0 415634504 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689720490224 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10824360 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634504 11084144640 19973 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 79892 KiB

[startup+1.50071 s]
/proc/loadavg: 0.93 1.40 1.73 4/227 15722
/proc/meminfo: memFree=28763628/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=10834676 memory=171736 CPUtime=2.42 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 21848 13159 0 0 221 13 5 3 20 0 15 0 415634489 11094708224 42934 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2708669 42934 3587 1 0 2670733 0
[pid=15591/tid=15696] ppid=15584 vsize=10834676 memory=1947178 CPUtime=1.44 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 15374 13159 0 0 128 8 5 3 20 0 15 0 415634498 11094708224 42934 33554432000 4194304 4196468 140733449169360 139690692207104 139690720406934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 317 13159 0 0 1 0 5 3 20 0 15 0 415634499 11094708224 42934 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10834676 memory=2268 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 76 13159 0 0 0 0 5 3 20 0 15 0 415634499 11094708224 42934 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10834676 memory=2268 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 20 13159 0 0 1 0 5 3 20 0 15 0 415634499 11094708224 42934 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10834676 memory=79892 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 68 13159 0 0 1 0 5 3 20 0 15 0 415634499 11094708224 42934 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 97 13159 0 0 1 0 5 3 20 0 15 0 415634500 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10834676 memory=279502647248576 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 14 13159 0 0 0 0 5 3 20 0 15 0 415634501 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689650546144 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10834676 memory=279502647478000 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634501 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689516328448 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10834676 memory=6944656592387989600 CPUtime=0.3 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 974 13159 0 0 22 0 5 3 20 0 15 0 415634504 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10834676 memory=6944656592387989600 CPUtime=0.33 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) S 15584 15591 12443 0 -1 1077944384 905 13159 0 0 25 0 5 3 20 0 15 0 415634504 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689721542768 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10834676 memory=6656426216303648864 CPUtime=0.46 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) R 15584 15591 12443 0 -1 4202560 1790 13159 0 0 38 0 5 3 20 0 15 0 415634504 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689720485952 139690704438629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10834676 memory=-7361174377247368086 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10834676 memory=8171313571697021016 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 415634504 11094708224 42934 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 77337 13159 0 0 217886 44 5 3 20 0 15 0 415634498 11111518208 224640 33554432000 4194304 4196468 140733449169360 139690692230448 139690339487624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10851092 memory=896512 CPUtime=10.71 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 14704 13159 0 0 1010 53 5 3 20 0 15 0 415634499 11111518208 224640 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10851092 memory=898560 CPUtime=10.77 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 18847 13159 0 0 1021 48 5 3 20 0 15 0 415634499 11111518208 224640 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10851092 memory=898560 CPUtime=10.68 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 12555 13159 0 0 1012 48 5 3 20 0 15 0 415634499 11111518208 224640 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10851092 memory=898560 CPUtime=10.74 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 14841 13159 0 0 1018 48 5 3 20 0 15 0 415634499 11111518208 224640 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10851092 memory=898560 CPUtime=9.28 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 17149 13159 0 0 875 45 5 3 20 0 15 0 415634500 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10851092 memory=898560 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 16 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689650546144 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10851092 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689516328448 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10851092 memory=898560 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10851092 memory=898560 CPUtime=7.17 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 26831 13159 0 0 705 4 5 3 20 0 15 0 415634504 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10851092 memory=898560 CPUtime=7.81 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) S 15584 15591 12443 0 -1 1077944384 36468 13159 0 0 766 7 5 3 20 0 15 0 415634504 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689721542768 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10851092 memory=6791534058613427641 CPUtime=4.52 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) S 15584 15591 12443 0 -1 1077944384 36081 13159 0 0 435 9 5 3 20 0 15 0 415634504 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689720490224 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10851092 memory=1536 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10851092 memory=898560 CPUtime=1.35 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1768 13159 0 0 67 60 5 3 20 0 15 0 415634504 11111518208 224640 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 2251.81 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 898560 KiB

[startup+2262.3 s]
/proc/loadavg: 1.39 1.37 1.41 4/228 15956
/proc/meminfo: memFree=27178360/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=10851092 memory=900608 CPUtime=2312.69 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 259916 13159 0 0 230937 324 5 3 20 0 15 0 415634489 11111518208 225152 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2712773 225152 3632 1 0 2674829 0
[pid=15591/tid=15696] ppid=15584 vsize=10851092 memory=6791534058613427641 CPUtime=2238.76 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 77904 13159 0 0 223823 45 5 3 20 0 15 0 415634498 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690692230016 139690339754690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10851092 memory=0 CPUtime=11.01 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 14772 13159 0 0 1039 54 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10851092 memory=900608 CPUtime=11.07 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 18877 13159 0 0 1050 49 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10851092 memory=40144 CPUtime=11 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 12752 13159 0 0 1042 50 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10851092 memory=164 CPUtime=11.04 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 14855 13159 0 0 1046 50 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10851092 memory=900608 CPUtime=9.53 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 17363 13159 0 0 899 46 5 3 20 0 15 0 415634500 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10851092 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 16 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689650546144 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10851092 memory=900608 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689516328448 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10851092 memory=900608 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10851092 memory=900608 CPUtime=7.17 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 26831 13159 0 0 705 4 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10851092 memory=900608 CPUtime=7.81 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) S 15584 15591 12443 0 -1 1077944384 36468 13159 0 0 766 7 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689721542768 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10851092 memory=900608 CPUtime=4.52 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) S 15584 15591 12443 0 -1 1077944384 36081 13159 0 0 435 9 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689720490224 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10851092 memory=900608 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10851092 memory=3624 CPUtime=1.38 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1783 13159 0 0 68 62 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 2312.69 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 900608 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.39 1.41 4/228 15960
/proc/meminfo: memFree=27177348/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=10851092 memory=900608 CPUtime=2373.55 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 261585 13159 0 0 237017 330 5 3 20 0 15 0 415634489 11111518208 225152 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2712773 225152 3632 1 0 2674829 0
[pid=15591/tid=15696] ppid=15584 vsize=10851092 memory=0 CPUtime=2298.13 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 78666 13159 0 0 229760 45 5 3 20 0 15 0 415634498 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690692230608 139690338166620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10851092 memory=900608 CPUtime=11.32 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 14855 13159 0 0 1068 56 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10851092 memory=279502648290936 CPUtime=11.37 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 19096 13159 0 0 1078 51 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10851092 memory=900608 CPUtime=11.3 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 13036 13159 0 0 1071 51 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10851092 memory=900608 CPUtime=11.34 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 14923 13159 0 0 1075 51 5 3 20 0 15 0 415634499 11111518208 225152 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10851092 memory=900608 CPUtime=9.78 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 17595 13159 0 0 923 47 5 3 20 0 15 0 415634500 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10851092 memory=900608 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 16 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689650546144 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10851092 memory=900608 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689516328448 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10851092 memory=900608 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10851092 memory=900608 CPUtime=7.17 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 26833 13159 0 0 705 4 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10851092 memory=900608 CPUtime=7.81 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) S 15584 15591 12443 0 -1 1077944384 36470 13159 0 0 766 7 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689721542768 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10851092 memory=900608 CPUtime=4.52 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) S 15584 15591 12443 0 -1 1077944384 36083 13159 0 0 435 9 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689720490224 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10851092 memory=900608 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10851092 memory=6791534058613427641 CPUtime=1.42 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1798 13159 0 0 71 63 5 3 20 0 15 0 415634504 11111518208 225152 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 2373.55 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 900608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.4 s]
/proc/loadavg: 1.27 1.36 1.40 4/228 15963
/proc/meminfo: memFree=27175148/32770624 swapFree=66998528/67108860
[pid=15591] ppid=15584 vsize=10851092 memory=902656 CPUtime=2400.05 cores=0,2,4,6
/proc/15591/stat : 15591 (java) S 15584 15591 12443 0 -1 1077944320 261785 13159 0 0 239664 333 5 3 20 0 15 0 415634489 11111518208 225664 33554432000 4194304 4196468 140733449169360 140733449151904 139690720394999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
/proc/15591/statm: 2712773 225664 3632 1 0 2674829 0
[pid=15591/tid=15696] ppid=15584 vsize=10851092 memory=6791534058613427641 CPUtime=2323.92 cores=0,2,4,6
/proc/15591/task/15696/stat : 15696 (java) R 15584 15591 12443 0 -1 4202560 78852 13159 0 0 232339 45 5 3 20 0 15 0 415634498 11111518208 225664 33554432000 4194304 4196468 140733449169360 139690692231344 139690340030632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15701] ppid=15584 vsize=10851092 memory=1804 CPUtime=11.46 cores=0,2,4,6
/proc/15591/task/15701/stat : 15701 (java) S 15584 15591 12443 0 -1 1077944384 14858 13159 0 0 1082 56 5 3 20 0 15 0 415634499 11111518208 225664 33554432000 4194304 4196468 140733449169360 139690724636944 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15702] ppid=15584 vsize=10851092 memory=916 CPUtime=11.51 cores=0,2,4,6
/proc/15591/task/15702/stat : 15702 (java) S 15584 15591 12443 0 -1 1077944384 19096 13159 0 0 1092 51 5 3 20 0 15 0 415634499 11111518208 225664 33554432000 4194304 4196468 140733449169360 139690658679184 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15703] ppid=15584 vsize=10851092 memory=3848 CPUtime=11.43 cores=0,2,4,6
/proc/15591/task/15703/stat : 15703 (java) S 15584 15591 12443 0 -1 1077944384 13037 13159 0 0 1084 51 5 3 20 0 15 0 415634499 11111518208 225664 33554432000 4194304 4196468 140733449169360 139690292644368 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15704] ppid=15584 vsize=10851092 memory=4100 CPUtime=11.47 cores=0,2,4,6
/proc/15591/task/15704/stat : 15704 (java) S 15584 15591 12443 0 -1 1077944384 14927 13159 0 0 1088 51 5 3 20 0 15 0 415634499 11111518208 225664 33554432000 4194304 4196468 140733449169360 139690291591824 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15706] ppid=15584 vsize=10851092 memory=2312 CPUtime=9.9 cores=0,2,4,6
/proc/15591/task/15706/stat : 15706 (java) S 15584 15591 12443 0 -1 1077944384 17599 13159 0 0 935 47 5 3 20 0 15 0 415634500 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689723648496 139690720406146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15708] ppid=15584 vsize=10851092 memory=2312 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15708/stat : 15708 (java) S 15584 15591 12443 0 -1 1077944384 16 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689650546144 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15710] ppid=15584 vsize=10851092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15710/stat : 15710 (java) S 15584 15591 12443 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 415634501 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689516328448 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15715] ppid=15584 vsize=10851092 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15715/stat : 15715 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689276037840 139690720413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15716] ppid=15584 vsize=10851092 memory=3132 CPUtime=7.18 cores=0,2,4,6
/proc/15591/task/15716/stat : 15716 (java) S 15584 15591 12443 0 -1 1077944384 26833 13159 0 0 706 4 5 3 20 0 15 0 415634504 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689722595312 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15718] ppid=15584 vsize=10851092 memory=3188 CPUtime=7.81 cores=0,2,4,6
/proc/15591/task/15718/stat : 15718 (java) S 15584 15591 12443 0 -1 1077944384 36470 13159 0 0 766 7 5 3 20 0 15 0 415634504 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689721542768 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15719] ppid=15584 vsize=10851092 memory=6791534058613427641 CPUtime=4.52 cores=0,2,4,6
/proc/15591/task/15719/stat : 15719 (java) S 15584 15591 12443 0 -1 1077944384 36083 13159 0 0 435 9 5 3 20 0 15 0 415634504 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689720490224 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15720] ppid=15584 vsize=10851092 memory=4160 CPUtime=0.08 cores=0,2,4,6
/proc/15591/task/15720/stat : 15720 (java) S 15584 15591 12443 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 415634504 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689242479200 139690720405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
[pid=15591/tid=15722] ppid=15584 vsize=10851092 memory=1056 CPUtime=1.43 cores=0,2,4,6
/proc/15591/task/15722/stat : 15722 (java) S 15584 15591 12443 0 -1 1077944384 1800 13159 0 0 72 63 5 3 20 0 15 0 415634504 11111518208 225664 33554432000 4194304 4196468 140733449169360 139689719438128 139690720406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24047616 140733449173743 140733449176261 140733449176261 140733449179087 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 902656 KiB

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

[startup+2348.43 s]
# the end of solver process 15591 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.72 s, system=3.37569 s

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

Child status: 143
Real time (s): 2348.43
CPU time (s): 2400.1
CPU user time (s): 2396.72
CPU system time (s): 3.37569
CPU usage (%): 102.2
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 934332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.72
system time used= 3.37569
maximum resident set size= 936380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258850
involuntary context switches= 8211


# summary of solver processes directly reported to runsolver:
#   pid: 15591
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.72
#   total CPU system time (s): 3.37569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1645 second user time and 22.2263 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 18:53:36
IDJOB=4396404
IDBENCH=115814
IDSOLVER=2847
FILE ID=node127/4396404-1568393656
RUNJOBID= node127-1568393616-15561
PBS_JOBID= 21701837
Free space on /tmp= 61308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396404-1568393656/watcher-4396404-1568393656 -o /tmp/evaluation-result-4396404-1568393656/solver-4396404-1568393656 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568393616-15561 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1143104304 HOME/instance-4396404-1568393656.xml

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

MD5SUM BENCH= 5197a9101df9cd680fadf9dcc86a0dcb
RANDOM SEED=1143104304

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28952844 kB
MemAvailable:   31876776 kB
Buffers:          161936 kB
Cached:          3027644 kB
SwapCached:         6772 kB
Active:          1873864 kB
Inactive:        1325964 kB
Active(anon):       3704 kB
Inactive(anon):    48320 kB
Active(file):    1870160 kB
Inactive(file):  1277644 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             70976 kB
Writeback:             0 kB
AnonPages:        114604 kB
Mapped:            44240 kB
Shmem:             32700 kB
Slab:             213800 kB
SReclaimable:     183924 kB
SUnreclaim:        29876 kB
KernelStack:        3392 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-13 19:32:45