Trace number 4392045

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)353 2400.11 2350.14

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-8.xml
MD5SUM43b2ef46cc27b455a3f22cfd7dbefeca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark353
Best CPU time to get the best result obtained on this benchmark27.4421
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size453
Distribution of domain sizes[{"size":5,"count":50},{"size":453,"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.71/0.55	c Concrete v3.10.1560635388952 running
9.99/4.39	o 449
10.32/4.41	o 448
10.32/4.42	o 441
10.32/4.44	o 439
10.67/4.54	o 427
10.99/4.62	o 426
12.31/5.07	o 422
12.65/5.11	o 416
12.65/5.12	o 406
13.56/5.44	o 405
13.56/5.45	o 395
13.87/5.57	o 394
13.87/5.57	o 393
13.87/5.57	o 390
14.78/5.84	o 389
14.78/5.86	o 383
15.09/5.90	o 382
15.09/5.91	o 381
15.09/5.91	o 371
19.20/8.00	o 370
19.20/8.00	o 368
19.70/8.26	o 367
24.33/11.13	o 366
24.33/11.16	o 365
26.88/13.12	o 364
26.88/13.12	o 362
27.18/13.32	o 361
29.75/15.41	o 359
32.81/18.49	o 358
32.81/18.49	o 357
32.81/18.49	o 354
802.07/776.82	o 353
2400.05/2350.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2350.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2350.11		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.05/2350.11		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.05/2350.11		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.05/2350.11		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.05/2350.11		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.05/2350.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2350.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2350.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2350.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2350.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2350.11		at scala.Option.map(Option.scala:243)
2400.05/2350.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2350.11		at concrete.MAC.mac(MAC.scala:204)
2400.05/2350.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.05/2350.11		at scala.util.Try$.apply(Try.scala:212)
2400.05/2350.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2350.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2350.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2350.11		at concrete.MAC.oneRun(MAC.scala:253)
2400.05/2350.11		at concrete.MAC.nextSolution(MAC.scala:272)
2400.05/2350.11		at concrete.MAC.nextSolution(MAC.scala:355)
2400.05/2350.11		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2350.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2350.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2350.11		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2350.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.05/2350.11		at scala.util.Success.map(Try.scala:264)
2400.05/2350.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.05/2350.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2350.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2350.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2350.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2350.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2350.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2350.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2350.11		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2350.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2350.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2350.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2350.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2350.11		at scala.App.main(App.scala:75)
2400.05/2350.11		at scala.App.main$(App.scala:73)
2400.05/2350.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2350.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2350.12	v <instantiation
2400.05/2350.12	v         cost = '353'>
2400.05/2350.12	v       <list>
2400.05/2350.12	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2400.05/2350.12	v       </list>
2400.05/2350.12	v       <values>
2400.05/2350.12	v         0 52 132 180 263 0 23 96 191 260 17 56 90 180 259 0 55 131 190 257 0 90 149 167 264 353 353 353 353 353 22 38 35 83 90 23 73 84 68 93 38 34 41 77 94 55 72 59 67 96 90 49 16 93 89 0 3 1 2 4 3 0 2 4 1 1 2 4 0 3 2 1 4 3 0 4 3 0 1 2 0 132 180 52 263 23 260 96 0 191 180 17 56 259 90 257 55 0 190 131 149 167 264 90 0
2400.05/2350.12	v       </values>
2400.05/2350.12	v     </instantiation>
2400.05/2350.12	s SATISFIABLE

Verifier Data

OK	353

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392045-1568303628/watcher-4392045-1568303628 -o /tmp/evaluation-result-4392045-1568303628/solver-4392045-1568303628 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1267279534 HOME/instance-4392045-1568303628.xml 

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

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


[startup+0.100123 s]*
/proc/loadavg: 1.53 1.49 1.46 3/219 6105
/proc/meminfo: memFree=28271588/32770624 swapFree=66999704/67108860
[pid=6048] ppid=6045 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 4428 13252 0 0 1 1 5 2 20 0 6 0 406276879 10212057088 4204 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2493178 4204 1935 1 0 2481616 0
[pid=6048/tid=6101] ppid=6045 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 2260 13252 0 0 0 0 5 2 20 0 6 0 406276888 10212057088 4204 33554432000 4194304 4196468 140726849321104 139830409081424 139830422927155 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 6 0 406276889 10212057088 4204 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=9972712 memory=140432752342656 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 6 0 406276889 10212057088 4204 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 6 0 406276889 10212057088 4204 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 2 13252 0 0 0 0 5 2 20 0 6 0 406276889 10212057088 4204 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210386 s]*
/proc/loadavg: 1.53 1.49 1.46 4/228 6114
/proc/meminfo: memFree=28253512/32770624 swapFree=66999704/67108860
[pid=6048] ppid=6045 vsize=10818940 memory=36284 CPUtime=0.25 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 6942 13252 0 0 16 2 5 2 20 0 15 0 406276879 11078594560 9071 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2704735 9071 2971 1 0 2667149 0
[pid=6048/tid=6101] ppid=6045 vsize=10818940 memory=5450916389569530688 CPUtime=0.18 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 3454 13252 0 0 10 1 5 2 20 0 15 0 406276888 11078594560 9145 33554432000 4194304 4196468 140726849321104 139830409067824 139830421325150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10818940 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11078594560 9145 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10818940 memory=140432752342656 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11078594560 9145 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11078594560 9145 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 2 13252 0 0 0 0 5 2 20 0 15 0 406276889 11078594560 9145 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10818940 memory=140432752342656 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 2 13252 0 0 0 0 5 2 20 0 15 0 406276891 11078594560 9145 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 33 13252 0 0 0 0 5 2 20 0 15 0 406276891 11078594560 9145 33554432000 4194304 4196468 140726849321104 139829895439392 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11078594560 9145 33554432000 4194304 4196468 140726849321104 139829304091504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11078594560 9145 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) S 6045 6048 5578 0 -1 1077944384 350 13252 0 0 1 0 5 2 20 0 15 0 406276894 11078594560 9145 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 284 13252 0 0 1 0 5 2 20 0 15 0 406276894 11078594560 9145 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10818940 memory=140432752342656 CPUtime=0.1 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 625 13252 0 0 3 0 5 2 20 0 15 0 406276894 11078594560 9145 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11078594560 9145 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10818940 memory=140432752342656 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276895 11078594560 9145 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36284 KiB

