Trace number 4396612

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)700 2400.1 2341.14

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 benchmark1752.82
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.88/0.64	c Concrete v3.12.2.1568380929293 running
344.40/316.08	o 722
381.53/352.29	o 721
391.22/361.75	o 719
393.25/363.66	o 718
393.91/364.26	o 716
394.49/364.78	o 715
397.61/367.75	o 714
745.79/710.78	o 713
748.17/713.06	o 712
748.51/713.35	o 711
749.83/714.66	o 710
751.53/716.26	o 709
918.63/880.91	o 707
919.15/881.49	o 706
919.75/881.97	o 704
1333.04/1289.73	o 703
1343.91/1300.47	o 702
1625.19/1577.59	o 701
1855.05/1804.50	o 700
2400.04/2341.12	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.04/2341.12		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.04/2341.12		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.04/2341.12		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.04/2341.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.04/2341.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.04/2341.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.04/2341.12		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2400.04/2341.12		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.04/2341.12		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2341.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2341.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2341.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2341.12		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.04/2341.12		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.04/2341.12		at scala.Option.map(Option.scala:243)
2400.04/2341.12		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.04/2341.12		at concrete.MAC.mac(MAC.scala:216)
2400.04/2341.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2341.12		at scala.util.Try$.apply(Try.scala:212)
2400.04/2341.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2341.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2341.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2341.12		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2341.12		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2341.12		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2341.12		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2341.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2341.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2341.12		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2341.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2341.12		at scala.util.Success.map(Try.scala:264)
2400.04/2341.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2341.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2341.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2341.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2341.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2341.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2341.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2341.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2341.12		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2341.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2341.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2341.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2341.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2341.12		at scala.App.main(App.scala:75)
2400.04/2341.12		at scala.App.main$(App.scala:73)
2400.04/2341.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2341.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2341.12	v <instantiation
2400.04/2341.12	v         cost = '700'>
2400.04/2341.12	v       <list>
2400.04/2341.12	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]
2400.04/2341.12	v       </list>
2400.04/2341.12	v       <values>
2400.04/2341.12	v         0 18 34 98 195 215 285 357 588 613 18 29 93 174 278 387 473 535 576 674 0 77 126 217 377 398 442 482 550 638 18 65 122 345 364 417 458 535 541 628 0 77 169 211 273 330 407 484 515 697 53 126 164 204 330 442 542 613 647 684 0 45 115 252 313 407 478 541 605 695 12 65 114 212 214 252 333 407 633 659 0 93 118 217 263 285 377 442 534 630 0 32 195 278 305 387 458 532 627 697 697 690 697 684 700 697 697 697 700 700 18 14 64 97 20 70 72 81 19 84 11 64 78 43 52 20 54 10 98 16 77 45 77 88 21 36 30 68 88 59 37 19 26 19 34 41 77 3 64 56 63 90 42 62 48 77 66 31 61 3 65 38 40 60 77 99 71 34 36 13 45 70 89 61 84 71 56 1 22 2 53 49 71 2 38 48 20 97 5 38 30 21 99 35 22 92 65 92 83 70 22 93 83 27 82 71 74 95 54 3 5 7 3 0 8 2 6 1 9 4 5 8 4 1 0 9 6 3 7 2 1 2 6 9 4 5 7 8 3 0 6 4 2 7 5 0 3 9 1 8 0 1 2 4 3 8 6 5 7 9 9 7 5 3 0 1 4 2 6 8 9 5 3 7 2 8 0 4 1 6 4 6 8 2 7 5 1 9 0 3 3 8 9 1 6 4 7 2 0 5 2 7 0 8 9 3 4 5 1 6 98 357 215 34 613 0 285 18 195 588 278 174 674 535 93 18 473 576 29 387 638 0 77 550 377 398 126 442 482 217 417 541 122 458 65 364 18 345 628 535 0 77 169 273 211 484 407 515 330 697 330 442 613 204 542 164 647 126 684 53 478 605 313 115 541 45 695 252 407 0 633 333 212 659 12 252 65 214 114 407 534 217 442 0 285 630 263 377 93 118 195 627 0 387 458 532 697 32 278 305
2400.04/2341.12	v       </values>
2400.04/2341.12	v     </instantiation>
2400.04/2341.13	s SATISFIABLE

