Trace number 4386974

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)689 2520.06 2457.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 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/0.66	c Concrete v3.10.1560635388952 running
42.87/23.62	o 722
43.87/24.37	o 716
44.09/24.53	o 715
44.09/24.56	o 713
46.60/26.82	o 712
50.20/30.03	o 711
50.20/30.09	o 701
57.83/37.13	o 700
58.87/38.19	o 699
170.84/148.65	o 698
171.05/148.80	o 695
171.41/149.19	o 693
171.61/149.34	o 692
171.61/149.38	o 691
191.90/169.27	o 690
870.75/836.31	o 689
2520.01/2457.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2457.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2457.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2457.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2457.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2457.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2457.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2457.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2457.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2457.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2457.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2457.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2457.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2457.11		at scala.Option.map(Option.scala:243)
2520.01/2457.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2457.11		at concrete.MAC.mac(MAC.scala:204)
2520.01/2457.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2457.11		at scala.util.Try$.apply(Try.scala:212)
2520.01/2457.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2457.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2457.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2457.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2457.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2457.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2457.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2457.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2457.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2457.11		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2457.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2457.11		at scala.util.Success.map(Try.scala:264)
2520.01/2457.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2457.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2457.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2457.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2457.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2457.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2457.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2457.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2457.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2457.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2457.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2457.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2457.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2457.12		at scala.App.main(App.scala:75)
2520.01/2457.12		at scala.App.main$(App.scala:73)
2520.01/2457.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2457.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2457.12	v <instantiation
2520.01/2457.12	v         cost = '689'>
2520.01/2457.12	v       <list>
2520.01/2457.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]
2520.01/2457.12	v       </list>
2520.01/2457.12	v       <values>
2520.01/2457.12	v         0 19 91 189 227 353 375 391 555 625 0 20 92 108 148 288 435 445 543 627 19 107 128 216 252 282 342 498 575 643 0 114 160 224 233 252 297 357 397 445 30 76 124 210 213 311 373 450 513 575 0 13 131 177 224 323 407 472 560 620 0 61 147 231 341 397 419 423 472 504 0 20 188 212 326 423 471 473 522 560 0 92 114 135 227 326 356 471 541 624 0 71 125 196 279 282 398 472 567 662 689 679 688 522 665 685 575 598 689 689 19 72 97 18 84 20 14 81 70 64 11 43 16 20 64 54 10 98 78 52 88 21 88 36 30 59 77 77 68 45 19 37 64 3 19 34 56 26 41 77 31 48 61 3 66 62 77 63 42 90 13 77 40 36 99 34 38 71 60 65 61 70 84 89 56 1 2 45 22 71 20 53 5 71 97 48 2 49 38 38 92 22 21 92 99 30 35 70 83 65 71 54 22 83 3 93 74 82 95 27 9 6 0 5 4 8 7 1 2 3 5 1 2 9 8 6 3 7 4 0 9 4 3 5 7 0 6 1 8 2 4 6 1 9 7 5 8 2 0 3 5 3 7 9 6 4 8 0 2 1 8 0 5 6 1 2 7 4 3 9 7 5 2 3 0 4 6 9 1 8 1 4 0 8 9 5 2 6 3 7 2 6 8 4 9 3 1 5 0 7 3 1 2 0 6 7 4 9 5 8 91 391 555 625 227 189 19 375 353 0 627 20 92 435 543 0 288 445 148 108 282 498 643 128 107 216 342 252 575 19 397 160 357 445 0 252 114 233 297 224 450 575 513 76 311 30 213 124 373 210 13 224 323 560 472 131 177 407 0 620 341 472 147 231 397 61 419 0 504 423 188 0 471 522 20 423 473 560 212 326 541 356 0 326 135 471 92 624 114 227 196 71 125 0 398 567 279 282 662 472
2520.01/2457.12	v       </values>
2520.01/2457.12	v     </instantiation>
2520.01/2457.12	s SATISFIABLE

Verifier Data

OK	689

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386974-1568285964/watcher-4386974-1568285964 -o /tmp/evaluation-result-4386974-1568285964/solver-4386974-1568285964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1293 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=864925325 HOME/instance-4386974-1568285964.xml 

running on 4 cores: 4-7

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

solver pid=1329, runsolver pid=1322

