Trace number 4401023

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)326 2520.09 2467.04

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.2839
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"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.73/1.05	c Concrete v3.12.2.1568631193530 running
10.59/4.92	o 425
10.59/4.94	o 422
10.59/4.94	o 421
10.59/4.96	o 416
10.59/4.97	o 410
10.97/5.06	o 391
10.97/5.07	o 390
10.97/5.07	o 388
10.97/5.09	o 378
11.30/5.11	o 377
11.30/5.12	o 376
11.30/5.13	o 374
11.60/5.20	o 373
11.60/5.26	o 372
11.60/5.27	o 368
11.60/5.28	o 367
11.91/5.30	o 364
11.91/5.31	o 362
11.91/5.31	o 361
13.76/5.92	o 360
15.09/6.43	o 359
15.09/6.44	o 358
17.53/7.52	o 353
18.13/7.84	o 351
18.37/7.92	o 346
22.13/10.81	o 345
22.13/10.82	o 342
23.69/12.04	o 341
23.69/12.04	o 339
23.69/12.04	o 337
25.21/13.36	o 336
25.34/13.41	o 335
33.23/20.23	o 334
45.24/31.69	o 333
45.24/31.70	o 332
45.34/31.70	o 330
45.34/31.70	o 329
64.67/50.20	o 328
64.67/50.20	o 327
64.67/50.21	o 326
2520.05/2467.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2467.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.05/2467.01		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.05/2467.01		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:27)
2520.05/2467.01		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:273)
2520.05/2467.01		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:27)
2520.05/2467.01		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.05/2467.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2467.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2467.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2467.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2467.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.05/2467.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2467.01		at scala.Option.map(Option.scala:243)
2520.05/2467.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2467.01		at concrete.MAC.mac(MAC.scala:216)
2520.05/2467.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2467.01		at scala.util.Try$.apply(Try.scala:212)
2520.05/2467.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2467.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2467.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2467.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2467.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2467.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.05/2467.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2467.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2467.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2467.01		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2467.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2467.01		at scala.util.Success.map(Try.scala:264)
2520.05/2467.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2467.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2467.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2467.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2467.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2467.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2467.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2467.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2467.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2467.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2467.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2467.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2467.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2467.01		at scala.App.main(App.scala:75)
2520.05/2467.01		at scala.App.main$(App.scala:73)
2520.05/2467.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2467.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2467.02	v <instantiation
2520.05/2467.02	v         cost = '326'>
2520.05/2467.02	v       <list>
2520.05/2467.02	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.05/2467.02	v       </list>
2520.05/2467.02	v       <values>
2520.05/2467.02	v         0 50 137 173 235 3 17 144 237 270 17 76 116 173 270 0 75 138 168 243 1 76 167 243 269 325 326 315 324 322 17 87 36 59 90 14 99 93 32 56 59 40 44 97 45 50 49 30 67 81 74 91 76 25 53 3 2 1 4 0 0 3 2 4 1 0 4 3 1 2 2 1 4 0 3 1 0 3 2 4 235 137 50 0 173 3 270 144 17 237 17 173 270 116 76 168 75 0 243 138 76 1 243 167 269
2520.05/2467.02	v       </values>
2520.05/2467.02	v     </instantiation>
2520.05/2467.02	s SATISFIABLE

Verifier Data

OK	326

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401023-1568673331/watcher-4401023-1568673331 -o /tmp/evaluation-result-4401023-1568673331/solver-4401023-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32267 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401023-1568673331.xml 

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

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


[startup+0.100168 s]*
/proc/loadavg: 0.39 1.86 2.77 2/206 32354
/proc/meminfo: memFree=29352264/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/32297/stat : 32297 (bash) S 32290 32297 32236 0 -1 4202496 888 5698 0 0 0 0 0 1 20 0 1 0 443270336 115974144 404 33554432000 4194304 5098028 140731396218208 140731396212216 140132381035520 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 36896768 140731396224020 140731396224145 140731396224145 140731396227054 0
/proc/32297/statm: 28314 404 320 221 0 119 0
[pid=32352] ppid=32297 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/32352/stat : 32352 (bash) S 32297 32297 32236 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443270339 115974144 178 33554432000 4194304 5098028 140731396218208 140731396210888 140132380861052 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36896768 140731396224020 140731396224145 140731396224145 140731396227054 0
/proc/32352/statm: 28314 178 94 221 0 119 0
[pid=32353] ppid=32352 vsize=11672 memory=660 CPUtime=0 cores=0,2,4,6
/proc/32353/stat : 32353 (java) D 32352 32297 32236 0 -1 1077944320 315 0 0 0 0 0 0 0 20 0 1 0 443270339 11952128 165 33554432000 4194304 4196468 140735119886688 140735119864968 140613374856096 0 0 4096 0 18446744072101580324 0 0 17 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
/proc/32353/statm: 2918 165 132 1 0 340 0
[pid=32354] ppid=32352 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/32354/stat : 32354 (awk) S 32352 32297 32236 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443270339 116211712 243 33554432000 4194304 4609284 140735169014320 140735169013496 140219602336768 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24346624 140735169021116 140735169021146 140735169021146 140735169023983 0
/proc/32354/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 351672 KiB
Current children cumulated memory: 3960 KiB