Verifier Data

OK	700

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396612-1568393708/watcher-4396612-1568393708 -o /tmp/evaluation-result-4396612-1568393708/solver-4396612-1568393708 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568393667-20487 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=366321568 HOME/instance-4396612-1568393708.xml 

running on 4 cores: 4-7

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
Current StackSize limit: 8192 KiB

solver pid=20511, runsolver pid=20507

[startup+0.100162 s]*
/proc/loadavg: 0.92 1.00 1.14 6/230 20597
/proc/meminfo: memFree=29980928/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/20511/stat : 20511 (bash) S 20507 20511 17242 0 -1 4202496 890 5689 1 1 0 0 0 1 20 0 1 0 415312545 115974144 404 33554432000 4194304 5098028 140724910985904 140724910979912 140433090550784 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 11935744 140724910994453 140724910994577 140724910994577 140724910997486 0
/proc/20511/statm: 28314 404 320 221 0 119 0
[pid=20567] ppid=20511 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/20567/stat : 20567 (bash) S 20511 20511 17242 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 415312549 115974144 178 33554432000 4194304 5098028 140724910985904 140724910978584 140433090376316 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11935744 140724910994453 140724910994577 140724910994577 140724910997486 0
/proc/20567/statm: 28314 178 94 221 0 119 0
[pid=20570] ppid=20567 vsize=113492 memory=1232 CPUtime=0 cores=4-7
/proc/20570/stat : 20570 (awk) R 20567 20511 17242 0 -1 4202496 449 0 0 0 0 0 0 0 20 0 1 0 415312549 116215808 308 33554432000 4194304 4609284 140737185019616 140737185018792 140464316566528 0 0 4096 1216 0 0 0 17 5 0 0 0 0 0 6708720 6711756 10608640 140737185023164 140737185023194 140737185023194 140737185026031 0
/proc/20570/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+0.221743 s]*
/proc/loadavg: 0.92 1.00 1.14 5/228 20647
/proc/meminfo: memFree=29963872/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=10819664 memory=37020 CPUtime=0.22 cores=4-7
/proc/20511/stat : 20511 (java) S 20507 20511 17242 0 -1 1077944320 7031 13142 1 1 12 2 5 3 20 0 15 0 415312545 11079335936 9255 33554432000 4194304 4196468 140730498916720 140730498899264 140652468301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
/proc/20511/statm: 2704916 9255 3130 1 0 2667149 0
[pid=20511/tid=20621] ppid=20507 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=4-7
/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 3642 13142 0 1 9 1 5 3 20 0 15 0 415312557 11079335936 9255 33554432000 4194304 4196468 140730498916720 140652440125768 140652468313494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10819664 memory=365 CPUtime=0.08 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 9255 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10819664 memory=140433884768638 CPUtime=0.08 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 9255 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10819664 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 9255 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10819664 memory=-1 CPUtime=0.08 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079335936 9255 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10819664 memory=140433881745024 CPUtime=0.08 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415312560 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10819664 memory=-1 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 13 13142 0 1 0 0 5 3 20 0 15 0 415312560 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651454784928 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10819664 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312560 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651253458416 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10819664 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10819664 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) R 20507 20511 17242 0 -1 1077944384 549 13142 0 1 0 0 5 3 20 0 15 0 415312563 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10819664 memory=-1 CPUtime=0.08 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) R 20507 20511 17242 0 -1 4202560 12 13142 0 1 0 0 5 3 20 0 15 0 415312563 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651738069104 140652448124194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10819664 memory=140433881745024 CPUtime=0.09 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) R 20507 20511 17242 0 -1 4202560 606 13142 0 1 1 0 5 3 20 0 15 0 415312563 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651737013560 140652447140513 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10819664 memory=-1 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11079335936 9255 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10819664 memory=140433881745024 CPUtime=0.08 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312564 11079335936 9255 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37020 KiB

