Trace number 4386977

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 2520.11 2464.64

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.0983
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.64/0.59	c Concrete v3.10.1560635388952 running
15.75/6.27	o 559
15.75/6.30	o 558
16.10/6.32	o 557
16.10/6.33	o 554
16.40/6.40	o 553
16.40/6.41	o 551
16.40/6.47	o 541
16.40/6.48	o 540
16.40/6.48	o 538
17.04/6.61	o 537
17.04/6.61	o 532
17.34/6.79	o 526
17.66/6.81	o 522
19.12/7.38	o 521
20.07/7.72	o 520
20.07/7.73	o 519
20.07/7.79	o 518
20.34/7.84	o 517
20.34/7.85	o 516
20.34/7.85	o 515
20.34/7.86	o 512
20.34/7.87	o 511
20.34/7.89	o 510
20.55/7.96	o 504
20.78/8.02	o 497
20.78/8.03	o 494
20.78/8.07	o 490
20.78/8.08	o 489
20.78/8.08	o 488
20.78/8.10	o 487
21.09/8.14	o 486
21.09/8.15	o 481
21.35/8.22	o 480
21.35/8.23	o 479
21.35/8.23	o 478
49.68/32.78	o 477
49.99/33.03	o 476
49.99/33.03	o 475
49.99/33.03	o 474
49.99/33.04	o 473
52.57/35.56	o 472
52.57/35.56	o 471
74.38/56.32	o 469
132.89/114.30	o 468
132.89/114.31	o 467
132.89/114.31	o 466
132.89/114.31	o 465
135.52/116.96	o 464
137.06/118.40	o 463
2520.06/2464.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2464.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2464.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2464.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2464.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2464.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2464.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2464.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2464.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2464.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2464.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2464.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2464.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2464.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2464.60		at scala.Option.map(Option.scala:243)
2520.06/2464.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2464.60		at concrete.MAC.mac(MAC.scala:204)
2520.06/2464.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.06/2464.60		at scala.util.Try$.apply(Try.scala:212)
2520.06/2464.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2464.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2464.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2464.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2464.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2464.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2464.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2464.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2464.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2464.60		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2464.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.06/2464.60		at scala.util.Success.map(Try.scala:264)
2520.06/2464.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.06/2464.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2464.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2464.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2464.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2464.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2464.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2464.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2464.60		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2464.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2464.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2464.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2464.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2464.61		at scala.App.main(App.scala:75)
2520.06/2464.61		at scala.App.main$(App.scala:73)
2520.06/2464.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2464.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2464.61	v <instantiation
2520.06/2464.61	v         cost = '463'>
2520.06/2464.61	v       <list>
2520.06/2464.61	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]
2520.06/2464.61	v       </list>
2520.06/2464.61	v       <values>
2520.06/2464.61	v         0 161 201 232 316 359 391 11 59 82 129 188 282 357 0 46 69 113 128 134 263 0 69 161 211 256 346 368 0 68 113 198 284 391 448 0 82 109 165 254 317 380 3 72 170 232 263 285 371 463 429 357 463 461 445 463 67 32 31 71 43 32 72 35 13 47 41 66 60 72 46 23 44 15 6 73 94 69 92 50 42 90 20 95 68 37 75 86 93 51 13 82 27 47 89 62 63 65 64 93 62 31 17 86 92 1 2 6 4 3 0 5 2 0 5 4 3 6 1 0 2 3 4 6 5 1 4 2 1 5 0 6 3 6 1 3 2 5 0 4 5 6 1 0 3 4 2 3 0 4 1 5 2 6 359 0 161 316 232 391 201 59 357 11 188 129 82 282 0 263 46 69 113 134 128 256 161 69 368 0 211 346 391 68 198 113 448 284 0 165 109 380 254 317 0 82 72 232 285 3 170 263 371
2520.06/2464.61	v       </values>
2520.06/2464.61	v     </instantiation>
2520.06/2464.61	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 (15394 MiB free)
  memory of node 1: 16384 MiB (15571 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386977-1568285969/watcher-4386977-1568285969 -o /tmp/evaluation-result-4386977-1568285969/solver-4386977-1568285969 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6016 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1494679328 HOME/instance-4386977-1568285969.xml 

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

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


[startup+0.100087 s]*
/proc/loadavg: 1.71 1.95 1.93 4/223 6119
/proc/meminfo: memFree=31683316/32770624 swapFree=66915992/67108860
[pid=6046] ppid=6043 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/6046/stat : 6046 (bash) S 6043 6046 5064 0 -1 4202496 895 5690 1 0 0 0 0 1 20 0 1 0 404534850 115974144 404 33554432000 4194304 5098028 140730056410912 140730056404920 140316605316096 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 25931776 140730056414228 140730056414353 140730056414353 140730056417262 0
/proc/6046/statm: 28314 404 320 221 0 119 0
[pid=6098] ppid=6046 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/6098/stat : 6098 (bash) S 6046 6046 5064 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 404534855 115974144 177 33554432000 4194304 5098028 140730056410912 140730056403592 140316605141628 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25931776 140730056414228 140730056414353 140730056414353 140730056417262 0
/proc/6098/statm: 28314 177 93 221 0 119 0
[pid=6100] ppid=6098 vsize=10593144 memory=22260 CPUtime=0.05 cores=0,2,4,6
/proc/6100/stat : 6100 (java) S 6098 6046 5064 0 -1 1077944320 4545 0 0 0 4 1 0 0 20 0 14 0 404534855 10847379456 5565 33554432000 4194304 4196468 140731738781552 140731738764096 139868294618871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
/proc/6100/statm: 2648286 5565 2549 1 0 2610827 0
[pid=6100/tid=6105] ppid=6098 vsize=10594172 memory=8326441210107759528 CPUtime=0.04 cores=0,2,4,6
/proc/6100/task/6105/stat : 6105 (java) R 6098 6046 5064 0 -1 4202560 2719 0 0 0 4 0 0 0 20 0 14 0 404534855 10848432128 5631 33554432000 4194304 4196468 140731738781552 139868298856352 139868287358693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6110] ppid=6098 vsize=10594172 memory=664964232733811010 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6110/stat : 6110 (java) S 6098 6046 5064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404534856 10848432128 5631 33554432000 4194304 4196468 140731738781552 139868231309968 139868294629077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6111] ppid=6098 vsize=10594172 memory=140382514189952 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6111/stat : 6111 (java) S 6098 6046 5064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404534856 10848432128 5631 33554432000 4194304 4196468 140731738781552 139868230257168 139868294629077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6112] ppid=6098 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6112/stat : 6112 (java) S 6098 6046 5064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404534856 10915540992 5631 33554432000 4194304 4196468 140731738781552 139868229204368 139868294629077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6113] ppid=6098 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6113/stat : 6113 (java) S 6098 6046 5064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404534856 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867897850128 139868294629077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6115] ppid=6098 vsize=10659708 memory=140382514189952 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6115/stat : 6115 (java) S 6098 6046 5064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404534858 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867531832176 139868294630018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6117] ppid=6098 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6117/stat : 6117 (java) S 6098 6046 5064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 404534858 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867530778144 139868294629077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6119] ppid=6098 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6119/stat : 6119 (java) S 6098 6046 5064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 404534858 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867529725296 139868294629077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6124] ppid=6098 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6124/stat : 6124 (java) S 6098 6046 5064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404534861 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867528673616 139868294637467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6125] ppid=6098 vsize=10659708 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6125/stat : 6125 (java) S 6098 6046 5064 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 404534861 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867527620976 139868294630018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6127] ppid=6098 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6127/stat : 6127 (java) S 6098 6046 5064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404534861 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867526568176 139868294630018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6128] ppid=6098 vsize=10659708 memory=140382514189952 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6128/stat : 6128 (java) S 6098 6046 5064 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 15 0 404534861 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867525515376 139868294630018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6129] ppid=6098 vsize=10659708 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6129/stat : 6129 (java) S 6098 6046 5064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404534861 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867524462816 139868294629077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6100/tid=6131] ppid=6098 vsize=10659708 memory=140382514189952 CPUtime=0 cores=0,2,4,6
/proc/6100/task/6131/stat : 6131 (java) S 6098 6046 5064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404534861 10915540992 5631 33554432000 4194304 4196468 140731738781552 139867523411120 139868294630018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140731738789004 140731738789018 140731738789018 140731738791887 0
[pid=6101] ppid=6098 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/6101/stat : 6101 (awk) S 6098 6046 5064 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 404534855 116211712 242 33554432000 4194304 4609284 140731121901712 140731121900888 139994586942464 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 18931712 140731121902780 140731121902810 140731121902810 140731121905647 0
/proc/6101/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 25552 KiB