[startup+0.313974 s]*
/proc/loadavg: 1.53 1.49 1.46 4/228 6114
/proc/meminfo: memFree=28242980/32770624 swapFree=66999704/67108860
[pid=6048] ppid=6045 vsize=10820096 memory=47732 CPUtime=0.39 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 10688 13252 0 0 29 3 5 2 20 0 15 0 406276879 11079778304 11933 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2705024 11933 3235 1 0 2667149 0
[pid=6048/tid=6101] ppid=6045 vsize=10820096 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 7160 13252 0 0 19 2 5 2 20 0 15 0 406276888 11079778304 11933 33554432000 4194304 4196468 140726849321104 139830409064880 139829992063719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10820096 memory=6940434528018457703 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11079778304 11933 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10820096 memory=5788339726952981056 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11079778304 11933 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10820096 memory=7019607520670271174 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11079778304 11933 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10820096 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 2 13252 0 0 0 0 5 2 20 0 15 0 406276889 11079778304 11933 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 2 13252 0 0 0 0 5 2 20 0 15 0 406276891 11079778304 11933 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 33 13252 0 0 0 0 5 2 20 0 15 0 406276891 11079778304 11933 33554432000 4194304 4196468 140726849321104 139829895439392 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11079778304 11933 33554432000 4194304 4196468 140726849321104 139829304091504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11079778304 11933 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) S 6045 6048 5578 0 -1 1077944384 352 13252 0 0 2 0 5 2 20 0 15 0 406276894 11079778304 11933 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 284 13252 0 0 1 0 5 2 20 0 15 0 406276894 11079778304 11933 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 634 13252 0 0 5 0 5 2 20 0 15 0 406276894 11079778304 11933 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11079778304 11933 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276895 11079778304 11933 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47732 KiB