[startup+0.100174 s]*
/proc/loadavg: 2.00 2.01 2.05 4/221 1403
/proc/meminfo: memFree=25622812/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=113256 memory=1612 CPUtime=0.01 cores=4-7
/proc/1329/stat : 1329 (bash) S 1322 1329 463 0 -1 4202496 890 5697 0 0 0 0 0 1 20 0 1 0 404602795 115974144 403 33554432000 4194304 5098028 140726834814896 140726834808904 140564591893504 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 40275968 140726834816021 140726834816145 140726834816145 140726834819054 0
/proc/1329/statm: 28314 403 320 221 0 119 0
[pid=1382] ppid=1329 vsize=113256 memory=708 CPUtime=0 cores=4-7
/proc/1382/stat : 1382 (bash) S 1329 1329 463 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 404602801 115974144 177 33554432000 4194304 5098028 140726834814896 140726834807576 140564591719036 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40275968 140726834816021 140726834816145 140726834816145 140726834819054 0
/proc/1382/statm: 28314 177 94 221 0 119 0
[pid=1384] ppid=1382 vsize=10260324 memory=20508 CPUtime=0.03 cores=4-7
/proc/1384/stat : 1384 (java) S 1382 1329 463 0 -1 1077944320 4007 0 0 0 3 0 0 0 20 0 9 0 404602801 10506571776 5127 33554432000 4194304 4196468 140735315169952 140735315152496 140480551558903 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
/proc/1384/statm: 2565081 5127 2142 1 0 2527622 0
[pid=1384/tid=1388] ppid=1382 vsize=10260324 memory=5450916479981489962 CPUtime=0.03 cores=4-7
/proc/1384/task/1388/stat : 1388 (java) R 1382 1329 463 0 -1 4202560 2728 0 0 0 3 0 0 0 20 0 9 0 404602802 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480555796848 140480551580829 0 4 0 16800971 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1384/tid=1390] ppid=1382 vsize=10260324 memory=664964232733811010 CPUtime=0 cores=4-7
/proc/1384/task/1390/stat : 1390 (java) S 1382 1329 463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480477633680 140480551569109 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1384/tid=1391] ppid=1382 vsize=10260324 memory=139720818058880 CPUtime=0 cores=4-7
/proc/1384/task/1391/stat : 1391 (java) S 1382 1329 463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480476580880 140480551569109 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1384/tid=1392] ppid=1382 vsize=10260324 memory=0 CPUtime=0 cores=4-7
/proc/1384/task/1392/stat : 1392 (java) S 1382 1329 463 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480475528080 140480551569109 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1384/tid=1393] ppid=1382 vsize=10260324 memory=-1 CPUtime=0 cores=4-7
/proc/1384/task/1393/stat : 1393 (java) S 1382 1329 463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404602803 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480474475280 140480551569109 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1384/tid=1398] ppid=1382 vsize=10260324 memory=139720818058880 CPUtime=0 cores=4-7
/proc/1384/task/1398/stat : 1398 (java) S 1382 1329 463 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404602804 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480042957168 140480551570050 0 0 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1384/tid=1400] ppid=1382 vsize=10260324 memory=-1 CPUtime=0 cores=4-7
/proc/1384/task/1400/stat : 1400 (java) S 1382 1329 463 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 404602805 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480041903136 140480551569109 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1384/tid=1402] ppid=1382 vsize=10260324 memory=0 CPUtime=0 cores=4-7
/proc/1384/task/1402/stat : 1402 (java) S 1382 1329 463 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 404602805 10506571776 5173 33554432000 4194304 4196468 140735315169952 140480040850288 140480551569109 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6488064 140735315174540 140735315174554 140735315174554 140735315177423 0
[pid=1386] ppid=1382 vsize=113488 memory=968 CPUtime=0 cores=4-7
/proc/1386/stat : 1386 (awk) S 1382 1329 463 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 404602801 116211712 242 33554432000 4194304 4609284 140724187860656 140724187859832 140300945083392 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 28188672 140724187862204 140724187862234 140724187862234 140724187865071 0
/proc/1386/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23796 KiB