[startup+0.21122 s]*
/proc/loadavg: 1.71 1.95 1.93 5/229 6177
/proc/meminfo: memFree=31671508/32770624 swapFree=66915992/67108860
[pid=6046] ppid=6043 vsize=10818900 memory=31560 CPUtime=0.19 cores=0,2,4,6
/proc/6046/stat : 6046 (java) S 6043 6046 5064 0 -1 1077944320 6783 13002 1 0 10 1 5 3 20 0 15 0 404534850 11078553600 7890 33554432000 4194304 4196468 140722636156560 140722636139104 139846744014583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
/proc/6046/statm: 2704725 7890 2958 1 0 2667149 0
[pid=6046/tid=6151] ppid=6043 vsize=10818900 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/6046/task/6151/stat : 6151 (java) R 6043 6046 5064 0 -1 4202560 3362 13002 0 0 7 0 5 3 20 0 15 0 404534863 11078553600 7956 33554432000 4194304 4196468 140722636156560 139846715841864 139846299524039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10818900 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6153/stat : 6153 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11078553600 7956 33554432000 4194304 4196468 140722636156560 139846748256656 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6155] ppid=6043 vsize=10818900 memory=140382517000792 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6155/stat : 6155 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11078553600 7956 33554432000 4194304 4196468 140722636156560 139846636529936 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6157] ppid=6043 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6157/stat : 6157 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11078553600 7956 33554432000 4194304 4196468 140722636156560 139846635477648 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6159] ppid=6043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6159/stat : 6159 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534864 11078553600 7956 33554432000 4194304 4196468 140722636156560 139846634424848 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6161] ppid=6043 vsize=10818900 memory=140382514189952 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6161/stat : 6161 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534865 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845745764976 139846744025730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6162] ppid=6043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6162/stat : 6162 (java) S 6043 6046 5064 0 -1 1077944384 33 13002 0 0 0 0 5 3 20 0 15 0 404534865 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845744710944 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6164] ppid=6043 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6164/stat : 6164 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534866 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845611546224 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6170] ppid=6043 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6170/stat : 6170 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534868 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845304146512 139846744033179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6171] ppid=6043 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6171/stat : 6171 (java) R 6043 6046 5064 0 -1 1077944384 296 13002 0 0 0 0 5 3 20 0 15 0 404534868 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845711153264 139846744025730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6172] ppid=6043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6172/stat : 6172 (java) R 6043 6046 5064 0 -1 4202560 282 13002 0 0 0 0 5 3 20 0 15 0 404534868 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845710092112 139846721616973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6173] ppid=6043 vsize=10818900 memory=140382514189952 CPUtime=0.09 cores=0,2,4,6
/proc/6046/task/6173/stat : 6173 (java) R 6043 6046 5064 0 -1 4202560 597 13002 0 0 1 0 5 3 20 0 15 0 404534869 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845709044120 139846736251710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6175] ppid=6043 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6175/stat : 6175 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534869 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845270587872 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6177] ppid=6043 vsize=10818900 memory=140382514189952 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6177/stat : 6177 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534869 11078553600 7956 33554432000 4194304 4196468 140722636156560 139845707996080 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 31560 KiB