[startup+0.700704 s]
/proc/loadavg: 1.53 1.49 1.46 5/228 6114
/proc/meminfo: memFree=28229404/32770624 swapFree=66999704/67108860
[pid=6048] ppid=6045 vsize=10824340 memory=78204 CPUtime=1.14 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 14824 13252 0 0 101 6 5 2 20 0 15 0 406276879 11084124160 19551 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2706085 19551 3501 1 0 2668173 0
[pid=6048/tid=6101] ppid=6045 vsize=10824340 memory=2241 CPUtime=0.65 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 10470 13252 0 0 54 4 5 2 20 0 15 0 406276888 11084124160 19551 33554432000 4194304 4196468 140726849321104 139830409071568 139830421288293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11084124160 19551 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11084124160 19551 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276889 11084124160 19551 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 2 13252 0 0 0 0 5 2 20 0 15 0 406276889 11084124160 19551 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 5 13252 0 0 0 0 5 2 20 0 15 0 406276891 11084124160 19551 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 33 13252 0 0 0 0 5 2 20 0 15 0 406276891 11084124160 19551 33554432000 4194304 4196468 140726849321104 139829895439392 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10824340 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11084124160 19551 33554432000 4194304 4196468 140726849321104 139829304091504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11084124160 19551 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) R 6045 6048 5578 0 -1 1077944384 637 13252 0 0 12 0 5 2 20 0 15 0 406276894 11084124160 19551 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 623 13252 0 0 14 0 5 2 20 0 15 0 406276894 11084124160 19551 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 834 13252 0 0 17 0 5 2 20 0 15 0 406276894 11084124160 19551 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10824340 memory=140432612820976 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11084124160 19551 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276895 11084124160 19551 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78204 KiB

[startup+1.50077 s]
/proc/loadavg: 1.53 1.49 1.46 3/228 6114
/proc/meminfo: memFree=28186960/32770624 swapFree=66999704/67108860
[pid=6048] ppid=6045 vsize=10834656 memory=163936 CPUtime=2.44 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 22163 13252 0 0 226 11 5 2 20 0 15 0 406276879 11094687744 40984 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2708664 40984 3572 1 0 2670733 0
[pid=6048/tid=6101] ppid=6045 vsize=10834656 memory=20 CPUtime=1.42 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 15749 13252 0 0 129 6 5 2 20 0 15 0 406276888 11094687744 40984 33554432000 4194304 4196468 140726849321104 139830409043312 139829992059087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10834656 memory=27 CPUtime=0.08 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 60 13252 0 0 1 0 5 2 20 0 15 0 406276889 11094687744 40984 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 33 13252 0 0 0 0 5 2 20 0 15 0 406276889 11094687744 40984 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 346 13252 0 0 0 0 5 2 20 0 15 0 406276889 11094687744 40984 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10834656 memory=92060 CPUtime=0.08 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 96 13252 0 0 1 0 5 2 20 0 15 0 406276889 11094687744 40984 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 497 13252 0 0 1 0 5 2 20 0 15 0 406276891 11094687744 40984 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10834656 memory=7014751519717741926 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 34 13252 0 0 0 0 5 2 20 0 15 0 406276891 11094687744 40984 33554432000 4194304 4196468 140726849321104 139829895439456 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10834656 memory=7302986332604032601 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11094687744 40984 33554432000 4194304 4196468 140726849321104 139829304091520 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10834656 memory=7667785637606026097 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11094687744 40984 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10834656 memory=7011348500760778328 CPUtime=0.3 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) S 6045 6048 5578 0 -1 1077944384 804 13252 0 0 23 0 5 2 20 0 15 0 406276894 11094687744 40984 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10834656 memory=7451861362317553506 CPUtime=0.31 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 734 13252 0 0 24 0 5 2 20 0 15 0 406276894 11094687744 40984 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10834656 memory=7014751519717741926 CPUtime=0.48 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 1592 13252 0 0 41 0 5 2 20 0 15 0 406276894 11094687744 40984 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10834656 memory=7014751519717741926 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11094687744 40984 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10834656 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276895 11094687744 40984 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834656 KiB

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

