Trace number 4392027

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)310 2400.04 2350.93

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.72/0.55	c Concrete v3.10.1560635388952 running
10.38/4.30	o 409
11.01/4.57	o 404
11.01/4.57	o 393
11.01/4.57	o 390
11.01/4.57	o 382
11.34/4.61	o 381
11.34/4.62	o 380
11.98/4.85	o 377
12.67/5.04	o 376
12.67/5.05	o 366
12.67/5.07	o 365
13.25/5.27	o 364
13.25/5.28	o 354
13.84/5.46	o 353
13.84/5.47	o 350
14.04/5.51	o 347
14.04/5.52	o 346
14.04/5.52	o 338
15.02/5.92	o 337
15.02/5.93	o 335
15.02/5.95	o 334
15.95/6.38	o 333
15.95/6.39	o 332
16.50/6.68	o 331
16.50/6.68	o 330
17.15/6.95	o 329
17.15/6.96	o 328
17.15/6.97	o 327
18.23/7.68	o 326
18.39/7.70	o 325
18.53/7.80	o 321
19.77/8.52	o 320
19.77/8.52	o 319
20.45/8.95	o 318
20.45/8.95	o 317
22.37/10.01	o 315
22.37/10.02	o 312
1307.07/1275.11	o 311
1307.07/1275.15	o 310
2400.00/2350.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.00/2350.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.00/2350.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.00/2350.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.00/2350.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.00/2350.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.00/2350.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.00/2350.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.00/2350.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2350.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2350.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2350.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2350.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.00/2350.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.00/2350.90		at scala.Option.map(Option.scala:243)
2400.00/2350.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.00/2350.90		at concrete.MAC.mac(MAC.scala:204)
2400.00/2350.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.00/2350.90		at scala.util.Try$.apply(Try.scala:212)
2400.00/2350.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2350.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2350.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2350.90		at concrete.MAC.oneRun(MAC.scala:253)
2400.00/2350.90		at concrete.MAC.nextSolution(MAC.scala:272)
2400.00/2350.90		at concrete.MAC.nextSolution(MAC.scala:355)
2400.00/2350.90		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2350.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2350.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2350.90		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2350.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.00/2350.90		at scala.util.Success.map(Try.scala:264)
2400.00/2350.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.00/2350.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2350.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2350.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2350.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2350.90		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2350.90		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2350.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2350.90		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2350.90		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2350.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2350.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2350.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2350.91		at scala.App.main(App.scala:75)
2400.00/2350.91		at scala.App.main$(App.scala:73)
2400.00/2350.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2350.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2350.91	v <instantiation
2400.00/2350.91	v         cost = '310'>
2400.00/2350.91	v       <list>
2400.00/2350.91	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.00/2350.91	v       </list>
2400.00/2350.91	v       <values>
2400.00/2350.91	v         9 44 119 213 244 0 44 115 193 244 0 5 83 176 229 0 81 134 194 229 0 81 93 176 217 310 310 310 306 310 35 45 64 31 66 44 71 78 36 66 5 75 91 53 81 79 38 60 25 77 81 12 83 37 93 4 1 2 3 0 1 4 0 2 3 4 0 3 1 2 3 2 4 0 1 2 0 1 3 4 244 44 119 213 9 115 0 193 244 44 5 176 229 83 0 194 229 81 0 134 81 93 0 176 217
2400.00/2350.91	v       </values>
2400.00/2350.91	v     </instantiation>
2400.00/2350.91	s SATISFIABLE

Verifier Data