[startup+0.311565 s]*
/proc/loadavg: 1.71 1.95 1.93 7/229 6177
/proc/meminfo: memFree=31641648/32770624 swapFree=66915992/67108860
[pid=6046] ppid=6043 vsize=10819084 memory=45324 CPUtime=0.35 cores=0,2,4,6
/proc/6046/stat : 6046 (java) S 6043 6046 5064 0 -1 1077944320 10054 13002 1 0 24 3 5 3 20 0 15 0 404534850 11078742016 11331 33554432000 4194304 4196468 140722636156560 140722636139104 139846744014583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
/proc/6046/statm: 2704771 11331 3030 1 0 2667149 0
[pid=6046/tid=6151] ppid=6043 vsize=10820108 memory=8317482817917895235 CPUtime=0.26 cores=0,2,4,6
/proc/6046/task/6151/stat : 6151 (java) R 6043 6046 5064 0 -1 4202560 6687 13002 0 0 16 2 5 3 20 0 15 0 404534863 11079790592 11349 33554432000 4194304 4196468 140722636156560 139846715796720 139846736694301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10820108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6153/stat : 6153 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11079790592 11349 33554432000 4194304 4196468 140722636156560 139846748256656 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6155] ppid=6043 vsize=10819084 memory=140382415448751 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6155/stat : 6155 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11078742016 11349 33554432000 4194304 4196468 140722636156560 139846636529936 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6157] ppid=6043 vsize=10820108 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6157/stat : 6157 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11079790592 11349 33554432000 4194304 4196468 140722636156560 139846635477648 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6159] ppid=6043 vsize=10820108 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6159/stat : 6159 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534864 11079790592 11349 33554432000 4194304 4196468 140722636156560 139846634424848 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6161] ppid=6043 vsize=10820108 memory=140382514189952 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6161/stat : 6161 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534865 11079790592 11349 33554432000 4194304 4196468 140722636156560 139845745764976 139846744025730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6162] ppid=6043 vsize=10819084 memory=3688501078341464111 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6162/stat : 6162 (java) S 6043 6046 5064 0 -1 1077944384 33 13002 0 0 0 0 5 3 20 0 15 0 404534865 11078742016 11349 33554432000 4194304 4196468 140722636156560 139845744710944 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6164] ppid=6043 vsize=10819084 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6164/stat : 6164 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534866 11078742016 11349 33554432000 4194304 4196468 140722636156560 139845611546224 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6170] ppid=6043 vsize=10820108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6170/stat : 6170 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534868 11079790592 11349 33554432000 4194304 4196468 140722636156560 139845304146512 139846744033179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6171] ppid=6043 vsize=10820108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6046/task/6171/stat : 6171 (java) R 6043 6046 5064 0 -1 4202560 334 13002 0 0 1 0 5 3 20 0 15 0 404534868 11079790592 11349 33554432000 4194304 4196468 140722636156560 139845711153264 139846721238736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6172] ppid=6043 vsize=10820108 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6046/task/6172/stat : 6172 (java) S 6043 6046 5064 0 -1 1077944384 299 13002 0 0 1 0 5 3 20 0 15 0 404534868 11079790592 11349 33554432000 4194304 4196468 140722636156560 139845710100464 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6173] ppid=6043 vsize=10819084 memory=280764929659456 CPUtime=0.13 cores=0,2,4,6
/proc/6046/task/6173/stat : 6173 (java) S 6043 6046 5064 0 -1 1077944384 623 13002 0 0 5 0 5 3 20 0 15 0 404534869 11078742016 11349 33554432000 4194304 4196468 140722636156560 139845709048176 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6175] ppid=6043 vsize=10819084 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6175/stat : 6175 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534869 11078742016 11349 33554432000 4194304 4196468 140722636156560 139845270587872 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6177] ppid=6043 vsize=10820108 memory=280764929583320 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6177/stat : 6177 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534869 11079790592 11349 33554432000 4194304 4196468 140722636156560 139845707996080 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 45324 KiB

