Trace number 4396505

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)473 2400.06 2346.04

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-8.xml
MD5SUM3801e67c429176a130b0cb7922d17a7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark458
Best CPU time to get the best result obtained on this benchmark29.4515
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.77/0.56	c Concrete v3.12.2.1568380929293 running
29.40/14.20	o 559
30.61/15.22	o 558
31.19/15.73	o 557
31.31/15.82	o 544
32.45/16.84	o 538
32.81/17.12	o 533
33.64/17.81	o 532
34.14/18.25	o 530
36.57/20.28	o 529
38.94/22.21	o 528
39.40/22.66	o 526
44.30/26.90	o 525
44.41/27.06	o 523
44.54/27.13	o 521
45.24/27.84	o 518
45.34/27.99	o 517
45.56/28.11	o 516
45.56/28.18	o 515
45.66/28.26	o 514
50.96/33.38	o 513
51.06/33.45	o 512
51.16/33.51	o 508
52.07/34.46	o 507
52.20/34.55	o 506
61.48/43.30	o 505
61.68/43.50	o 503
62.10/43.90	o 502
64.36/46.06	o 501
64.47/46.12	o 500
64.71/46.38	o 499
64.84/46.48	o 498
91.39/72.45	o 497
91.69/72.72	o 496
91.80/72.83	o 487
92.86/73.85	o 483
207.15/185.95	o 482
207.28/186.03	o 481
565.29/538.42	o 480
793.83/763.73	o 479
794.04/763.92	o 478
1365.31/1326.50	o 477
1365.73/1326.98	o 476
1365.93/1327.14	o 475
1366.03/1327.23	o 474
1376.58/1337.69	o 473
2400.00/2346.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.00/2346.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.00/2346.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.00/2346.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.00/2346.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.00/2346.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.00/2346.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.00/2346.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.00/2346.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2346.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2346.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2346.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2346.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.00/2346.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.00/2346.01		at scala.Option.map(Option.scala:243)
2400.00/2346.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.00/2346.01		at concrete.MAC.mac(MAC.scala:216)
2400.00/2346.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2346.01		at scala.util.Try$.apply(Try.scala:212)
2400.00/2346.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2346.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2346.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2346.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2346.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2346.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2346.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2346.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2346.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2346.01		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2346.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2346.01		at scala.util.Success.map(Try.scala:264)
2400.00/2346.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2346.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2346.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2346.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2346.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2346.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2346.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2346.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2346.02		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2346.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2346.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2346.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2346.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2346.02		at scala.App.main(App.scala:75)
2400.00/2346.02		at scala.App.main$(App.scala:73)
2400.00/2346.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2346.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2346.02	v <instantiation
2400.00/2346.02	v         cost = '473'>
2400.00/2346.02	v       <list>
2400.00/2346.02	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] e[0] e[1] e[2] e[3] e[4] e[5] e[6] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6]
2400.00/2346.02	v       </list>
2400.00/2346.02	v       <values>
2400.00/2346.02	v         0 51 135 207 240 317 360 11 81 153 238 310 370 424 6 108 192 207 254 360 450 11 31 81 127 219 314 383 0 62 139 220 233 350 436 0 62 127 190 253 342 427 0 52 114 207 224 312 409 427 471 473 473 473 454 473 32 32 72 31 71 43 67 41 72 66 60 35 13 47 73 6 15 46 94 44 23 20 50 42 92 95 69 90 51 75 68 13 93 86 37 62 65 63 47 89 82 27 31 62 93 17 86 92 64 2 0 5 6 4 3 1 4 1 3 6 2 0 5 5 6 4 0 1 3 2 6 1 5 2 3 4 0 0 3 6 4 5 2 1 3 2 4 1 0 5 6 1 4 0 5 2 6 3 51 360 0 317 240 135 207 370 81 310 153 11 424 238 207 254 450 360 192 6 108 383 31 127 219 314 81 11 0 436 350 62 220 233 139 253 190 62 0 127 342 427 114 0 224 409 52 207 312
2400.00/2346.02	v       </values>
2400.00/2346.02	v     </instantiation>
2400.00/2346.02	s SATISFIABLE

Verifier Data

OK	473

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396505-1568393974/watcher-4396505-1568393974 -o /tmp/evaluation-result-4396505-1568393974/solver-4396505-1568393974 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568393934-14635 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1071683378 HOME/instance-4396505-1568393974.xml 

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

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


