Trace number 4392125

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)463 2400.12 2345.33

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-8.xml
MD5SUM3801e67c429176a130b0cb7922d17a7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark458
Best CPU time to get the best result obtained on this benchmark29.4515
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
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.70/0.55	c Concrete v3.10.1560635388952 running
19.44/7.87	o 559
19.73/7.91	o 558
19.73/7.92	o 550
21.48/8.51	o 549
21.48/8.52	o 546
21.48/8.53	o 543
21.73/8.61	o 542
21.73/8.63	o 537
21.92/8.70	o 536
23.51/9.46	o 533
24.31/9.81	o 532
24.31/9.82	o 530
24.71/10.02	o 528
35.97/19.83	o 527
36.07/19.94	o 526
36.07/19.94	o 525
36.19/20.04	o 518
36.43/20.28	o 517
36.43/20.29	o 515
42.92/26.03	o 514
44.32/27.45	o 513
44.52/27.63	o 512
44.52/27.63	o 511
44.52/27.63	o 510
44.52/27.66	o 509
44.52/27.67	o 503
47.68/30.74	o 502
47.68/30.75	o 501
49.44/32.45	o 500
49.44/32.47	o 499
49.44/32.47	o 497
51.89/34.70	o 496
51.99/34.70	o 495
51.99/34.70	o 492
51.99/34.72	o 491
51.99/34.72	o 490
51.99/34.72	o 488
51.99/34.79	o 487
52.15/34.87	o 483
72.32/54.43	o 482
81.03/62.86	o 481
81.03/62.86	o 477
82.13/63.89	o 476
82.13/63.89	o 471
100.32/81.89	o 470
202.48/182.79	o 469
202.58/182.80	o 468
202.58/182.81	o 467
202.58/182.82	o 466
202.58/182.82	o 464
275.58/254.89	o 463
2400.06/2345.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.06/2345.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.06/2345.30		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.06/2345.30		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.06/2345.30		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.06/2345.30		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.06/2345.30		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.06/2345.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2345.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2345.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2345.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2345.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.06/2345.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.06/2345.30		at scala.Option.map(Option.scala:243)
2400.06/2345.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.06/2345.30		at concrete.MAC.mac(MAC.scala:204)
2400.06/2345.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.06/2345.30		at scala.util.Try$.apply(Try.scala:212)
2400.06/2345.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2345.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2345.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2345.30		at concrete.MAC.oneRun(MAC.scala:253)
2400.06/2345.30		at concrete.MAC.nextSolution(MAC.scala:272)
2400.06/2345.30		at concrete.MAC.nextSolution(MAC.scala:355)
2400.06/2345.30		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2345.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2345.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2345.30		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2345.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.06/2345.30		at scala.util.Success.map(Try.scala:264)
2400.06/2345.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.06/2345.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2345.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2345.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2345.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2345.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2345.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2345.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2345.30		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2345.30		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2345.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2345.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2345.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2345.30		at scala.App.main(App.scala:75)
2400.06/2345.30		at scala.App.main$(App.scala:73)
2400.06/2345.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2345.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2345.31	v <instantiation
2400.06/2345.31	v         cost = '463'>
2400.06/2345.31	v       <list>
2400.06/2345.31	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] e[0] e[1] e[2] e[3] e[4] e[5] e[6] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6]
2400.06/2345.31	v       </list>
2400.06/2345.31	v       <values>
2400.06/2345.31	v         44 87 119 187 307 339 391 0 51 119 186 258 335 425 0 57 63 86 122 185 258 0 50 92 187 279 369 440 0 78 92 188 271 339 426 0 63 109 174 263 352 401 0 86 117 179 271 345 369 463 460 352 460 463 463 462 43 32 67 71 32 31 72 47 13 60 72 41 66 35 44 6 15 23 46 73 94 50 42 95 92 90 69 20 51 13 93 75 68 86 37 63 27 65 89 82 47 62 86 31 62 92 64 17 93 3 0 1 4 2 6 5 5 0 6 1 4 3 2 3 6 4 2 0 5 1 1 5 3 2 0 4 6 0 4 5 3 6 2 1 4 6 2 0 5 1 3 2 1 4 6 3 5 0 87 119 307 44 187 391 339 51 186 425 335 258 0 119 122 258 86 0 63 185 57 279 0 187 92 369 50 440 0 426 339 188 78 92 271 174 352 109 401 0 263 63 369 86 0 271 117 345 179
2400.06/2345.31	v       </values>
2400.06/2345.31	v     </instantiation>
2400.06/2345.31	s SATISFIABLE