/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 71692 13252 1 0 223632 50 5 2 20 0 15 0 406276888 11111497728 257264 33554432000 4194304 4196468 140726849321104 139830409080256 139829993082604 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10851072 memory=1029056 CPUtime=11.79 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 10665 13252 0 0 1119 53 5 2 20 0 15 0 406276889 11111497728 257264 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10851072 memory=1029056 CPUtime=11.71 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 10270 13252 0 0 1113 51 5 2 20 0 15 0 406276889 11111497728 257264 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10851072 memory=1029056 CPUtime=11.75 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 12073 13252 0 0 1117 51 5 2 20 0 15 0 406276889 11111497728 257264 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10851072 memory=1029056 CPUtime=11.74 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 13320 13252 0 0 1109 58 5 2 20 0 15 0 406276889 11111497728 257264 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10851072 memory=1029056 CPUtime=10.36 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 15019 13252 0 0 977 52 5 2 20 0 15 0 406276891 11111497728 257264 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10851072 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 38 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257264 33554432000 4194304 4196468 140726849321104 139829895439456 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10851072 memory=1029056 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257264 33554432000 4194304 4196468 140726849321104 139829304091520 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10851072 memory=1029056 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257264 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10851072 memory=8112282956445269571 CPUtime=5.95 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) S 6045 6048 5578 0 -1 1077944384 29961 13252 0 0 582 6 5 2 20 0 15 0 406276894 11111497728 257264 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10851072 memory=4108 CPUtime=5.85 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 28892 13252 0 0 573 5 5 2 20 0 15 0 406276894 11111497728 257264 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10851072 memory=1029056 CPUtime=3.85 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 33016 13252 0 0 371 7 5 2 20 0 15 0 406276894 11111497728 257264 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10851072 memory=7883944108235712103 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257264 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10851072 memory=1029056 CPUtime=1.43 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1195 13252 0 0 70 66 5 2 20 0 15 0 406276895 11111497728 257264 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 2310.82 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1029056 KiB

[startup+2322.3 s]
/proc/loadavg: 1.59 1.43 1.41 3/228 6484
/proc/meminfo: memFree=29594040/32770624 swapFree=66999716/67108860
[pid=6048] ppid=6045 vsize=10851072 memory=1031104 CPUtime=2371.81 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 229958 13252 1 0 236825 349 5 2 20 0 15 0 406276879 11111497728 257776 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2712768 257776 3623 1 0 2674829 0
[pid=6048/tid=6101] ppid=6045 vsize=10851072 memory=1031104 CPUtime=2296.25 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 72508 13252 1 0 229566 52 5 2 20 0 15 0 406276888 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830409080544 139830011339621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.12 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 10796 13252 0 0 1151 54 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.05 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 10289 13252 0 0 1145 53 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.08 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 12120 13252 0 0 1148 53 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.07 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 13661 13252 0 0 1141 59 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10851072 memory=1031104 CPUtime=10.64 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 15252 13252 0 0 1003 54 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 38 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829895439456 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829304091520 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10851072 memory=1031104 CPUtime=5.95 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) S 6045 6048 5578 0 -1 1077944384 29963 13252 0 0 582 6 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10851072 memory=1031104 CPUtime=5.85 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 28894 13252 0 0 573 5 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10851072 memory=1031104 CPUtime=3.87 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 33018 13252 0 0 372 8 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10851072 memory=1768 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10851072 memory=1031104 CPUtime=1.46 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1202 13252 0 0 72 67 5 2 20 0 15 0 406276895 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 2371.81 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1031104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.11 s]
/proc/loadavg: 1.41 1.40 1.40 3/228 6485
/proc/meminfo: memFree=29594052/32770624 swapFree=66999716/67108860
[pid=6048] ppid=6045 vsize=10851072 memory=1031104 CPUtime=2400.05 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 230836 13252 1 0 239645 353 5 2 20 0 15 0 406276879 11111497728 257776 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2712768 257776 3623 1 0 2674829 0
[pid=6048/tid=6101] ppid=6045 vsize=10851072 memory=1031104 CPUtime=2323.75 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 72946 13252 1 0 232316 52 5 2 20 0 15 0 406276888 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830409080544 139830007505992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.27 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 10870 13252 0 0 1165 55 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.2 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 10371 13252 0 0 1159 54 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.22 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 12133 13252 0 0 1162 53 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.23 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 13704 13252 0 0 1156 60 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10851072 memory=1031104 CPUtime=10.76 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 15468 13252 0 0 1014 55 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 38 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829895439456 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829304091520 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10851072 memory=1031104 CPUtime=5.95 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) S 6045 6048 5578 0 -1 1077944384 29965 13252 0 0 582 6 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10851072 memory=1031104 CPUtime=5.85 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 28896 13252 0 0 573 5 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10851072 memory=1031104 CPUtime=3.87 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 33020 13252 0 0 372 8 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10851072 memory=1031104 CPUtime=1.48 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1208 13252 0 0 73 68 5 2 20 0 15 0 406276895 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1031104 KiB

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