[startup+0.210266 s]*
/proc/loadavg: 0.39 1.86 2.77 3/212 32360
/proc/meminfo: memFree=29343024/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/32297/stat : 32297 (bash) S 32290 32297 32236 0 -1 4202496 888 5698 0 0 0 0 0 1 20 0 1 0 443270336 115974144 404 33554432000 4194304 5098028 140731396218208 140731396212216 140132381035520 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 36896768 140731396224020 140731396224145 140731396224145 140731396227054 0
/proc/32297/statm: 28314 404 320 221 0 119 0
[pid=32352] ppid=32297 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/32352/stat : 32352 (bash) S 32297 32297 32236 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443270339 115974144 178 33554432000 4194304 5098028 140731396218208 140731396210888 140132380861052 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36896768 140731396224020 140731396224145 140731396224145 140731396227054 0
/proc/32352/statm: 28314 178 94 221 0 119 0
[pid=32353] ppid=32352 vsize=9940964 memory=16296 CPUtime=0 cores=0,2,4,6
/proc/32353/stat : 32353 (java) S 32352 32297 32236 0 -1 1077944320 3388 0 0 0 0 0 0 0 20 0 6 0 443270339 10179547136 4074 33554432000 4194304 4196468 140735119886688 140735119869232 140613382176503 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
/proc/32353/statm: 2485241 4074 1926 1 0 2473679 0
[pid=32353/tid=32356] ppid=32352 vsize=9940964 memory=7751702667093440019 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32356/stat : 32356 (java) R 32352 32297 32236 0 -1 4202560 2106 0 0 0 0 0 0 0 20 0 6 0 443270349 10179547136 4074 33554432000 4194304 4196468 140735119886688 140613386415872 140613361757787 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32361] ppid=32352 vsize=9940964 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32361/stat : 32361 (java) S 32352 32297 32236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443270358 10179547136 4074 33554432000 4194304 4196468 140735119886688 140613338729488 140613382186709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32362] ppid=32352 vsize=9940964 memory=139661919745664 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32362/stat : 32362 (java) S 32352 32297 32236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443270358 10179547136 4074 33554432000 4194304 4196468 140735119886688 140612987706512 140613382186709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32363] ppid=32352 vsize=9940964 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32363/stat : 32363 (java) S 32352 32297 32236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 443270358 10179547136 4074 33554432000 4194304 4196468 140735119886688 140612986653456 140613382186709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32364] ppid=32352 vsize=9940964 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32364/stat : 32364 (java) S 32352 32297 32236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443270358 10179547136 4074 33554432000 4194304 4196468 140735119886688 140612985600912 140613382186709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32354] ppid=32352 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/32354/stat : 32354 (awk) S 32352 32297 32236 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443270339 116211712 243 33554432000 4194304 4609284 140735169014320 140735169013496 140219602336768 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24346624 140735169021116 140735169021146 140735169021146 140735169023983 0
/proc/32354/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10280964 KiB
Current children cumulated memory: 19596 KiB

[startup+0.310315 s]*
/proc/loadavg: 0.39 1.86 2.77 2/222 32370
/proc/meminfo: memFree=29327372/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/32297/stat : 32297 (bash) S 32290 32297 32236 0 -1 4202496 888 5698 0 0 0 0 0 1 20 0 1 0 443270336 115974144 404 33554432000 4194304 5098028 140731396218208 140731396212216 140132381035520 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 36896768 140731396224020 140731396224145 140731396224145 140731396227054 0
/proc/32297/statm: 28314 404 320 221 0 119 0
[pid=32352] ppid=32297 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/32352/stat : 32352 (bash) S 32297 32297 32236 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443270339 115974144 178 33554432000 4194304 5098028 140731396218208 140731396210888 140132380861052 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36896768 140731396224020 140731396224145 140731396224145 140731396227054 0
/proc/32352/statm: 28314 178 94 221 0 119 0
[pid=32353] ppid=32352 vsize=10260324 memory=21700 CPUtime=0.04 cores=0,2,4,6
/proc/32353/stat : 32353 (java) S 32352 32297 32236 0 -1 1077944320 4305 0 0 0 3 1 0 0 20 0 9 0 443270339 10506571776 5425 33554432000 4194304 4196468 140735119886688 140735119869232 140613382176503 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
/proc/32353/statm: 2565081 5425 2193 1 0 2527622 0
[pid=32353/tid=32356] ppid=32352 vsize=10260324 memory=576567874760998942 CPUtime=0.04 cores=0,2,4,6
/proc/32353/task/32356/stat : 32356 (java) D 32352 32297 32236 0 -1 1077944384 2960 0 0 0 3 1 0 0 20 0 9 0 443270349 10506571776 5425 33554432000 4194304 4196468 140735119886688 140613386411544 140613374854517 0 4 0 16800971 18446744072101580324 0 0 -1 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32361] ppid=32352 vsize=10260324 memory=4294976167 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32361/stat : 32361 (java) S 32352 32297 32236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443270358 10506571776 5425 33554432000 4194304 4196468 140735119886688 140613338729488 140613382186709 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32362] ppid=32352 vsize=10260324 memory=3762668672051672736 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32362/stat : 32362 (java) S 32352 32297 32236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443270358 10506571776 5425 33554432000 4194304 4196468 140735119886688 140612987706512 140613382186709 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32363] ppid=32352 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32363/stat : 32363 (java) S 32352 32297 32236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443270358 10506571776 5425 33554432000 4194304 4196468 140735119886688 140612986653456 140613382186709 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32364] ppid=32352 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32364/stat : 32364 (java) S 32352 32297 32236 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443270358 10506571776 5425 33554432000 4194304 4196468 140735119886688 140612985600912 140613382186709 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32366] ppid=32352 vsize=10260324 memory=139661919745664 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32366/stat : 32366 (java) S 32352 32297 32236 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443270359 10506571776 5425 33554432000 4194304 4196468 140735119886688 140612941347056 140613382187650 0 0 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32368] ppid=32352 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32368/stat : 32368 (java) S 32352 32297 32236 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443270360 10506571776 5425 33554432000 4194304 4196468 140735119886688 140612940293280 140613382186709 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32353/tid=32370] ppid=32352 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32353/task/32370/stat : 32370 (java) S 32352 32297 32236 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443270360 10506571776 5425 33554432000 4194304 4196468 140735119886688 140612939240176 140613382186709 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8695808 140735119889548 140735119889562 140735119889562 140735119892431 0
[pid=32354] ppid=32352 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/32354/stat : 32354 (awk) S 32352 32297 32236 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443270339 116211712 243 33554432000 4194304 4609284 140735169014320 140735169013496 140219602336768 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24346624 140735169021116 140735169021146 140735169021146 140735169023983 0
/proc/32354/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 25000 KiB