Verifier Data

OK	463

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14829 MiB free)
  memory of node 1: 16384 MiB (15637 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,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=6681, runsolver pid=6678

[startup+0.10884 s]*
/proc/loadavg: 1.74 1.47 1.43 6/219 6738
/proc/meminfo: memFree=31178016/32770624 swapFree=66999716/67108860
[pid=6681] ppid=6678 vsize=10153664 memory=19388 CPUtime=0.1 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 4622 13015 0 0 2 1 5 2 20 0 8 0 406512829 10397351936 4847 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2538416 4847 2064 1 0 2526854 0
[pid=6681/tid=6734] ppid=6678 vsize=10355560 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) S 6678 6681 5578 0 -1 1077944384 2406 13015 0 0 1 0 5 2 20 0 9 0 406512838 10604093440 5422 33554432000 4194304 4196468 140727812427792 140572164165488 140572185026045 0 4 0 16784584 18446744071581020693 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10355560 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 9 0 406512838 10604093440 5422 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10355560 memory=140043554662016 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 9 0 406512838 10604093440 5422 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 9 0 406512838 10604093440 5422 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 9 0 406512838 10604093440 5422 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10355564 memory=140043554662016 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 9 0 406512840 10604097536 5422 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 9 0 406512840 10604093440 5426 33554432000 4194304 4196468 140727812427792 140571650765984 140572192339669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 9 0 406512841 10604093440 5426 33554432000 4194304 4196468 140727812427792 140571058365232 140572192339669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 19388 KiB

[startup+0.210273 s]*
/proc/loadavg: 1.74 1.47 1.43 3/228 6747
/proc/meminfo: memFree=31165868/32770624 swapFree=66999716/67108860
[pid=6681] ppid=6678 vsize=10818940 memory=37476 CPUtime=0.25 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 6781 13015 0 0 16 2 5 2 20 0 15 0 406512829 11078594560 9369 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2704735 9369 2960 1 0 2667149 0
[pid=6681/tid=6734] ppid=6678 vsize=10819964 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 3524 13015 0 0 10 1 5 2 20 0 15 0 406512838 11079643136 9632 33554432000 4194304 4196468 140727812427792 140572164154272 140572185009181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10819964 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079643136 9632 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10819964 memory=140043554662016 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079643136 9632 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079643136 9632 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079643136 9632 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10819964 memory=140043554662016 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 406512840 11079643136 9632 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 15 0 406512840 11079643136 9632 33554432000 4194304 4196468 140727812427792 140571650765984 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512841 11079643136 9632 33554432000 4194304 4196468 140727812427792 140571058365168 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11079643136 9632 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 569 13015 0 0 1 0 5 2 20 0 15 0 406512843 11079643136 9632 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) S 6678 6681 5578 0 -1 1077944384 54 13015 0 0 0 0 5 2 20 0 15 0 406512843 11079643136 9632 33554432000 4194304 4196468 140727812427792 140571616156528 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10819964 memory=140043554662016 CPUtime=0.1 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) S 6678 6681 5578 0 -1 1077944384 638 13015 0 0 3 0 5 2 20 0 15 0 406512843 11079643136 9632 33554432000 4194304 4196468 140727812427792 140571615103472 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6746] ppid=6678 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6746/stat : 6746 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11079643136 9632 33554432000 4194304 4196468 140727812427792 140570717408096 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6747] ppid=6678 vsize=10819964 memory=140043554662016 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6747/stat : 6747 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512844 11079643136 9632 33554432000 4194304 4196468 140727812427792 140571614050864 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37476 KiB