[startup+0.311442 s]*
/proc/loadavg: 0.92 1.00 1.14 6/228 20647
/proc/meminfo: memFree=29933544/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=10820148 memory=48260 CPUtime=0.37 cores=4-7
/proc/20511/stat : 20511 (java) S 20507 20511 17242 0 -1 1077944320 10283 13142 1 1 26 3 5 3 20 0 15 0 415312545 11079831552 12065 33554432000 4194304 4196468 140730498916720 140730498899264 140652468301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
/proc/20511/statm: 2705037 12065 3298 1 0 2667149 0
[pid=20511/tid=20621] ppid=20507 vsize=10820148 memory=7374195133764035176 CPUtime=0.26 cores=4-7
/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 6772 13142 0 1 16 2 5 3 20 0 15 0 415312557 11079831552 12065 33554432000 4194304 4196468 140730498916720 140652440124032 140652452382046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 12065 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 12065 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 12065 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415312558 11079831552 12065 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415312560 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 13 13142 0 1 0 0 5 3 20 0 15 0 415312560 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651454784928 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312560 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651253458416 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10820148 memory=0 CPUtime=0.1 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) S 20507 20511 17242 0 -1 1077944384 587 13142 0 1 2 0 5 3 20 0 15 0 415312563 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10820148 memory=0 CPUtime=0.09 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) S 20507 20511 17242 0 -1 1077944384 66 13142 0 1 1 0 5 3 20 0 15 0 415312563 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651738069104 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10820148 memory=0 CPUtime=0.13 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) S 20507 20511 17242 0 -1 1077944384 627 13142 0 1 5 0 5 3 20 0 15 0 415312563 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651737016560 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11079831552 12065 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10820148 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312564 11079831552 12065 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48260 KiB

[startup+0.700796 s]
/proc/loadavg: 0.92 1.00 1.14 7/228 20647
/proc/meminfo: memFree=29879184/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=10822312 memory=76940 CPUtime=1.03 cores=4-7
/proc/20511/stat : 20511 (java) S 20507 20511 17242 0 -1 1077944320 14507 13142 1 1 90 5 5 3 20 0 15 0 415312545 11082047488 19235 33554432000 4194304 4196468 140730498916720 140730498899264 140652468301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
/proc/20511/statm: 2705578 19235 3490 1 0 2667661 0
[pid=20511/tid=20621] ppid=20507 vsize=10822312 memory=0 CPUtime=0.64 cores=4-7
/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 9847 13142 0 1 53 3 5 3 20 0 15 0 415312557 11082047488 19235 33554432000 4194304 4196468 140730498916720 140652440136064 140652072649712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10822312 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19235 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10822312 memory=280867507555904 CPUtime=0.08 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19235 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10822312 memory=252 CPUtime=0.08 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19235 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10822312 memory=0 CPUtime=0.08 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415312558 11082047488 19235 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10822312 memory=7516877567877210723 CPUtime=0.08 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 5 13142 0 1 0 0 5 3 20 0 15 0 415312560 11082047488 19235 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10822312 memory=7373916858537504097 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 13 13142 0 1 0 0 5 3 20 0 15 0 415312560 11082047488 19254 33554432000 4194304 4196468 140730498916720 140651454784928 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10822312 memory=4641054318950109264 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312560 11082047488 19254 33554432000 4194304 4196468 140730498916720 140651253458416 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10822312 memory=7100839861566347365 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11082047488 19254 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10822312 memory=7594874835347269977 CPUtime=0.19 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) S 20507 20511 17242 0 -1 1077944384 1121 13142 0 1 11 0 5 3 20 0 15 0 415312563 11082047488 19254 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10822312 memory=0 CPUtime=0.16 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) S 20507 20511 17242 0 -1 1077944384 497 13142 0 1 8 0 5 3 20 0 15 0 415312563 11082047488 19254 33554432000 4194304 4196468 140730498916720 140651738069104 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10822312 memory=1556 CPUtime=0.24 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) S 20507 20511 17242 0 -1 1077944384 802 13142 0 1 16 0 5 3 20 0 15 0 415312563 11082047488 19254 33554432000 4194304 4196468 140730498916720 140651737016560 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10822312 memory=928 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11082047488 19254 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10822312 memory=1628 CPUtime=0.08 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415312564 11082047488 19254 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 76940 KiB

