Trace number 4396107

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

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.78/0.55	c Concrete v3.12.2.1568380929293 running
21.07/9.04	o 409
21.07/9.09	o 396
22.18/9.59	o 395
22.36/9.64	o 389
22.67/9.89	o 388
22.79/9.98	o 376
24.67/11.13	o 375
24.91/11.31	o 366
24.91/11.35	o 364
26.92/12.93	o 363
26.92/12.94	o 362
26.92/12.96	o 361
28.39/14.09	o 357
30.91/16.13	o 356
31.03/16.22	o 344
32.42/17.46	o 343
32.57/17.58	o 340
32.92/17.83	o 339
34.67/19.32	o 338
34.79/19.41	o 334
34.79/19.45	o 332
34.93/19.57	o 331
35.05/19.60	o 329
36.07/20.57	o 328
42.07/25.77	o 327
42.22/25.80	o 322
42.22/25.82	o 321
58.71/41.65	o 320
59.01/41.97	o 319
59.12/42.07	o 316
177.65/157.90	o 315
187.66/167.88	o 314
187.77/167.90	o 312
187.77/167.95	o 311
2520.07/2468.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2468.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2468.80		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.07/2468.80		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2520.07/2468.80		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2520.07/2468.80		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2520.07/2468.80		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.07/2468.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2468.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2468.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2468.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2468.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2468.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2468.80		at scala.Option.map(Option.scala:243)
2520.07/2468.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2468.80		at concrete.MAC.mac(MAC.scala:216)
2520.07/2468.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2468.80		at scala.util.Try$.apply(Try.scala:212)
2520.07/2468.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2468.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2468.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2468.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2468.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2468.81		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2468.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2468.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2468.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2468.81		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2468.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2468.81		at scala.util.Success.map(Try.scala:264)
2520.07/2468.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2468.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2468.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2468.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2468.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2468.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2468.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2468.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2468.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2468.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2468.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2468.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2468.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2468.81		at scala.App.main(App.scala:75)
2520.07/2468.81		at scala.App.main$(App.scala:73)
2520.07/2468.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2468.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2468.81	v <instantiation
2520.07/2468.81	v         cost = '311'>
2520.07/2468.81	v       <list>
2520.07/2468.81	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/2468.81	v       </list>
2520.07/2468.81	v       <values>
2520.07/2468.81	v         0 44 77 161 244 1 37 122 166 245 0 75 169 225 306 0 77 118 166 246 0 37 118 130 223 310 311 311 306 306 35 31 45 64 66 36 71 44 78 66 75 91 53 81 5 77 25 38 79 60 37 81 12 93 83 4 3 1 2 0 2 4 1 0 3 0 3 1 2 4 1 0 2 3 4 3 2 0 4 1 244 77 161 44 0 166 122 1 245 37 0 169 225 75 306 77 0 118 166 246 118 223 37 0 130
2520.07/2468.81	v       </values>
2520.07/2468.81	v     </instantiation>
2520.07/2468.81	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 (10677 MiB free)
  memory of node 1: 16384 MiB (13041 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396107-1568393316/watcher-4396107-1568393316 -o /tmp/evaluation-result-4396107-1568393316/solver-4396107-1568393316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568393275-31994 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=391533796 HOME/instance-4396107-1568393316.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=32019, runsolver pid=32014

[startup+0.100131 s]*
/proc/loadavg: 1.14 1.43 1.57 3/205 32132
/proc/meminfo: memFree=24279600/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=9972712 memory=19000 CPUtime=0.09 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 4498 13085 0 0 1 0 5 3 20 0 6 0 415269030 10212057088 4750 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2493178 4750 1935 1 0 2481616 0
[pid=32019/tid=32124] ppid=32014 vsize=9972712 memory=-6517102902069810590 CPUtime=0.09 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 2285 13085 0 0 1 0 5 3 20 0 6 0 415269039 10212057088 4750 33554432000 4194304 4196468 140733266516880 140532450050640 140532478235805 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 6 0 415269040 10212057088 4750 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=9972712 memory=139955288573568 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 6 0 415269040 10212057088 4750 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 6 0 415269040 10212057088 4750 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 6 0 415269040 10212057088 4750 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19000 KiB

[startup+0.210004 s]*
/proc/loadavg: 1.14 1.43 1.57 6/227 32154
/proc/meminfo: memFree=24232760/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=10819664 memory=40952 CPUtime=0.26 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 7068 13085 0 0 17 1 5 3 20 0 15 0 415269030 11079335936 10238 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2704916 10238 3161 1 0 2667149 0
[pid=32019/tid=32124] ppid=32014 vsize=10819664 memory=-5504934085814682416 CPUtime=0.2 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 3545 13085 0 0 11 1 5 3 20 0 15 0 415269039 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532450037760 140532462294366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10819664 memory=139955288573568 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10819664 memory=139955288573568 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269041 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532004861936 140532478225026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 13 13085 0 0 0 0 5 3 20 0 15 0 415269042 11079335936 10238 33554432000 4194304 4196468 140733266516880 140531397026720 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269042 11079335936 10238 33554432000 4194304 4196468 140733266516880 140531262809072 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11079335936 10238 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) S 32014 32019 29438 0 -1 1077944384 484 13085 0 0 1 0 5 3 20 0 15 0 415269045 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) S 32014 32019 29438 0 -1 1077944384 183 13085 0 0 1 0 5 3 20 0 15 0 415269045 11079335936 10238 33554432000 4194304 4196468 140733266516880 140532002757232 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10819664 memory=139955288573568 CPUtime=0.11 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) S 32014 32019 29438 0 -1 1077944384 619 13085 0 0 3 0 5 3 20 0 15 0 415269045 11079335936 10238 33554432000 4194304 4196468 140733266516880 140531477768944 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11079335936 10238 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10819664 memory=139955288573568 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269045 11079335936 10238 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40952 KiB