[startup+0.315894 s]*
/proc/loadavg: 1.74 1.47 1.43 4/228 6747
/proc/meminfo: memFree=31153908/32770624 swapFree=66999716/67108860
[pid=6681] ppid=6678 vsize=10820244 memory=48892 CPUtime=0.4 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 10508 13015 0 0 29 4 5 2 20 0 15 0 406512829 11079929856 12223 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2705061 12223 3279 1 0 2667149 0
[pid=6681/tid=6734] ppid=6678 vsize=10820244 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 6979 13015 0 0 19 2 5 2 20 0 15 0 406512838 11079929856 12223 33554432000 4194304 4196468 140727812427792 140572164141904 140572192351389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10820244 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079929856 12223 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10820244 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079929856 12223 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079929856 12223 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 406512838 11079929856 12223 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 406512840 11079929856 12223 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 15 0 406512840 11079929856 12223 33554432000 4194304 4196468 140727812427792 140571650765984 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512841 11079929856 12223 33554432000 4194304 4196468 140727812427792 140571058365168 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11079929856 12223 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 570 13015 0 0 2 0 5 2 20 0 15 0 406512843 11079929856 12223 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) R 6678 6681 5578 0 -1 4202560 62 13015 0 0 1 0 5 2 20 0 15 0 406512843 11079929856 12223 33554432000 4194304 4196468 140727812427792 140571616156528 140572170125355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10820244 memory=140043554662016 CPUtime=0.12 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) S 6678 6681 5578 0 -1 1077944384 651 13015 0 0 5 0 5 2 20 0 15 0 406512843 11079929856 12223 33554432000 4194304 4196468 140727812427792 140571615103472 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6746] ppid=6678 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6746/stat : 6746 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11079929856 12223 33554432000 4194304 4196468 140727812427792 140570717408096 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6747] ppid=6678 vsize=10820244 memory=140043554662016 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6747/stat : 6747 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512844 11079929856 12223 33554432000 4194304 4196468 140727812427792 140571614050864 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 48892 KiB

[startup+0.701865 s]
/proc/loadavg: 1.74 1.47 1.43 7/228 6747
/proc/meminfo: memFree=31139892/32770624 swapFree=66999716/67108860
[pid=6681] ppid=6678 vsize=10824340 memory=78792 CPUtime=1.13 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 14397 13015 0 0 101 5 5 2 20 0 15 0 406512829 11084124160 19698 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2706085 19698 3507 1 0 2668173 0
[pid=6681/tid=6734] ppid=6678 vsize=10824340 memory=11852 CPUtime=0.66 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 10088 13015 0 0 55 4 5 2 20 0 15 0 406512838 11084124160 19698 33554432000 4194304 4196468 140727812427792 140572164159952 140572184566590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10824340 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11084124160 19698 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10824340 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11084124160 19698 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10824340 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512838 11084124160 19698 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10824340 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 2 13015 0 0 0 0 5 2 20 0 15 0 406512838 11084124160 19698 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10824340 memory=7305218370954224976 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 5 13015 0 0 0 0 5 2 20 0 15 0 406512840 11084124160 19698 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10824340 memory=7739276948478060650 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 33 13015 0 0 0 0 5 2 20 0 15 0 406512840 11084124160 19698 33554432000 4194304 4196468 140727812427792 140571650765984 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10824340 memory=5787781278142058576 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512841 11084124160 19698 33554432000 4194304 4196468 140727812427792 140571058365168 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10824340 memory=5450909908396307978 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11084124160 19698 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10824340 memory=-7533522213388100735 CPUtime=0.22 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 935 13015 0 0 15 0 5 2 20 0 15 0 406512843 11084124160 19698 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10824340 memory=6944656591801717918 CPUtime=0.2 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) S 6678 6681 5578 0 -1 1077944384 324 13015 0 0 13 0 5 2 20 0 15 0 406512843 11084124160 19698 33554432000 4194304 4196468 140727812427792 140571616156528 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) R 6678 6681 5578 0 -1 4202560 794 13015 0 0 17 0 5 2 20 0 15 0 406512843 11084124160 19698 33554432000 4194304 4196468 140727812427792 140571615103472 140572192350810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6746] ppid=6678 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6746/stat : 6746 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11084124160 19698 33554432000 4194304 4196468 140727812427792 140570717408096 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6747] ppid=6678 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6747/stat : 6747 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512844 11084124160 19698 33554432000 4194304 4196468 140727812427792 140571614050864 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78792 KiB

