Trace number 4396205

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)470 2520.06 2466.43

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.74/0.60	c Concrete v3.12.2.1568380929293 running
20.15/8.69	o 559
20.98/9.14	o 558
26.44/12.63	o 555
26.56/12.79	o 554
26.71/12.83	o 553
26.93/12.95	o 546
31.14/16.39	o 544
32.38/17.32	o 538
35.90/20.28	o 537
36.30/20.59	o 536
49.57/32.56	o 535
50.10/33.06	o 534
55.08/37.85	o 533
55.31/38.04	o 532
55.51/38.27	o 531
55.92/38.61	o 529
57.26/39.95	o 528
57.37/40.10	o 521
57.67/40.35	o 520
58.28/40.91	o 519
58.68/41.33	o 512
58.89/41.50	o 510
58.89/41.55	o 509
59.52/42.12	o 508
59.72/42.36	o 505
59.82/42.45	o 504
59.82/42.46	o 503
60.06/42.60	o 502
60.06/42.63	o 500
110.70/92.13	o 499
113.53/94.90	o 498
125.32/106.51	o 497
126.56/107.73	o 496
145.80/126.62	o 495
146.05/126.83	o 494
146.26/127.06	o 493
146.26/127.08	o 489
153.31/133.93	o 488
153.53/134.12	o 487
153.62/134.29	o 485
153.93/134.51	o 482
154.13/134.77	o 481
165.00/145.31	o 480
165.11/145.46	o 479
165.21/145.60	o 478
190.39/170.17	o 476
190.79/170.51	o 475
1510.68/1471.44	o 474
1510.78/1471.54	o 473
1510.88/1471.62	o 472
1511.08/1471.80	o 471
1511.08/1471.86	o 470
2520.02/2466.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2466.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2466.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2466.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.02/2466.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2466.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2466.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2466.40		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.02/2466.40		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.02/2466.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2466.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2466.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2466.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2466.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2466.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2466.40		at scala.Option.map(Option.scala:243)
2520.02/2466.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2466.40		at concrete.MAC.mac(MAC.scala:216)
2520.02/2466.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2466.40		at scala.util.Try$.apply(Try.scala:212)
2520.02/2466.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2466.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2466.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2466.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2466.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2466.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2466.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2466.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2466.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2466.40		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2466.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2466.40		at scala.util.Success.map(Try.scala:264)
2520.02/2466.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2466.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2466.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2466.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2466.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2466.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2466.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2466.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2466.40		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2466.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2466.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2466.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2466.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2466.40		at scala.App.main(App.scala:75)
2520.02/2466.40		at scala.App.main$(App.scala:73)
2520.02/2466.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2466.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2466.41	v <instantiation
2520.02/2466.41	v         cost = '470'>
2520.02/2466.41	v       <list>
2520.02/2466.41	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.02/2466.41	v       </list>
2520.02/2466.41	v       <values>
2520.02/2466.41	v         50 142 214 272 348 391 438 0 94 141 239 300 328 396 0 10 75 256 337 431 455 0 50 119 214 256 348 450 1 94 162 249 300 343 394 0 67 156 219 266 329 423 0 65 156 268 299 391 453 470 431 470 470 469 450 470 67 72 43 71 32 31 32 41 47 72 60 13 66 35 6 46 44 73 94 23 15 50 69 95 42 92 90 20 93 68 86 51 37 13 75 65 89 63 47 62 82 27 64 86 93 31 92 62 17 1 5 3 4 2 6 0 4 5 1 6 0 3 2 6 0 3 5 1 2 4 1 4 3 5 2 0 6 5 6 2 0 1 4 3 2 0 4 1 3 5 6 3 2 0 1 6 4 5 438 50 348 214 272 142 391 300 141 396 328 0 94 239 10 337 431 75 455 256 0 348 0 256 119 50 214 450 249 300 162 394 343 1 94 67 219 0 266 156 329 423 156 268 65 0 391 453 299
2520.02/2466.41	v       </values>
2520.02/2466.41	v     </instantiation>
2520.02/2466.41	s SATISFIABLE