[startup+0.31046 s]*
/proc/loadavg: 1.14 1.43 1.57 3/227 32154
/proc/meminfo: memFree=24206928/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=10820148 memory=52092 CPUtime=0.4 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 10789 13085 0 0 29 3 5 3 20 0 15 0 415269030 11079831552 13023 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2705037 13023 3293 1 0 2667149 0
[pid=32019/tid=32124] ppid=32014 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 7232 13085 0 0 19 3 5 3 20 0 15 0 415269039 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532450013792 140532462294366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10820148 memory=8025788835569559914 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10820148 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10820148 memory=7649539352232609987 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269040 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269041 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532004861936 140532478225026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 13 13085 0 0 0 0 5 3 20 0 15 0 415269042 11079831552 13023 33554432000 4194304 4196468 140733266516880 140531397026720 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269042 11079831552 13023 33554432000 4194304 4196468 140733266516880 140531262809072 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11079831552 13023 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) S 32014 32019 29438 0 -1 1077944384 485 13085 0 0 2 0 5 3 20 0 15 0 415269045 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) S 32014 32019 29438 0 -1 1077944384 192 13085 0 0 2 0 5 3 20 0 15 0 415269045 11079831552 13023 33554432000 4194304 4196468 140733266516880 140532002757232 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) S 32014 32019 29438 0 -1 1077944384 641 13085 0 0 5 0 5 3 20 0 15 0 415269045 11079831552 13023 33554432000 4194304 4196468 140733266516880 140531477768944 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11079831552 13023 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269045 11079831552 13023 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52092 KiB

[startup+0.701114 s]
/proc/loadavg: 1.14 1.43 1.57 3/227 32154
/proc/meminfo: memFree=24177444/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=10824360 memory=85772 CPUtime=1.14 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 15161 13085 0 0 100 6 5 3 20 0 15 0 415269030 11084144640 21443 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2706090 21443 3502 1 0 2668173 0
[pid=32019/tid=32124] ppid=32014 vsize=10824360 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 10316 13085 0 0 55 4 5 3 20 0 15 0 415269039 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532450030304 140532462813361 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269040 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269040 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269040 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 2 13085 0 0 0 0 5 3 20 0 15 0 415269040 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 6 13085 0 0 0 0 5 3 20 0 15 0 415269041 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532004861936 140532478225026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 13 13085 0 0 0 0 5 3 20 0 15 0 415269042 11084144640 21443 33554432000 4194304 4196468 140733266516880 140531397026720 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269042 11084144640 21443 33554432000 4194304 4196468 140733266516880 140531262809072 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11084144640 21443 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) S 32014 32019 29438 0 -1 1077944384 953 13085 0 0 11 0 5 3 20 0 15 0 415269045 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) R 32014 32019 29438 0 -1 4202560 774 13085 0 0 15 0 5 3 20 0 15 0 415269045 11084144640 21443 33554432000 4194304 4196468 140733266516880 140532002757232 140532470503339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) S 32014 32019 29438 0 -1 1077944384 875 13085 0 0 17 0 5 3 20 0 15 0 415269045 11084144640 21443 33554432000 4194304 4196468 140733266516880 140531477768944 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10824360 memory=279910266437872 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11084144640 21443 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269045 11084144640 21443 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85772 KiB