OK	310

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392027-1568305980/watcher-4392027-1568305980 -o /tmp/evaluation-result-4392027-1568305980/solver-4392027-1568305980 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=445186752 HOME/instance-4392027-1568305980.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=6550, runsolver pid=6547
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.41 1.40 1.40 3/219 6607
/proc/meminfo: memFree=30609944/32770624 swapFree=66999716/67108860
[pid=6550] ppid=6547 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 4417 13123 0 0 1 0 5 3 20 0 6 0 406512044 10212057088 4138 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2493178 4138 1933 1 0 2481616 0
[pid=6550/tid=6603] ppid=6547 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 2248 13123 0 0 1 0 5 3 20 0 6 0 406512053 10212057088 4204 33554432000 4194304 4196468 140725533910560 140024517366352 140024545551517 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 6 0 406512054 10212057088 4204 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=9972712 memory=140204909762176 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 6 0 406512054 10212057088 4204 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 6 0 406512054 10212057088 4204 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 6 0 406512054 10212057088 4204 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210147 s]*
/proc/loadavg: 1.41 1.40 1.40 3/228 6616
/proc/meminfo: memFree=30590540/32770624 swapFree=66999716/67108860
[pid=6550] ppid=6547 vsize=10818940 memory=38320 CPUtime=0.26 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 6863 13123 0 0 17 1 5 3 20 0 15 0 406512044 11078594560 9580 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2704735 9580 2983 1 0 2667149 0
[pid=6550/tid=6603] ppid=6547 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 3392 13123 0 0 11 1 5 3 20 0 15 0 406512053 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024517362304 140024545551517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10818940 memory=140204909762176 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 406512054 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10818940 memory=140204909762176 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 406512056 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 13 13123 0 0 0 0 5 3 20 0 15 0 406512056 11078594560 9580 33554432000 4194304 4196468 140725533910560 140023517144352 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512056 11078594560 9580 33554432000 4194304 4196468 140725533910560 140023315818096 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11078594560 9580 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) S 6547 6550 5578 0 -1 1077944384 474 13123 0 0 1 0 5 3 20 0 15 0 406512059 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024071116912 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 149 13123 0 0 1 0 5 3 20 0 15 0 406512059 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10818940 memory=140204909762176 CPUtime=0.11 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) S 6547 6550 5578 0 -1 1077944384 631 13123 0 0 3 0 5 3 20 0 15 0 406512059 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024069011824 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11078594560 9580 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10818940 memory=140204909762176 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512060 11078594560 9580 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38320 KiB

[startup+0.315597 s]*
/proc/loadavg: 1.41 1.40 1.40 3/228 6616
/proc/meminfo: memFree=30579728/32770624 swapFree=66999716/67108860
[pid=6550] ppid=6547 vsize=10820096 memory=49964 CPUtime=0.41 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 10682 13123 0 0 30 3 5 3 20 0 15 0 406512044 11079778304 12491 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2705024 12491 3285 1 0 2667149 0
[pid=6550/tid=6603] ppid=6547 vsize=10820244 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 7197 13123 0 0 20 2 5 3 20 0 15 0 406512053 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024517344712 140024545551517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10820244 memory=7519148154012265068 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10820244 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10820244 memory=7019607292701526982 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 406512054 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 406512056 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 13 13123 0 0 0 0 5 3 20 0 15 0 406512056 11079929856 12557 33554432000 4194304 4196468 140725533910560 140023517144352 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512056 11079929856 12557 33554432000 4194304 4196468 140725533910560 140023315818096 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11079929856 12557 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) S 6547 6550 5578 0 -1 1077944384 474 13123 0 0 1 0 5 3 20 0 15 0 406512059 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024071116912 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10820244 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 151 13123 0 0 2 0 5 3 20 0 15 0 406512059 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10820244 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) S 6547 6550 5578 0 -1 1077944384 660 13123 0 0 5 0 5 3 20 0 15 0 406512059 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024069011824 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11079929856 12557 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512060 11079929856 12557 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49964 KiB

[startup+0.700732 s]
/proc/loadavg: 1.41 1.40 1.40 5/228 6616
/proc/meminfo: memFree=30566916/32770624 swapFree=66999716/67108860
[pid=6550] ppid=6547 vsize=10824340 memory=80488 CPUtime=1.14 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 14819 13123 0 0 102 4 5 3 20 0 15 0 406512044 11084124160 20122 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2706085 20122 3508 1 0 2668173 0
[pid=6550/tid=6603] ppid=6547 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 10469 13123 0 0 56 3 5 3 20 0 15 0 406512053 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024517359168 140024529610078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512054 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 406512054 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 5 13123 0 0 0 0 5 3 20 0 15 0 406512056 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 13 13123 0 0 0 0 5 3 20 0 15 0 406512056 11084124160 20122 33554432000 4194304 4196468 140725533910560 140023517144352 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512056 11084124160 20122 33554432000 4194304 4196468 140725533910560 140023315818096 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11084124160 20122 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) R 6547 6550 5578 0 -1 4202560 830 13123 0 0 15 0 5 3 20 0 15 0 406512059 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024071116912 140024525184800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 422 13123 0 0 12 0 5 3 20 0 15 0 406512059 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) S 6547 6550 5578 0 -1 1077944384 858 13123 0 0 17 0 5 3 20 0 15 0 406512059 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024069011824 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10824340 memory=140204778227696 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11084124160 20122 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512060 11084124160 20122 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80488 KiB