[startup+0.701957 s]
/proc/loadavg: 0.39 1.86 2.77 4/227 32427
/proc/meminfo: memFree=29317400/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=10820196 memory=41080 CPUtime=0.28 cores=0,2,4,6
/proc/32297/stat : 32297 (java) S 32290 32297 32236 0 -1 1077944320 7137 13326 0 0 18 2 5 3 20 0 15 0 443270336 11079880704 10270 33554432000 4194304 4196468 140734684268992 140734684251536 140214554877687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
/proc/32297/statm: 2705049 10270 3289 1 0 2667149 0
[pid=32297/tid=32402] ppid=32290 vsize=10820196 memory=7086242839394279744 CPUtime=0.2 cores=0,2,4,6
/proc/32297/task/32402/stat : 32402 (java) D 32290 32297 32236 0 -1 1077944384 3621 13326 0 0 11 1 5 3 20 0 15 0 443270376 11079880704 10270 33554432000 4194304 4196468 140734684268992 140214526691728 140214554899709 0 4 0 16800975 18446744072101580324 0 0 -1 6 0 0 2 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32407] ppid=32290 vsize=10820196 memory=7451301680481654628 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32407/stat : 32407 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270378 11079880704 10270 33554432000 4194304 4196468 140734684268992 140214559120400 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32408] ppid=32290 vsize=10820196 memory=5865491479076426066 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32408/stat : 32408 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270378 11079880704 10270 33554432000 4194304 4196468 140734684268992 140214447393936 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32409] ppid=32290 vsize=10820196 memory=4639059877604708710 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32409/stat : 32409 (java) S 32290 32297 32236 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 443270378 11079880704 10270 33554432000 4194304 4196468 140734684268992 140214446340880 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32410] ppid=32290 vsize=10820196 memory=5788930165031592000 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32410/stat : 32410 (java) S 32290 32297 32236 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 443270378 11079880704 10270 33554432000 4194304 4196468 140734684268992 140214445288336 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32414] ppid=32290 vsize=10820196 memory=4638778402627731557 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32414/stat : 32414 (java) S 32290 32297 32236 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 443270379 11079880704 10270 33554432000 4194304 4196468 140734684268992 140214014146800 140214554888834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32415] ppid=32290 vsize=10820196 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32415/stat : 32415 (java) S 32290 32297 32236 0 -1 1077944384 33 13326 0 0 0 0 5 3 20 0 15 0 443270380 11079880704 10270 33554432000 4194304 4196468 140734684268992 140214013093024 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32416] ppid=32290 vsize=10820196 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32416/stat : 32416 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270380 11079880704 10270 33554432000 4194304 4196468 140734684268992 140213435228912 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32422] ppid=32290 vsize=10820196 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32422/stat : 32422 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270383 11079880704 10270 33554432000 4194304 4196468 140734684268992 140213127829456 140214554896283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32423] ppid=32290 vsize=10820196 memory=712 CPUtime=0.09 cores=0,2,4,6
/proc/32297/task/32423/stat : 32423 (java) S 32290 32297 32236 0 -1 1077944384 218 13326 0 0 1 0 5 3 20 0 15 0 443270383 11079880704 10270 33554432000 4194304 4196468 140734684268992 140213979536112 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32424] ppid=32290 vsize=10820196 memory=2832 CPUtime=0.09 cores=0,2,4,6
/proc/32297/task/32424/stat : 32424 (java) S 32290 32297 32236 0 -1 1077944384 449 13326 0 0 1 0 5 3 20 0 15 0 443270383 11079880704 10270 33554432000 4194304 4196468 140734684268992 140213978483568 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32425] ppid=32290 vsize=10820196 memory=8020 CPUtime=0.11 cores=0,2,4,6
/proc/32297/task/32425/stat : 32425 (java) S 32290 32297 32236 0 -1 1077944384 594 13326 0 0 3 0 5 3 20 0 15 0 443270383 11079880704 10270 33554432000 4194304 4196468 140734684268992 140213977430512 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32426] ppid=32290 vsize=10820196 memory=10428 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32426/stat : 32426 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270384 11079880704 10270 33554432000 4194304 4196468 140734684268992 140213094271840 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41080 KiB