[startup+1.50262 s]
/proc/loadavg: 1.14 1.43 1.57 3/227 32154
/proc/meminfo: memFree=24092816/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=10834676 memory=173620 CPUtime=2.47 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 22040 13085 0 0 228 11 5 3 20 0 15 0 415269030 11094708224 43405 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2708669 43405 3589 1 0 2670733 0
[pid=32019/tid=32124] ppid=32014 vsize=10834676 memory=21 CPUtime=1.44 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 15343 13085 0 0 130 6 5 3 20 0 15 0 415269039 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532450013920 140532478235805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10834676 memory=26 CPUtime=0.09 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 21 13085 0 0 1 0 5 3 20 0 15 0 415269040 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 73 13085 0 0 0 0 5 3 20 0 15 0 415269040 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 72 13085 0 0 1 0 5 3 20 0 15 0 415269040 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10834676 memory=99732 CPUtime=0.09 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 364 13085 0 0 1 0 5 3 20 0 15 0 415269040 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 151 13085 0 0 1 0 5 3 20 0 15 0 415269041 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532004861936 140532478225026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10834676 memory=7522230093456894289 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 14 13085 0 0 0 0 5 3 20 0 15 0 415269042 11094708224 43405 33554432000 4194304 4196468 140733266516880 140531397026784 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10834676 memory=7379260523535688017 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269042 11094708224 43405 33554432000 4194304 4196468 140733266516880 140531262809072 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10834676 memory=7156888763668193641 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11094708224 43405 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10834676 memory=5787504188646319192 CPUtime=0.3 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) R 32014 32019 29438 0 -1 1077944384 1148 13085 0 0 22 0 5 3 20 0 15 0 415269045 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10834676 memory=7306930289386149476 CPUtime=0.34 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) R 32014 32019 29438 0 -1 4202560 956 13085 0 0 26 0 5 3 20 0 15 0 415269045 11094708224 43405 33554432000 4194304 4196468 140733266516880 140532002757232 140532471198921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10834676 memory=7522230093456894289 CPUtime=0.5 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) R 32014 32019 29438 0 -1 4202560 1680 13085 0 0 42 0 5 3 20 0 15 0 415269045 11094708224 43405 33554432000 4194304 4196468 140733266516880 140531477763936 140532457175616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10834676 memory=7522230093456894289 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11094708224 43405 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10834676 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1 13085 0 0 0 0 5 3 20 0 15 0 415269045 11094708224 43405 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 70419 13085 0 0 229808 50 5 3 20 0 15 0 415269039 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532450048784 140532094825836 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10851092 memory=901372 CPUtime=10.77 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 13236 13085 0 0 1015 54 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10851092 memory=4276 CPUtime=10.81 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 7741 13085 0 0 1024 49 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10851092 memory=901372 CPUtime=10.83 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 11189 13085 0 0 1023 52 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10851092 memory=901372 CPUtime=10.77 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 11508 13085 0 0 1015 54 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10851092 memory=901372 CPUtime=9.74 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 14456 13085 0 0 920 46 5 3 20 0 15 0 415269041 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532004861936 140532478225026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10851092 memory=901372 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 15 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531397026848 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10851092 memory=901372 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531262809088 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10851092 memory=901372 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10851092 memory=901372 CPUtime=7.28 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) S 32014 32019 29438 0 -1 1077944384 27799 13085 0 0 714 6 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10851092 memory=901372 CPUtime=7.35 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) S 32014 32019 29438 0 -1 1077944384 29865 13085 0 0 720 7 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532002757232 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10851092 memory=901372 CPUtime=4.49 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) S 32014 32019 29438 0 -1 1077944384 30233 13085 0 0 434 7 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531477768944 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10851092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10851092 memory=2352 CPUtime=1.47 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1575 13085 0 0 65 74 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 2371.58 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 901372 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.36 1.39 3/227 32398
/proc/meminfo: memFree=22483992/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=10851092 memory=901372 CPUtime=2432.42 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 222030 13085 0 0 242884 350 5 3 20 0 15 0 415269030 11111518208 225343 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2712773 225343 3637 1 0 2674829 0
[pid=32019/tid=32124] ppid=32014 vsize=10851092 memory=6791534058613427641 CPUtime=2358.06 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 71239 13085 0 0 235747 51 5 3 20 0 15 0 415269039 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532450049200 140532089960839 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10851092 memory=901372 CPUtime=11.08 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 13713 13085 0 0 1044 56 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10851092 memory=901372 CPUtime=11.1 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 7819 13085 0 0 1052 50 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10851092 memory=899324 CPUtime=11.12 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 11296 13085 0 0 1052 52 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10851092 memory=901372 CPUtime=11.05 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 11559 13085 0 0 1042 55 5 3 20 0 15 0 415269040 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10851092 memory=901372 CPUtime=10 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 14679 13085 0 0 944 48 5 3 20 0 15 0 415269041 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532004861936 140532478225026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10851092 memory=901372 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 15 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531397026848 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531262809088 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10851092 memory=5536 CPUtime=7.28 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) S 32014 32019 29438 0 -1 1077944384 27799 13085 0 0 714 6 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10851092 memory=901372 CPUtime=7.35 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) S 32014 32019 29438 0 -1 1077944384 29865 13085 0 0 720 7 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140532002757232 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10851092 memory=901372 CPUtime=4.49 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) S 32014 32019 29438 0 -1 1077944384 30236 13085 0 0 434 7 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531477768944 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10851092 memory=901372 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10851092 memory=3924 CPUtime=1.5 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1591 13085 0 0 67 75 5 3 20 0 15 0 415269045 11111518208 225343 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 2432.42 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 901372 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.33 1.38 3/227 32403
/proc/meminfo: memFree=22480232/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=10851092 memory=903420 CPUtime=2493.22 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 223680 13085 0 0 248958 356 5 3 20 0 15 0 415269030 11111518208 225855 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2712773 225855 3637 1 0 2674829 0
[pid=32019/tid=32124] ppid=32014 vsize=10851092 memory=903420 CPUtime=2417.49 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) S 32014 32019 29438 0 -1 1077944384 71948 13085 0 0 241690 51 5 3 20 0 15 0 415269039 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532450047856 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10851092 memory=903420 CPUtime=11.35 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 13886 13085 0 0 1070 57 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532482456352 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10851092 memory=901372 CPUtime=11.38 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) R 32014 32019 29438 0 -1 4202560 7891 13085 0 0 1079 51 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532405615624 140532470842087 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10851092 memory=901372 CPUtime=11.4 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 11371 13085 0 0 1079 53 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10851092 memory=901372 CPUtime=11.32 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 11931 13085 0 0 1068 56 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10851092 memory=901372 CPUtime=10.24 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 14905 13085 0 0 967 49 5 3 20 0 15 0 415269041 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532004860448 140532478224085 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10851092 memory=903420 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 15 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531397026848 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10851092 memory=903420 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531262809088 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10851092 memory=903420 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10851092 memory=903420 CPUtime=7.29 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) S 32014 32019 29438 0 -1 1077944384 27801 13085 0 0 715 6 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10851092 memory=903420 CPUtime=7.35 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) S 32014 32019 29438 0 -1 1077944384 29867 13085 0 0 720 7 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532002757232 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10851092 memory=903420 CPUtime=4.49 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) S 32014 32019 29438 0 -1 1077944384 30238 13085 0 0 434 7 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531477768944 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10851092 memory=903420 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10851092 memory=1192 CPUtime=1.54 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1608 13085 0 0 69 77 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 2493.22 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 903420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.8 s]
/proc/loadavg: 1.26 1.32 1.37 4/226 32437
/proc/meminfo: memFree=23355156/32770624 swapFree=67108848/67108860
[pid=32019] ppid=32014 vsize=10851092 memory=903420 CPUtime=2520.07 cores=1,3,5,7
/proc/32019/stat : 32019 (java) S 32014 32019 29438 0 -1 1077944320 224531 13085 0 0 251638 361 5 3 20 0 15 0 415269030 11111518208 225855 33554432000 4194304 4196468 140733266516880 140733266499424 140532478213879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
/proc/32019/statm: 2712773 225855 3637 1 0 2674829 0
[pid=32019/tid=32124] ppid=32014 vsize=10851092 memory=1536 CPUtime=2443.68 cores=1,3,5,7
/proc/32019/task/32124/stat : 32124 (java) R 32014 32019 29438 0 -1 4202560 72287 13085 0 0 244308 52 5 3 20 0 15 0 415269039 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532450048880 140532094824740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32129] ppid=32014 vsize=10851092 memory=4048 CPUtime=11.48 cores=1,3,5,7
/proc/32019/task/32129/stat : 32129 (java) S 32014 32019 29438 0 -1 1077944384 13890 13085 0 0 1082 58 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532482456336 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32130] ppid=32014 vsize=10851092 memory=14288 CPUtime=11.5 cores=1,3,5,7
/proc/32019/task/32130/stat : 32130 (java) S 32014 32019 29438 0 -1 1077944384 7939 13085 0 0 1091 51 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532405615504 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32131] ppid=32014 vsize=10851092 memory=504 CPUtime=11.53 cores=1,3,5,7
/proc/32019/task/32131/stat : 32131 (java) S 32014 32019 29438 0 -1 1077944384 11540 13085 0 0 1091 54 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532050009104 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32132] ppid=32014 vsize=10851092 memory=1728 CPUtime=11.45 cores=1,3,5,7
/proc/32019/task/32132/stat : 32132 (java) S 32014 32019 29438 0 -1 1077944384 12007 13085 0 0 1080 57 5 3 20 0 15 0 415269040 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532048956560 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32137] ppid=32014 vsize=10851092 memory=6791534058613427641 CPUtime=10.35 cores=1,3,5,7
/proc/32019/task/32137/stat : 32137 (java) S 32014 32019 29438 0 -1 1077944384 15103 13085 0 0 978 49 5 3 20 0 15 0 415269041 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532004861936 140532478225026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32138] ppid=32014 vsize=10851092 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32138/stat : 32138 (java) S 32014 32019 29438 0 -1 1077944384 15 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531397026848 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32139] ppid=32014 vsize=10851092 memory=2352 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32139/stat : 32139 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269042 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531262809088 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32143] ppid=32014 vsize=10851092 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32143/stat : 32143 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531022518480 140532478232475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32144] ppid=32014 vsize=10851092 memory=6791534058613427641 CPUtime=7.29 cores=1,3,5,7
/proc/32019/task/32144/stat : 32144 (java) S 32014 32019 29438 0 -1 1077944384 27803 13085 0 0 715 6 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532003809776 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32145] ppid=32014 vsize=10851092 memory=5536 CPUtime=7.35 cores=1,3,5,7
/proc/32019/task/32145/stat : 32145 (java) S 32014 32019 29438 0 -1 1077944384 29869 13085 0 0 720 7 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140532002757232 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32146] ppid=32014 vsize=10851092 memory=4540 CPUtime=4.49 cores=1,3,5,7
/proc/32019/task/32146/stat : 32146 (java) S 32014 32019 29438 0 -1 1077944384 30238 13085 0 0 434 7 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531477768944 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32147] ppid=32014 vsize=10851092 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/32019/task/32147/stat : 32147 (java) S 32014 32019 29438 0 -1 1077944384 3 13085 0 0 0 0 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140530988960864 140532478224085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
[pid=32019/tid=32148] ppid=32014 vsize=10851092 memory=903420 CPUtime=1.55 cores=1,3,5,7
/proc/32019/task/32148/stat : 32148 (java) S 32014 32019 29438 0 -1 1077944384 1621 13085 0 0 69 78 5 3 20 0 15 0 415269045 11111518208 225855 33554432000 4194304 4196468 140733266516880 140531476715824 140532478225026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31510528 140733266524912 140733266527429 140733266527429 140733266530255 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 903420 KiB

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