[startup+1.50081 s]
/proc/loadavg: 0.92 1.00 1.14 7/228 20647
/proc/meminfo: memFree=29817832/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=10832628 memory=170676 CPUtime=2.49 cores=4-7
/proc/20511/stat : 20511 (java) S 20507 20511 17242 0 -1 1077944320 21158 13142 1 1 231 10 5 3 20 0 15 0 415312545 11092611072 42669 33554432000 4194304 4196468 140730498916720 140730498899264 140652468301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
/proc/20511/statm: 2708157 42669 3574 1 0 2670221 0
[pid=20511/tid=20621] ppid=20507 vsize=10832628 memory=97620 CPUtime=1.4 cores=4-7
/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 14892 13142 0 1 126 6 5 3 20 0 15 0 415312557 11092611072 42669 33554432000 4194304 4196468 140730498916720 140652440133904 140652454500174 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10832628 memory=1708 CPUtime=0.09 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 59 13142 0 1 1 0 5 3 20 0 15 0 415312558 11092611072 42669 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10832628 memory=2024 CPUtime=0.09 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 315 13142 0 1 1 0 5 3 20 0 15 0 415312558 11092611072 42669 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10832628 memory=0 CPUtime=0.09 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 38 13142 0 1 1 0 5 3 20 0 15 0 415312558 11092611072 42669 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10832628 memory=135 CPUtime=0.09 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 50 13142 0 1 1 0 5 3 20 0 15 0 415312558 11092611072 42669 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10832628 memory=544 CPUtime=0.09 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 116 13142 0 1 1 0 5 3 20 0 15 0 415312560 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10832628 memory=6791534058613427641 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 14 13142 0 1 0 0 5 3 20 0 15 0 415312560 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651454784992 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10832628 memory=4206468019014099040 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 1 13142 0 1 0 0 5 3 20 0 15 0 415312560 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651253458432 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10832628 memory=6944656592455360608 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10832628 memory=-7966001967256141664 CPUtime=0.36 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) S 20507 20511 17242 0 -1 1077944384 1304 13142 0 1 28 0 5 3 20 0 15 0 415312563 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10832628 memory=-7966001967256141664 CPUtime=0.36 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) S 20507 20511 17242 0 -1 1077944384 716 13142 0 1 28 0 5 3 20 0 15 0 415312563 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651738069104 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10832628 memory=7682475212697334586 CPUtime=0.47 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) S 20507 20511 17242 0 -1 1077944384 1437 13142 0 1 39 0 5 3 20 0 15 0 415312563 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651737016560 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10832628 memory=8303054830060986464 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11092611072 42669 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10832628 memory=8303054830057831008 CPUtime=0.08 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 2 13142 0 1 0 0 5 3 20 0 15 0 415312564 11092611072 42669 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10832628 KiB
Current children cumulated memory: 170676 KiB

[startup+3.11134 s]
/proc/loadavg: 0.92 1.00 1.14 8/228 20647

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

/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 79047 13142 0 1 224251 46 5 3 20 0 15 0 415312557 11113615360 116571 33554432000 4194304 4196468 140730498916720 140652440136736 140652081646707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10853140 memory=467140 CPUtime=10.24 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 10886 13142 0 1 974 42 5 3 20 0 15 0 415312558 11113615360 116571 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10853140 memory=468680 CPUtime=10.29 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 9976 13142 0 1 977 44 5 3 20 0 15 0 415312558 11113615360 116571 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10853140 memory=437624 CPUtime=10.29 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 10795 13142 0 1 978 43 5 3 20 0 15 0 415312558 11113615360 116571 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10853140 memory=437624 CPUtime=10.29 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 12986 13142 0 1 979 42 5 3 20 0 15 0 415312558 11113615360 116571 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10853140 memory=463836 CPUtime=7.29 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 11724 13142 0 1 671 50 5 3 20 0 15 0 415312560 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10853140 memory=469704 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 26 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651454785056 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10853140 memory=467140 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 25 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651253458432 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10853140 memory=437624 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10853140 memory=466116 CPUtime=11.68 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) S 20507 20511 17242 0 -1 1077944384 48512 13142 0 1 1154 6 5 3 20 0 15 0 415312563 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10853140 memory=466284 CPUtime=10.34 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) S 20507 20511 17242 0 -1 1077944384 52015 13142 0 1 1018 8 5 3 20 0 15 0 415312563 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651738069104 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10853140 memory=443924 CPUtime=5.71 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) S 20507 20511 17242 0 -1 1077944384 51584 13142 0 1 552 11 5 3 20 0 15 0 415312563 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651737016560 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10853140 memory=288230574492221466 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11113615360 116571 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10853140 memory=288230596050944315 CPUtime=1.31 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 2075 13142 0 1 57 66 5 3 20 0 15 0 415312564 11113615360 116571 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 2319.89 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 466284 KiB