[startup+1.50634 s]
/proc/loadavg: 1.74 1.47 1.43 4/228 6747
/proc/meminfo: memFree=31045080/32770624 swapFree=66999716/67108860
[pid=6681] ppid=6678 vsize=10834656 memory=166588 CPUtime=2.51 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 21515 13015 0 0 234 10 5 2 20 0 15 0 406512829 11094687744 41647 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2708664 41647 3577 1 0 2670733 0
[pid=6681/tid=6734] ppid=6678 vsize=10834656 memory=55 CPUtime=1.43 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 15139 13015 0 0 130 6 5 2 20 0 15 0 406512838 11094687744 41647 33554432000 4194304 4196468 140727812427792 140572164127056 140572192341398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 21 13015 0 0 1 0 5 2 20 0 15 0 406512838 11094687744 41647 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 81 13015 0 0 1 0 5 2 20 0 15 0 406512838 11094687744 41647 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10834656 memory=18141941861341 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 354 13015 0 0 1 0 5 2 20 0 15 0 406512838 11094687744 41647 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10834656 memory=-5587106307024652944 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 72 13015 0 0 1 0 5 2 20 0 15 0 406512838 11094687744 41647 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10834656 memory=-2892745056951965031 CPUtime=0.08 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 448 13015 0 0 1 0 5 2 20 0 15 0 406512840 11094687744 41647 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10834656 memory=-7161732098441943118 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 34 13015 0 0 0 0 5 2 20 0 15 0 406512840 11094687744 41647 33554432000 4194304 4196468 140727812427792 140571650766048 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10834656 memory=3472328296227736225 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 1 13015 0 0 0 0 5 2 20 0 15 0 406512841 11094687744 41647 33554432000 4194304 4196468 140727812427792 140571058365184 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10834656 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11094687744 41647 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10834656 memory=-2605811476043407915 CPUtime=0.34 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 1182 13015 0 0 27 0 5 2 20 0 15 0 406512843 11094687744 41647 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10834656 memory=6944656575208382560 CPUtime=0.34 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) R 6678 6681 5578 0 -1 1077944384 434 13015 0 0 27 0 5 2 20 0 15 0 406512843 11094687744 41647 33554432000 4194304 4196468 140727812427792 140571616156528 140572192340610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10834656 memory=8128038100524242582 CPUtime=0.49 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) R 6678 6681 5578 0 -1 4202560 1537 13015 0 0 42 0 5 2 20 0 15 0 406512843 11094687744 41647 33554432000 4194304 4196468 140727812427792 140571615099152 140572184664495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0

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