[startup+0.100164 s]*
/proc/loadavg: 1.00 1.02 1.48 4/205 14774
/proc/meminfo: memFree=26727032/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=9972712 memory=16552 CPUtime=0.08 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 4365 13004 0 0 1 0 4 3 20 0 6 0 415312346 10212057088 4138 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2493178 4138 1933 1 0 2481616 0
[pid=14665/tid=14770] ppid=14658 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 2177 13004 0 0 0 0 4 3 20 0 6 0 415312355 10212057088 4138 33554432000 4194304 4196468 140721075291040 139627935547984 139627947791710 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 6 0 415312356 10212057088 4138 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=9972712 memory=140554171258496 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 6 0 415312356 10212057088 4138 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 6 0 415312356 10212057088 4138 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 6 0 415312356 10212057088 4138 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.209915 s]*
/proc/loadavg: 1.00 1.02 1.48 6/227 14796
/proc/meminfo: memFree=26687952/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=10819664 memory=36860 CPUtime=0.25 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 7066 13004 0 0 17 1 4 3 20 0 15 0 415312346 11079335936 9215 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2704916 9215 3166 1 0 2667149 0
[pid=14665/tid=14770] ppid=14658 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 3542 13004 0 0 10 1 4 3 20 0 15 0 415312355 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627935544016 139627948876768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10819664 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10819664 memory=288370930322970240 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10819664 memory=140554171258496 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312357 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 33 13004 0 0 0 0 4 3 20 0 15 0 415312358 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627421848736 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312358 11079335936 9215 33554432000 4194304 4196468 140721075291040 139626836648688 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11079335936 9215 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 466 13004 0 0 1 0 4 3 20 0 15 0 415312361 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 176 13004 0 0 1 0 4 3 20 0 15 0 415312361 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10819664 memory=140554171258496 CPUtime=0.1 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) S 14658 14665 10765 0 -1 1077944384 630 13004 0 0 3 0 4 3 20 0 15 0 415312361 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627386186224 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11079335936 9215 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10819664 memory=140554171258496 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312361 11079335936 9215 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36860 KiB

[startup+0.310069 s]*
/proc/loadavg: 1.00 1.02 1.48 5/227 14796
/proc/meminfo: memFree=26661716/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=10820148 memory=48004 CPUtime=0.39 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 10747 13004 0 0 29 3 4 3 20 0 15 0 415312346 11079831552 12001 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2705037 12001 3298 1 0 2667149 0
[pid=14665/tid=14770] ppid=14658 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 7203 13004 0 0 19 2 4 3 20 0 15 0 415312355 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627935511136 139627947791710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312356 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312357 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 33 13004 0 0 0 0 4 3 20 0 15 0 415312358 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627421848736 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312358 11079831552 12001 33554432000 4194304 4196468 140721075291040 139626836648688 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11079831552 12001 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 475 13004 0 0 2 0 4 3 20 0 15 0 415312361 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 177 13004 0 0 1 0 4 3 20 0 15 0 415312361 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10820148 memory=140554171258496 CPUtime=0.12 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) R 14658 14665 10765 0 -1 4202560 643 13004 0 0 5 0 4 3 20 0 15 0 415312361 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627386186224 139627947791710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11079831552 12001 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10820148 memory=140554171258496 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312361 11079831552 12001 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48004 KiB

[startup+0.700749 s]
/proc/loadavg: 1.00 1.02 1.48 4/227 14796
/proc/meminfo: memFree=26632436/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=10824360 memory=81172 CPUtime=1.13 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 15057 13004 0 0 101 5 4 3 20 0 15 0 415312346 11084144640 20293 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2706090 20293 3500 1 0 2668173 0
[pid=14665/tid=14770] ppid=14658 vsize=10824360 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 10256 13004 0 0 55 3 4 3 20 0 15 0 415312355 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627935537776 139627947754853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312356 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312356 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10824360 memory=140554012864720 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312356 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10824360 memory=140557099729515 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312356 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10824360 memory=1076 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 5 13004 0 0 0 0 4 3 20 0 15 0 415312357 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10824360 memory=7014751519650698577 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 33 13004 0 0 0 0 4 3 20 0 15 0 415312358 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627421848736 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10824360 memory=7739551770952685934 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312358 11084144640 20293 33554432000 4194304 4196468 140721075291040 139626836648688 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10824360 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11084144640 20293 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10824360 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 989 13004 0 0 12 0 4 3 20 0 15 0 415312361 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10824360 memory=520 CPUtime=0.22 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 666 13004 0 0 15 0 4 3 20 0 15 0 415312361 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10824360 memory=1560 CPUtime=0.24 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) S 14658 14665 10765 0 -1 1077944384 889 13004 0 0 17 0 4 3 20 0 15 0 415312361 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627386186224 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10824360 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11084144640 20293 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10824360 memory=3688 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312361 11084144640 20293 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81172 KiB