Verifier Data

OK	470

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396205-1568393338/watcher-4396205-1568393338 -o /tmp/evaluation-result-4396205-1568393338/solver-4396205-1568393338 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568393441-29482 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=142549341 HOME/instance-4396205-1568393338.xml 

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

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


[startup+0.101309 s]*
/proc/loadavg: 1.16 1.26 1.50 6/223 29590
/proc/meminfo: memFree=30591264/32770624 swapFree=66932056/67108860
[pid=29513] ppid=29510 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29513/stat : 29513 (bash) S 29510 29513 26463 0 -1 4202496 891 5697 0 1 0 0 0 1 20 0 1 0 415601636 115974144 404 33554432000 4194304 5098028 140732659398976 140732659392984 139971282947072 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 22757376 140732659401749 140732659401873 140732659401873 140732659404782 0
/proc/29513/statm: 28314 404 320 221 0 119 0
[pid=29566] ppid=29513 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29566/stat : 29566 (bash) S 29513 29513 26463 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 415601641 115974144 178 33554432000 4194304 5098028 140732659398976 140732659391656 139971282772604 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22757376 140732659401749 140732659401873 140732659401873 140732659404782 0
/proc/29566/statm: 28314 178 94 221 0 119 0
[pid=29570] ppid=29566 vsize=113492 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29570/stat : 29570 (awk) S 29566 29513 26463 0 -1 4202496 449 0 0 0 0 0 0 0 20 0 1 0 415601641 116215808 308 33554432000 4194304 4609284 140729514086032 140729514085208 140523799915520 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 22798336 140729514091708 140729514091738 140729514091738 140729514094575 0
/proc/29570/statm: 28373 308 255 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3560 KiB

[startup+0.210268 s]*
/proc/loadavg: 1.16 1.26 1.50 5/225 29644
/proc/meminfo: memFree=30579436/32770624 swapFree=66932056/67108860
[pid=29513] ppid=29510 vsize=10819272 memory=30384 CPUtime=0.18 cores=0,2,4,6
/proc/29513/stat : 29513 (java) S 29510 29513 26463 0 -1 1077944320 6484 13254 0 2 9 1 5 3 20 0 15 0 415601636 11078934528 7596 33554432000 4194304 4196468 140735341027632 140735341010176 139675357658871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
/proc/29513/statm: 2704818 7596 2937 1 0 2667149 0
[pid=29513/tid=29617] ppid=29510 vsize=10819272 memory=-8540663193526752614 CPUtime=0.15 cores=0,2,4,6
/proc/29513/task/29617/stat : 29617 (java) R 29510 29513 26463 0 -1 4202560 3538 13254 0 2 7 0 5 3 20 0 15 0 415601649 11078934528 7596 33554432000 4194304 4196468 140735341027632 139675329492328 139674961865287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10819272 memory=4211974178587315594 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11078934528 7596 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10819272 memory=140452382525056 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10819272 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10819272 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 2 13254 0 2 0 0 5 3 20 0 15 0 415601650 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10819272 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 2 13254 0 2 0 0 5 3 20 0 15 0 415601651 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10819272 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 33 13254 0 2 0 0 5 3 20 0 15 0 415601652 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674815276192 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10819272 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601652 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674215506672 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10819272 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11078934528 7596 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10819272 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) S 29510 29513 26463 0 -1 1077944384 426 13254 0 2 0 0 5 3 20 0 15 0 415601655 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674781719280 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10819272 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) S 29510 29513 26463 0 -1 1077944384 9 13254 0 2 0 0 5 3 20 0 15 0 415601655 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674780666736 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10819272 memory=140452382525056 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 255 13254 0 2 0 0 5 3 20 0 15 0 415601655 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10819272 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11078934528 7596 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10819272 memory=140452382525056 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601655 11078934528 7596 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10819272 KiB
Current children cumulated memory: 30384 KiB

