Trace number 4401192

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)680 2520.14 2456.63

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark616
Best CPU time to get the best result obtained on this benchmark1735.1
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
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/2.17	c Concrete v3.12.2.1568631193530 running
59.46/42.35	o 722
72.00/54.04	o 721
73.12/55.06	o 720
73.28/55.13	o 719
73.41/55.21	o 718
73.41/55.24	o 717
73.41/55.26	o 715
85.86/66.85	o 714
110.96/91.65	o 713
111.11/91.75	o 708
139.23/119.30	o 707
140.32/120.38	o 706
140.32/120.38	o 705
194.44/173.61	o 704
195.24/174.32	o 703
195.24/174.33	o 696
228.89/207.18	o 694
228.98/207.26	o 693
234.73/212.85	o 692
234.73/212.86	o 691
234.73/212.87	o 690
1103.72/1065.57	o 689
1198.24/1158.46	o 688
1198.35/1158.52	o 687
1199.08/1159.22	o 686
1199.28/1159.48	o 684
1199.48/1159.63	o 683
1335.49/1293.30	o 682
2066.27/2011.16	o 681
2389.82/2328.70	o 680
2520.09/2456.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2456.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.09/2456.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.09/2456.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.09/2456.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2456.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2456.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.09/2456.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2456.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2456.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2456.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2456.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2456.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.09/2456.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2456.60		at scala.Option.map(Option.scala:243)
2520.09/2456.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2456.60		at concrete.MAC.mac(MAC.scala:216)
2520.09/2456.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2456.60		at scala.util.Try$.apply(Try.scala:212)
2520.09/2456.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2456.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2456.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2456.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2456.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2456.61		at concrete.MAC.nextSolution(MAC.scala:369)
2520.09/2456.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2456.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2456.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2456.61		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2456.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.09/2456.61		at scala.util.Success.map(Try.scala:264)
2520.09/2456.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2456.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2456.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2456.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2456.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2456.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2456.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2456.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2456.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2456.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2456.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2456.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2456.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2456.61		at scala.App.main(App.scala:75)
2520.09/2456.61		at scala.App.main$(App.scala:73)
2520.09/2456.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2456.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2456.61	v <instantiation
2520.09/2456.61	v         cost = '680'>
2520.09/2456.61	v       <list>
2520.09/2456.61	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] e[0] e[1] e[2] e[3] e[4] e[5] e[6] e[7] e[8] e[9] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[0][9] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[1][9] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[2][9] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[3][9] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[4][9] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[5][9] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[6][9] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[7][9] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] w[8][9] w[9][0] w[9][1] w[9][2] w[9][3] w[9][4] w[9][5] w[9][6] w[9][7] w[9][8] w[9][9] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[0][7] sd[0][8] sd[0][9] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[1][7] sd[1][8] sd[1][9] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[2][7] sd[2][8] sd[2][9] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[3][7] sd[3][8] sd[3][9] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[4][7] sd[4][8] sd[4][9] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[5][7] sd[5][8] sd[5][9] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6] sd[6][7] sd[6][8] sd[6][9] sd[7][0] sd[7][1] sd[7][2] sd[7][3] sd[7][4] sd[7][5] sd[7][6] sd[7][7] sd[7][8] sd[7][9] sd[8][0] sd[8][1] sd[8][2] sd[8][3] sd[8][4] sd[8][5] sd[8][6] sd[8][7] sd[8][8] sd[8][9] sd[9][0] sd[9][1] sd[9][2] sd[9][3] sd[9][4] sd[9][5] sd[9][6] sd[9][7] sd[9][8] sd[9][9]
2520.09/2456.62	v       </list>
2520.09/2456.62	v       <values>
2520.09/2456.62	v         0 30 107 204 295 328 348 367 439 559 49 160 231 253 317 328 442 520 570 670 0 89 129 213 272 328 375 463 540 597 4 45 87 169 197 341 463 576 629 677 0 99 189 293 359 428 505 547 550 617 0 113 174 214 250 288 373 438 598 667 2 4 15 147 241 286 434 515 574 596 21 101 106 144 266 396 465 520 573 622 0 21 120 185 215 250 272 364 438 582 5 79 215 286 355 438 531 558 655 677 629 680 674 680 680 680 667 670 674 680 14 64 97 84 18 20 19 72 81 70 52 54 16 64 11 20 78 43 98 10 88 21 68 59 45 36 88 77 30 77 37 34 19 19 56 64 77 41 26 3 31 90 61 66 62 77 42 3 48 63 99 34 40 36 38 71 65 77 60 13 2 1 61 84 45 89 70 56 22 71 71 5 38 97 20 38 2 53 49 48 21 92 65 30 35 22 83 70 99 92 74 95 71 54 83 93 27 82 22 3 7 3 0 4 5 8 9 6 1 2 0 6 2 8 5 9 4 1 7 3 9 4 8 0 2 5 3 6 7 1 6 5 7 4 8 1 3 0 2 9 5 1 7 6 4 8 2 9 3 0 1 2 5 6 7 4 9 0 3 8 6 4 7 2 9 3 5 0 1 8 8 0 3 9 1 7 2 4 6 5 8 2 7 3 1 6 0 5 9 4 4 5 3 1 0 7 8 9 2 6 107 439 559 30 204 295 367 0 328 348 49 520 231 670 442 317 160 570 253 328 213 597 272 375 89 328 463 540 129 0 576 341 629 463 169 45 4 87 197 677 617 99 505 550 359 0 293 189 428 547 438 0 113 598 288 174 214 250 667 373 515 574 147 286 4 434 2 15 596 241 101 266 465 106 520 622 573 396 21 144 272 215 21 185 582 364 250 120 0 438 355 286 655 215 5 79 677 438 531 558
2520.09/2456.62	v       </values>
2520.09/2456.62	v     </instantiation>
2520.09/2456.62	s SATISFIABLE