/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 88150 13015 0 0 223760 56 5 2 20 0 15 0 406512838 11111497728 289203 33554432000 4194304 4196468 140727812427792 140572164164560 140571750545279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10851072 memory=1156812 CPUtime=12.23 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 27016 13015 0 0 1166 50 5 2 20 0 15 0 406512838 11111497728 289203 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10851072 memory=1156812 CPUtime=12.19 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 19419 13015 0 0 1160 52 5 2 20 0 15 0 406512838 11111497728 289203 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10851072 memory=280086898454816 CPUtime=12.18 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 23474 13015 0 0 1159 52 5 2 20 0 15 0 406512838 11111497728 289203 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10851072 memory=1156812 CPUtime=12.19 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 23063 13015 0 0 1159 53 5 2 20 0 15 0 406512838 11111497728 289203 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10851072 memory=1156812 CPUtime=9.5 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 21739 13015 0 0 892 51 5 2 20 0 15 0 406512840 11111497728 289203 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10851072 memory=1156812 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 45 13015 0 0 0 0 5 2 20 0 15 0 406512840 11111497728 289203 33554432000 4194304 4196468 140727812427792 140571650766048 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10851072 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 7 13015 0 0 0 0 5 2 20 0 15 0 406512841 11111497728 289203 33554432000 4194304 4196468 140727812427792 140571058365184 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10851072 memory=1156812 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289203 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10851072 memory=130 CPUtime=7.3 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 40646 13015 0 0 717 6 5 2 20 0 15 0 406512843 11111497728 289203 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10851072 memory=1156812 CPUtime=7.09 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) S 6678 6681 5578 0 -1 1077944384 28473 13015 0 0 695 7 5 2 20 0 15 0 406512843 11111497728 289203 33554432000 4194304 4196468 140727812427792 140571616156528 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10851072 memory=1156812 CPUtime=3.95 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) S 6678 6681 5578 0 -1 1077944384 32901 13015 0 0 381 7 5 2 20 0 15 0 406512843 11111497728 289203 33554432000 4194304 4196468 140727812427792 140571615103472 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6746] ppid=6678 vsize=10851072 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6746/stat : 6746 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289203 33554432000 4194304 4196468 140727812427792 140570717408096 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6747] ppid=6678 vsize=10851072 memory=33236 CPUtime=1.37 cores=1,3,5,7
/proc/6681/task/6747/stat : 6747 (java) S 6678 6681 5578 0 -1 1077944384 1142 13015 0 0 56 74 5 2 20 0 15 0 406512844 11111497728 289203 33554432000 4194304 4196468 140727812427792 140571614050864 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 2315.69 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1156812 KiB

[startup+2322.3 s]
/proc/loadavg: 1.46 1.48 1.42 3/229 6985
/proc/meminfo: memFree=29496252/32770624 swapFree=66999732/67108860
[pid=6681] ppid=6678 vsize=10851072 memory=1158860 CPUtime=2376.7 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 309914 13015 0 0 237298 365 5 2 20 0 15 0 406512829 11111497728 289715 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2712768 289715 3629 1 0 2674829 0
[pid=6681/tid=6734] ppid=6678 vsize=10851072 memory=1158860 CPUtime=2297.51 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 88974 13015 0 0 229688 56 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572164165920 140571750846048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.6 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 27322 13015 0 0 1200 53 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.54 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 19516 13015 0 0 1194 53 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.53 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 23509 13015 0 0 1191 55 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.54 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 23183 13015 0 0 1193 54 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10851072 memory=1158860 CPUtime=9.77 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 21963 13015 0 0 917 53 5 2 20 0 15 0 406512840 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10851072 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 45 13015 0 0 0 0 5 2 20 0 15 0 406512840 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571650766048 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 7 13015 0 0 0 0 5 2 20 0 15 0 406512841 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571058365184 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10851072 memory=1158860 CPUtime=7.3 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 40648 13015 0 0 717 6 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10851072 memory=1158860 CPUtime=7.09 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) S 6678 6681 5578 0 -1 1077944384 28475 13015 0 0 695 7 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571616156528 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10851072 memory=1240 CPUtime=3.95 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) S 6678 6681 5578 0 -1 1077944384 32903 13015 0 0 381 7 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571615103472 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6746] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6746/stat : 6746 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140570717408096 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6747] ppid=6678 vsize=10851072 memory=1158860 CPUtime=1.41 cores=1,3,5,7
/proc/6681/task/6747/stat : 6747 (java) S 6678 6681 5578 0 -1 1077944384 1157 13015 0 0 58 76 5 2 20 0 15 0 406512844 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571614050864 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 2376.7 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1158860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.3 s]
/proc/loadavg: 1.46 1.48 1.42 4/229 7120
/proc/meminfo: memFree=30448096/32770624 swapFree=66999732/67108860
[pid=6681] ppid=6678 vsize=10851072 memory=1158860 CPUtime=2400.06 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 310654 13015 0 0 239632 367 5 2 20 0 15 0 406512829 11111497728 289715 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2712768 289715 3629 1 0 2674829 0
[pid=6681/tid=6734] ppid=6678 vsize=10851072 memory=1158860 CPUtime=2320.26 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 89354 13015 0 0 231962 57 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572164165888 140571764453816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.73 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 27366 13015 0 0 1213 53 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.66 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 19786 13015 0 0 1206 53 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10851072 memory=0 CPUtime=12.65 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 23510 13015 0 0 1203 55 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.68 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 23186 13015 0 0 1206 55 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10851072 memory=1158860 CPUtime=9.86 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 21995 13015 0 0 926 53 5 2 20 0 15 0 406512840 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 45 13015 0 0 0 0 5 2 20 0 15 0 406512840 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571650766048 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 7 13015 0 0 0 0 5 2 20 0 15 0 406512841 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571058365184 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10851072 memory=280086897777920 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10851072 memory=1158860 CPUtime=7.3 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 40650 13015 0 0 717 6 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10851072 memory=1158860 CPUtime=7.09 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) S 6678 6681 5578 0 -1 1077944384 28477 13015 0 0 695 7 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571616156528 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10851072 memory=2116 CPUtime=3.95 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) S 6678 6681 5578 0 -1 1077944384 32905 13015 0 0 381 7 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571615103472 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6746] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6746/stat : 6746 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140570717408096 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6747] ppid=6678 vsize=10851072 memory=1158860 CPUtime=1.42 cores=1,3,5,7
/proc/6681/task/6747/stat : 6747 (java) S 6678 6681 5578 0 -1 1077944384 1161 13015 0 0 58 77 5 2 20 0 15 0 406512844 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571614050864 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1158860 KiB

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