[startup+0.211695 s]*
/proc/loadavg: 2.00 2.01 2.05 4/215 1449
/proc/meminfo: memFree=25614332/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=10653560 memory=26148 CPUtime=0.14 cores=4-7
/proc/1329/stat : 1329 (java) S 1322 1329 463 0 -1 1077944320 5392 13154 0 0 5 1 5 3 20 0 13 0 404602795 10909245440 6537 33554432000 4194304 4196468 140722409095184 140722409077728 139721129561847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
/proc/1329/statm: 2663390 6537 2381 1 0 2625931 0
[pid=1329/tid=1434] ppid=1322 vsize=10751868 memory=8389772277269004345 CPUtime=0.13 cores=4-7
/proc/1329/task/1434/stat : 1434 (java) D 1322 1329 463 0 -1 4202560 2872 13154 0 0 5 0 5 3 20 0 14 0 404602811 11009912832 6800 33554432000 4194304 4196468 140722409095184 139721101399968 139721129583869 0 4 0 16800975 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10751868 memory=4294967660 CPUtime=0.08 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 14 0 404602811 11009912832 6800 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10751868 memory=139720818077224 CPUtime=0.08 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 14 0 404602811 11009912832 6800 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10751868 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 14 0 404602811 11009912832 6800 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10751868 memory=-1 CPUtime=0.08 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 14 0 404602811 11009912832 6800 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10751868 memory=139720818058880 CPUtime=0.08 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 14 0 404602813 11009912832 6800 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10751868 memory=-1 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 13 13154 0 0 0 0 5 3 20 0 14 0 404602814 11009912832 6800 33554432000 4194304 4196468 140722409095184 139720587732128 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10751868 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 14 0 404602814 11009912832 6800 33554432000 4194304 4196468 140722409095184 139719983751920 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10751868 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1450/stat : 1450 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 14 0 404602817 11009912832 6800 33554432000 4194304 4196468 140722409095184 139719676352464 139721129580443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1451] ppid=1322 vsize=10751868 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1451/stat : 1451 (java) S 1322 1329 463 0 -1 1077944384 29 13154 0 0 0 0 5 3 20 0 14 0 404602817 11009912832 6800 33554432000 4194304 4196468 140722409095184 139720554175216 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1452] ppid=1322 vsize=10751868 memory=-1 CPUtime=0.08 cores=4-7
/proc/1329/task/1452/stat : 1452 (java) S 1322 1329 463 0 -1 1077944384 279 13154 0 0 0 0 5 3 20 0 14 0 404602817 11009912832 6800 33554432000 4194304 4196468 140722409095184 139720553122672 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1453] ppid=1322 vsize=10751868 memory=139720818058880 CPUtime=0.08 cores=4-7
/proc/1329/task/1453/stat : 1453 (java) S 1322 1329 463 0 -1 1077944384 205 13154 0 0 0 0 5 3 20 0 14 0 404602817 11009912832 6800 33554432000 4194304 4196468 140722409095184 139720552069616 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1456] ppid=1322 vsize=10751868 memory=-1 CPUtime=0.08 cores=4-7
/proc/1329/task/1456/stat : 1456 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 14 0 404602817 11009912832 6800 33554432000 4194304 4196468 140722409095184 139719642794848 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10653560 KiB
Current children cumulated memory: 26148 KiB