[startup+0.310255 s]*
/proc/loadavg: 1.16 1.26 1.50 7/225 29644
/proc/meminfo: memFree=30544700/32770624 swapFree=66932056/67108860
[pid=29513] ppid=29510 vsize=10820148 memory=46564 CPUtime=0.35 cores=0,2,4,6
/proc/29513/stat : 29513 (java) S 29510 29513 26463 0 -1 1077944320 10358 13254 0 2 24 3 5 3 20 0 15 0 415601636 11079831552 11641 33554432000 4194304 4196468 140735341027632 140735341010176 139675357658871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
/proc/29513/statm: 2705037 11641 3311 1 0 2667149 0
[pid=29513/tid=29617] ppid=29510 vsize=10820148 memory=-8540663193526752614 CPUtime=0.25 cores=0,2,4,6
/proc/29513/task/29617/stat : 29617 (java) R 29510 29513 26463 0 -1 4202560 6827 13254 0 2 15 2 5 3 20 0 15 0 415601649 11079831552 11641 33554432000 4194304 4196468 140735341027632 139675329481344 139675337935696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10820148 memory=3471342848703362736 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11079831552 11641 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10820148 memory=280904658340384 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10820148 memory=140452275842646 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 2 13254 0 2 0 0 5 3 20 0 15 0 415601650 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 2 13254 0 2 0 0 5 3 20 0 15 0 415601651 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 33 13254 0 2 0 0 5 3 20 0 15 0 415601652 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674815276192 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601652 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674215506672 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11079831552 11641 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) S 29510 29513 26463 0 -1 1077944384 594 13254 0 2 1 0 5 3 20 0 15 0 415601655 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674781719280 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) S 29510 29513 26463 0 -1 1077944384 71 13254 0 2 1 0 5 3 20 0 15 0 415601655 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674780666736 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10820148 memory=140452382525056 CPUtime=0.12 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 618 13254 0 2 4 0 5 3 20 0 15 0 415601655 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11079831552 11641 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10820148 memory=140452382525056 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601655 11079831552 11641 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 46564 KiB

[startup+0.704162 s]
/proc/loadavg: 1.16 1.26 1.50 6/225 29644
/proc/meminfo: memFree=30516232/32770624 swapFree=66932056/67108860
[pid=29513] ppid=29510 vsize=10822312 memory=75548 CPUtime=1 cores=0,2,4,6
/proc/29513/stat : 29513 (java) S 29510 29513 26463 0 -1 1077944320 14577 13254 0 2 87 5 5 3 20 0 15 0 415601636 11082047488 18887 33554432000 4194304 4196468 140735341027632 140735341010176 139675357658871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
/proc/29513/statm: 2705578 18887 3499 1 0 2667661 0
[pid=29513/tid=29617] ppid=29510 vsize=10822312 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/29513/task/29617/stat : 29617 (java) R 29510 29513 26463 0 -1 4202560 9900 13254 0 2 49 3 5 3 20 0 15 0 415601649 11082047488 18887 33554432000 4194304 4196468 140735341027632 139675329484704 139675357680797 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11082047488 18887 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10822312 memory=20384 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601650 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10822312 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 2 13254 0 2 0 0 5 3 20 0 15 0 415601650 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10822312 memory=11916 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 5 13254 0 2 0 0 5 3 20 0 15 0 415601651 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10822312 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 33 13254 0 2 0 0 5 3 20 0 15 0 415601652 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674815276192 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10822312 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601652 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674215506672 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10822312 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11082047488 18887 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10822312 memory=1984 CPUtime=0.17 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) R 29510 29513 26463 0 -1 4202560 994 13254 0 2 9 0 5 3 20 0 15 0 415601655 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674781707872 139675335253649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10822312 memory=2432 CPUtime=0.19 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) R 29510 29513 26463 0 -1 4202560 657 13254 0 2 11 0 5 3 20 0 15 0 415601655 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674780656208 139675341924264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10822312 memory=1692 CPUtime=0.24 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 767 13254 0 2 16 0 5 3 20 0 15 0 415601655 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10822312 memory=828 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11082047488 18887 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10822312 memory=1448 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601655 11082047488 18887 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 75548 KiB