[startup+1.5007 s]
/proc/loadavg: 1.41 1.40 1.40 3/228 6616
/proc/meminfo: memFree=30523552/32770624 swapFree=66999716/67108860
[pid=6550] ppid=6547 vsize=10834656 memory=165840 CPUtime=2.45 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 21340 13123 0 0 228 9 5 3 20 0 15 0 406512044 11094687744 41460 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2708664 41460 3569 1 0 2670733 0
[pid=6550/tid=6603] ppid=6547 vsize=10834656 memory=16 CPUtime=1.44 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 15329 13123 0 0 131 5 5 3 20 0 15 0 406512053 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024517329008 140024138027856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10834656 memory=27 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 64 13123 0 0 1 0 5 3 20 0 15 0 406512054 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 360 13123 0 0 0 0 5 3 20 0 15 0 406512054 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 65 13123 0 0 1 0 5 3 20 0 15 0 406512054 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10834656 memory=94292 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 32 13123 0 0 1 0 5 3 20 0 15 0 406512054 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 139 13123 0 0 1 0 5 3 20 0 15 0 406512056 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10834656 memory=7014751519717741926 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 13 13123 0 0 0 0 5 3 20 0 15 0 406512056 11094687744 41460 33554432000 4194304 4196468 140725533910560 140023517144416 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10834656 memory=7302983072790963801 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 406512056 11094687744 41460 33554432000 4194304 4196468 140725533910560 140023315818096 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10834656 memory=7234859531222083687 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11094687744 41460 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10834656 memory=5571041044932614245 CPUtime=0.35 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) S 6547 6550 5578 0 -1 1077944384 1021 13123 0 0 27 0 5 3 20 0 15 0 406512059 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024071116912 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10834656 memory=7882516964238061409 CPUtime=0.29 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 506 13123 0 0 21 0 5 3 20 0 15 0 406512059 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10834656 memory=7014751519717741926 CPUtime=0.49 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) R 6547 6550 5578 0 -1 4202560 1594 13123 0 0 41 0 5 3 20 0 15 0 406512059 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024069011824 140024537766718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10834656 memory=7014751519717741926 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11094687744 41460 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10834656 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 406512060 11094687744 41460 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 70999 13123 0 0 223650 48 5 3 20 0 15 0 406512053 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024517364304 140024528913590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10851072 memory=1003164 CPUtime=11.56 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 10604 13123 0 0 1095 53 5 3 20 0 15 0 406512054 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10851072 memory=1003164 CPUtime=11.55 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 12846 13123 0 0 1091 56 5 3 20 0 15 0 406512054 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10851072 memory=1003164 CPUtime=11.52 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 9917 13123 0 0 1095 49 5 3 20 0 15 0 406512054 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10851072 memory=1003164 CPUtime=11.55 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 12521 13123 0 0 1094 53 5 3 20 0 15 0 406512054 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10851072 memory=490 CPUtime=10.96 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 13328 13123 0 0 1040 48 5 3 20 0 15 0 406512056 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10851072 memory=1003164 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 19 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 250791 33554432000 4194304 4196468 140725533910560 140023517144480 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10851072 memory=1142 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 10 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 250791 33554432000 4194304 4196468 140725533910560 140023315818112 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10851072 memory=1003164 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 250791 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10851072 memory=55 CPUtime=6.17 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) S 6547 6550 5578 0 -1 1077944384 24388 13123 0 0 605 4 5 3 20 0 15 0 406512059 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024071116912 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10851072 memory=1003164 CPUtime=4.98 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 17133 13123 0 0 483 7 5 3 20 0 15 0 406512059 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10851072 memory=2257 CPUtime=3.82 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) S 6547 6550 5578 0 -1 1077944384 26775 13123 0 0 367 7 5 3 20 0 15 0 406512059 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024069011824 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10851072 memory=1003164 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 250791 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10851072 memory=1003164 CPUtime=1.43 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 814 13123 0 0 67 68 5 3 20 0 15 0 406512060 11111497728 250791 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 2309.98 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1003164 KiB