[startup+1.50645 s]
/proc/loadavg: 0.39 1.86 2.77 4/228 32428
/proc/meminfo: memFree=29244556/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=10830584 memory=110728 CPUtime=1.67 cores=0,2,4,6
/proc/32297/stat : 32297 (java) S 32290 32297 32236 0 -1 1077944320 17442 13326 0 0 151 8 5 3 20 0 15 0 443270336 11090518016 27682 33554432000 4194304 4196468 140734684268992 140734684251536 140214554877687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
/proc/32297/statm: 2707646 27682 3545 1 0 2669709 0
[pid=32297/tid=32402] ppid=32290 vsize=10830584 memory=89340 CPUtime=0.98 cores=0,2,4,6
/proc/32297/task/32402/stat : 32402 (java) R 32290 32297 32236 0 -1 4202560 12563 13326 0 0 84 6 5 3 20 0 15 0 443270376 11090518016 27682 33554432000 4194304 4196468 140734684268992 140214526693456 140214538958174 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32407] ppid=32290 vsize=10830584 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32407/stat : 32407 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270378 11090518016 27682 33554432000 4194304 4196468 140734684268992 140214559120400 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32408] ppid=32290 vsize=10830584 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32408/stat : 32408 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270378 11090518016 27682 33554432000 4194304 4196468 140734684268992 140214447393936 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32409] ppid=32290 vsize=10830584 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32409/stat : 32409 (java) S 32290 32297 32236 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 443270378 11090518016 27682 33554432000 4194304 4196468 140734684268992 140214446340880 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32410] ppid=32290 vsize=10830584 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32410/stat : 32410 (java) S 32290 32297 32236 0 -1 1077944384 2 13326 0 0 0 0 5 3 20 0 15 0 443270378 11090518016 27682 33554432000 4194304 4196468 140734684268992 140214445288336 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32414] ppid=32290 vsize=10830584 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32414/stat : 32414 (java) S 32290 32297 32236 0 -1 1077944384 5 13326 0 0 0 0 5 3 20 0 15 0 443270379 11090518016 27682 33554432000 4194304 4196468 140734684268992 140214014146800 140214554888834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32415] ppid=32290 vsize=10830584 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32415/stat : 32415 (java) S 32290 32297 32236 0 -1 1077944384 33 13326 0 0 0 0 5 3 20 0 15 0 443270380 11090518016 27682 33554432000 4194304 4196468 140734684268992 140214013093024 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32416] ppid=32290 vsize=10830584 memory=4641074187873313646 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32416/stat : 32416 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270380 11090518016 27682 33554432000 4194304 4196468 140734684268992 140213435228912 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32422] ppid=32290 vsize=10830584 memory=7883670351600250217 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32422/stat : 32422 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270383 11090518016 27682 33554432000 4194304 4196468 140734684268992 140213127829456 140214554896283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32423] ppid=32290 vsize=10830584 memory=7373065767716742226 CPUtime=0.29 cores=0,2,4,6
/proc/32297/task/32423/stat : 32423 (java) R 32290 32297 32236 0 -1 4202560 637 13326 0 0 21 0 5 3 20 0 15 0 443270383 11090518016 27682 33554432000 4194304 4196468 140734684268992 140213979536112 140214538376835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32424] ppid=32290 vsize=10830584 memory=142139996687796 CPUtime=0.25 cores=0,2,4,6
/proc/32297/task/32424/stat : 32424 (java) S 32290 32297 32236 0 -1 1077944384 986 13326 0 0 17 0 5 3 20 0 15 0 443270383 11090518016 27682 33554432000 4194304 4196468 140734684268992 140213978483568 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32425] ppid=32290 vsize=10830584 memory=6944656592455360604 CPUtime=0.35 cores=0,2,4,6
/proc/32297/task/32425/stat : 32425 (java) S 32290 32297 32236 0 -1 1077944384 998 13326 0 0 27 0 5 3 20 0 15 0 443270383 11090518016 27682 33554432000 4194304 4196468 140734684268992 140213977430512 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32426] ppid=32290 vsize=10830584 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32426/stat : 32426 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270384 11090518016 27682 33554432000 4194304 4196468 140734684268992 140213094271840 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32428] ppid=32290 vsize=10830584 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32428/stat : 32428 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270389 11090518016 27682 33554432000 4194304 4196468 140734684268992 140213976377904 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10830584 KiB
Current children cumulated memory: 110728 KiB