Verifier Data

OK	680

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

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

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

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


[startup+0.10011 s]*
/proc/loadavg: 0.83 3.38 3.43 2/208 5208
/proc/meminfo: memFree=30684504/32770624 swapFree=67001956/67108860
[pid=5150] ppid=5144 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/5150/stat : 5150 (bash) S 5144 5150 5090 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140727849247488 140727849241496 140503243422720 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5150/statm: 28314 404 320 221 0 119 0
[pid=5206] ppid=5150 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/5206/stat : 5206 (bash) S 5150 5150 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247480 115974144 178 33554432000 4194304 5098028 140727849247488 140727849240168 140503243248252 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5206/statm: 28314 178 94 221 0 119 0
[pid=5207] ppid=5206 vsize=113256 memory=532 CPUtime=0 cores=0,2,4,6
/proc/5207/stat : 5207 (bash) D 5206 5150 5090 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 443247480 115974144 133 33554432000 4194304 5098028 140727849247488 140727849239736 140503243422903 0 0 4096 65538 18446744072101662244 0 0 17 2 0 0 0 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5207/statm: 28314 133 49 221 0 119 0
[pid=5208] ppid=5206 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5208/stat : 5208 (awk) S 5206 5150 5090 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443247480 116211712 243 33554432000 4194304 4609284 140726036630208 140726036629384 140296287566848 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 22151168 140726036636860 140726036636890 140726036636890 140726036639727 0
/proc/5208/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3832 KiB

[startup+0.210212 s]*
/proc/loadavg: 0.83 3.38 3.43 2/208 5208
/proc/meminfo: memFree=30684504/32770624 swapFree=67001956/67108860
[pid=5150] ppid=5144 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/5150/stat : 5150 (bash) S 5144 5150 5090 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140727849247488 140727849241496 140503243422720 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5150/statm: 28314 404 320 221 0 119 0
[pid=5206] ppid=5150 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/5206/stat : 5206 (bash) S 5150 5150 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247480 115974144 178 33554432000 4194304 5098028 140727849247488 140727849240168 140503243248252 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5206/statm: 28314 178 94 221 0 119 0
[pid=5207] ppid=5206 vsize=10648 memory=688 CPUtime=0 cores=0,2,4,6
/proc/5207/stat : 5207 (java) D 5206 5150 5090 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 443247480 10903552 172 33554432000 4194304 4196468 140728850060128 140728850040824 140716432516807 0 0 4096 0 18446744072101662244 0 0 17 4 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
/proc/5207/statm: 2662 172 139 1 0 84 0
[pid=5208] ppid=5206 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5208/stat : 5208 (awk) S 5206 5150 5090 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443247480 116211712 243 33554432000 4194304 4609284 140726036630208 140726036629384 140296287566848 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 22151168 140726036636860 140726036636890 140726036636890 140726036639727 0
/proc/5208/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3988 KiB

[startup+0.309829 s]*
/proc/loadavg: 0.83 3.38 3.43 3/210 5210
/proc/meminfo: memFree=30681732/32770624 swapFree=67001956/67108860
[pid=5150] ppid=5144 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/5150/stat : 5150 (bash) S 5144 5150 5090 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140727849247488 140727849241496 140503243422720 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5150/statm: 28314 404 320 221 0 119 0
[pid=5206] ppid=5150 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/5206/stat : 5206 (bash) S 5150 5150 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247480 115974144 178 33554432000 4194304 5098028 140727849247488 140727849240168 140503243248252 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5206/statm: 28314 178 94 221 0 119 0
[pid=5207] ppid=5206 vsize=111596 memory=5608 CPUtime=0 cores=0,2,4,6
/proc/5207/stat : 5207 (java) S 5206 5150 5090 0 -1 1077944320 1719 0 0 0 0 0 0 0 20 0 2 0 443247480 114274304 1402 33554432000 4194304 4196468 140728850060128 140728850042672 140716430241527 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
/proc/5207/statm: 27899 1402 1063 1 0 16810 0
[pid=5207/tid=5210] ppid=5206 vsize=111596 memory=4026531858 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5210/stat : 5210 (java) D 5206 5150 5090 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 2 0 443247498 114274304 1402 33554432000 4194304 4196468 140728850060128 140716434481384 140716422919541 0 4 0 16784584 18446744072101662244 0 0 -1 4 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5208] ppid=5206 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5208/stat : 5208 (awk) S 5206 5150 5090 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443247480 116211712 243 33554432000 4194304 4609284 140726036630208 140726036629384 140296287566848 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 22151168 140726036636860 140726036636890 140726036636890 140726036639727 0
/proc/5208/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 451596 KiB
Current children cumulated memory: 8908 KiB