[startup+2322.31 s]
/proc/loadavg: 1.54 1.49 1.43 3/229 6985
/proc/meminfo: memFree=29496128/32770624 swapFree=66999732/67108860
[pid=6550] ppid=6547 vsize=10851072 memory=1005212 CPUtime=2370.95 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 203151 13123 0 0 236742 345 5 3 20 0 15 0 406512044 11111497728 251303 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2712768 251303 3625 1 0 2674829 0
[pid=6550/tid=6603] ppid=6547 vsize=10851072 memory=1005212 CPUtime=2296.41 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 71788 13123 0 0 229584 49 5 3 20 0 15 0 406512053 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024517365520 140024157091724 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10851072 memory=1005212 CPUtime=11.89 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 10681 13123 0 0 1127 54 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10851072 memory=1005212 CPUtime=11.87 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 12898 13123 0 0 1122 57 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10851072 memory=1005212 CPUtime=11.84 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 9966 13123 0 0 1126 50 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10851072 memory=1005212 CPUtime=11.87 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 12893 13123 0 0 1124 55 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10851072 memory=1005212 CPUtime=11.25 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 13549 13123 0 0 1068 49 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 19 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023517144480 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 10 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023315818112 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10851072 memory=1005212 CPUtime=6.17 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) S 6547 6550 5578 0 -1 1077944384 24390 13123 0 0 605 4 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024071116912 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10851072 memory=1005212 CPUtime=4.98 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 17135 13123 0 0 483 7 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10851072 memory=55 CPUtime=3.82 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) S 6547 6550 5578 0 -1 1077944384 26777 13123 0 0 367 7 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024069011824 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10851072 memory=1005212 CPUtime=1.47 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 829 13123 0 0 68 71 5 3 20 0 15 0 406512060 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 2370.95 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1005212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.9 s]
/proc/loadavg: 1.46 1.48 1.42 3/230 6988
/proc/meminfo: memFree=29496296/32770624 swapFree=66999732/67108860
[pid=6550] ppid=6547 vsize=10851072 memory=1005212 CPUtime=2400 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 204393 13123 0 0 239644 348 5 3 20 0 15 0 406512044 11111497728 251303 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2712768 251303 3625 1 0 2674829 0
[pid=6550/tid=6603] ppid=6547 vsize=10851072 memory=239911 CPUtime=2324.65 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 72282 13123 0 0 232408 49 5 3 20 0 15 0 406512053 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024517365344 140024154091413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12.04 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 10812 13123 0 0 1142 54 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12.03 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 12924 13123 0 0 1138 57 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 10306 13123 0 0 1141 51 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12.03 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 12919 13123 0 0 1139 56 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10851072 memory=1005212 CPUtime=11.4 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 13753 13123 0 0 1082 50 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 19 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023517144480 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 10 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023315818112 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10851072 memory=1005212 CPUtime=6.17 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) S 6547 6550 5578 0 -1 1077944384 24392 13123 0 0 605 4 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024071116912 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10851072 memory=1005212 CPUtime=4.98 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 17138 13123 0 0 483 7 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10851072 memory=1005212 CPUtime=3.82 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) S 6547 6550 5578 0 -1 1077944384 26779 13123 0 0 367 7 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024069011824 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10851072 memory=1005212 CPUtime=1.49 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 843 13123 0 0 69 72 5 3 20 0 15 0 406512060 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1005212 KiB

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

[startup+2350.93 s]
# the end of solver process 6550 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.51 s, system=3.52908 s

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