[startup+1.50078 s]
/proc/loadavg: 1.16 1.26 1.50 4/225 29644
/proc/meminfo: memFree=30444828/32770624 swapFree=66932056/67108860
[pid=29513] ppid=29510 vsize=10834676 memory=168388 CPUtime=2.33 cores=0,2,4,6
/proc/29513/stat : 29513 (java) S 29510 29513 26463 0 -1 1077944320 21728 13254 0 2 215 10 5 3 20 0 15 0 415601636 11094708224 42097 33554432000 4194304 4196468 140735341027632 140735341010176 139675357658871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
/proc/29513/statm: 2708669 42097 3576 1 0 2670733 0
[pid=29513/tid=29617] ppid=29510 vsize=10834676 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/29513/task/29617/stat : 29617 (java) D 29510 29513 26463 0 -1 4202560 15370 13254 0 2 121 6 5 3 20 0 15 0 415601649 11094708224 42097 33554432000 4194304 4196468 140735341027632 139675329478768 139675357680797 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 3 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 78 13254 0 2 1 0 5 3 20 0 15 0 415601650 11094708224 42097 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 31 13254 0 2 1 0 5 3 20 0 15 0 415601650 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10834676 memory=280904551425088 CPUtime=0.09 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 329 13254 0 2 1 0 5 3 20 0 15 0 415601650 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10834676 memory=280904551429536 CPUtime=0.09 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 63 13254 0 2 1 0 5 3 20 0 15 0 415601650 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10834676 memory=140452275724432 CPUtime=0.09 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 168 13254 0 2 1 0 5 3 20 0 15 0 415601651 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10834676 memory=8551153264050083715 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 34 13254 0 2 0 0 5 3 20 0 15 0 415601652 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674815276256 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601652 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674215506688 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10834676 memory=280904551965216 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11094708224 42097 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) S 29510 29513 26463 0 -1 1077944384 1111 13254 0 2 24 0 5 3 20 0 15 0 415601655 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674781719280 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10834676 memory=288230583132487972 CPUtime=0.32 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) S 29510 29513 26463 0 -1 1077944384 927 13254 0 2 24 0 5 3 20 0 15 0 415601655 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674780666736 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10834676 memory=14418107250771397 CPUtime=0.44 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 1401 13254 0 2 36 0 5 3 20 0 15 0 415601655 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11094708224 42097 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 1 13254 0 2 0 0 5 3 20 0 15 0 415601655 11094708224 42097 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 168388 KiB

[startup+3.11032 s]
/proc/loadavg: 1.16 1.26 1.50 9/225 29644

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

/proc/29513/task/29617/stat : 29617 (java) R 29510 29513 26463 0 -1 4202560 76025 13254 1 2 229966 51 5 3 20 0 15 0 415601649 11113615360 212613 33554432000 4194304 4196468 140735341027632 139675329494688 139674964924403 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10853140 memory=850452 CPUtime=10.88 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 15418 13254 0 2 1038 42 5 3 20 0 15 0 415601650 11113615360 212613 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10853140 memory=850452 CPUtime=10.86 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 11193 13254 0 2 1032 46 5 3 20 0 15 0 415601650 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10853140 memory=850452 CPUtime=10.89 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 13595 13254 0 2 1035 46 5 3 20 0 15 0 415601650 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10853140 memory=850452 CPUtime=10.88 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 11068 13254 0 2 1039 41 5 3 20 0 15 0 415601650 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10853140 memory=850452 CPUtime=8.64 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 13857 13254 0 2 812 44 5 3 20 0 15 0 415601651 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10853140 memory=850452 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 62 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674815276256 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10853140 memory=850452 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 15 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674215506688 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10853140 memory=850452 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 212613 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10853140 memory=850452 CPUtime=7.7 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) S 29510 29513 26463 0 -1 1077944384 37186 13254 0 2 755 7 5 3 20 0 15 0 415601655 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674781719280 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10853140 memory=850452 CPUtime=8.06 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) S 29510 29513 26463 0 -1 1077944384 34769 13254 0 2 791 7 5 3 20 0 15 0 415601655 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674780666736 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10853140 memory=772 CPUtime=4.82 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 40755 13254 0 2 465 9 5 3 20 0 15 0 415601655 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10853140 memory=850452 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 212613 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10853140 memory=850452 CPUtime=1.46 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 889 13254 0 2 66 72 5 3 20 0 15 0 415601655 11113615360 212613 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 2373.8 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 850452 KiB