[startup+1.5007 s]
/proc/loadavg: 1.00 1.02 1.48 4/227 14796
/proc/meminfo: memFree=26551848/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=10834676 memory=168976 CPUtime=2.47 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 21850 13004 0 0 230 10 4 3 20 0 15 0 415312346 11094708224 42244 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2708669 42244 3578 1 0 2670733 0
[pid=14665/tid=14770] ppid=14658 vsize=10834676 memory=8317482817917895235 CPUtime=1.43 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 15272 13004 0 0 130 6 4 3 20 0 15 0 415312355 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627935518576 139627945274814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10834676 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 33 13004 0 0 1 0 4 3 20 0 15 0 415312356 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10834676 memory=281108025761760 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 331 13004 0 0 0 0 4 3 20 0 15 0 415312356 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 70 13004 0 0 1 0 4 3 20 0 15 0 415312356 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 65 13004 0 0 1 0 4 3 20 0 15 0 415312356 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 132 13004 0 0 1 0 4 3 20 0 15 0 415312357 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 33 13004 0 0 0 0 4 3 20 0 15 0 415312358 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627421848800 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 415312358 11094708224 42244 33554432000 4194304 4196468 140721075291040 139626836648704 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10834676 memory=-2245088631185882904 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11094708224 42244 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10834676 memory=6297548949866243686 CPUtime=0.32 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 1234 13004 0 0 25 0 4 3 20 0 15 0 415312361 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10834676 memory=8242832241811678803 CPUtime=0.32 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 778 13004 0 0 25 0 4 3 20 0 15 0 415312361 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10834676 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) R 14658 14665 10765 0 -1 4202560 1688 13004 0 0 42 0 4 3 20 0 15 0 415312361 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627386186224 139627956815861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10834676 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11094708224 42244 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10834676 memory=281108026005840 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 415312361 11094708224 42244 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 82448 13004 0 0 218000 44 4 3 20 0 15 0 415312355 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627935547088 139627943733768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10853140 memory=838428 CPUtime=10.89 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 19223 13004 0 0 1035 47 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10853140 memory=836380 CPUtime=10.85 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 17104 13004 0 0 1035 43 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10853140 memory=836380 CPUtime=10.86 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 14769 13004 0 0 1034 45 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10853140 memory=838428 CPUtime=10.88 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 16741 13004 0 0 1037 44 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10853140 memory=838428 CPUtime=8.6 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 16135 13004 0 0 809 44 4 3 20 0 15 0 415312357 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10853140 memory=838428 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 59 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627421848800 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10853140 memory=217545 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 25 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 209607 33554432000 4194304 4196468 140721075291040 139626836648704 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10853140 memory=3504 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10853140 memory=839 CPUtime=8.3 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 35467 13004 0 0 817 6 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10853140 memory=3504 CPUtime=7.66 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 36280 13004 0 0 753 6 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10853140 memory=7956002806465323879 CPUtime=4.78 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) S 14658 14665 10765 0 -1 1077944384 41738 13004 0 0 464 7 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627386186224 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10853140 memory=838428 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10853140 memory=838428 CPUtime=1.33 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1346 13004 0 0 64 62 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 2254.15 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 838428 KiB

[startup+2262.3 s]
/proc/loadavg: 1.32 1.32 1.37 4/226 15029
/proc/meminfo: memFree=25408420/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=10853140 memory=838428 CPUtime=2315.03 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 285329 13004 0 0 231187 309 4 3 20 0 15 0 415312346 11113615360 209607 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2713285 209607 3640 1 0 2675341 0
[pid=14665/tid=14770] ppid=14658 vsize=10853140 memory=838428 CPUtime=2239.91 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 83199 13004 0 0 223940 44 4 3 20 0 15 0 415312355 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627935546416 139627544895931 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10853140 memory=838428 CPUtime=11.19 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 19291 13004 0 0 1065 47 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10853140 memory=838428 CPUtime=11.16 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 17569 13004 0 0 1065 44 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10853140 memory=510296 CPUtime=11.15 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 14927 13004 0 0 1062 46 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10853140 memory=838428 CPUtime=11.19 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 16833 13004 0 0 1067 45 4 3 20 0 15 0 415312356 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10853140 memory=39940 CPUtime=8.83 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 16360 13004 0 0 831 45 4 3 20 0 15 0 415312357 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10853140 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 59 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627421848800 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10853140 memory=838428 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 25 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 209607 33554432000 4194304 4196468 140721075291040 139626836648704 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10853140 memory=39940 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10853140 memory=838428 CPUtime=8.3 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 35469 13004 0 0 817 6 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10853140 memory=838428 CPUtime=7.66 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 36282 13004 0 0 753 6 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10853140 memory=838428 CPUtime=4.78 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) S 14658 14665 10765 0 -1 1077944384 41740 13004 0 0 464 7 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627386186224 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10853140 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10853140 memory=838428 CPUtime=1.37 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1363 13004 0 0 66 64 4 3 20 0 15 0 415312361 11113615360 209607 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 2315.03 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 838428 KiB