[startup+0.70074 s]
/proc/loadavg: 0.83 3.38 3.43 2/224 5224
/proc/meminfo: memFree=30660528/32770624 swapFree=67001956/67108860
[pid=5150] ppid=5144 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/5150/stat : 5150 (bash) S 5144 5150 5090 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140727849247488 140727849241496 140503243422720 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5150/statm: 28314 404 320 221 0 119 0
[pid=5206] ppid=5150 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/5206/stat : 5206 (bash) S 5150 5150 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247480 115974144 178 33554432000 4194304 5098028 140727849247488 140727849240168 140503243248252 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5206/statm: 28314 178 94 221 0 119 0
[pid=5207] ppid=5206 vsize=10593144 memory=22708 CPUtime=0.05 cores=0,2,4,6
/proc/5207/stat : 5207 (java) S 5206 5150 5090 0 -1 1077944320 4621 0 0 0 4 1 0 0 20 0 14 0 443247480 10847379456 5677 33554432000 4194304 4196468 140728850060128 140728850042672 140716430241527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
/proc/5207/statm: 2648286 5677 2617 1 0 2610827 0
[pid=5207/tid=5210] ppid=5206 vsize=10593144 memory=140291550343856 CPUtime=0.04 cores=0,2,4,6
/proc/5207/task/5210/stat : 5210 (java) D 5206 5150 5090 0 -1 1077944384 2759 0 0 0 4 0 0 0 20 0 14 0 443247498 10847379456 5677 33554432000 4194304 4196468 140728850060128 140716434476184 140716422919541 0 4 0 16800975 18446744072101662244 0 0 -1 2 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5207/tid=5215] ppid=5206 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5215/stat : 5215 (java) S 5206 5150 5090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443247516 10847379456 5677 33554432000 4194304 4196468 140728850060128 140716356315408 140716430251733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5207/tid=5216] ppid=5206 vsize=10593144 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5216/stat : 5216 (java) S 5206 5150 5090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443247516 10847379456 5677 33554432000 4194304 4196468 140728850060128 140716355262864 140716430251733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5207/tid=5217] ppid=5206 vsize=10593144 memory=6036 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5217/stat : 5217 (java) S 5206 5150 5090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443247516 10847379456 5677 33554432000 4194304 4196468 140728850060128 140716354210320 140716430251733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5207/tid=5218] ppid=5206 vsize=10593144 memory=772 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5218/stat : 5218 (java) S 5206 5150 5090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443247516 10847379456 5677 33554432000 4194304 4196468 140728850060128 140716353157776 140716430251733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5207/tid=5220] ppid=5206 vsize=10593144 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5220/stat : 5220 (java) S 5206 5150 5090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443247517 10847379456 5677 33554432000 4194304 4196468 140728850060128 140715667306992 140716430252674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5207/tid=5222] ppid=5206 vsize=10593144 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5222/stat : 5222 (java) S 5206 5150 5090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443247518 10847379456 5677 33554432000 4194304 4196468 140728850060128 140715666253216 140716430251733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5207/tid=5224] ppid=5206 vsize=10593144 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/5207/task/5224/stat : 5224 (java) S 5206 5150 5090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443247518 10847379456 5677 33554432000 4194304 4196468 140728850060128 140715665200624 140716430251733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24342528 140728850068620 140728850068634 140728850068634 140728850071503 0
[pid=5208] ppid=5206 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5208/stat : 5208 (awk) S 5206 5150 5090 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443247480 116211712 243 33554432000 4194304 4609284 140726036630208 140726036629384 140296287566848 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 22151168 140726036636860 140726036636890 140726036636890 140726036639727 0
/proc/5208/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 26008 KiB

[startup+1.50086 s]
/proc/loadavg: 0.83 3.38 3.43 2/235 5235
/proc/meminfo: memFree=30658860/32770624 swapFree=67001956/67108860
[pid=5150] ppid=5144 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/5150/stat : 5150 (bash) S 5144 5150 5090 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140727849247488 140727849241496 140503243422720 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5150/statm: 28314 404 320 221 0 119 0
[pid=5206] ppid=5150 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/5206/stat : 5206 (bash) S 5150 5150 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247480 115974144 178 33554432000 4194304 5098028 140727849247488 140727849240168 140503243248252 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21434368 140727849255956 140727849256081 140727849256081 140727849258990 0
/proc/5206/statm: 28314 178 94 221 0 119 0
[pid=5208] ppid=5206 vsize=113492 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/5208/stat : 5208 (awk) S 5206 5150 5090 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 443247480 116215808 308 33554432000 4194304 4609284 140726036630208 140726036629384 140296287566848 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 22151168 140726036636860 140726036636890 140726036636890 140726036639727 0
/proc/5208/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3560 KiB