[startup+2468.83 s]
# the end of solver process 32019 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.46 s, system=3.65122 s

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

Child status: 143
Real time (s): 2468.83
CPU time (s): 2520.12
CPU user time (s): 2516.46
CPU system time (s): 3.65122
CPU usage (%): 102.077
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 941936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.46
system time used= 3.65122
maximum resident set size= 943984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269597
involuntary context switches= 7975


# summary of solver processes directly reported to runsolver:
#   pid: 32019
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.46
#   total CPU system time (s): 3.65122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8196 second user time and 23.7139 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 18:47:55
IDJOB=4396107
IDBENCH=115848
IDSOLVER=2846
FILE ID=node143/4396107-1568393316
RUNJOBID= node143-1568393275-31994
PBS_JOBID= 21701827
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
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-4396107-1568393316/watcher-4396107-1568393316 -o /tmp/evaluation-result-4396107-1568393316/solver-4396107-1568393316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568393275-31994 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=391533796 HOME/instance-4396107-1568393316.xml

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=391533796

node143.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.73
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.73
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.73
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.73
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:        24290908 kB
MemAvailable:   31763152 kB
Buffers:          187004 kB
Cached:          7576588 kB
SwapCached:            8 kB
Active:          2176236 kB
Inactive:        5637264 kB
Active(anon):       4460 kB
Inactive(anon):   145844 kB
Active(file):    2171776 kB
Inactive(file):  5491420 kB
Unevictable:      106456 kB
Mlocked:          106456 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             70588 kB
Writeback:             0 kB
AnonPages:        157460 kB
Mapped:            48276 kB
Shmem:             90756 kB
Slab:             265904 kB
SReclaimable:     237508 kB
SUnreclaim:        28396 kB
KernelStack:        3408 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59204 MiB
End job on node143 at 2019-09-13 19:29:05