[startup+0.700773 s]
/proc/loadavg: 1.66 1.93 1.93 5/229 6177
/proc/meminfo: memFree=31617680/32770624 swapFree=66915992/67108860
[pid=6046] ppid=6043 vsize=10822292 memory=71588 CPUtime=0.95 cores=0,2,4,6
/proc/6046/stat : 6046 (java) S 6043 6046 5064 0 -1 1077944320 14060 13002 1 0 83 4 5 3 20 0 15 0 404534850 11082027008 17897 33554432000 4194304 4196468 140722636156560 140722636139104 139846744014583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
/proc/6046/statm: 2705573 17897 3480 1 0 2667661 0
[pid=6046/tid=6151] ppid=6043 vsize=10822292 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/6046/task/6151/stat : 6151 (java) D 6043 6046 5064 0 -1 1077944384 9851 13002 0 0 48 3 5 3 20 0 15 0 404534863 11082027008 17897 33554432000 4194304 4196468 140722636156560 139846715837568 139846744036605 0 4 0 16800975 18446744072101584420 0 0 -1 2 0 0 3 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6153/stat : 6153 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11082027008 17897 33554432000 4194304 4196468 140722636156560 139846748256656 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6155] ppid=6043 vsize=10822292 memory=8387336197708910105 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6155/stat : 6155 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11082027008 17897 33554432000 4194304 4196468 140722636156560 139846636529936 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6157] ppid=6043 vsize=10822292 memory=5792282575650246736 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6157/stat : 6157 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534864 11082027008 17897 33554432000 4194304 4196468 140722636156560 139846635477648 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6159] ppid=6043 vsize=10822292 memory=5865491479076426066 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6159/stat : 6159 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534864 11082027008 17897 33554432000 4194304 4196468 140722636156560 139846634424848 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6161] ppid=6043 vsize=10822292 memory=6935649255759570007 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6161/stat : 6161 (java) S 6043 6046 5064 0 -1 1077944384 5 13002 0 0 0 0 5 3 20 0 15 0 404534865 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845745764976 139846744025730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6162] ppid=6043 vsize=10822292 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6162/stat : 6162 (java) S 6043 6046 5064 0 -1 1077944384 33 13002 0 0 0 0 5 3 20 0 15 0 404534865 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845744710944 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6164] ppid=6043 vsize=10822292 memory=1324 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6164/stat : 6164 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534866 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845611546224 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6170] ppid=6043 vsize=10822292 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6170/stat : 6170 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534868 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845304146512 139846744033179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6171] ppid=6043 vsize=10822292 memory=5928 CPUtime=0.19 cores=0,2,4,6
/proc/6046/task/6171/stat : 6171 (java) S 6043 6046 5064 0 -1 1077944384 709 13002 0 0 11 0 5 3 20 0 15 0 404534868 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845711153264 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6172] ppid=6043 vsize=10822292 memory=588 CPUtime=0.15 cores=0,2,4,6
/proc/6046/task/6172/stat : 6172 (java) S 6043 6046 5064 0 -1 1077944384 499 13002 0 0 7 0 5 3 20 0 15 0 404534868 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845710100464 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6173] ppid=6043 vsize=10822292 memory=780 CPUtime=0.23 cores=0,2,4,6
/proc/6046/task/6173/stat : 6173 (java) R 6043 6046 5064 0 -1 4202560 741 13002 0 0 15 0 5 3 20 0 15 0 404534869 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845709048176 139846722563638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6175] ppid=6043 vsize=10822292 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6175/stat : 6175 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534869 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845270587872 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6177] ppid=6043 vsize=10822292 memory=11464 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6177/stat : 6177 (java) S 6043 6046 5064 0 -1 1077944384 1 13002 0 0 0 0 5 3 20 0 15 0 404534869 11082027008 17897 33554432000 4194304 4196468 140722636156560 139845707996080 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 71588 KiB