[startup+0.311643 s]*
/proc/loadavg: 2.00 2.01 2.05 5/227 1461
/proc/meminfo: memFree=25585012/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=10818940 memory=41236 CPUtime=0.3 cores=4-7
/proc/1329/stat : 1329 (java) S 1322 1329 463 0 -1 1077944320 9303 13154 0 0 20 2 5 3 20 0 15 0 404602795 11078594560 10309 33554432000 4194304 4196468 140722409095184 140722409077728 139721129561847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
/proc/1329/statm: 2704735 10309 2981 1 0 2667149 0
[pid=1329/tid=1434] ppid=1322 vsize=10818940 memory=0 CPUtime=0.22 cores=4-7
/proc/1329/task/1434/stat : 1434 (java) R 1322 1329 463 0 -1 4202560 5807 13154 0 0 13 1 5 3 20 0 15 0 404602811 11078594560 10342 33554432000 4194304 4196468 140722409095184 139721101386656 139721111402890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602811 11078594560 10342 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602811 11078594560 10342 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602811 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10818940 memory=6656426216303648864 CPUtime=0.08 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 404602811 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10818940 memory=6656426216303648864 CPUtime=0.08 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 404602813 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 13 13154 0 0 0 0 5 3 20 0 15 0 404602814 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720587732128 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602814 11078594560 10342 33554432000 4194304 4196468 140722409095184 139719983751920 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1450/stat : 1450 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11078594560 10342 33554432000 4194304 4196468 140722409095184 139719676352464 139721129580443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1451] ppid=1322 vsize=10818940 memory=0 CPUtime=0.09 cores=4-7
/proc/1329/task/1451/stat : 1451 (java) S 1322 1329 463 0 -1 1077944384 209 13154 0 0 1 0 5 3 20 0 15 0 404602817 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720554175216 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1452] ppid=1322 vsize=10818940 memory=0 CPUtime=0.09 cores=4-7
/proc/1329/task/1452/stat : 1452 (java) S 1322 1329 463 0 -1 1077944384 431 13154 0 0 1 0 5 3 20 0 15 0 404602817 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720553122672 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1453] ppid=1322 vsize=10818940 memory=0 CPUtime=0.12 cores=4-7
/proc/1329/task/1453/stat : 1453 (java) S 1322 1329 463 0 -1 1077944384 636 13154 0 0 4 0 5 3 20 0 15 0 404602817 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720552069616 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1456] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1456/stat : 1456 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11078594560 10342 33554432000 4194304 4196468 140722409095184 139719642794848 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1460] ppid=1322 vsize=10818940 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1460/stat : 1460 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602818 11078594560 10342 33554432000 4194304 4196468 140722409095184 139720551017008 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41236 KiB

[startup+0.700726 s]
/proc/loadavg: 2.00 2.01 2.05 5/227 1461
/proc/meminfo: memFree=25555628/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=10822292 memory=69916 CPUtime=0.93 cores=4-7
/proc/1329/stat : 1329 (java) S 1322 1329 463 0 -1 1077944320 13686 13154 0 0 81 4 5 3 20 0 15 0 404602795 11082027008 17479 33554432000 4194304 4196468 140722409095184 140722409077728 139721129561847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
/proc/1329/statm: 2705573 17479 3465 1 0 2667661 0
[pid=1329/tid=1434] ppid=1322 vsize=10822292 memory=288230591755977018 CPUtime=0.61 cores=4-7
/proc/1329/task/1434/stat : 1434 (java) R 1322 1329 463 0 -1 4202560 9621 13154 0 0 50 3 5 3 20 0 15 0 404602811 11082027008 17479 33554432000 4194304 4196468 140722409095184 139721101381048 139721129583773 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10822292 memory=13564894817551928 CPUtime=0.08 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602811 11082027008 17479 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602811 11082027008 17479 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10822292 memory=6944656592455097440 CPUtime=0.08 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602811 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10822292 memory=6656426216303648864 CPUtime=0.08 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 2 13154 0 0 0 0 5 3 20 0 15 0 404602811 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 5 13154 0 0 0 0 5 3 20 0 15 0 404602813 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 13 13154 0 0 0 0 5 3 20 0 15 0 404602814 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720587732128 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602814 11082027008 17479 33554432000 4194304 4196468 140722409095184 139719983751920 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1450/stat : 1450 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11082027008 17479 33554432000 4194304 4196468 140722409095184 139719676352464 139721129580443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1451] ppid=1322 vsize=10822292 memory=0 CPUtime=0.15 cores=4-7
/proc/1329/task/1451/stat : 1451 (java) S 1322 1329 463 0 -1 1077944384 444 13154 0 0 7 0 5 3 20 0 15 0 404602817 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720554175216 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1452] ppid=1322 vsize=10822292 memory=0 CPUtime=0.16 cores=4-7
/proc/1329/task/1452/stat : 1452 (java) R 1322 1329 463 0 -1 4202560 642 13154 0 0 8 0 5 3 20 0 15 0 404602817 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720553110512 139721113048710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1453] ppid=1322 vsize=10822292 memory=0 CPUtime=0.22 cores=4-7
/proc/1329/task/1453/stat : 1453 (java) S 1322 1329 463 0 -1 1077944384 743 13154 0 0 14 0 5 3 20 0 15 0 404602817 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720552069616 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1456] ppid=1322 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/1329/task/1456/stat : 1456 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11082027008 17479 33554432000 4194304 4196468 140722409095184 139719642794848 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1460] ppid=1322 vsize=10822292 memory=3624 CPUtime=0.08 cores=4-7
/proc/1329/task/1460/stat : 1460 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602818 11082027008 17479 33554432000 4194304 4196468 140722409095184 139720551017008 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 69916 KiB