[startup+3.11014 s]
/proc/loadavg: 1.01 3.38 3.43 7/231 5283
/proc/meminfo: memFree=30367972/32770624 swapFree=67001956/67108860
[pid=5150] ppid=5144 vsize=10834680 memory=176024 CPUtime=2.47 cores=0,2,4,6
/proc/5150/stat : 5150 (java) S 5144 5150 5090 0 -1 1077944320 24162 13050 0 0 228 11 5 3 20 0 15 0 443247476 11094712320 44006 33554432000 4194304 4196468 140735143486176 140735143468720 140045707276023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
/proc/5150/statm: 2708670 44006 3580 1 0 2670733 0
[pid=5150/tid=5252] ppid=5144 vsize=10834680 memory=2657 CPUtime=1.38 cores=0,2,4,6
/proc/5150/task/5252/stat : 5252 (java) R 5144 5150 5090 0 -1 4202560 15895 13050 0 0 125 5 5 3 20 0 15 0 443247636 11094712320 44006 33554432000 4194304 4196468 140735143486176 140045679108048 140045707297949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5258] ppid=5144 vsize=10834680 memory=2012 CPUtime=0.09 cores=0,2,4,6
/proc/5150/task/5258/stat : 5258 (java) S 5144 5150 5090 0 -1 1077944384 56 13050 0 0 1 0 5 3 20 0 15 0 443247637 11094712320 44006 33554432000 4194304 4196468 140735143486176 140045711518096 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5259] ppid=5144 vsize=10834680 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5259/stat : 5259 (java) S 5144 5150 5090 0 -1 1077944384 70 13050 0 0 0 0 5 3 20 0 15 0 443247637 11094712320 44006 33554432000 4194304 4196468 140735143486176 140045599791376 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5260] ppid=5144 vsize=10834680 memory=580 CPUtime=0.09 cores=0,2,4,6
/proc/5150/task/5260/stat : 5260 (java) S 5144 5150 5090 0 -1 1077944384 29 13050 0 0 1 0 5 3 20 0 15 0 443247637 11094712320 44006 33554432000 4194304 4196468 140735143486176 140045598739088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5261] ppid=5144 vsize=10834680 memory=1696 CPUtime=0.09 cores=0,2,4,6
/proc/5150/task/5261/stat : 5261 (java) S 5144 5150 5090 0 -1 1077944384 330 13050 0 0 1 0 5 3 20 0 15 0 443247637 11094712320 44006 33554432000 4194304 4196468 140735143486176 140045597686288 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5266] ppid=5144 vsize=10834680 memory=4000 CPUtime=0.09 cores=0,2,4,6
/proc/5150/task/5266/stat : 5266 (java) S 5144 5150 5090 0 -1 1077944384 1509 13050 0 0 1 0 5 3 20 0 15 0 443247639 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044710656624 140045707287170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5268] ppid=5144 vsize=10834680 memory=7548 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5268/stat : 5268 (java) S 5144 5150 5090 0 -1 1077944384 35 13050 0 0 0 0 5 3 20 0 15 0 443247639 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044709602656 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5269] ppid=5144 vsize=10834680 memory=103380 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5269/stat : 5269 (java) S 5144 5150 5090 0 -1 1077944384 1 13050 0 0 0 0 5 3 20 0 15 0 443247639 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044589327984 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5272] ppid=5144 vsize=10834680 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5272/stat : 5272 (java) S 5144 5150 5090 0 -1 1077944384 2 13050 0 0 0 0 5 3 20 0 15 0 443247644 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044253784656 140045707294619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5273] ppid=5144 vsize=10834680 memory=6944652177228980320 CPUtime=0.33 cores=0,2,4,6
/proc/5150/task/5273/stat : 5273 (java) S 5144 5150 5090 0 -1 1077944384 1296 13050 0 0 25 0 5 3 20 0 15 0 443247644 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044676044912 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5274] ppid=5144 vsize=10834680 memory=6944656592455360604 CPUtime=0.38 cores=0,2,4,6
/proc/5150/task/5274/stat : 5274 (java) S 5144 5150 5090 0 -1 1077944384 1108 13050 0 0 30 0 5 3 20 0 15 0 443247644 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044674992112 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5275] ppid=5144 vsize=10834680 memory=7378135800516799065 CPUtime=0.47 cores=0,2,4,6
/proc/5150/task/5275/stat : 5275 (java) S 5144 5150 5090 0 -1 1077944384 1615 13050 0 0 39 0 5 3 20 0 15 0 443247644 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044673939824 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5276] ppid=5144 vsize=10834680 memory=7739811328609576000 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5276/stat : 5276 (java) S 5144 5150 5090 0 -1 1077944384 3 13050 0 0 0 0 5 3 20 0 15 0 443247644 11094712320 44006 33554432000 4194304 4196468 140735143486176 140043985349088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5282] ppid=5144 vsize=10834680 memory=6081361843616830051 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5282/stat : 5282 (java) S 5144 5150 5090 0 -1 1077944384 3 13050 0 0 0 0 5 3 20 0 15 0 443247649 11094712320 44006 33554432000 4194304 4196468 140735143486176 140044672887728 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 176024 KiB
heavy processes:

[startup+6.30723 s]
/proc/loadavg: 1.01 3.38 3.43 8/231 5283
/proc/meminfo: memFree=30079780/32770624 swapFree=67001956/67108860
[pid=5150] ppid=5144 vsize=10849048 memory=326920 CPUtime=11.97 cores=0,2,4,6
/proc/5150/stat : 5150 (java) S 5144 5150 5090 0 -1 1077944320 48824 13050 0 0 1168 21 5 3 20 0 15 0 443247476 11109425152 81730 33554432000 4194304 4196468 140735143486176 140735143468720 140045707276023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
/proc/5150/statm: 2712262 81730 3627 1 0 2674317 0
[pid=5150/tid=5252] ppid=5144 vsize=10849048 memory=1120 CPUtime=4.48 cores=0,2,4,6
/proc/5150/task/5252/stat : 5252 (java) R 5144 5150 5090 0 -1 4202560 24424 13050 0 0 430 10 5 3 20 0 15 0 443247636 11109425152 81730 33554432000 4194304 4196468 140735143486176 140045679109264 140045685286817 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5258] ppid=5144 vsize=10849048 memory=140291549989748 CPUtime=0.13 cores=0,2,4,6
/proc/5150/task/5258/stat : 5258 (java) S 5144 5150 5090 0 -1 1077944384 261 13050 0 0 5 0 5 3 20 0 15 0 443247637 11109425152 81730 33554432000 4194304 4196468 140735143486176 140045711518096 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5259] ppid=5144 vsize=10849048 memory=280583100173600 CPUtime=0.12 cores=0,2,4,6
/proc/5150/task/5259/stat : 5259 (java) S 5144 5150 5090 0 -1 1077944384 106 13050 0 0 4 0 5 3 20 0 15 0 443247637 11109425152 81730 33554432000 4194304 4196468 140735143486176 140045599791376 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5260] ppid=5144 vsize=10849048 memory=-2317720213663851332 CPUtime=0.12 cores=0,2,4,6
/proc/5150/task/5260/stat : 5260 (java) S 5144 5150 5090 0 -1 1077944384 463 13050 0 0 4 0 5 3 20 0 15 0 443247637 11109425152 81730 33554432000 4194304 4196468 140735143486176 140045598739088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5261] ppid=5144 vsize=10849048 memory=6944656592452807316 CPUtime=0.13 cores=0,2,4,6
/proc/5150/task/5261/stat : 5261 (java) S 5144 5150 5090 0 -1 1077944384 361 13050 0 0 5 0 5 3 20 0 15 0 443247637 11109425152 81730 33554432000 4194304 4196468 140735143486176 140045597686288 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5266] ppid=5144 vsize=10849048 memory=164 CPUtime=0.12 cores=0,2,4,6
/proc/5150/task/5266/stat : 5266 (java) S 5144 5150 5090 0 -1 1077944384 3829 13050 0 0 4 0 5 3 20 0 15 0 443247639 11109425152 81730 33554432000 4194304 4196468 140735143486176 140044710656624 140045707287170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5268] ppid=5144 vsize=10849048 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5268/stat : 5268 (java) S 5144 5150 5090 0 -1 1077944384 39 13050 0 0 0 0 5 3 20 0 15 0 443247639 11109425152 81730 33554432000 4194304 4196468 140735143486176 140044709602656 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5269] ppid=5144 vsize=10849048 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6

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