[startup+2350.14 s]
# the end of solver process 6048 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.53 s, system=3.57703 s

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

[startup+2350.11 s]
/proc/loadavg: 1.41 1.40 1.40 3/228 6485
/proc/meminfo: memFree=29594052/32770624 swapFree=66999716/67108860
[pid=6048] ppid=6045 vsize=10851072 memory=1031104 CPUtime=2400.05 cores=0,2,4,6
/proc/6048/stat : 6048 (java) S 6045 6048 5578 0 -1 1077944320 230836 13252 1 0 239645 353 5 2 20 0 15 0 406276879 11111497728 257776 33554432000 4194304 4196468 140726849321104 140726849303648 139830437244663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
/proc/6048/statm: 2712768 257776 3623 1 0 2674829 0
[pid=6048/tid=6101] ppid=6045 vsize=10851072 memory=1031104 CPUtime=2323.75 cores=0,2,4,6
/proc/6048/task/6101/stat : 6101 (java) R 6045 6048 5578 0 -1 4202560 72946 13252 1 0 232316 52 5 2 20 0 15 0 406276888 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830409080544 139830007505992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6102] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.27 cores=0,2,4,6
/proc/6048/task/6102/stat : 6102 (java) S 6045 6048 5578 0 -1 1077944384 10870 13252 0 0 1165 55 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830441487504 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6103] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.2 cores=0,2,4,6
/proc/6048/task/6103/stat : 6103 (java) S 6045 6048 5578 0 -1 1077944384 10371 13252 0 0 1159 54 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830329760784 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6104] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.22 cores=0,2,4,6
/proc/6048/task/6104/stat : 6104 (java) S 6045 6048 5578 0 -1 1077944384 12133 13252 0 0 1162 53 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830328707984 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6105] ppid=6045 vsize=10851072 memory=1031104 CPUtime=12.23 cores=0,2,4,6
/proc/6048/task/6105/stat : 6105 (java) S 6045 6048 5578 0 -1 1077944384 13704 13252 0 0 1156 60 5 2 20 0 15 0 406276889 11111497728 257776 33554432000 4194304 4196468 140726849321104 139830327655184 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6106] ppid=6045 vsize=10851072 memory=1031104 CPUtime=10.76 cores=0,2,4,6
/proc/6048/task/6106/stat : 6106 (java) S 6045 6048 5578 0 -1 1077944384 15468 13252 0 0 1014 55 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829896493424 139830437255810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6107] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6107/stat : 6107 (java) S 6045 6048 5578 0 -1 1077944384 38 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829895439456 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6108] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6108/stat : 6108 (java) S 6045 6048 5578 0 -1 1077944384 1 13252 0 0 0 0 5 2 20 0 15 0 406276891 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829304091520 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6109] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6109/stat : 6109 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139828996691792 139830437263259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6110] ppid=6045 vsize=10851072 memory=1031104 CPUtime=5.95 cores=0,2,4,6
/proc/6048/task/6110/stat : 6110 (java) S 6045 6048 5578 0 -1 1077944384 29965 13252 0 0 582 6 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829861882736 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6111] ppid=6045 vsize=10851072 memory=1031104 CPUtime=5.85 cores=0,2,4,6
/proc/6048/task/6111/stat : 6111 (java) S 6045 6048 5578 0 -1 1077944384 28896 13252 0 0 573 5 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829860829936 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6112] ppid=6045 vsize=10851072 memory=1031104 CPUtime=3.87 cores=0,2,4,6
/proc/6048/task/6112/stat : 6112 (java) S 6045 6048 5578 0 -1 1077944384 33020 13252 0 0 372 8 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829859777136 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6113] ppid=6045 vsize=10851072 memory=1031104 CPUtime=0.07 cores=0,2,4,6
/proc/6048/task/6113/stat : 6113 (java) S 6045 6048 5578 0 -1 1077944384 3 13252 0 0 0 0 5 2 20 0 15 0 406276894 11111497728 257776 33554432000 4194304 4196468 140726849321104 139828963134176 139830437254869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
[pid=6048/tid=6114] ppid=6045 vsize=10851072 memory=1031104 CPUtime=1.48 cores=0,2,4,6
/proc/6048/task/6114/stat : 6114 (java) S 6045 6048 5578 0 -1 1077944384 1208 13252 0 0 73 68 5 2 20 0 15 0 406276895 11111497728 257776 33554432000 4194304 4196468 140726849321104 139829858724528 139830437255810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 39051264 140726849325813 140726849328325 140726849328325 140726849331151 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1031104 KiB