[startup+3.11912 s]
/proc/loadavg: 0.44 1.84 2.76 6/228 32428
/proc/meminfo: memFree=28969796/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=10842892 memory=211180 CPUtime=5.32 cores=0,2,4,6
/proc/32297/stat : 32297 (java) S 32290 32297 32236 0 -1 1077944320 32260 13326 0 0 508 16 5 3 20 0 15 0 443270336 11103121408 52795 33554432000 4194304 4196468 140734684268992 140734684251536 140214554877687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
/proc/32297/statm: 2710723 52795 3596 1 0 2672781 0
[pid=32297/tid=32402] ppid=32290 vsize=10842892 memory=14113 CPUtime=2.54 cores=0,2,4,6
/proc/32297/task/32402/stat : 32402 (java) R 32290 32297 32236 0 -1 4202560 18562 13326 0 0 238 8 5 3 20 0 15 0 443270376 11103121408 52795 33554432000 4194304 4196468 140734684268992 140214526709328 140214534454590 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32407] ppid=32290 vsize=10842892 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32297/task/32407/stat : 32407 (java) S 32290 32297 32236 0 -1 1077944384 69 13326 0 0 1 0 5 3 20 0 15 0 443270378 11103121408 52795 33554432000 4194304 4196468 140734684268992 140214559120400 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32408] ppid=32290 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32408/stat : 32408 (java) S 32290 32297 32236 0 -1 1077944384 362 13326 0 0 0 0 5 3 20 0 15 0 443270378 11103121408 52795 33554432000 4194304 4196468 140734684268992 140214447393936 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32409] ppid=32290 vsize=10842892 memory=279323601332708 CPUtime=0.09 cores=0,2,4,6

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