[startup+2322.3 s]
/proc/loadavg: 1.47 1.37 1.38 4/227 15034
/proc/meminfo: memFree=25403160/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=10853140 memory=840476 CPUtime=2375.92 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 287472 13004 0 0 237269 316 4 3 20 0 15 0 415312346 11113615360 210119 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2713285 210119 3640 1 0 2675341 0
[pid=14665/tid=14770] ppid=14658 vsize=10853140 memory=840476 CPUtime=2299.3 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 83979 13004 0 0 229878 45 4 3 20 0 15 0 415312355 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627935547136 139627537243812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10853140 memory=840476 CPUtime=11.5 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 19455 13004 0 0 1094 49 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10853140 memory=1728 CPUtime=11.47 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 17811 13004 0 0 1095 45 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10853140 memory=840476 CPUtime=11.47 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 14971 13004 0 0 1093 47 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10853140 memory=840476 CPUtime=11.5 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 17190 13004 0 0 1096 47 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10853140 memory=840476 CPUtime=9.07 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 16599 13004 0 0 853 47 4 3 20 0 15 0 415312357 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10853140 memory=840476 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 59 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627421848800 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10853140 memory=840476 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 25 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 210119 33554432000 4194304 4196468 140721075291040 139626836648704 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10853140 memory=840476 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10853140 memory=3504 CPUtime=8.3 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 35471 13004 0 0 817 6 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10853140 memory=840476 CPUtime=7.66 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 36284 13004 0 0 753 6 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10853140 memory=840476 CPUtime=4.78 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) S 14658 14665 10765 0 -1 1077944384 42037 13004 0 0 464 7 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627386186224 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10853140 memory=840476 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10853140 memory=9580 CPUtime=1.4 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1379 13004 0 0 67 66 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 2375.92 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 840476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2346 s]*
/proc/loadavg: 1.32 1.34 1.37 4/227 15036
/proc/meminfo: memFree=25402980/32770624 swapFree=66939840/67108860
[pid=14665] ppid=14658 vsize=10853140 memory=840476 CPUtime=2400 cores=0,2,4,6
/proc/14665/stat : 14665 (java) S 14658 14665 10765 0 -1 1077944320 287704 13004 0 0 239675 318 4 3 20 0 15 0 415312346 11113615360 210119 33554432000 4194304 4196468 140721075291040 140721075273584 139627963711223 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
/proc/14665/statm: 2713285 210119 3640 1 0 2675341 0
[pid=14665/tid=14770] ppid=14658 vsize=10853140 memory=8317482817917895235 CPUtime=2322.77 cores=0,2,4,6
/proc/14665/task/14770/stat : 14770 (java) R 14658 14665 10765 0 -1 4202560 84125 13004 0 0 232225 45 4 3 20 0 15 0 415312355 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627935546144 139627527118853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14775] ppid=14658 vsize=10853140 memory=4872558044660077418 CPUtime=11.63 cores=0,2,4,6
/proc/14665/task/14775/stat : 14775 (java) S 14658 14665 10765 0 -1 1077944384 19479 13004 0 0 1107 49 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627967953936 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14776] ppid=14658 vsize=10853140 memory=808 CPUtime=11.58 cores=0,2,4,6
/proc/14665/task/14776/stat : 14776 (java) S 14658 14665 10765 0 -1 1077944384 17843 13004 0 0 1106 45 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627856227472 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14777] ppid=14658 vsize=10853140 memory=1804 CPUtime=11.59 cores=0,2,4,6
/proc/14665/task/14777/stat : 14777 (java) S 14658 14665 10765 0 -1 1077944384 14977 13004 0 0 1105 47 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627855174416 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14778] ppid=14658 vsize=10853140 memory=920 CPUtime=11.63 cores=0,2,4,6
/proc/14665/task/14778/stat : 14778 (java) S 14658 14665 10765 0 -1 1077944384 17191 13004 0 0 1109 47 4 3 20 0 15 0 415312356 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627854121872 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14780] ppid=14658 vsize=10853140 memory=3852 CPUtime=9.16 cores=0,2,4,6
/proc/14665/task/14780/stat : 14780 (java) S 14658 14665 10765 0 -1 1077944384 16614 13004 0 0 862 47 4 3 20 0 15 0 415312357 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627422902512 139627963722370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14782] ppid=14658 vsize=10853140 memory=2312 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14782/stat : 14782 (java) S 14658 14665 10765 0 -1 1077944384 59 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627421848800 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14784] ppid=14658 vsize=10853140 memory=2312 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14784/stat : 14784 (java) S 14658 14665 10765 0 -1 1077944384 25 13004 0 0 0 0 4 3 20 0 15 0 415312358 11113615360 210119 33554432000 4194304 4196468 140721075291040 139626836648704 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14789] ppid=14658 vsize=10853140 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14789/stat : 14789 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139626529249232 139627963729819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14790] ppid=14658 vsize=10853140 memory=3248 CPUtime=8.3 cores=0,2,4,6
/proc/14665/task/14790/stat : 14790 (java) S 14658 14665 10765 0 -1 1077944384 35473 13004 0 0 817 6 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627388291824 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14791] ppid=14658 vsize=10853140 memory=1408 CPUtime=7.66 cores=0,2,4,6
/proc/14665/task/14791/stat : 14791 (java) S 14658 14665 10765 0 -1 1077944384 36286 13004 0 0 753 6 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627387239280 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14792] ppid=14658 vsize=10853140 memory=3232 CPUtime=4.78 cores=0,2,4,6
/proc/14665/task/14792/stat : 14792 (java) S 14658 14665 10765 0 -1 1077944384 42039 13004 0 0 464 7 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627386186224 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14794] ppid=14658 vsize=10853140 memory=512344 CPUtime=0.07 cores=0,2,4,6
/proc/14665/task/14794/stat : 14794 (java) S 14658 14665 10765 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139626495691616 139627963721429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
[pid=14665/tid=14796] ppid=14658 vsize=10853140 memory=840476 CPUtime=1.42 cores=0,2,4,6
/proc/14665/task/14796/stat : 14796 (java) S 14658 14665 10765 0 -1 1077944384 1381 13004 0 0 68 67 4 3 20 0 15 0 415312361 11113615360 210119 33554432000 4194304 4196468 140721075291040 139627385133616 139627963722370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140721075297007 140721075299525 140721075299525 140721075302351 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10853140 KiB
Current children cumulated memory: 840476 KiB

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