[startup+1.50103 s]
/proc/loadavg: 2.00 2.01 2.05 6/227 1461
/proc/meminfo: memFree=25490564/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=10832608 memory=198660 CPUtime=2.89 cores=4-7
/proc/1329/stat : 1329 (java) S 1322 1329 463 0 -1 1077944320 32168 13154 0 0 269 12 5 3 20 0 15 0 404602795 11092590592 49665 33554432000 4194304 4196468 140722409095184 140722409077728 139721129561847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
/proc/1329/statm: 2708152 49665 3574 1 0 2670221 0
[pid=1329/tid=1434] ppid=1322 vsize=10832608 memory=0 CPUtime=1.34 cores=4-7
/proc/1329/task/1434/stat : 1434 (java) R 1322 1329 463 0 -1 4202560 16967 13154 0 0 119 7 5 3 20 0 15 0 404602811 11092590592 49665 33554432000 4194304 4196468 140722409095184 139721101394816 139720983894287 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10832608 memory=288230596019305148 CPUtime=0.09 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 47 13154 0 0 1 0 5 3 20 0 15 0 404602811 11092590592 49665 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 69 13154 0 0 1 0 5 3 20 0 15 0 404602811 11092590592 49665 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 22 13154 0 0 1 0 5 3 20 0 15 0 404602811 11092590592 49665 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10832608 memory=279441310556896 CPUtime=0.09 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 301 13154 0 0 1 0 5 3 20 0 15 0 404602811 11092590592 49665 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 97 13154 0 0 1 0 5 3 20 0 15 0 404602813 11092590592 49665 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10832608 memory=8112282956445269571 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 14 13154 0 0 0 0 5 3 20 0 15 0 404602814 11092590592 49665 33554432000 4194304 4196468 140722409095184 139720587732192 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10832608 memory=-6526411401870300574 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 1 13154 0 0 0 0 5 3 20 0 15 0 404602814 11092590592 49665 33554432000 4194304 4196468 140722409095184 139719983751936 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10832608 memory=-6526411401870300574 CPUtime=0.08 cores=4-7

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