/proc/32297/task/32402/stat : 32402 (java) R 32290 32297 32236 0 -1 4202560 93244 13326 0 0 229542 54 5 3 20 0 15 0 443270376 11111522304 281546 33554432000 4194304 4196468 140734684268992 140214526712592 140214132421596 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32407] ppid=32290 vsize=10851096 memory=1126184 CPUtime=12.3 cores=0,2,4,6
/proc/32297/task/32407/stat : 32407 (java) S 32290 32297 32236 0 -1 1077944384 21964 13326 0 0 1171 51 5 3 20 0 15 0 443270378 11111522304 281546 33554432000 4194304 4196468 140734684268992 140214559120400 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32408] ppid=32290 vsize=10851096 memory=1126184 CPUtime=12.25 cores=0,2,4,6
/proc/32297/task/32408/stat : 32408 (java) S 32290 32297 32236 0 -1 1077944384 26758 13326 0 0 1162 55 5 3 20 0 15 0 443270378 11111522304 281546 33554432000 4194304 4196468 140734684268992 140214447393936 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32409] ppid=32290 vsize=10851096 memory=1126184 CPUtime=12.25 cores=0,2,4,6
/proc/32297/task/32409/stat : 32409 (java) S 32290 32297 32236 0 -1 1077944384 22385 13326 0 0 1163 54 5 3 20 0 15 0 443270378 11111522304 281546 33554432000 4194304 4196468 140734684268992 140214446340880 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32410] ppid=32290 vsize=10851096 memory=1126184 CPUtime=12.26 cores=0,2,4,6
/proc/32297/task/32410/stat : 32410 (java) S 32290 32297 32236 0 -1 1077944384 28093 13326 0 0 1163 55 5 3 20 0 15 0 443270378 11111522304 281546 33554432000 4194304 4196468 140734684268992 140214445288336 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32414] ppid=32290 vsize=10851096 memory=1126184 CPUtime=10.38 cores=0,2,4,6
/proc/32297/task/32414/stat : 32414 (java) S 32290 32297 32236 0 -1 1077944384 23306 13326 0 0 980 50 5 3 20 0 15 0 443270379 11111522304 281546 33554432000 4194304 4196468 140734684268992 140214014146800 140214554888834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32415] ppid=32290 vsize=10851096 memory=1126184 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32415/stat : 32415 (java) S 32290 32297 32236 0 -1 1077944384 39 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 281546 33554432000 4194304 4196468 140734684268992 140214013093152 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32416] ppid=32290 vsize=10851096 memory=1126184 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32416/stat : 32416 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 281546 33554432000 4194304 4196468 140734684268992 140213435228928 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32422] ppid=32290 vsize=10851096 memory=1126184 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32422/stat : 32422 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270383 11111522304 281546 33554432000 4194304 4196468 140734684268992 140213127829456 140214554896283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32423] ppid=32290 vsize=10851096 memory=8 CPUtime=6.18 cores=0,2,4,6
/proc/32297/task/32423/stat : 32423 (java) S 32290 32297 32236 0 -1 1077944384 27018 13326 0 0 604 6 5 3 20 0 15 0 443270383 11111522304 281546 33554432000 4194304 4196468 140734684268992 140213979536112 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32424] ppid=32290 vsize=10851096 memory=1126184 CPUtime=5.99 cores=0,2,4,6
/proc/32297/task/32424/stat : 32424 (java) S 32290 32297 32236 0 -1 1077944384 27743 13326 0 0 587 4 5 3 20 0 15 0 443270383 11111522304 281546 33554432000 4194304 4196468 140734684268992 140213978483568 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32425] ppid=32290 vsize=10851096 memory=1126184 CPUtime=4.49 cores=0,2,4,6
/proc/32297/task/32425/stat : 32425 (java) S 32290 32297 32236 0 -1 1077944384 41493 13326 0 0 433 8 5 3 20 0 15 0 443270383 11111522304 281546 33554432000 4194304 4196468 140734684268992 140213977430512 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32426] ppid=32290 vsize=10851096 memory=1126184 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32426/stat : 32426 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270384 11111522304 281546 33554432000 4194304 4196468 140734684268992 140213094271840 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32428] ppid=32290 vsize=10851096 memory=4000 CPUtime=1.45 cores=0,2,4,6
/proc/32297/task/32428/stat : 32428 (java) S 32290 32297 32236 0 -1 1077944384 1109 13326 0 0 65 72 5 3 20 0 15 0 443270389 11111522304 281546 33554432000 4194304 4196468 140734684268992 140213976377904 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
Current children cumulated CPU time: 2372.98 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1126184 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.23 1.44 4/228 32670
/proc/meminfo: memFree=27074668/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=10851096 memory=1128232 CPUtime=2433.91 cores=0,2,4,6
/proc/32297/stat : 32297 (java) S 32290 32297 32236 0 -1 1077944320 317122 13326 0 0 243029 354 5 3 20 0 15 0 443270336 11111522304 282058 33554432000 4194304 4196468 140734684268992 140734684251536 140214554877687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
/proc/32297/statm: 2712774 282058 3637 1 0 2674829 0
[pid=32297/tid=32402] ppid=32290 vsize=10851096 memory=1128232 CPUtime=2355.42 cores=0,2,4,6
/proc/32297/task/32402/stat : 32402 (java) R 32290 32297 32236 0 -1 4202560 94086 13326 0 0 235480 54 5 3 20 0 15 0 443270376 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214526713120 140214137366904 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32407] ppid=32290 vsize=10851096 memory=1126184 CPUtime=12.61 cores=0,2,4,6
/proc/32297/task/32407/stat : 32407 (java) S 32290 32297 32236 0 -1 1077944384 22070 13326 0 0 1201 52 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214559120400 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32408] ppid=32290 vsize=10851096 memory=1126184 CPUtime=12.56 cores=0,2,4,6
/proc/32297/task/32408/stat : 32408 (java) S 32290 32297 32236 0 -1 1077944384 26859 13326 0 0 1192 56 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214447393936 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32409] ppid=32290 vsize=10851096 memory=1128232 CPUtime=12.55 cores=0,2,4,6
/proc/32297/task/32409/stat : 32409 (java) S 32290 32297 32236 0 -1 1077944384 22758 13326 0 0 1192 55 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214446340880 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32410] ppid=32290 vsize=10851096 memory=1128232 CPUtime=12.58 cores=0,2,4,6
/proc/32297/task/32410/stat : 32410 (java) S 32290 32297 32236 0 -1 1077944384 28180 13326 0 0 1194 56 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214445288336 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32414] ppid=32290 vsize=10851096 memory=1128232 CPUtime=10.63 cores=0,2,4,6
/proc/32297/task/32414/stat : 32414 (java) S 32290 32297 32236 0 -1 1077944384 23532 13326 0 0 1004 51 5 3 20 0 15 0 443270379 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214014146800 140214554888834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32415] ppid=32290 vsize=10851096 memory=279323602623680 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32415/stat : 32415 (java) S 32290 32297 32236 0 -1 1077944384 39 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214013093152 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32416] ppid=32290 vsize=10851096 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32416/stat : 32416 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213435228928 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32422] ppid=32290 vsize=10851096 memory=1128232 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32422/stat : 32422 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213127829456 140214554896283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32423] ppid=32290 vsize=10851096 memory=3612 CPUtime=6.18 cores=0,2,4,6
/proc/32297/task/32423/stat : 32423 (java) S 32290 32297 32236 0 -1 1077944384 27020 13326 0 0 604 6 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213979536112 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32424] ppid=32290 vsize=10851096 memory=46968 CPUtime=5.99 cores=0,2,4,6
/proc/32297/task/32424/stat : 32424 (java) S 32290 32297 32236 0 -1 1077944384 27745 13326 0 0 587 4 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213978483568 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32425] ppid=32290 vsize=10851096 memory=1126184 CPUtime=4.49 cores=0,2,4,6
/proc/32297/task/32425/stat : 32425 (java) S 32290 32297 32236 0 -1 1077944384 41495 13326 0 0 433 8 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213977430512 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32426] ppid=32290 vsize=10851096 memory=1128232 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32426/stat : 32426 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270384 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213094271840 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32428] ppid=32290 vsize=10851096 memory=1128232 CPUtime=1.48 cores=0,2,4,6
/proc/32297/task/32428/stat : 32428 (java) S 32290 32297 32236 0 -1 1077944384 1125 13326 0 0 67 73 5 3 20 0 15 0 443270389 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213976377904 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
Current children cumulated CPU time: 2433.91 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1128232 KiB