[startup+2350.9 s]
/proc/loadavg: 1.46 1.48 1.42 3/230 6988
/proc/meminfo: memFree=29496296/32770624 swapFree=66999732/67108860
[pid=6550] ppid=6547 vsize=10851072 memory=1005212 CPUtime=2400 cores=0,2,4,6
/proc/6550/stat : 6550 (java) S 6547 6550 5578 0 -1 1077944320 204393 13123 0 0 239644 348 5 3 20 0 15 0 406512044 11111497728 251303 33554432000 4194304 4196468 140725533910560 140725533893104 140024545529591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
/proc/6550/statm: 2712768 251303 3625 1 0 2674829 0
[pid=6550/tid=6603] ppid=6547 vsize=10851072 memory=239911 CPUtime=2324.65 cores=0,2,4,6
/proc/6550/task/6603/stat : 6603 (java) R 6547 6550 5578 0 -1 4202560 72282 13123 0 0 232408 49 5 3 20 0 15 0 406512053 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024517365344 140024154091413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6604] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12.04 cores=0,2,4,6
/proc/6550/task/6604/stat : 6604 (java) S 6547 6550 5578 0 -1 1077944384 10812 13123 0 0 1142 54 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024549771664 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6605] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12.03 cores=0,2,4,6
/proc/6550/task/6605/stat : 6605 (java) S 6547 6550 5578 0 -1 1077944384 12924 13123 0 0 1138 57 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024464591120 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6606] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12 cores=0,2,4,6
/proc/6550/task/6606/stat : 6606 (java) S 6547 6550 5578 0 -1 1077944384 10306 13123 0 0 1141 51 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024463538832 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6607] ppid=6547 vsize=10851072 memory=1005212 CPUtime=12.03 cores=0,2,4,6
/proc/6550/task/6607/stat : 6607 (java) S 6547 6550 5578 0 -1 1077944384 12919 13123 0 0 1139 56 5 3 20 0 15 0 406512054 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024462486032 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6608] ppid=6547 vsize=10851072 memory=1005212 CPUtime=11.4 cores=0,2,4,6
/proc/6550/task/6608/stat : 6608 (java) S 6547 6550 5578 0 -1 1077944384 13753 13123 0 0 1082 50 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024072170096 140024545540738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6609] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6609/stat : 6609 (java) S 6547 6550 5578 0 -1 1077944384 19 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023517144480 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6610] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6610/stat : 6610 (java) S 6547 6550 5578 0 -1 1077944384 10 13123 0 0 0 0 5 3 20 0 15 0 406512056 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023315818112 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6611] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6611/stat : 6611 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023075527248 140024545548187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6612] ppid=6547 vsize=10851072 memory=1005212 CPUtime=6.17 cores=0,2,4,6
/proc/6550/task/6612/stat : 6612 (java) S 6547 6550 5578 0 -1 1077944384 24392 13123 0 0 605 4 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024071116912 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6613] ppid=6547 vsize=10851072 memory=1005212 CPUtime=4.98 cores=0,2,4,6
/proc/6550/task/6613/stat : 6613 (java) S 6547 6550 5578 0 -1 1077944384 17138 13123 0 0 483 7 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024070064112 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6614] ppid=6547 vsize=10851072 memory=1005212 CPUtime=3.82 cores=0,2,4,6
/proc/6550/task/6614/stat : 6614 (java) S 6547 6550 5578 0 -1 1077944384 26779 13123 0 0 367 7 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024069011824 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6615] ppid=6547 vsize=10851072 memory=1005212 CPUtime=0.08 cores=0,2,4,6
/proc/6550/task/6615/stat : 6615 (java) S 6547 6550 5578 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 406512059 11111497728 251303 33554432000 4194304 4196468 140725533910560 140023041968608 140024545539797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
[pid=6550/tid=6616] ppid=6547 vsize=10851072 memory=1005212 CPUtime=1.49 cores=0,2,4,6
/proc/6550/task/6616/stat : 6616 (java) S 6547 6550 5578 0 -1 1077944384 843 13123 0 0 69 72 5 3 20 0 15 0 406512060 11111497728 251303 33554432000 4194304 4196468 140725533910560 140024067959728 140024545540738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37597184 140725533915894 140725533918405 140725533918405 140725533921231 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1005212 KiB

Child status: 143
Real time (s): 2350.93
CPU time (s): 2400.04
CPU user time (s): 2396.51
CPU system time (s): 3.52908
CPU usage (%): 102.089
Max. virtual memory (cumulated for all children) (KiB): 10851072
Max. memory (cumulated for all children) (KiB): 1005212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.51
system time used= 3.52908
maximum resident set size= 1009436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275206
involuntary context switches= 8172


# summary of solver processes directly reported to runsolver:
#   pid: 6550
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2396.51
#   total CPU system time (s): 3.52908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5669 second user time and 22.3559 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 18:32:20
IDJOB=4392027
IDBENCH=115848
IDSOLVER=2837
FILE ID=node146/4392027-1568305980
RUNJOBID= node146-1568301260-5609
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

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

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=445186752

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:        30614772 kB
MemAvailable:   30873900 kB
Buffers:          113640 kB
Cached:           426696 kB
SwapCached:         5324 kB
Active:          1333224 kB
Inactive:         238740 kB
Active(anon):    1048896 kB
Inactive(anon):    20816 kB
Active(file):     284328 kB
Inactive(file):   217924 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999716 kB
Dirty:             34968 kB
Writeback:             0 kB
AnonPages:       1153880 kB
Mapped:            53748 kB
Shmem:             29076 kB
Slab:             174056 kB
SReclaimable:     145424 kB
SUnreclaim:        28632 kB
KernelStack:        4000 kB
PageTables:         8224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2228144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 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 19:11:31