/proc/1329/task/1434/stat : 1434 (java) R 1322 1329 463 0 -1 4202560 83896 13154 0 0 235590 57 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139721101397568 139720733298460 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10851072 memory=1108560 CPUtime=13.64 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 19421 13154 0 0 1307 49 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10851072 memory=1108560 CPUtime=13.62 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 17994 13154 0 0 1307 47 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10851072 memory=1108560 CPUtime=13.64 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 16445 13154 0 0 1304 52 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10851072 memory=1108560 CPUtime=13.64 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 15872 13154 0 0 1307 49 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10851072 memory=1108560 CPUtime=9.14 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 19558 13154 0 0 860 46 5 3 20 0 15 0 404602813 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10851072 memory=1108560 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 29 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720587732192 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10851072 memory=3624 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 23 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277140 33554432000 4194304 4196468 140722409095184 139719983751936 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10851072 memory=1108560 CPUtime=0.08 cores=4-7
/proc/1329/task/1450/stat : 1450 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139719676352464 139721129580443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1451] ppid=1322 vsize=10851072 memory=1108560 CPUtime=8.85 cores=4-7
/proc/1329/task/1451/stat : 1451 (java) S 1322 1329 463 0 -1 1077944384 42839 13154 0 0 872 5 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720554175216 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1452] ppid=1322 vsize=10851072 memory=0 CPUtime=9.38 cores=4-7
/proc/1329/task/1452/stat : 1452 (java) S 1322 1329 463 0 -1 1077944384 46850 13154 0 0 922 8 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720553122672 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1453] ppid=1322 vsize=10851072 memory=301741416374337836 CPUtime=4.6 cores=4-7
/proc/1329/task/1453/stat : 1453 (java) S 1322 1329 463 0 -1 1077944384 32488 13154 0 0 444 8 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720552069616 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1456] ppid=1322 vsize=10851072 memory=1108560 CPUtime=0.08 cores=4-7
/proc/1329/task/1456/stat : 1456 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139719642794848 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1460] ppid=1322 vsize=10851072 memory=1108560 CPUtime=1.42 cores=4-7
/proc/1329/task/1460/stat : 1460 (java) S 1322 1329 463 0 -1 1077944384 1972 13154 0 0 61 73 5 3 20 0 15 0 404602818 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720551017008 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
Current children cumulated CPU time: 2443.87 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1108560 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.36 1.43 4/228 1699
/proc/meminfo: memFree=23493756/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=10851072 memory=1108560 CPUtime=2504.94 cores=4-7
/proc/1329/stat : 1329 (java) S 1322 1329 463 0 -1 1077944320 301338 13154 0 0 250124 362 5 3 20 0 15 0 404602795 11111497728 277140 33554432000 4194304 4196468 140722409095184 140722409077728 139721129561847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
/proc/1329/statm: 2712768 277140 3635 1 0 2674829 0
[pid=1329/tid=1434] ppid=1322 vsize=10851072 memory=1108560 CPUtime=2415.89 cores=4-7
/proc/1329/task/1434/stat : 1434 (java) R 1322 1329 463 0 -1 4202560 84649 13154 0 0 241523 58 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139721101397296 139720754756750 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10851072 memory=1108560 CPUtime=14 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 19851 13154 0 0 1342 50 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10851072 memory=1108560 CPUtime=13.98 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 18130 13154 0 0 1342 48 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10851072 memory=1108560 CPUtime=14 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 16470 13154 0 0 1339 53 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10851072 memory=1108560 CPUtime=14.01 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 16019 13154 0 0 1343 50 5 3 20 0 15 0 404602811 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10851072 memory=1108560 CPUtime=9.38 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 19784 13154 0 0 883 47 5 3 20 0 15 0 404602813 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10851072 memory=1108560 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 29 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720587732192 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10851072 memory=776 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 23 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277140 33554432000 4194304 4196468 140722409095184 139719983751936 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10851072 memory=1108560 CPUtime=0.08 cores=4-7
/proc/1329/task/1450/stat : 1450 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139719676352464 139721129580443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1451] ppid=1322 vsize=10851072 memory=1108560 CPUtime=8.85 cores=4-7
/proc/1329/task/1451/stat : 1451 (java) S 1322 1329 463 0 -1 1077944384 42841 13154 0 0 872 5 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720554175216 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1452] ppid=1322 vsize=10851072 memory=1108560 CPUtime=9.38 cores=4-7
/proc/1329/task/1452/stat : 1452 (java) S 1322 1329 463 0 -1 1077944384 46852 13154 0 0 922 8 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720553122672 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1453] ppid=1322 vsize=10851072 memory=1108560 CPUtime=4.6 cores=4-7
/proc/1329/task/1453/stat : 1453 (java) S 1322 1329 463 0 -1 1077944384 32490 13154 0 0 444 8 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720552069616 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1456] ppid=1322 vsize=10851072 memory=1108560 CPUtime=0.08 cores=4-7
/proc/1329/task/1456/stat : 1456 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277140 33554432000 4194304 4196468 140722409095184 139719642794848 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1460] ppid=1322 vsize=10851072 memory=1108560 CPUtime=1.45 cores=4-7
/proc/1329/task/1460/stat : 1460 (java) S 1322 1329 463 0 -1 1077944384 1989 13154 0 0 62 75 5 3 20 0 15 0 404602818 11111497728 277140 33554432000 4194304 4196468 140722409095184 139720551017008 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
Current children cumulated CPU time: 2504.94 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1108560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.11 s]
/proc/loadavg: 1.36 1.35 1.43 4/228 1699
/proc/meminfo: memFree=23491800/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=10851072 memory=1110608 CPUtime=2520.01 cores=4-7
/proc/1329/stat : 1329 (java) S 1322 1329 463 0 -1 1077944320 302588 13154 0 0 251630 363 5 3 20 0 15 0 404602795 11111497728 277652 33554432000 4194304 4196468 140722409095184 140722409077728 139721129561847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
/proc/1329/statm: 2712768 277652 3635 1 0 2674829 0
[pid=1329/tid=1434] ppid=1322 vsize=10851072 memory=1110608 CPUtime=2430.53 cores=4-7
/proc/1329/task/1434/stat : 1434 (java) R 1322 1329 463 0 -1 4202560 85022 13154 0 0 242987 58 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139721101397312 139720733299312 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10851072 memory=1110608 CPUtime=14.09 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 19906 13154 0 0 1351 50 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10851072 memory=1110608 CPUtime=14.07 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 18223 13154 0 0 1351 48 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10851072 memory=1110608 CPUtime=14.1 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 16847 13154 0 0 1348 54 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10851072 memory=1108560 CPUtime=14.1 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 16181 13154 0 0 1352 50 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10851072 memory=1110608 CPUtime=9.44 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 19966 13154 0 0 889 47 5 3 20 0 15 0 404602813 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 29 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720587732192 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 23 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277652 33554432000 4194304 4196468 140722409095184 139719983751936 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1450/stat : 1450 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139719676352464 139721129580443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1451] ppid=1322 vsize=10851072 memory=1110608 CPUtime=8.85 cores=4-7
/proc/1329/task/1451/stat : 1451 (java) S 1322 1329 463 0 -1 1077944384 42843 13154 0 0 872 5 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720554175216 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1452] ppid=1322 vsize=10851072 memory=1110608 CPUtime=9.38 cores=4-7
/proc/1329/task/1452/stat : 1452 (java) S 1322 1329 463 0 -1 1077944384 46854 13154 0 0 922 8 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720553122672 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1453] ppid=1322 vsize=10851072 memory=1110608 CPUtime=4.6 cores=4-7
/proc/1329/task/1453/stat : 1453 (java) S 1322 1329 463 0 -1 1077944384 32492 13154 0 0 444 8 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720552069616 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1456] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1456/stat : 1456 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139719642794848 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1460] ppid=1322 vsize=10851072 memory=301741373374332954 CPUtime=1.47 cores=4-7
/proc/1329/task/1460/stat : 1460 (java) S 1322 1329 463 0 -1 1077944384 1991 13154 0 0 63 76 5 3 20 0 15 0 404602818 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720551017008 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1110608 KiB

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