[startup+2322.3 s]
/proc/loadavg: 1.11 1.24 1.30 3/227 20887
/proc/meminfo: memFree=28761296/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=10853140 memory=427872 CPUtime=2380.97 cores=4-7
/proc/20511/stat : 20511 (java) S 20507 20511 17242 0 -1 1077944320 293029 13142 1 1 237758 331 5 3 20 0 15 0 415312545 11113615360 106968 33554432000 4194304 4196468 140730498916720 140730498899264 140652468301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
/proc/20511/statm: 2713285 106968 3635 1 0 2675341 0
[pid=20511/tid=20621] ppid=20507 vsize=10853140 memory=428384 CPUtime=2302.39 cores=4-7
/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 79437 13142 0 1 230185 46 5 3 20 0 15 0 415312557 11113615360 106968 33554432000 4194304 4196468 140730498916720 140652440137648 140652092281681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10853140 memory=435052 CPUtime=10.61 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 10951 13142 0 1 1010 43 5 3 20 0 15 0 415312558 11113615360 106968 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10853140 memory=439156 CPUtime=10.66 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 10057 13142 0 1 1013 45 5 3 20 0 15 0 415312558 11113615360 106968 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10853140 memory=428384 CPUtime=10.66 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 10924 13142 0 1 1013 45 5 3 20 0 15 0 415312558 11113615360 106968 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10853140 memory=428384 CPUtime=10.65 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 13078 13142 0 1 1014 43 5 3 20 0 15 0 415312558 11113615360 106968 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10853140 memory=428384 CPUtime=7.51 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 11874 13142 0 1 692 51 5 3 20 0 15 0 415312560 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10853140 memory=428384 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 26 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651454785056 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10853140 memory=427872 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 25 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651253458432 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10853140 memory=428384 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10853140 memory=984 CPUtime=11.69 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) S 20507 20511 17242 0 -1 1077944384 48514 13142 0 1 1155 6 5 3 20 0 15 0 415312563 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10853140 memory=428384 CPUtime=10.34 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) S 20507 20511 17242 0 -1 1077944384 52017 13142 0 1 1018 8 5 3 20 0 15 0 415312563 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651738069104 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10853140 memory=428384 CPUtime=5.72 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) S 20507 20511 17242 0 -1 1077944384 51820 13142 0 1 553 11 5 3 20 0 15 0 415312563 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651737016560 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10853140 memory=428384 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11113615360 106968 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10853140 memory=428384 CPUtime=1.34 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 2092 13142 0 1 58 68 5 3 20 0 15 0 415312564 11113615360 106968 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 2380.97 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 427872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341.11 s]
/proc/loadavg: 1.14 1.24 1.30 3/227 20888
/proc/meminfo: memFree=28751632/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=10853140 memory=437488 CPUtime=2400.04 cores=4-7
/proc/20511/stat : 20511 (java) S 20507 20511 17242 0 -1 1077944320 293315 13142 1 1 239663 333 5 3 20 0 15 0 415312545 11113615360 109372 33554432000 4194304 4196468 140730498916720 140730498899264 140652468301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
/proc/20511/statm: 2713285 109372 3635 1 0 2675341 0
[pid=20511/tid=20621] ppid=20507 vsize=10853140 memory=439028 CPUtime=2321.05 cores=4-7
/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 79528 13142 0 1 232050 47 5 3 20 0 15 0 415312557 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652440136576 140652081136361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10853140 memory=441592 CPUtime=10.7 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 10974 13142 0 1 1018 44 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10853140 memory=435052 CPUtime=10.75 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 10130 13142 0 1 1022 45 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10853140 memory=428384 CPUtime=10.75 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 10959 13142 0 1 1022 45 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10853140 memory=435560 CPUtime=10.74 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 13120 13142 0 1 1022 44 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10853140 memory=442620 CPUtime=7.58 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 11894 13142 0 1 698 52 5 3 20 0 15 0 415312560 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10853140 memory=445064 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 26 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651454785056 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10853140 memory=437488 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 25 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651253458432 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10853140 memory=437488 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10853140 memory=437488 CPUtime=11.69 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) S 20507 20511 17242 0 -1 1077944384 48514 13142 0 1 1155 6 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10853140 memory=437488 CPUtime=10.34 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) S 20507 20511 17242 0 -1 1077944384 52017 13142 0 1 1018 8 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651738069104 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10853140 memory=437488 CPUtime=5.72 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) S 20507 20511 17242 0 -1 1077944384 51820 13142 0 1 553 11 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651737016560 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10853140 memory=288230574492221466 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11113615360 109372 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10853140 memory=288230596050944315 CPUtime=1.35 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 2094 13142 0 1 59 68 5 3 20 0 15 0 415312564 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 437488 KiB

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