[startup+1.50076 s]
/proc/loadavg: 1.66 1.93 1.93 4/230 6178
/proc/meminfo: memFree=31539540/32770624 swapFree=66915992/67108860
[pid=6046] ppid=6043 vsize=10834656 memory=166700 CPUtime=2.36 cores=0,2,4,6
/proc/6046/stat : 6046 (java) S 6043 6046 5064 0 -1 1077944320 21805 13002 1 0 219 9 5 3 20 0 15 0 404534850 11094687744 41675 33554432000 4194304 4196468 140722636156560 140722636139104 139846744014583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
/proc/6046/statm: 2708664 41675 3573 1 0 2670733 0
[pid=6046/tid=6151] ppid=6043 vsize=10834656 memory=4561 CPUtime=1.36 cores=0,2,4,6
/proc/6046/task/6151/stat : 6151 (java) R 6043 6046 5064 0 -1 4202560 15674 13002 0 0 123 5 5 3 20 0 15 0 404534863 11094687744 41675 33554432000 4194304 4196468 140722636156560 139846715846032 139846728095070 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10834656 memory=1895 CPUtime=0.09 cores=0,2,4,6

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

/proc/6046/task/6151/stat : 6151 (java) R 6043 6046 5064 0 -1 4202560 83140 13002 2 0 229623 51 5 3 20 0 15 0 404534863 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846715849488 139846727001744 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10851072 memory=1128536 CPUtime=12.24 cores=0,2,4,6
/proc/6046/task/6153/stat : 6153 (java) S 6043 6046 5064 0 -1 1077944384 21327 13002 0 0 1162 54 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846748256656 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6155] ppid=6043 vsize=10851072 memory=1128536 CPUtime=12.25 cores=0,2,4,6
/proc/6046/task/6155/stat : 6155 (java) S 6043 6046 5064 0 -1 1077944384 23210 13002 0 0 1167 50 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846636529936 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6157] ppid=6043 vsize=10851072 memory=1128536 CPUtime=12.26 cores=0,2,4,6
/proc/6046/task/6157/stat : 6157 (java) S 6043 6046 5064 0 -1 1077944384 18374 13002 0 0 1166 52 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846635477648 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6159] ppid=6043 vsize=10851072 memory=1126488 CPUtime=12.27 cores=0,2,4,6
/proc/6046/task/6159/stat : 6159 (java) S 6043 6046 5064 0 -1 1077944384 22042 13002 0 0 1168 51 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846634424848 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6161] ppid=6043 vsize=10851072 memory=1056 CPUtime=10.57 cores=0,2,4,6
/proc/6046/task/6161/stat : 6161 (java) S 6043 6046 5064 0 -1 1077944384 20993 13002 0 0 998 51 5 3 20 0 15 0 404534865 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845745764976 139846744025730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6162] ppid=6043 vsize=10851072 memory=1128536 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6162/stat : 6162 (java) S 6043 6046 5064 0 -1 1077944384 37 13002 0 0 0 0 5 3 20 0 15 0 404534865 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845744711008 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6164] ppid=6043 vsize=10851072 memory=1128536 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6164/stat : 6164 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534866 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845611546240 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6170] ppid=6043 vsize=10851072 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6170/stat : 6170 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534868 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845304146512 139846744033179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6171] ppid=6043 vsize=10851072 memory=1056 CPUtime=7.3 cores=0,2,4,6
/proc/6046/task/6171/stat : 6171 (java) S 6043 6046 5064 0 -1 1077944384 26916 13002 0 0 717 5 5 3 20 0 15 0 404534868 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845711153264 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6172] ppid=6043 vsize=10851072 memory=1128536 CPUtime=6.97 cores=0,2,4,6
/proc/6046/task/6172/stat : 6172 (java) S 6043 6046 5064 0 -1 1077944384 22731 13002 0 0 684 5 5 3 20 0 15 0 404534868 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845710100464 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6173] ppid=6043 vsize=10851072 memory=1128536 CPUtime=3.92 cores=0,2,4,6
/proc/6046/task/6173/stat : 6173 (java) S 6043 6046 5064 0 -1 1077944384 28511 13002 0 0 377 7 5 3 20 0 15 0 404534869 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845709048176 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6175] ppid=6043 vsize=10851072 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6175/stat : 6175 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534869 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845270587872 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6177] ppid=6043 vsize=10851072 memory=780 CPUtime=1.47 cores=0,2,4,6
/proc/6046/task/6177/stat : 6177 (java) S 6043 6046 5064 0 -1 1077944384 1166 13002 0 0 69 70 5 3 20 0 15 0 404534869 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845707996080 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
Current children cumulated CPU time: 2375.45 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1128536 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.31 1.41 3/227 6940
/proc/meminfo: memFree=29523324/32770624 swapFree=66916060/67108860
[pid=6046] ppid=6043 vsize=10851072 memory=1128536 CPUtime=2436.44 cores=0,2,4,6
/proc/6046/stat : 6046 (java) S 6043 6046 5064 0 -1 1077944320 272368 13002 3 0 243286 350 5 3 20 0 15 0 404534850 11111497728 282134 33554432000 4194304 4196468 140722636156560 140722636139104 139846744014583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
/proc/6046/statm: 2712768 282134 3632 1 0 2674829 0
[pid=6046/tid=6151] ppid=6043 vsize=10851072 memory=1128536 CPUtime=2356.12 cores=0,2,4,6
/proc/6046/task/6151/stat : 6151 (java) R 6043 6046 5064 0 -1 4202560 83966 13002 2 0 235553 51 5 3 20 0 15 0 404534863 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846715850848 139846317926018 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10851072 memory=1128536 CPUtime=12.57 cores=0,2,4,6
/proc/6046/task/6153/stat : 6153 (java) S 6043 6046 5064 0 -1 1077944384 21462 13002 0 0 1195 54 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846748256656 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6155] ppid=6043 vsize=10851072 memory=1128536 CPUtime=12.59 cores=0,2,4,6
/proc/6046/task/6155/stat : 6155 (java) S 6043 6046 5064 0 -1 1077944384 23315 13002 0 0 1200 51 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846636529936 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6157] ppid=6043 vsize=10851072 memory=1128536 CPUtime=12.59 cores=0,2,4,6
/proc/6046/task/6157/stat : 6157 (java) S 6043 6046 5064 0 -1 1077944384 18691 13002 0 0 1198 53 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846635477648 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6159] ppid=6043 vsize=10851072 memory=1128536 CPUtime=12.61 cores=0,2,4,6
/proc/6046/task/6159/stat : 6159 (java) S 6043 6046 5064 0 -1 1077944384 22152 13002 0 0 1201 52 5 3 20 0 15 0 404534864 11111497728 282134 33554432000 4194304 4196468 140722636156560 139846634424848 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6161] ppid=6043 vsize=10851072 memory=1128536 CPUtime=10.85 cores=0,2,4,6
/proc/6046/task/6161/stat : 6161 (java) S 6043 6046 5064 0 -1 1077944384 21180 13002 0 0 1025 52 5 3 20 0 15 0 404534865 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845745764976 139846744025730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6162] ppid=6043 vsize=10851072 memory=1128536 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6162/stat : 6162 (java) S 6043 6046 5064 0 -1 1077944384 37 13002 0 0 0 0 5 3 20 0 15 0 404534865 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845744711008 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6164] ppid=6043 vsize=10851072 memory=1128536 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6164/stat : 6164 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534866 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845611546240 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6170] ppid=6043 vsize=10851072 memory=1128536 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6170/stat : 6170 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534868 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845304146512 139846744033179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6171] ppid=6043 vsize=10851072 memory=17112 CPUtime=7.3 cores=0,2,4,6
/proc/6046/task/6171/stat : 6171 (java) S 6043 6046 5064 0 -1 1077944384 26919 13002 0 0 717 5 5 3 20 0 15 0 404534868 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845711153264 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6172] ppid=6043 vsize=10851072 memory=1128536 CPUtime=6.97 cores=0,2,4,6
/proc/6046/task/6172/stat : 6172 (java) S 6043 6046 5064 0 -1 1077944384 22733 13002 0 0 684 5 5 3 20 0 15 0 404534868 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845710100464 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6173] ppid=6043 vsize=10851072 memory=1128536 CPUtime=3.92 cores=0,2,4,6
/proc/6046/task/6173/stat : 6173 (java) S 6043 6046 5064 0 -1 1077944384 28513 13002 0 0 377 7 5 3 20 0 15 0 404534869 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845709048176 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6175] ppid=6043 vsize=10851072 memory=1128536 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6175/stat : 6175 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534869 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845270587872 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6177] ppid=6043 vsize=10851072 memory=1128536 CPUtime=1.51 cores=0,2,4,6
/proc/6046/task/6177/stat : 6177 (java) S 6043 6046 5064 0 -1 1077944384 1183 13002 0 0 71 72 5 3 20 0 15 0 404534869 11111497728 282134 33554432000 4194304 4196468 140722636156560 139845707996080 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
Current children cumulated CPU time: 2436.44 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1128536 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.25 1.38 3/227 6944
/proc/meminfo: memFree=29520052/32770624 swapFree=66916060/67108860
[pid=6046] ppid=6043 vsize=10851072 memory=1130584 CPUtime=2497.4 cores=0,2,4,6
/proc/6046/stat : 6046 (java) S 6043 6046 5064 0 -1 1077944320 274628 13002 3 0 249376 356 5 3 20 0 15 0 404534850 11111497728 282646 33554432000 4194304 4196468 140722636156560 140722636139104 139846744014583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
/proc/6046/statm: 2712768 282646 3632 1 0 2674829 0
[pid=6046/tid=6151] ppid=6043 vsize=10851072 memory=1130584 CPUtime=2415.43 cores=0,2,4,6
/proc/6046/task/6151/stat : 6151 (java) R 6043 6046 5064 0 -1 4202560 84939 13002 2 0 241483 52 5 3 20 0 15 0 404534863 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846715849632 139846317926465 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10851072 memory=1130584 CPUtime=12.91 cores=0,2,4,6
/proc/6046/task/6153/stat : 6153 (java) S 6043 6046 5064 0 -1 1077944384 21624 13002 0 0 1227 56 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846748256656 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6155] ppid=6043 vsize=10851072 memory=864 CPUtime=12.93 cores=0,2,4,6
/proc/6046/task/6155/stat : 6155 (java) S 6043 6046 5064 0 -1 1077944384 23683 13002 0 0 1233 52 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846636529936 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6157] ppid=6043 vsize=10851072 memory=1130584 CPUtime=12.94 cores=0,2,4,6
/proc/6046/task/6157/stat : 6157 (java) S 6043 6046 5064 0 -1 1077944384 18790 13002 0 0 1231 55 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846635477648 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6159] ppid=6043 vsize=10851072 memory=1130584 CPUtime=12.94 cores=0,2,4,6
/proc/6046/task/6159/stat : 6159 (java) S 6043 6046 5064 0 -1 1077944384 22564 13002 0 0 1233 53 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846634424848 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6161] ppid=6043 vsize=10851072 memory=1130584 CPUtime=11.13 cores=0,2,4,6
/proc/6046/task/6161/stat : 6161 (java) S 6043 6046 5064 0 -1 1077944384 21394 13002 0 0 1051 54 5 3 20 0 15 0 404534865 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845745764976 139846744025730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6162] ppid=6043 vsize=10851072 memory=1130584 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6162/stat : 6162 (java) S 6043 6046 5064 0 -1 1077944384 37 13002 0 0 0 0 5 3 20 0 15 0 404534865 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845744711008 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6164] ppid=6043 vsize=10851072 memory=1130584 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6164/stat : 6164 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534866 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845611546240 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6170] ppid=6043 vsize=10851072 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6170/stat : 6170 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534868 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845304146512 139846744033179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6171] ppid=6043 vsize=10851072 memory=1130584 CPUtime=7.3 cores=0,2,4,6
/proc/6046/task/6171/stat : 6171 (java) S 6043 6046 5064 0 -1 1077944384 26923 13002 0 0 717 5 5 3 20 0 15 0 404534868 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845711153264 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6172] ppid=6043 vsize=10851072 memory=1130584 CPUtime=6.97 cores=0,2,4,6
/proc/6046/task/6172/stat : 6172 (java) S 6043 6046 5064 0 -1 1077944384 22738 13002 0 0 684 5 5 3 20 0 15 0 404534868 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845710100464 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6173] ppid=6043 vsize=10851072 memory=1000 CPUtime=3.92 cores=0,2,4,6
/proc/6046/task/6173/stat : 6173 (java) S 6043 6046 5064 0 -1 1077944384 28517 13002 0 0 377 7 5 3 20 0 15 0 404534869 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845709048176 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6175] ppid=6043 vsize=10851072 memory=1130584 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6175/stat : 6175 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534869 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845270587872 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6177] ppid=6043 vsize=10851072 memory=1130584 CPUtime=1.55 cores=0,2,4,6
/proc/6046/task/6177/stat : 6177 (java) S 6043 6046 5064 0 -1 1077944384 1202 13002 0 0 73 74 5 3 20 0 15 0 404534869 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845707996080 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
Current children cumulated CPU time: 2497.4 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1130584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.6 s]
/proc/loadavg: 1.24 1.27 1.39 3/228 6946
/proc/meminfo: memFree=29519432/32770624 swapFree=66916060/67108860
[pid=6046] ppid=6043 vsize=10851072 memory=1130584 CPUtime=2520.06 cores=0,2,4,6
/proc/6046/stat : 6046 (java) S 6043 6046 5064 0 -1 1077944320 275346 13002 3 0 251639 359 5 3 20 0 15 0 404534850 11111497728 282646 33554432000 4194304 4196468 140722636156560 140722636139104 139846744014583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
/proc/6046/statm: 2712768 282646 3632 1 0 2674829 0
[pid=6046/tid=6151] ppid=6043 vsize=10851072 memory=1980 CPUtime=2437.47 cores=0,2,4,6
/proc/6046/task/6151/stat : 6151 (java) R 6043 6046 5064 0 -1 4202560 85219 13002 2 0 243686 53 5 3 20 0 15 0 404534863 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846715850976 139846317915545 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6153] ppid=6043 vsize=10851072 memory=2432 CPUtime=13.03 cores=0,2,4,6
/proc/6046/task/6153/stat : 6153 (java) S 6043 6046 5064 0 -1 1077944384 21730 13002 0 0 1239 56 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846748256656 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6155] ppid=6043 vsize=10851072 memory=1760 CPUtime=13.05 cores=0,2,4,6
/proc/6046/task/6155/stat : 6155 (java) S 6043 6046 5064 0 -1 1077944384 23732 13002 0 0 1245 52 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846636529936 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6157] ppid=6043 vsize=10851072 memory=1560 CPUtime=13.06 cores=0,2,4,6
/proc/6046/task/6157/stat : 6157 (java) S 6043 6046 5064 0 -1 1077944384 18898 13002 0 0 1243 55 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846635477648 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6159] ppid=6043 vsize=10851072 memory=1172 CPUtime=13.07 cores=0,2,4,6
/proc/6046/task/6159/stat : 6159 (java) S 6043 6046 5064 0 -1 1077944384 22581 13002 0 0 1246 53 5 3 20 0 15 0 404534864 11111497728 282646 33554432000 4194304 4196468 140722636156560 139846634424848 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6161] ppid=6043 vsize=10851072 memory=14008 CPUtime=11.23 cores=0,2,4,6
/proc/6046/task/6161/stat : 6161 (java) S 6043 6046 5064 0 -1 1077944384 21542 13002 0 0 1061 54 5 3 20 0 15 0 404534865 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845745764976 139846744025730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6162] ppid=6043 vsize=10851072 memory=14072 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6162/stat : 6162 (java) S 6043 6046 5064 0 -1 1077944384 37 13002 0 0 0 0 5 3 20 0 15 0 404534865 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845744711008 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6164] ppid=6043 vsize=10851072 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6164/stat : 6164 (java) S 6043 6046 5064 0 -1 1077944384 2 13002 0 0 0 0 5 3 20 0 15 0 404534866 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845611546240 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6170] ppid=6043 vsize=10851072 memory=6616 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6170/stat : 6170 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534868 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845304146512 139846744033179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6171] ppid=6043 vsize=10851072 memory=528 CPUtime=7.3 cores=0,2,4,6
/proc/6046/task/6171/stat : 6171 (java) S 6043 6046 5064 0 -1 1077944384 26923 13002 0 0 717 5 5 3 20 0 15 0 404534868 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845711153264 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6172] ppid=6043 vsize=10851072 memory=1560 CPUtime=6.97 cores=0,2,4,6
/proc/6046/task/6172/stat : 6172 (java) S 6043 6046 5064 0 -1 1077944384 22738 13002 0 0 684 5 5 3 20 0 15 0 404534868 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845710100464 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6173] ppid=6043 vsize=10851072 memory=988 CPUtime=3.92 cores=0,2,4,6
/proc/6046/task/6173/stat : 6173 (java) S 6043 6046 5064 0 -1 1077944384 28517 13002 0 0 377 7 5 3 20 0 15 0 404534869 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845709048176 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6175] ppid=6043 vsize=10851072 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/6046/task/6175/stat : 6175 (java) S 6043 6046 5064 0 -1 1077944384 3 13002 0 0 0 0 5 3 20 0 15 0 404534869 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845270587872 139846744024789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
[pid=6046/tid=6177] ppid=6043 vsize=10851072 memory=1324 CPUtime=1.56 cores=0,2,4,6
/proc/6046/task/6177/stat : 6177 (java) S 6043 6046 5064 0 -1 1077944384 1212 13002 0 0 74 74 5 3 20 0 15 0 404534869 11111497728 282646 33554432000 4194304 4196468 140722636156560 139845707996080 139846744025730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34512896 140722636159733 140722636162245 140722636162245 140722636165071 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1130584 KiB

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

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

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