[startup+2457.14 s]
# the end of solver process 1329 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.39 s, system=3.67835 s

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

[startup+2457.11 s]
/proc/loadavg: 1.36 1.35 1.43 4/228 1699
/proc/meminfo: memFree=23491800/32770688 swapFree=66919608/67108860
[pid=1329] ppid=1322 vsize=10851072 memory=1110608 CPUtime=2520.01 cores=4-7
/proc/1329/stat : 1329 (java) S 1322 1329 463 0 -1 1077944320 302588 13154 0 0 251630 363 5 3 20 0 15 0 404602795 11111497728 277652 33554432000 4194304 4196468 140722409095184 140722409077728 139721129561847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
/proc/1329/statm: 2712768 277652 3635 1 0 2674829 0
[pid=1329/tid=1434] ppid=1322 vsize=10851072 memory=1110608 CPUtime=2430.53 cores=4-7
/proc/1329/task/1434/stat : 1434 (java) R 1322 1329 463 0 -1 4202560 85022 13154 0 0 242987 58 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139721101397312 139720733299312 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1436] ppid=1322 vsize=10851072 memory=1110608 CPUtime=14.09 cores=4-7
/proc/1329/task/1436/stat : 1436 (java) S 1322 1329 463 0 -1 1077944384 19906 13154 0 0 1351 50 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139721133804560 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1437] ppid=1322 vsize=10851072 memory=1110608 CPUtime=14.07 cores=4-7
/proc/1329/task/1437/stat : 1437 (java) S 1322 1329 463 0 -1 1077944384 18223 13154 0 0 1351 48 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139721059110032 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1438] ppid=1322 vsize=10851072 memory=1110608 CPUtime=14.1 cores=4-7
/proc/1329/task/1438/stat : 1438 (java) S 1322 1329 463 0 -1 1077944384 16847 13154 0 0 1348 54 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720701696784 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1439] ppid=1322 vsize=10851072 memory=1108560 CPUtime=14.1 cores=4-7
/proc/1329/task/1439/stat : 1439 (java) S 1322 1329 463 0 -1 1077944384 16181 13154 0 0 1352 50 5 3 20 0 15 0 404602811 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720700644240 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1444] ppid=1322 vsize=10851072 memory=1110608 CPUtime=9.44 cores=4-7
/proc/1329/task/1444/stat : 1444 (java) S 1322 1329 463 0 -1 1077944384 19966 13154 0 0 889 47 5 3 20 0 15 0 404602813 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720656201968 139721129572994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1446] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1446/stat : 1446 (java) S 1322 1329 463 0 -1 1077944384 29 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720587732192 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1448] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1448/stat : 1448 (java) S 1322 1329 463 0 -1 1077944384 23 13154 0 0 0 0 5 3 20 0 15 0 404602814 11111497728 277652 33554432000 4194304 4196468 140722409095184 139719983751936 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1450] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1450/stat : 1450 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139719676352464 139721129580443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1451] ppid=1322 vsize=10851072 memory=1110608 CPUtime=8.85 cores=4-7
/proc/1329/task/1451/stat : 1451 (java) S 1322 1329 463 0 -1 1077944384 42843 13154 0 0 872 5 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720554175216 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1452] ppid=1322 vsize=10851072 memory=1110608 CPUtime=9.38 cores=4-7
/proc/1329/task/1452/stat : 1452 (java) S 1322 1329 463 0 -1 1077944384 46854 13154 0 0 922 8 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720553122672 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1453] ppid=1322 vsize=10851072 memory=1110608 CPUtime=4.6 cores=4-7
/proc/1329/task/1453/stat : 1453 (java) S 1322 1329 463 0 -1 1077944384 32492 13154 0 0 444 8 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720552069616 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1456] ppid=1322 vsize=10851072 memory=1110608 CPUtime=0.08 cores=4-7
/proc/1329/task/1456/stat : 1456 (java) S 1322 1329 463 0 -1 1077944384 3 13154 0 0 0 0 5 3 20 0 15 0 404602817 11111497728 277652 33554432000 4194304 4196468 140722409095184 139719642794848 139721129572053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
[pid=1329/tid=1460] ppid=1322 vsize=10851072 memory=301741373374332954 CPUtime=1.47 cores=4-7
/proc/1329/task/1460/stat : 1460 (java) S 1322 1329 463 0 -1 1077944384 1991 13154 0 0 63 76 5 3 20 0 15 0 404602818 11111497728 277652 33554432000 4194304 4196468 140722409095184 139720551017008 139721129572994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7999488 140722409097974 140722409100485 140722409100485 140722409103311 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1110608 KiB