[startup+2345.33 s]
# the end of solver process 6681 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.4 s, system=3.713 s

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

[startup+2345.3 s]
/proc/loadavg: 1.46 1.48 1.42 4/229 7120
/proc/meminfo: memFree=30448096/32770624 swapFree=66999732/67108860
[pid=6681] ppid=6678 vsize=10851072 memory=1158860 CPUtime=2400.06 cores=1,3,5,7
/proc/6681/stat : 6681 (java) S 6678 6681 5578 0 -1 1077944320 310654 13015 0 0 239632 367 5 2 20 0 15 0 406512829 11111497728 289715 33554432000 4194304 4196468 140727812427792 140727812410336 140572192329463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
/proc/6681/statm: 2712768 289715 3629 1 0 2674829 0
[pid=6681/tid=6734] ppid=6678 vsize=10851072 memory=1158860 CPUtime=2320.26 cores=1,3,5,7
/proc/6681/task/6734/stat : 6734 (java) R 6678 6681 5578 0 -1 4202560 89354 13015 0 0 231962 57 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572164165888 140571764453816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6735] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.73 cores=1,3,5,7
/proc/6681/task/6735/stat : 6735 (java) S 6678 6681 5578 0 -1 1077944384 27366 13015 0 0 1213 53 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572196572176 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6736] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.66 cores=1,3,5,7
/proc/6681/task/6736/stat : 6736 (java) S 6678 6681 5578 0 -1 1077944384 19786 13015 0 0 1206 53 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572084845712 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6737] ppid=6678 vsize=10851072 memory=0 CPUtime=12.65 cores=1,3,5,7
/proc/6681/task/6737/stat : 6737 (java) S 6678 6681 5578 0 -1 1077944384 23510 13015 0 0 1203 55 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572083792656 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6738] ppid=6678 vsize=10851072 memory=1158860 CPUtime=12.68 cores=1,3,5,7
/proc/6681/task/6738/stat : 6738 (java) S 6678 6681 5578 0 -1 1077944384 23186 13015 0 0 1206 55 5 2 20 0 15 0 406512838 11111497728 289715 33554432000 4194304 4196468 140727812427792 140572082740112 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6739] ppid=6678 vsize=10851072 memory=1158860 CPUtime=9.86 cores=1,3,5,7
/proc/6681/task/6739/stat : 6739 (java) S 6678 6681 5578 0 -1 1077944384 21995 13015 0 0 926 53 5 2 20 0 15 0 406512840 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571651819760 140572192340610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6740] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6740/stat : 6740 (java) S 6678 6681 5578 0 -1 1077944384 45 13015 0 0 0 0 5 2 20 0 15 0 406512840 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571650766048 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6741] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6741/stat : 6741 (java) S 6678 6681 5578 0 -1 1077944384 7 13015 0 0 0 0 5 2 20 0 15 0 406512841 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571058365184 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6742] ppid=6678 vsize=10851072 memory=280086897777920 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6742/stat : 6742 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140570750965712 140572192348059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6743] ppid=6678 vsize=10851072 memory=1158860 CPUtime=7.3 cores=1,3,5,7
/proc/6681/task/6743/stat : 6743 (java) S 6678 6681 5578 0 -1 1077944384 40650 13015 0 0 717 6 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571617209072 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6744] ppid=6678 vsize=10851072 memory=1158860 CPUtime=7.09 cores=1,3,5,7
/proc/6681/task/6744/stat : 6744 (java) S 6678 6681 5578 0 -1 1077944384 28477 13015 0 0 695 7 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571616156528 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6745] ppid=6678 vsize=10851072 memory=2116 CPUtime=3.95 cores=1,3,5,7
/proc/6681/task/6745/stat : 6745 (java) S 6678 6681 5578 0 -1 1077944384 32905 13015 0 0 381 7 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571615103472 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6746] ppid=6678 vsize=10851072 memory=1158860 CPUtime=0.07 cores=1,3,5,7
/proc/6681/task/6746/stat : 6746 (java) S 6678 6681 5578 0 -1 1077944384 3 13015 0 0 0 0 5 2 20 0 15 0 406512843 11111497728 289715 33554432000 4194304 4196468 140727812427792 140570717408096 140572192339669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
[pid=6681/tid=6747] ppid=6678 vsize=10851072 memory=1158860 CPUtime=1.42 cores=1,3,5,7
/proc/6681/task/6747/stat : 6747 (java) S 6678 6681 5578 0 -1 1077944384 1161 13015 0 0 58 77 5 2 20 0 15 0 406512844 11111497728 289715 33554432000 4194304 4196468 140727812427792 140571614050864 140572192340610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11808768 140727812434678 140727812437189 140727812437189 140727812440015 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1158860 KiB