[startup+2382.3 s]
/proc/loadavg: 1.06 1.29 1.37 4/227 29887
/proc/meminfo: memFree=29206924/32770624 swapFree=66932060/67108860
[pid=29513] ppid=29510 vsize=10853140 memory=852500 CPUtime=2434.69 cores=0,2,4,6
/proc/29513/stat : 29513 (java) S 29510 29513 26463 0 -1 1077944320 258797 13254 1 2 243139 322 5 3 20 0 15 0 415601636 11113615360 213125 33554432000 4194304 4196468 140735341027632 140735341010176 139675357658871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
/proc/29513/statm: 2713285 213125 3640 1 0 2675341 0
[pid=29513/tid=29617] ppid=29510 vsize=10853140 memory=852500 CPUtime=2359.63 cores=0,2,4,6
/proc/29513/task/29617/stat : 29617 (java) R 29510 29513 26463 0 -1 4202560 76800 13254 1 2 235904 51 5 3 20 0 15 0 415601649 11113615360 213125 33554432000 4194304 4196468 140735341027632 139675329493664 139674963254624 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.19 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 15586 13254 0 2 1067 44 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.17 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 11304 13254 0 2 1062 47 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.19 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 13685 13254 0 2 1064 47 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.19 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 11445 13254 0 2 1068 43 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10853140 memory=852500 CPUtime=8.87 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 14064 13254 0 2 834 45 5 3 20 0 15 0 415601651 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10853140 memory=852500 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 62 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674815276256 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10853140 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 15 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674215506688 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10853140 memory=39068 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10853140 memory=988 CPUtime=7.7 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) S 29510 29513 26463 0 -1 1077944384 37188 13254 0 2 755 7 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674781719280 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10853140 memory=6791534058613427641 CPUtime=8.06 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) S 29510 29513 26463 0 -1 1077944384 34771 13254 0 2 791 7 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674780666736 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10853140 memory=852500 CPUtime=4.82 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 40757 13254 0 2 465 9 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10853140 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10853140 memory=3620 CPUtime=1.5 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 906 13254 0 2 68 74 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 2434.69 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 852500 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.34 1.38 4/226 29891
/proc/meminfo: memFree=29207080/32770624 swapFree=66932060/67108860
[pid=29513] ppid=29510 vsize=10853140 memory=852500 CPUtime=2495.54 cores=0,2,4,6
/proc/29513/stat : 29513 (java) S 29510 29513 26463 0 -1 1077944320 260474 13254 1 2 249219 327 5 3 20 0 15 0 415601636 11113615360 213125 33554432000 4194304 4196468 140735341027632 140735341010176 139675357658871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
/proc/29513/statm: 2713285 213125 3640 1 0 2675341 0
[pid=29513/tid=29617] ppid=29510 vsize=10853140 memory=852500 CPUtime=2419.06 cores=0,2,4,6
/proc/29513/task/29617/stat : 29617 (java) R 29510 29513 26463 0 -1 4202560 77549 13254 1 2 241846 52 5 3 20 0 15 0 415601649 11113615360 213125 33554432000 4194304 4196468 140735341027632 139675329494080 139674964394568 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.49 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 15952 13254 0 2 1096 45 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.45 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 11397 13254 0 2 1089 48 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.49 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 13729 13254 0 2 1093 48 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10853140 memory=852500 CPUtime=11.48 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 11642 13254 0 2 1097 43 5 3 20 0 15 0 415601650 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10853140 memory=852500 CPUtime=9.09 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 14278 13254 0 2 855 46 5 3 20 0 15 0 415601651 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10853140 memory=852500 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 62 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674815276256 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10853140 memory=852500 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 15 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674215506688 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10853140 memory=852500 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10853140 memory=852500 CPUtime=7.7 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) S 29510 29513 26463 0 -1 1077944384 37190 13254 0 2 755 7 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674781719280 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10853140 memory=280904552831984 CPUtime=8.06 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) S 29510 29513 26463 0 -1 1077944384 34773 13254 0 2 791 7 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674780666736 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10853140 memory=852500 CPUtime=4.82 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 40759 13254 0 2 465 9 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10853140 memory=852500 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10853140 memory=852500 CPUtime=1.53 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 914 13254 0 2 70 75 5 3 20 0 15 0 415601655 11113615360 213125 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 2495.54 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 852500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.4 s]
/proc/loadavg: 1.37 1.35 1.38 4/226 29893
/proc/meminfo: memFree=29203480/32770624 swapFree=66932060/67108860
[pid=29513] ppid=29510 vsize=10853140 memory=854548 CPUtime=2520.02 cores=0,2,4,6
/proc/29513/stat : 29513 (java) S 29510 29513 26463 0 -1 1077944320 261740 13254 1 2 251665 329 5 3 20 0 15 0 415601636 11113615360 213637 33554432000 4194304 4196468 140735341027632 140735341010176 139675357658871 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
/proc/29513/statm: 2713285 213637 3640 1 0 2675341 0
[pid=29513/tid=29617] ppid=29510 vsize=10853140 memory=854548 CPUtime=2442.91 cores=0,2,4,6
/proc/29513/task/29617/stat : 29617 (java) R 29510 29513 26463 0 -1 4202560 78072 13254 1 2 244230 53 5 3 20 0 15 0 415601649 11113615360 213637 33554432000 4194304 4196468 140735341027632 139675329494160 139674980749627 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29621] ppid=29510 vsize=10853140 memory=2312 CPUtime=11.61 cores=0,2,4,6
/proc/29513/task/29621/stat : 29621 (java) S 29510 29513 26463 0 -1 1077944384 15982 13254 0 2 1108 45 5 3 20 0 15 0 415601650 11113615360 213637 33554432000 4194304 4196468 140735341027632 139675361901584 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29623] ppid=29510 vsize=10853140 memory=2312 CPUtime=11.58 cores=0,2,4,6
/proc/29513/task/29623/stat : 29623 (java) S 29510 29513 26463 0 -1 1077944384 11461 13254 0 2 1102 48 5 3 20 0 15 0 415601650 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674931276944 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29625] ppid=29510 vsize=10853140 memory=6791534058613427641 CPUtime=11.61 cores=0,2,4,6
/proc/29513/task/29625/stat : 29625 (java) S 29510 29513 26463 0 -1 1077944384 13816 13254 0 2 1105 48 5 3 20 0 15 0 415601650 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674930223888 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29626] ppid=29510 vsize=10853140 memory=39068 CPUtime=11.61 cores=0,2,4,6
/proc/29513/task/29626/stat : 29626 (java) S 29510 29513 26463 0 -1 1077944384 12037 13254 0 2 1110 43 5 3 20 0 15 0 415601650 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674929171344 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29628] ppid=29510 vsize=10853140 memory=988 CPUtime=9.19 cores=0,2,4,6
/proc/29513/task/29628/stat : 29628 (java) S 29510 29513 26463 0 -1 1077944384 14437 13254 0 2 865 46 5 3 20 0 15 0 415601651 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674816329968 139675357670018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29630] ppid=29510 vsize=10853140 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29630/stat : 29630 (java) S 29510 29513 26463 0 -1 1077944384 62 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674815276256 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29631] ppid=29510 vsize=10853140 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29631/stat : 29631 (java) S 29510 29513 26463 0 -1 1077944384 15 13254 0 2 0 0 5 3 20 0 15 0 415601652 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674215506688 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29634] ppid=29510 vsize=10853140 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29634/stat : 29634 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 213637 33554432000 4194304 4196468 140735341027632 139673908107216 139675357677467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29636] ppid=29510 vsize=10853140 memory=14973369229511284 CPUtime=7.7 cores=0,2,4,6
/proc/29513/task/29636/stat : 29636 (java) S 29510 29513 26463 0 -1 1077944384 37192 13254 0 2 755 7 5 3 20 0 15 0 415601655 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674781719280 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29638] ppid=29510 vsize=10853140 memory=3848 CPUtime=8.06 cores=0,2,4,6
/proc/29513/task/29638/stat : 29638 (java) S 29510 29513 26463 0 -1 1077944384 34775 13254 0 2 791 7 5 3 20 0 15 0 415601655 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674780666736 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29640] ppid=29510 vsize=10853140 memory=4108 CPUtime=4.82 cores=0,2,4,6
/proc/29513/task/29640/stat : 29640 (java) S 29510 29513 26463 0 -1 1077944384 40761 13254 0 2 465 9 5 3 20 0 15 0 415601655 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674779613680 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29642] ppid=29510 vsize=10853140 memory=280904552641952 CPUtime=0.08 cores=0,2,4,6
/proc/29513/task/29642/stat : 29642 (java) S 29510 29513 26463 0 -1 1077944384 3 13254 0 2 0 0 5 3 20 0 15 0 415601655 11113615360 213637 33554432000 4194304 4196468 140735341027632 139673874549600 139675357669077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
[pid=29513/tid=29644] ppid=29510 vsize=10853140 memory=280904552356224 CPUtime=1.54 cores=0,2,4,6
/proc/29513/task/29644/stat : 29644 (java) S 29510 29513 26463 0 -1 1077944384 916 13254 0 2 70 76 5 3 20 0 15 0 415601655 11113615360 213637 33554432000 4194304 4196468 140735341027632 139674778561072 139675357670018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27987968 140735341034224 140735341036741 140735341036741 140735341039567 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 854548 KiB

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