[startup+2346.04 s]
# the end of solver process 14665 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.83 s, system=3.23243 s

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

Child status: 143
Real time (s): 2346.04
CPU time (s): 2400.06
CPU user time (s): 2396.83
CPU system time (s): 3.23243
CPU usage (%): 102.303
Max. virtual memory (cumulated for all children) (KiB): 10853140
Max. memory (cumulated for all children) (KiB): 1041468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.83
system time used= 3.23243
maximum resident set size= 1044560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248366
involuntary context switches= 7274


# summary of solver processes directly reported to runsolver:
#   pid: 14665
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2396.83
#   total CPU system time (s): 3.23243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5048 second user time and 20.8189 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 18:58:54
IDJOB=4396505
IDBENCH=115852
IDSOLVER=2847
FILE ID=node119/4396505-1568393974
RUNJOBID= node119-1568393934-14635
PBS_JOBID= 21701844
Free space on /tmp= 61504 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-4396505-1568393974/watcher-4396505-1568393974 -o /tmp/evaluation-result-4396505-1568393974/solver-4396505-1568393974 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568393934-14635 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1071683378 HOME/instance-4396505-1568393974.xml

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=1071683378

node119.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.47
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.47
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.47
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.47
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:        26739860 kB
MemAvailable:   31826000 kB
Buffers:          189440 kB
Cached:          5164436 kB
SwapCached:        61108 kB
Active:          1902668 kB
Inactive:        3514948 kB
Active(anon):       3012 kB
Inactive(anon):   103112 kB
Active(file):    1899656 kB
Inactive(file):  3411836 kB
Unevictable:      107056 kB
Mlocked:          107056 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             70700 kB
Writeback:             0 kB
AnonPages:        112556 kB
Mapped:            44232 kB
Shmem:             32816 kB
Slab:             210328 kB
SReclaimable:     180968 kB
SUnreclaim:        29360 kB
KernelStack:        3408 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502856 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 19:38:01