Child status: 143
Real time (s): 2345.33
CPU time (s): 2400.12
CPU user time (s): 2396.4
CPU system time (s): 3.713
CPU usage (%): 102.336
Max. virtual memory (cumulated for all children) (KiB): 10856652
Max. memory (cumulated for all children) (KiB): 1259588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.4
system time used= 3.713
maximum resident set size= 1261652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261426
involuntary context switches= 5789


# summary of solver processes directly reported to runsolver:
#   pid: 6681
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.4
#   total CPU system time (s): 3.713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0664 second user time and 25.2877 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 18:32:27
IDJOB=4392125
IDBENCH=115852
IDSOLVER=2837
FILE ID=node146/4392125-1568305988
RUNJOBID= node146-1568301260-5610
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

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

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=445186752

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31199212 kB
MemAvailable:   31457712 kB
Buffers:          113728 kB
Cached:           426324 kB
SwapCached:         5324 kB
Active:           754084 kB
Inactive:         238260 kB
Active(anon):     469820 kB
Inactive(anon):    20816 kB
Active(file):     284264 kB
Inactive(file):   217444 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999716 kB
Dirty:             35348 kB
Writeback:             0 kB
AnonPages:        569240 kB
Mapped:            53740 kB
Shmem:             29076 kB
Slab:             174104 kB
SReclaimable:     145256 kB
SUnreclaim:        28848 kB
KernelStack:        4000 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1826196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 19:11:33