[startup+2466.43 s]
# the end of solver process 29513 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.73 s, system=3.3352 s

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

Child status: 143
Real time (s): 2466.43
CPU time (s): 2520.06
CPU user time (s): 2516.73
CPU system time (s): 3.3352
CPU usage (%): 102.175
Max. virtual memory (cumulated for all children) (KiB): 10853140
Max. memory (cumulated for all children) (KiB): 1084716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.73
system time used= 3.3352
maximum resident set size= 1087300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275642
page faults= 3
swaps= 0
block input operations= 27704
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251842
involuntary context switches= 8287


# summary of solver processes directly reported to runsolver:
#   pid: 29513
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.73
#   total CPU system time (s): 3.3352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1511 second user time and 23.1293 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-13 18:50:41
IDJOB=4396205
IDBENCH=115852
IDSOLVER=2846
FILE ID=node139/4396205-1568393338
RUNJOBID= node139-1568393441-29482
PBS_JOBID= 21701830
Free space on /tmp= 59556 MiB

SOLVER NAME= Concrete 3.12.2
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-4396205-1568393338/watcher-4396205-1568393338 -o /tmp/evaluation-result-4396205-1568393338/solver-4396205-1568393338 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568393441-29482 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=142549341 HOME/instance-4396205-1568393338.xml

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=142549341

node139.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	: 5333.57
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	: 5333.57
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	: 5333.57
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	: 5333.57
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:        30618416 kB
MemAvailable:   31831124 kB
Buffers:          110496 kB
Cached:          1383344 kB
SwapCached:        74408 kB
Active:           524512 kB
Inactive:        1046932 kB
Active(anon):       4016 kB
Inactive(anon):   114556 kB
Active(file):     520496 kB
Inactive(file):   932376 kB
Unevictable:      107868 kB
Mlocked:          107868 kB
SwapTotal:      67108860 kB
SwapFree:       66932056 kB
Dirty:             70784 kB
Writeback:            12 kB
AnonPages:        111620 kB
Mapped:            43460 kB
Shmem:             32180 kB
Slab:             179608 kB
SReclaimable:     151344 kB
SUnreclaim:        28264 kB
KernelStack:        3376 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     494348 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59484 MiB
End job on node139 at 2019-09-13 19:31:48