[startup+2442.3 s]
/proc/loadavg: 0.91 1.16 1.40 4/227 32674
/proc/meminfo: memFree=27074872/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=10851096 memory=1128232 CPUtime=2494.92 cores=0,2,4,6
/proc/32297/stat : 32297 (java) S 32290 32297 32236 0 -1 1077944320 319120 13326 0 0 249122 362 5 3 20 0 15 0 443270336 11111522304 282058 33554432000 4194304 4196468 140734684268992 140734684251536 140214554877687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
/proc/32297/statm: 2712774 282058 3637 1 0 2674829 0
[pid=32297/tid=32402] ppid=32290 vsize=10851096 memory=1128232 CPUtime=2414.73 cores=0,2,4,6
/proc/32297/task/32402/stat : 32402 (java) R 32290 32297 32236 0 -1 4202560 95199 13326 0 0 241411 54 5 3 20 0 15 0 443270376 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214526712928 140214140471698 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32407] ppid=32290 vsize=10851096 memory=1128232 CPUtime=12.96 cores=0,2,4,6
/proc/32297/task/32407/stat : 32407 (java) S 32290 32297 32236 0 -1 1077944384 22131 13326 0 0 1234 54 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214559120400 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32408] ppid=32290 vsize=10851096 memory=1128232 CPUtime=12.91 cores=0,2,4,6
/proc/32297/task/32408/stat : 32408 (java) S 32290 32297 32236 0 -1 1077944384 26949 13326 0 0 1225 58 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214447393936 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32409] ppid=32290 vsize=10851096 memory=1128232 CPUtime=12.91 cores=0,2,4,6
/proc/32297/task/32409/stat : 32409 (java) S 32290 32297 32236 0 -1 1077944384 23126 13326 0 0 1226 57 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214446340880 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32410] ppid=32290 vsize=10851096 memory=1128232 CPUtime=12.93 cores=0,2,4,6
/proc/32297/task/32410/stat : 32410 (java) S 32290 32297 32236 0 -1 1077944384 28301 13326 0 0 1227 58 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214445288336 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32414] ppid=32290 vsize=10851096 memory=1128232 CPUtime=10.92 cores=0,2,4,6
/proc/32297/task/32414/stat : 32414 (java) S 32290 32297 32236 0 -1 1077944384 23753 13326 0 0 1031 53 5 3 20 0 15 0 443270379 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214014146800 140214554888834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32415] ppid=32290 vsize=10851096 memory=1128232 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32415/stat : 32415 (java) S 32290 32297 32236 0 -1 1077944384 39 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214013093152 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32416] ppid=32290 vsize=10851096 memory=1128232 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32416/stat : 32416 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213435228928 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32422] ppid=32290 vsize=10851096 memory=1128232 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32422/stat : 32422 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213127829456 140214554896283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32423] ppid=32290 vsize=10851096 memory=1128232 CPUtime=6.18 cores=0,2,4,6
/proc/32297/task/32423/stat : 32423 (java) S 32290 32297 32236 0 -1 1077944384 27022 13326 0 0 604 6 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213979536112 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32424] ppid=32290 vsize=10851096 memory=25712 CPUtime=5.99 cores=0,2,4,6
/proc/32297/task/32424/stat : 32424 (java) S 32290 32297 32236 0 -1 1077944384 27747 13326 0 0 587 4 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213978483568 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32425] ppid=32290 vsize=10851096 memory=10428 CPUtime=4.49 cores=0,2,4,6
/proc/32297/task/32425/stat : 32425 (java) S 32290 32297 32236 0 -1 1077944384 41497 13326 0 0 433 8 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213977430512 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32426] ppid=32290 vsize=10851096 memory=1128232 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32426/stat : 32426 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270384 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213094271840 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32428] ppid=32290 vsize=10851096 memory=1128232 CPUtime=1.52 cores=0,2,4,6
/proc/32297/task/32428/stat : 32428 (java) S 32290 32297 32236 0 -1 1077944384 1143 13326 0 0 68 76 5 3 20 0 15 0 443270389 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213976377904 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
Current children cumulated CPU time: 2494.92 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1128232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467 s]*
/proc/loadavg: 0.99 1.17 1.40 3/227 347
/proc/meminfo: memFree=28043204/32770624 swapFree=66958316/67108860
[pid=32297] ppid=32290 vsize=10851096 memory=1128232 CPUtime=2520.05 cores=0,2,4,6
/proc/32297/stat : 32297 (java) S 32290 32297 32236 0 -1 1077944320 320297 13326 0 0 251631 366 5 3 20 0 15 0 443270336 11111522304 282058 33554432000 4194304 4196468 140734684268992 140734684251536 140214554877687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
/proc/32297/statm: 2712774 282058 3637 1 0 2674829 0
[pid=32297/tid=32402] ppid=32290 vsize=10851096 memory=6791534058613427641 CPUtime=2439.17 cores=0,2,4,6
/proc/32297/task/32402/stat : 32402 (java) R 32290 32297 32236 0 -1 4202560 95508 13326 0 0 243854 55 5 3 20 0 15 0 443270376 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214526712864 140214127526454 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32407] ppid=32290 vsize=10851096 memory=13567089545840104 CPUtime=13.11 cores=0,2,4,6
/proc/32297/task/32407/stat : 32407 (java) S 32290 32297 32236 0 -1 1077944384 22437 13326 0 0 1248 55 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214559120400 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32408] ppid=32290 vsize=10851096 memory=3184097920075995105 CPUtime=13.05 cores=0,2,4,6
/proc/32297/task/32408/stat : 32408 (java) S 32290 32297 32236 0 -1 1077944384 27062 13326 0 0 1238 59 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214447393936 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32409] ppid=32290 vsize=10851096 memory=139661800701185 CPUtime=13.05 cores=0,2,4,6
/proc/32297/task/32409/stat : 32409 (java) S 32290 32297 32236 0 -1 1077944384 23154 13326 0 0 1239 58 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214446340880 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32410] ppid=32290 vsize=10851096 memory=288230617492226348 CPUtime=13.06 cores=0,2,4,6
/proc/32297/task/32410/stat : 32410 (java) S 32290 32297 32236 0 -1 1077944384 28487 13326 0 0 1240 58 5 3 20 0 15 0 443270378 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214445288336 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32414] ppid=32290 vsize=10851096 memory=6153433744107333988 CPUtime=11.03 cores=0,2,4,6
/proc/32297/task/32414/stat : 32414 (java) S 32290 32297 32236 0 -1 1077944384 23969 13326 0 0 1042 53 5 3 20 0 15 0 443270379 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214014146800 140214554888834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32415] ppid=32290 vsize=10851096 memory=7594308591202554984 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32415/stat : 32415 (java) S 32290 32297 32236 0 -1 1077944384 39 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 282058 33554432000 4194304 4196468 140734684268992 140214013093152 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32416] ppid=32290 vsize=10851096 memory=7594308591202554984 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32416/stat : 32416 (java) S 32290 32297 32236 0 -1 1077944384 1 13326 0 0 0 0 5 3 20 0 15 0 443270380 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213435228928 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32422] ppid=32290 vsize=10851096 memory=7594308591202554984 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32422/stat : 32422 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213127829456 140214554896283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32423] ppid=32290 vsize=10851096 memory=6153433744107333988 CPUtime=6.18 cores=0,2,4,6
/proc/32297/task/32423/stat : 32423 (java) S 32290 32297 32236 0 -1 1077944384 27024 13326 0 0 604 6 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213979536112 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32424] ppid=32290 vsize=10851096 memory=279323600817560 CPUtime=5.99 cores=0,2,4,6
/proc/32297/task/32424/stat : 32424 (java) S 32290 32297 32236 0 -1 1077944384 27749 13326 0 0 587 4 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213978483568 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32425] ppid=32290 vsize=10851096 memory=7594308591202554984 CPUtime=4.49 cores=0,2,4,6
/proc/32297/task/32425/stat : 32425 (java) S 32290 32297 32236 0 -1 1077944384 41499 13326 0 0 433 8 5 3 20 0 15 0 443270383 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213977430512 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32426] ppid=32290 vsize=10851096 memory=6153433744107333988 CPUtime=0.08 cores=0,2,4,6
/proc/32297/task/32426/stat : 32426 (java) S 32290 32297 32236 0 -1 1077944384 3 13326 0 0 0 0 5 3 20 0 15 0 443270384 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213094271840 140214554887893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
[pid=32297/tid=32428] ppid=32290 vsize=10851096 memory=279323601720560 CPUtime=1.53 cores=0,2,4,6
/proc/32297/task/32428/stat : 32428 (java) S 32290 32297 32236 0 -1 1077944384 1156 13326 0 0 69 76 5 3 20 0 15 0 443270389 11111522304 282058 33554432000 4194304 4196468 140734684268992 140213976377904 140214554888834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36958208 140734684277487 140734684280005 140734684280005 140734684282831 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1128232 KiB

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