/proc/5150/task/5252/stat : 5252 (java) R 5144 5150 5090 0 -1 4202560 71494 13050 0 0 229548 53 5 3 20 0 15 0 443247636 11113619456 144265 33554432000 4194304 4196468 140735143486176 140045679111360 140045299028364 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5258] ppid=5144 vsize=10853144 memory=577060 CPUtime=13.52 cores=0,2,4,6
/proc/5150/task/5258/stat : 5258 (java) S 5144 5150 5090 0 -1 1077944384 12974 13050 0 0 1297 47 5 3 20 0 15 0 443247637 11113619456 144265 33554432000 4194304 4196468 140735143486176 140045711518096 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5259] ppid=5144 vsize=10853144 memory=577060 CPUtime=13.49 cores=0,2,4,6
/proc/5150/task/5259/stat : 5259 (java) S 5144 5150 5090 0 -1 1077944384 10394 13050 0 0 1295 46 5 3 20 0 15 0 443247637 11113619456 144265 33554432000 4194304 4196468 140735143486176 140045599791376 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5260] ppid=5144 vsize=10853144 memory=577060 CPUtime=13.51 cores=0,2,4,6
/proc/5150/task/5260/stat : 5260 (java) S 5144 5150 5090 0 -1 1077944384 14427 13050 0 0 1299 44 5 3 20 0 15 0 443247637 11113619456 144265 33554432000 4194304 4196468 140735143486176 140045598739088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5261] ppid=5144 vsize=10853144 memory=577060 CPUtime=13.47 cores=0,2,4,6
/proc/5150/task/5261/stat : 5261 (java) S 5144 5150 5090 0 -1 1077944384 10201 13050 0 0 1289 50 5 3 20 0 15 0 443247637 11113619456 144265 33554432000 4194304 4196468 140735143486176 140045597686288 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5266] ppid=5144 vsize=10853144 memory=577060 CPUtime=9.05 cores=0,2,4,6
/proc/5150/task/5266/stat : 5266 (java) S 5144 5150 5090 0 -1 1077944384 13903 13050 0 0 843 54 5 3 20 0 15 0 443247639 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044710656624 140045707287170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5268] ppid=5144 vsize=10853144 memory=577060 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5268/stat : 5268 (java) S 5144 5150 5090 0 -1 1077944384 54 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044709602656 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5269] ppid=5144 vsize=10853144 memory=577060 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5269/stat : 5269 (java) S 5144 5150 5090 0 -1 1077944384 5 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044589328000 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5272] ppid=5144 vsize=10853144 memory=577060 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5272/stat : 5272 (java) S 5144 5150 5090 0 -1 1077944384 2 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044253784656 140045707294619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5273] ppid=5144 vsize=10853144 memory=3616 CPUtime=8.98 cores=0,2,4,6
/proc/5150/task/5273/stat : 5273 (java) S 5144 5150 5090 0 -1 1077944384 44243 13050 0 0 885 5 5 3 20 0 15 0 443247644 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044676044912 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5274] ppid=5144 vsize=10853144 memory=2012 CPUtime=9.21 cores=0,2,4,6
/proc/5150/task/5274/stat : 5274 (java) S 5144 5150 5090 0 -1 1077944384 49496 13050 0 0 906 7 5 3 20 0 15 0 443247644 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044674992112 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5275] ppid=5144 vsize=10853144 memory=1240 CPUtime=5.1 cores=0,2,4,6
/proc/5150/task/5275/stat : 5275 (java) S 5144 5150 5090 0 -1 1077944384 51110 13050 0 0 492 10 5 3 20 0 15 0 443247644 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044673939824 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5276] ppid=5144 vsize=10853144 memory=577060 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5276/stat : 5276 (java) S 5144 5150 5090 0 -1 1077944384 3 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 144265 33554432000 4194304 4196468 140735143486176 140043985349088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5282] ppid=5144 vsize=10853144 memory=7311575323075566259 CPUtime=1.47 cores=0,2,4,6
/proc/5150/task/5282/stat : 5282 (java) S 5144 5150 5090 0 -1 1077944384 813 13050 0 0 72 67 5 3 20 0 15 0 443247649 11113619456 144265 33554432000 4194304 4196468 140735143486176 140044672887728 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
Current children cumulated CPU time: 2383.3 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 577060 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.60 1.63 4/228 5526
/proc/meminfo: memFree=28966916/32770624 swapFree=67001960/67108860
[pid=5150] ppid=5144 vsize=10853144 memory=535496 CPUtime=2444.4 cores=0,2,4,6
/proc/5150/stat : 5150 (java) S 5144 5150 5090 0 -1 1077944320 283563 13050 0 0 244080 352 5 3 20 0 15 0 443247476 11113619456 133874 33554432000 4194304 4196468 140735143486176 140735143468720 140045707276023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
/proc/5150/statm: 2713286 133874 3641 1 0 2675341 0
[pid=5150/tid=5252] ppid=5144 vsize=10853144 memory=535496 CPUtime=2355.44 cores=0,2,4,6
/proc/5150/task/5252/stat : 5252 (java) R 5144 5150 5090 0 -1 4202560 72596 13050 0 0 235482 54 5 3 20 0 15 0 443247636 11113619456 133874 33554432000 4194304 4196468 140735143486176 140045679111344 140045282845409 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5258] ppid=5144 vsize=10853144 memory=535496 CPUtime=13.89 cores=0,2,4,6
/proc/5150/task/5258/stat : 5258 (java) S 5144 5150 5090 0 -1 1077944384 13462 13050 0 0 1333 48 5 3 20 0 15 0 443247637 11113619456 133874 33554432000 4194304 4196468 140735143486176 140045711518096 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5259] ppid=5144 vsize=10853144 memory=535496 CPUtime=13.87 cores=0,2,4,6
/proc/5150/task/5259/stat : 5259 (java) S 5144 5150 5090 0 -1 1077944384 10638 13050 0 0 1331 48 5 3 20 0 15 0 443247637 11113619456 133874 33554432000 4194304 4196468 140735143486176 140045599791376 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5260] ppid=5144 vsize=10853144 memory=535496 CPUtime=13.88 cores=0,2,4,6
/proc/5150/task/5260/stat : 5260 (java) S 5144 5150 5090 0 -1 1077944384 14482 13050 0 0 1335 45 5 3 20 0 15 0 443247637 11113619456 133874 33554432000 4194304 4196468 140735143486176 140045598739088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5261] ppid=5144 vsize=10853144 memory=535496 CPUtime=13.84 cores=0,2,4,6
/proc/5150/task/5261/stat : 5261 (java) S 5144 5150 5090 0 -1 1077944384 10290 13050 0 0 1324 52 5 3 20 0 15 0 443247637 11113619456 133874 33554432000 4194304 4196468 140735143486176 140045597686288 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5266] ppid=5144 vsize=10853144 memory=535496 CPUtime=9.29 cores=0,2,4,6
/proc/5150/task/5266/stat : 5266 (java) S 5144 5150 5090 0 -1 1077944384 14137 13050 0 0 866 55 5 3 20 0 15 0 443247639 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044710656624 140045707287170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5268] ppid=5144 vsize=10853144 memory=535496 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5268/stat : 5268 (java) S 5144 5150 5090 0 -1 1077944384 54 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044709602656 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5269] ppid=5144 vsize=10853144 memory=535496 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5269/stat : 5269 (java) S 5144 5150 5090 0 -1 1077944384 5 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044589328000 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5272] ppid=5144 vsize=10853144 memory=535496 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5272/stat : 5272 (java) S 5144 5150 5090 0 -1 1077944384 2 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044253784656 140045707294619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5273] ppid=5144 vsize=10853144 memory=535496 CPUtime=8.98 cores=0,2,4,6
/proc/5150/task/5273/stat : 5273 (java) S 5144 5150 5090 0 -1 1077944384 44245 13050 0 0 885 5 5 3 20 0 15 0 443247644 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044676044912 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5274] ppid=5144 vsize=10853144 memory=535496 CPUtime=9.21 cores=0,2,4,6
/proc/5150/task/5274/stat : 5274 (java) S 5144 5150 5090 0 -1 1077944384 49498 13050 0 0 906 7 5 3 20 0 15 0 443247644 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044674992112 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5275] ppid=5144 vsize=10853144 memory=535496 CPUtime=5.1 cores=0,2,4,6
/proc/5150/task/5275/stat : 5275 (java) S 5144 5150 5090 0 -1 1077944384 51112 13050 0 0 492 10 5 3 20 0 15 0 443247644 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044673939824 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5276] ppid=5144 vsize=10853144 memory=535496 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5276/stat : 5276 (java) S 5144 5150 5090 0 -1 1077944384 3 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 133874 33554432000 4194304 4196468 140735143486176 140043985349088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5282] ppid=5144 vsize=10853144 memory=928 CPUtime=1.51 cores=0,2,4,6
/proc/5150/task/5282/stat : 5282 (java) S 5144 5150 5090 0 -1 1077944384 829 13050 0 0 74 69 5 3 20 0 15 0 443247649 11113619456 133874 33554432000 4194304 4196468 140735143486176 140044672887728 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
Current children cumulated CPU time: 2444.4 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 535496 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.49 1.59 5/227 5530
/proc/meminfo: memFree=28952252/32770624 swapFree=67001960/67108860
[pid=5150] ppid=5144 vsize=10853144 memory=549544 CPUtime=2505.51 cores=0,2,4,6
/proc/5150/stat : 5150 (java) S 5144 5150 5090 0 -1 1077944320 285281 13050 0 0 250184 359 5 3 20 0 15 0 443247476 11113619456 137386 33554432000 4194304 4196468 140735143486176 140735143468720 140045707276023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
/proc/5150/statm: 2713286 137386 3641 1 0 2675341 0
[pid=5150/tid=5252] ppid=5144 vsize=10853144 memory=549544 CPUtime=2414.78 cores=0,2,4,6
/proc/5150/task/5252/stat : 5252 (java) R 5144 5150 5090 0 -1 4202560 73490 13050 0 0 241415 55 5 3 20 0 15 0 443247636 11113619456 137386 33554432000 4194304 4196468 140735143486176 140045679111888 140045279669955 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5258] ppid=5144 vsize=10853144 memory=549544 CPUtime=14.27 cores=0,2,4,6
/proc/5150/task/5258/stat : 5258 (java) S 5144 5150 5090 0 -1 1077944384 13848 13050 0 0 1370 49 5 3 20 0 15 0 443247637 11113619456 137386 33554432000 4194304 4196468 140735143486176 140045711518096 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5259] ppid=5144 vsize=10853144 memory=549544 CPUtime=14.23 cores=0,2,4,6
/proc/5150/task/5259/stat : 5259 (java) S 5144 5150 5090 0 -1 1077944384 10726 13050 0 0 1366 49 5 3 20 0 15 0 443247637 11113619456 137386 33554432000 4194304 4196468 140735143486176 140045599791376 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5260] ppid=5144 vsize=10853144 memory=535496 CPUtime=14.26 cores=0,2,4,6
/proc/5150/task/5260/stat : 5260 (java) S 5144 5150 5090 0 -1 1077944384 14617 13050 0 0 1371 47 5 3 20 0 15 0 443247637 11113619456 137386 33554432000 4194304 4196468 140735143486176 140045598739088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5261] ppid=5144 vsize=10853144 memory=535496 CPUtime=14.22 cores=0,2,4,6
/proc/5150/task/5261/stat : 5261 (java) S 5144 5150 5090 0 -1 1077944384 10435 13050 0 0 1361 53 5 3 20 0 15 0 443247637 11113619456 137386 33554432000 4194304 4196468 140735143486176 140045597686288 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5266] ppid=5144 vsize=10853144 memory=547380 CPUtime=9.53 cores=0,2,4,6
/proc/5150/task/5266/stat : 5266 (java) S 5144 5150 5090 0 -1 1077944384 14195 13050 0 0 889 56 5 3 20 0 15 0 443247639 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044710656624 140045707287170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5268] ppid=5144 vsize=10853144 memory=535496 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5268/stat : 5268 (java) S 5144 5150 5090 0 -1 1077944384 54 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044709602656 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5269] ppid=5144 vsize=10853144 memory=547380 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5269/stat : 5269 (java) S 5144 5150 5090 0 -1 1077944384 5 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044589328000 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5272] ppid=5144 vsize=10853144 memory=549544 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5272/stat : 5272 (java) S 5144 5150 5090 0 -1 1077944384 2 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044253784656 140045707294619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5273] ppid=5144 vsize=10853144 memory=549544 CPUtime=8.98 cores=0,2,4,6
/proc/5150/task/5273/stat : 5273 (java) S 5144 5150 5090 0 -1 1077944384 44247 13050 0 0 885 5 5 3 20 0 15 0 443247644 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044676044912 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5274] ppid=5144 vsize=10853144 memory=549544 CPUtime=9.21 cores=0,2,4,6
/proc/5150/task/5274/stat : 5274 (java) S 5144 5150 5090 0 -1 1077944384 49500 13050 0 0 906 7 5 3 20 0 15 0 443247644 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044674992112 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5275] ppid=5144 vsize=10853144 memory=549544 CPUtime=5.1 cores=0,2,4,6
/proc/5150/task/5275/stat : 5275 (java) S 5144 5150 5090 0 -1 1077944384 51114 13050 0 0 492 10 5 3 20 0 15 0 443247644 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044673939824 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5276] ppid=5144 vsize=10853144 memory=549544 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5276/stat : 5276 (java) S 5144 5150 5090 0 -1 1077944384 3 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 137386 33554432000 4194304 4196468 140735143486176 140043985349088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5282] ppid=5144 vsize=10853144 memory=549544 CPUtime=1.54 cores=0,2,4,6
/proc/5150/task/5282/stat : 5282 (java) S 5144 5150 5090 0 -1 1077944384 835 13050 0 0 76 70 5 3 20 0 15 0 443247649 11113619456 137386 33554432000 4194304 4196468 140735143486176 140044672887728 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
Current children cumulated CPU time: 2505.51 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 549544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.6 s]
/proc/loadavg: 1.43 1.53 1.60 4/227 5532
/proc/meminfo: memFree=28952044/32770624 swapFree=67001960/67108860
[pid=5150] ppid=5144 vsize=10853144 memory=549612 CPUtime=2520.09 cores=0,2,4,6
/proc/5150/stat : 5150 (java) S 5144 5150 5090 0 -1 1077944320 286025 13050 0 0 251640 361 5 3 20 0 15 0 443247476 11113619456 137403 33554432000 4194304 4196468 140735143486176 140735143468720 140045707276023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
/proc/5150/statm: 2713286 137403 3641 1 0 2675341 0
[pid=5150/tid=5252] ppid=5144 vsize=10853144 memory=288230596050944315 CPUtime=2428.92 cores=0,2,4,6
/proc/5150/task/5252/stat : 5252 (java) R 5144 5150 5090 0 -1 4202560 73689 13050 0 0 242829 55 5 3 20 0 15 0 443247636 11113619456 137403 33554432000 4194304 4196468 140735143486176 140045679110896 140045292211181 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5258] ppid=5144 vsize=10853144 memory=549544 CPUtime=14.36 cores=0,2,4,6
/proc/5150/task/5258/stat : 5258 (java) S 5144 5150 5090 0 -1 1077944384 13858 13050 0 0 1378 50 5 3 20 0 15 0 443247637 11113619456 137403 33554432000 4194304 4196468 140735143486176 140045711518096 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5259] ppid=5144 vsize=10853144 memory=2012 CPUtime=14.33 cores=0,2,4,6
/proc/5150/task/5259/stat : 5259 (java) S 5144 5150 5090 0 -1 1077944384 10862 13050 0 0 1376 49 5 3 20 0 15 0 443247637 11113619456 137403 33554432000 4194304 4196468 140735143486176 140045599791376 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5260] ppid=5144 vsize=10853144 memory=1240 CPUtime=14.35 cores=0,2,4,6
/proc/5150/task/5260/stat : 5260 (java) S 5144 5150 5090 0 -1 1077944384 14765 13050 0 0 1380 47 5 3 20 0 15 0 443247637 11113619456 137403 33554432000 4194304 4196468 140735143486176 140045598739088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5261] ppid=5144 vsize=10853144 memory=580 CPUtime=14.31 cores=0,2,4,6
/proc/5150/task/5261/stat : 5261 (java) S 5144 5150 5090 0 -1 1077944384 10497 13050 0 0 1370 53 5 3 20 0 15 0 443247637 11113619456 137403 33554432000 4194304 4196468 140735143486176 140045597686288 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5266] ppid=5144 vsize=10853144 memory=1696 CPUtime=9.58 cores=0,2,4,6
/proc/5150/task/5266/stat : 5266 (java) S 5144 5150 5090 0 -1 1077944384 14373 13050 0 0 894 56 5 3 20 0 15 0 443247639 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044710656624 140045707287170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5268] ppid=5144 vsize=10853144 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5268/stat : 5268 (java) S 5144 5150 5090 0 -1 1077944384 54 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044709602656 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5269] ppid=5144 vsize=10853144 memory=7548 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5269/stat : 5269 (java) S 5144 5150 5090 0 -1 1077944384 5 13050 0 0 0 0 5 3 20 0 15 0 443247639 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044589328000 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5272] ppid=5144 vsize=10853144 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5272/stat : 5272 (java) S 5144 5150 5090 0 -1 1077944384 2 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044253784656 140045707294619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5273] ppid=5144 vsize=10853144 memory=1224 CPUtime=8.98 cores=0,2,4,6
/proc/5150/task/5273/stat : 5273 (java) S 5144 5150 5090 0 -1 1077944384 44247 13050 0 0 885 5 5 3 20 0 15 0 443247644 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044676044912 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5274] ppid=5144 vsize=10853144 memory=6036 CPUtime=9.21 cores=0,2,4,6
/proc/5150/task/5274/stat : 5274 (java) S 5144 5150 5090 0 -1 1077944384 49500 13050 0 0 906 7 5 3 20 0 15 0 443247644 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044674992112 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5275] ppid=5144 vsize=10853144 memory=772 CPUtime=5.1 cores=0,2,4,6
/proc/5150/task/5275/stat : 5275 (java) S 5144 5150 5090 0 -1 1077944384 51114 13050 0 0 492 10 5 3 20 0 15 0 443247644 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044673939824 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5276] ppid=5144 vsize=10853144 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/5150/task/5276/stat : 5276 (java) S 5144 5150 5090 0 -1 1077944384 3 13050 0 0 0 0 5 3 20 0 15 0 443247644 11113619456 137403 33554432000 4194304 4196468 140735143486176 140043985349088 140045707286229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
[pid=5150/tid=5282] ppid=5144 vsize=10853144 memory=14008 CPUtime=1.56 cores=0,2,4,6
/proc/5150/task/5282/stat : 5282 (java) S 5144 5150 5090 0 -1 1077944384 846 13050 0 0 77 71 5 3 20 0 15 0 443247649 11113619456 137403 33554432000 4194304 4196468 140735143486176 140044672887728 140045707287170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140735143488239 140735143490757 140735143490757 140735143493583 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 549612 KiB

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