Child status: 143
Real time (s): 2350.14
CPU time (s): 2400.11
CPU user time (s): 2396.53
CPU system time (s): 3.57703
CPU usage (%): 102.126
Max. virtual memory (cumulated for all children) (KiB): 10856696
Max. memory (cumulated for all children) (KiB): 1031104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.53
system time used= 3.57703
maximum resident set size= 1035324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245274
page faults= 1
swaps= 0
block input operations= 1952
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284209
involuntary context switches= 8587


# summary of solver processes directly reported to runsolver:
#   pid: 6048
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.53
#   total CPU system time (s): 3.57703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.967 second user time and 21.6304 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 17:53:08
IDJOB=4392045
IDBENCH=115815
IDSOLVER=2837
FILE ID=node146/4392045-1568303628
RUNJOBID= node146-1568301260-5609
PBS_JOBID= 21701109
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392045-1568303628/watcher-4392045-1568303628 -o /tmp/evaluation-result-4392045-1568303628/solver-4392045-1568303628 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1267279534 HOME/instance-4392045-1568303628.xml

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

MD5SUM BENCH= 43b2ef46cc27b455a3f22cfd7dbefeca
RANDOM SEED=1267279534

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.90
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:        28277100 kB
MemAvailable:   28532012 kB
Buffers:          109072 kB
Cached:           424548 kB
SwapCached:         5336 kB
Active:          3664288 kB
Inactive:         236592 kB
Active(anon):    3384164 kB
Inactive(anon):    20776 kB
Active(file):     280124 kB
Inactive(file):   215816 kB
Unevictable:      111048 kB
Mlocked:          111048 kB
SwapTotal:      67108860 kB
SwapFree:       66999704 kB
Dirty:             35224 kB
Writeback:             0 kB
AnonPages:       3474768 kB
Mapped:            53612 kB
Shmem:             29064 kB
Slab:             178564 kB
SReclaimable:     149616 kB
SUnreclaim:        28948 kB
KernelStack:        3696 kB
PageTables:        12276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4396072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3282944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 18:32:18