Child status: 143
Real time (s): 2464.64
CPU time (s): 2520.11
CPU user time (s): 2516.47
CPU system time (s): 3.6391
CPU usage (%): 102.251
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1235148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.47
system time used= 3.6391
maximum resident set size= 1237724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289422
page faults= 3
swaps= 0
block input operations= 1600
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275656
involuntary context switches= 7996


# summary of solver processes directly reported to runsolver:
#   pid: 6046
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.47
#   total CPU system time (s): 3.6391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9597 second user time and 24.0509 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 12:58:47
IDJOB=4386977
IDBENCH=115852
IDSOLVER=2823
FILE ID=node141/4386977-1568285969
RUNJOBID= node141-1568285927-6016
PBS_JOBID= 21701068
Free space on /tmp= 53812 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-4386977-1568285969/watcher-4386977-1568285969 -o /tmp/evaluation-result-4386977-1568285969/solver-4386977-1568285969 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6016 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1494679328 HOME/instance-4386977-1568285969.xml

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=1494679328

node141.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.93
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.93
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.93
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.93
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:        31710060 kB
MemAvailable:   31860464 kB
Buffers:           88916 kB
Cached:           363440 kB
SwapCached:        82284 kB
Active:           261076 kB
Inactive:         273296 kB
Active(anon):       8176 kB
Inactive(anon):   104084 kB
Active(file):     252900 kB
Inactive(file):   169212 kB
Unevictable:      110408 kB
Mlocked:          110408 kB
SwapTotal:      67108860 kB
SwapFree:       66915992 kB
Dirty:             69376 kB
Writeback:             0 kB
AnonPages:        111948 kB
Mapped:            31028 kB
Shmem:             20524 kB
Slab:             117276 kB
SReclaimable:      88252 kB
SUnreclaim:        29024 kB
KernelStack:        3408 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53744 MiB
End job on node141 at 2019-09-12 13:39:53