[startup+2456.63 s]
# the end of solver process 5150 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.47 s, system=3.66579 s

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

Child status: 143
Real time (s): 2456.63
CPU time (s): 2520.14
CPU user time (s): 2516.47
CPU system time (s): 3.66579
CPU usage (%): 102.585
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1566360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.47
system time used= 3.66579
maximum resident set size= 1568200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 242647
involuntary context switches= 7361


# summary of solver processes directly reported to runsolver:
#   pid: 5150
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.47
#   total CPU system time (s): 3.66579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7634 second user time and 22.7179 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 00:34:50
IDJOB=4401192
IDBENCH=115840
IDSOLVER=2857
FILE ID=node146/4401192-1568673331
RUNJOBID= node146-1568673290-5121
PBS_JOBID= 21703776
Free space on /tmp= 59004 MiB

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

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1889038206

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:        30688332 kB
MemAvailable:   31872720 kB
Buffers:          223100 kB
Cached:          1232492 kB
SwapCached:         4444 kB
Active:           748912 kB
Inactive:         710928 kB
Active(anon):      21752 kB
Inactive(anon):    30424 kB
Active(file):     727160 kB
Inactive(file):   680504 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67001956 kB
Dirty:             71188 kB
Writeback:             0 kB
AnonPages:        113084 kB
Mapped:            46844 kB
Shmem:             39004 kB
Slab:             215116 kB
SReclaimable:     185120 kB
SUnreclaim:        29996 kB
KernelStack:        3424 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     513276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58932 MiB
End job on node146 at 2019-09-17 01:15:51