[startup+2341.14 s]
# the end of solver process 20511 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.72 s, system=3.37927 s

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

[startup+2341.11 s]
/proc/loadavg: 1.14 1.24 1.30 3/227 20888
/proc/meminfo: memFree=28751632/32770688 swapFree=66961080/67108860
[pid=20511] ppid=20507 vsize=10853140 memory=437488 CPUtime=2400.04 cores=4-7
/proc/20511/stat : 20511 (java) S 20507 20511 17242 0 -1 1077944320 293315 13142 1 1 239663 333 5 3 20 0 15 0 415312545 11113615360 109372 33554432000 4194304 4196468 140730498916720 140730498899264 140652468301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
/proc/20511/statm: 2713285 109372 3635 1 0 2675341 0
[pid=20511/tid=20621] ppid=20507 vsize=10853140 memory=439028 CPUtime=2321.05 cores=4-7
/proc/20511/task/20621/stat : 20621 (java) R 20507 20511 17242 0 -1 4202560 79528 13142 0 1 232050 47 5 3 20 0 15 0 415312557 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652440136576 140652081136361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20622] ppid=20507 vsize=10853140 memory=441592 CPUtime=10.7 cores=4-7
/proc/20511/task/20622/stat : 20622 (java) S 20507 20511 17242 0 -1 1077944384 10974 13142 0 1 1018 44 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652472543504 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20623] ppid=20507 vsize=10853140 memory=435052 CPUtime=10.75 cores=4-7
/proc/20511/task/20623/stat : 20623 (java) S 20507 20511 17242 0 -1 1077944384 10130 13142 0 1 1022 45 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652395702672 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20625] ppid=20507 vsize=10853140 memory=428384 CPUtime=10.75 cores=4-7
/proc/20511/task/20625/stat : 20625 (java) S 20507 20511 17242 0 -1 1077944384 10959 13142 0 1 1022 45 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652040657424 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20627] ppid=20507 vsize=10853140 memory=435560 CPUtime=10.74 cores=4-7
/proc/20511/task/20627/stat : 20627 (java) S 20507 20511 17242 0 -1 1077944384 13120 13142 0 1 1022 44 5 3 20 0 15 0 415312558 11113615360 109372 33554432000 4194304 4196468 140730498916720 140652039604880 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20631] ppid=20507 vsize=10853140 memory=442620 CPUtime=7.58 cores=4-7
/proc/20511/task/20631/stat : 20631 (java) S 20507 20511 17242 0 -1 1077944384 11894 13142 0 1 698 52 5 3 20 0 15 0 415312560 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651740174832 140652468312706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20633] ppid=20507 vsize=10853140 memory=445064 CPUtime=0.08 cores=4-7
/proc/20511/task/20633/stat : 20633 (java) S 20507 20511 17242 0 -1 1077944384 26 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651454785056 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20635] ppid=20507 vsize=10853140 memory=437488 CPUtime=0.08 cores=4-7
/proc/20511/task/20635/stat : 20635 (java) S 20507 20511 17242 0 -1 1077944384 25 13142 0 1 0 0 5 3 20 0 15 0 415312560 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651253458432 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20640] ppid=20507 vsize=10853140 memory=437488 CPUtime=0.08 cores=4-7
/proc/20511/task/20640/stat : 20640 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651013167824 140652468320155 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20641] ppid=20507 vsize=10853140 memory=437488 CPUtime=11.69 cores=4-7
/proc/20511/task/20641/stat : 20641 (java) S 20507 20511 17242 0 -1 1077944384 48514 13142 0 1 1155 6 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651739121648 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20642] ppid=20507 vsize=10853140 memory=437488 CPUtime=10.34 cores=4-7
/proc/20511/task/20642/stat : 20642 (java) S 20507 20511 17242 0 -1 1077944384 52017 13142 0 1 1018 8 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651738069104 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20643] ppid=20507 vsize=10853140 memory=437488 CPUtime=5.72 cores=4-7
/proc/20511/task/20643/stat : 20643 (java) S 20507 20511 17242 0 -1 1077944384 51820 13142 0 1 553 11 5 3 20 0 15 0 415312563 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651737016560 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20645] ppid=20507 vsize=10853140 memory=288230574492221466 CPUtime=0.08 cores=4-7
/proc/20511/task/20645/stat : 20645 (java) S 20507 20511 17242 0 -1 1077944384 3 13142 0 1 0 0 5 3 20 0 15 0 415312564 11113615360 109372 33554432000 4194304 4196468 140730498916720 140650979609184 140652468311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
[pid=20511/tid=20647] ppid=20507 vsize=10853140 memory=288230596050944315 CPUtime=1.35 cores=4-7
/proc/20511/task/20647/stat : 20647 (java) S 20507 20511 17242 0 -1 1077944384 2094 13142 0 1 59 68 5 3 20 0 15 0 415312564 11113615360 109372 33554432000 4194304 4196468 140730498916720 140651735964464 140652468312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20144128 140730498923248 140730498925765 140730498925765 140730498928591 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 437488 KiB