[startup+2467.04 s]
# the end of solver process 32297 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.7094 s

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

Child status: 143
Real time (s): 2467.04
CPU time (s): 2520.09
CPU user time (s): 2516.38
CPU system time (s): 3.7094
CPU usage (%): 102.15
Max. virtual memory (cumulated for all children) (KiB): 10851096
Max. memory (cumulated for all children) (KiB): 1128232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.7094
maximum resident set size= 1132444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289640
involuntary context switches= 8339


# summary of solver processes directly reported to runsolver:
#   pid: 32297
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.7094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.726 second user time and 22.4634 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 00:34:49
IDJOB=4401023
IDBENCH=115842
IDSOLVER=2857
FILE ID=node145/4401023-1568673331
RUNJOBID= node145-1568673289-32267
PBS_JOBID= 21703777
Free space on /tmp= 59532 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401023-1568673331/watcher-4401023-1568673331 -o /tmp/evaluation-result-4401023-1568673331/solver-4401023-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32267 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401023-1568673331.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=1889038206

node145.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.59
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.59
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.59
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.59
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:        29355340 kB
MemAvailable:   31852664 kB
Buffers:          173608 kB
Cached:          2615364 kB
SwapCached:        41076 kB
Active:          1377172 kB
Inactive:        1455068 kB
Active(anon):       6548 kB
Inactive(anon):    86528 kB
Active(file):    1370624 kB
Inactive(file):  1368540 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958316 kB
Dirty:             43204 kB
Writeback:             0 kB
AnonPages:        113480 kB
Mapped:            47812 kB
Shmem:             40612 kB
Slab:             176560 kB
SReclaimable:     147992 kB
SUnreclaim:        28568 kB
KernelStack:        3408 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     512004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59464 MiB
End job on node145 at 2019-09-17 01:16:04