Child status: 143
Real time (s): 2457.14
CPU time (s): 2520.06
CPU user time (s): 2516.39
CPU system time (s): 3.67835
CPU usage (%): 102.561
Max. virtual memory (cumulated for all children) (KiB): 10853856
Max. memory (cumulated for all children) (KiB): 1586184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 3.67835
maximum resident set size= 1588248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316927
page faults= 0
swaps= 0
block input operations= 24
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249839
involuntary context switches= 6350


# summary of solver processes directly reported to runsolver:
#   pid: 1329
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.39
#   total CPU system time (s): 3.67835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.001 second user time and 25.5405 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-13 19:19:46
IDJOB=4386974
IDBENCH=115840
IDSOLVER=2823
FILE ID=node120/4386974-1568285964
RUNJOBID= node120-1323800386-1293
PBS_JOBID= 21701083
Free space on /tmp= 54720 MiB

SOLVER NAME= Concrete 3.10
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-4386974-1568285964/watcher-4386974-1568285964 -o /tmp/evaluation-result-4386974-1568285964/solver-4386974-1568285964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1293 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=864925325 HOME/instance-4386974-1568285964.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=864925325

node120.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.49
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.49
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.49
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.49
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	: 5329.69
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	: 5329.69
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	: 5329.69
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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25649640 kB
MemAvailable:   31809248 kB
Buffers:          118548 kB
Cached:          6305804 kB
SwapCached:        77012 kB
Active:          1474296 kB
Inactive:        5028128 kB
Active(anon):       3508 kB
Inactive(anon):   116560 kB
Active(file):    1470788 kB
Inactive(file):  4911568 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             70000 kB
Writeback:             0 kB
AnonPages:        111892 kB
Mapped:            45632 kB
Shmem:             32812 kB
Slab:             214364 kB
SReclaimable:     186176 kB
SUnreclaim:        28188 kB
KernelStack:        3392 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     510256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 54652 MiB
End job on node120 at 2011-12-13 20:00:45