Child status: 143
Real time (s): 2341.14
CPU time (s): 2400.1
CPU user time (s): 2396.72
CPU system time (s): 3.37927
CPU usage (%): 102.518
Max. virtual memory (cumulated for all children) (KiB): 10854056
Max. memory (cumulated for all children) (KiB): 1282336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.72
system time used= 3.37927
maximum resident set size= 1284928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307147
page faults= 2
swaps= 0
block input operations= 64
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203129
involuntary context switches= 5573


# summary of solver processes directly reported to runsolver:
#   pid: 20511
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.72
#   total CPU system time (s): 3.37927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2926 second user time and 25.9505 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-13 18:54:27
IDJOB=4396612
IDBENCH=115840
IDSOLVER=2847
FILE ID=node116/4396612-1568393708
RUNJOBID= node116-1568393667-20487
PBS_JOBID= 21701846
Free space on /tmp= 61244 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-4396612-1568393708/watcher-4396612-1568393708 -o /tmp/evaluation-result-4396612-1568393708/solver-4396612-1568393708 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568393667-20487 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=366321568 HOME/instance-4396612-1568393708.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=366321568

node116.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30009344 kB
MemAvailable:   31859716 kB
Buffers:          127764 kB
Cached:          2008724 kB
SwapCached:        46632 kB
Active:           827896 kB
Inactive:        1359024 kB
Active(anon):       3244 kB
Inactive(anon):    87964 kB
Active(file):     824652 kB
Inactive(file):  1271060 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       66961080 kB
Dirty:             70124 kB
Writeback:             0 kB
AnonPages:        114360 kB
Mapped:            43536 kB
Shmem:             31984 kB
Slab:             169044 kB
SReclaimable:     140988 kB
SUnreclaim:        28056 kB
KernelStack:        3408 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     501624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61172 MiB
End job on node116 at 2019-09-13 19:33:29