Trace number 4386969

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)312 2520.07 2469.73

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-5.xml
MD5SUM5197a9101df9cd680fadf9dcc86a0dcb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark312
Best CPU time to get the best result obtained on this benchmark30.0924
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size412
Distribution of domain sizes[{"size":5,"count":50},{"size":412,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
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.78/0.71	c Concrete v3.10.1560635388952 running
9.89/4.65	o 377
10.23/4.72	o 375
10.23/4.77	o 369
10.55/4.81	o 368
10.55/4.82	o 367
10.88/4.92	o 364
10.88/4.96	o 361
10.88/4.98	o 360
10.88/5.01	o 359
11.24/5.08	o 358
11.24/5.09	o 356
12.21/5.39	o 355
12.21/5.39	o 354
14.04/5.96	o 353
15.47/6.49	o 352
15.47/6.49	o 349
15.47/6.49	o 343
15.73/6.50	o 342
15.73/6.51	o 333
16.23/6.72	o 332
16.79/6.93	o 331
16.79/6.94	o 330
16.79/6.94	o 329
16.79/6.98	o 328
18.01/7.59	o 324
20.39/9.03	o 323
20.39/9.04	o 321
20.39/9.04	o 320
20.39/9.05	o 317
20.39/9.05	o 316
750.57/726.97	o 315
750.57/726.98	o 314
997.79/970.67	o 313
997.79/970.67	o 312
2520.02/2469.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2469.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2469.70		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.02/2469.70		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2520.02/2469.70		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2520.02/2469.70		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2520.02/2469.70		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.02/2469.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2469.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2469.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2469.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2469.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2469.70		at scala.Option.map(Option.scala:243)
2520.02/2469.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2469.70		at concrete.MAC.mac(MAC.scala:204)
2520.02/2469.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.02/2469.70		at scala.util.Try$.apply(Try.scala:212)
2520.02/2469.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2469.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2469.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2469.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2469.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2469.70		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2469.70		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2469.70		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2469.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.02/2469.70		at scala.util.Success.map(Try.scala:264)
2520.02/2469.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.02/2469.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2469.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2469.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2469.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2469.70		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2469.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2469.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2469.70		at scala.App.main(App.scala:75)
2520.02/2469.70		at scala.App.main$(App.scala:73)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2469.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2469.71	v <instantiation
2520.02/2469.71	v         cost = '312'>
2520.02/2469.71	v       <list>
2520.02/2469.71	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.02/2469.71	v       </list>
2520.02/2469.71	v       <values>
2520.02/2469.71	v         1 98 191 201 252 46 132 138 201 216 0 56 139 199 231 0 61 139 226 257 0 61 98 132 214 312 312 312 312 312 86 93 5 41 60 81 6 63 4 96 46 62 50 17 81 61 78 85 26 55 56 37 34 82 98 3 0 4 1 2 2 3 1 4 0 2 1 4 0 3 0 4 3 2 1 1 0 3 2 4 98 201 252 1 191 216 138 46 132 201 199 56 0 231 139 0 257 226 139 61 61 0 132 98 214
2520.02/2469.71	v       </values>
2520.02/2469.71	v     </instantiation>
2520.02/2469.71	s SATISFIABLE

Verifier Data

OK	312

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386969-1568285963/watcher-4386969-1568285963 -o /tmp/evaluation-result-4386969-1568285963/solver-4386969-1568285963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1167947834 HOME/instance-4386969-1568285963.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=6477, runsolver pid=6470
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 2.33 2.23 2.06 4/214 6544
/proc/meminfo: memFree=30950008/32770624 swapFree=66995800/67108860
[pid=6477] ppid=6470 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/6477/stat : 6477 (bash) S 6470 6477 5684 0 -1 4202496 895 5691 0 1 0 0 0 1 20 0 1 0 404851098 115974144 404 33554432000 4194304 5098028 140734871237424 140734871231432 140400576531456 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 30777344 140734871245844 140734871245969 140734871245969 140734871248878 0
/proc/6477/statm: 28314 404 320 221 0 119 0
[pid=6529] ppid=6477 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/6529/stat : 6529 (bash) S 6477 6477 5684 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 404851106 115974144 178 33554432000 4194304 5098028 140734871237424 140734871230104 140400576356988 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 30777344 140734871245844 140734871245969 140734871245969 140734871248878 0
/proc/6529/statm: 28314 178 94 221 0 119 0
[pid=6532] ppid=6529 vsize=10023608 memory=17648 CPUtime=0.01 cores=0,2,4,6
/proc/6532/stat : 6532 (java) S 6529 6477 5684 0 -1 1077944320 3765 0 0 0 1 0 0 0 20 0 7 0 404851106 10264174592 4412 33554432000 4194304 4196468 140730514928368 140730514910912 140519582998263 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16023552 140730514932876 140730514932890 140730514932890 140730514935759 0
/proc/6532/statm: 2505902 4412 2006 1 0 2494340 0
[pid=6532/tid=6535] ppid=6529 vsize=10023608 memory=7100839878645814387 CPUtime=0.01 cores=0,2,4,6
/proc/6532/task/6535/stat : 6535 (java) R 6529 6477 5684 0 -1 4202560 2511 0 0 0 1 0 0 0 20 0 7 0 404851106 10264174592 4478 33554432000 4194304 4196468 140730514928368 140519587240720 140519583020189 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16023552 140730514932876 140730514932890 140730514932890 140730514935759 0
[pid=6532/tid=6541] ppid=6529 vsize=10023608 memory=664964232733811010 CPUtime=0 cores=0,2,4,6
/proc/6532/task/6541/stat : 6541 (java) S 6529 6477 5684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 404851107 10264174592 4478 33554432000 4194304 4196468 140730514928368 140519189375632 140519583008469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16023552 140730514932876 140730514932890 140730514932890 140730514935759 0
[pid=6532/tid=6542] ppid=6529 vsize=10023608 memory=140441098028672 CPUtime=0 cores=0,2,4,6
/proc/6532/task/6542/stat : 6542 (java) S 6529 6477 5684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 404851107 10264174592 4478 33554432000 4194304 4196468 140730514928368 140519188322832 140519583008469 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16023552 140730514932876 140730514932890 140730514932890 140730514935759 0
[pid=6532/tid=6543] ppid=6529 vsize=10023608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6532/task/6543/stat : 6543 (java) S 6529 6477 5684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 404851107 10264174592 4478 33554432000 4194304 4196468 140730514928368 140519187270032 140519583008469 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16023552 140730514932876 140730514932890 140730514932890 140730514935759 0
[pid=6532/tid=6544] ppid=6529 vsize=10023608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6532/task/6544/stat : 6544 (java) S 6529 6477 5684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 404851107 10264174592 4478 33554432000 4194304 4196468 140730514928368 140519186217232 140519583008469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16023552 140730514932876 140730514932890 140730514932890 140730514935759 0
[pid=6532/tid=6545] ppid=6529 vsize=10023608 memory=140441098028672 CPUtime=0 cores=0,2,4,6
/proc/6532/task/6545/stat : 6545 (java) S 6529 6477 5684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 404851109 10264174592 4478 33554432000 4194304 4196468 140730514928368 140518618839920 140519583009410 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16023552 140730514932876 140730514932890 140730514932890 140730514935759 0
[pid=6534] ppid=6529 vsize=113488 memory=948 CPUtime=0 cores=0,2,4,6
/proc/6534/stat : 6534 (awk) S 6529 6477 5684 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 404851106 116211712 237 33554432000 4194304 4609284 140730894451536 140730894450712 139808657759232 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 29429760 140730894455996 140730894456026 140730894456026 140730894458863 0
/proc/6534/statm: 28372 237 200 102 0 88 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10363608 KiB
Current children cumulated memory: 20924 KiB

[startup+0.210412 s]*
/proc/loadavg: 2.33 2.23 2.06 4/210 6592
/proc/meminfo: memFree=30947440/32770624 swapFree=66995800/67108860
[pid=6477] ppid=6470 vsize=10355560 memory=21792 CPUtime=0.11 cores=0,2,4,6
/proc/6477/stat : 6477 (java) S 6470 6477 5684 0 -1 1077944320 4686 13264 0 2 2 1 5 3 20 0 9 0 404851098 10604093440 5448 33554432000 4194304 4196468 140720727663200 140720727645744 140538174213879 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
/proc/6477/statm: 2588890 5448 2103 1 0 2551431 0
[pid=6477/tid=6582] ppid=6470 vsize=10355560 memory=7100839852556125036 CPUtime=0.09 cores=0,2,4,6
/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 2477 13264 0 2 1 0 5 3 20 0 9 0 404851116 10604093440 5448 33554432000 4194304 4196468 140720727663200 140538146049904 140538155607613 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10355560 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 9 0 404851117 10604093440 5448 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10355560 memory=140441098028672 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 9 0 404851117 10604093440 5448 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 9 0 404851117 10604093440 5448 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 2 13264 0 2 0 0 5 3 20 0 9 0 404851117 10604093440 5448 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10355560 memory=140441098028672 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 2 13264 0 2 0 0 5 3 20 0 9 0 404851119 10604093440 5448 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 13 13264 0 2 0 0 5 3 20 0 9 0 404851119 10604093440 5448 33554432000 4194304 4196468 140720727663200 140537101280928 140538174224085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 9 0 404851119 10604093440 5448 33554432000 4194304 4196468 140720727663200 140536967062832 140538174224085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21792 KiB

[startup+0.3101 s]*
/proc/loadavg: 2.33 2.23 2.06 10/226 6608
/proc/meminfo: memFree=30920372/32770624 swapFree=66995800/67108860
[pid=6477] ppid=6470 vsize=10818900 memory=32292 CPUtime=0.21 cores=0,2,4,6
/proc/6477/stat : 6477 (java) S 6470 6477 5684 0 -1 1077944320 6500 13264 0 2 11 2 5 3 20 0 15 0 404851098 11078553600 8073 33554432000 4194304 4196468 140720727663200 140720727645744 140538174213879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
/proc/6477/statm: 2704725 8073 2928 1 0 2667149 0
[pid=6477/tid=6582] ppid=6470 vsize=10818900 memory=7100839852556125036 CPUtime=0.16 cores=0,2,4,6
/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 2970 13264 0 2 7 1 5 3 20 0 15 0 404851116 11078553600 8073 33554432000 4194304 4196468 140720727663200 140538146046576 140538174225814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10818900 memory=3691042058319900680 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11078553600 8073 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10818900 memory=140441098030880 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10818900 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10818900 memory=140441001510063 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 2 13264 0 2 0 0 5 3 20 0 15 0 404851117 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10818900 memory=140441098030880 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 2 13264 0 2 0 0 5 3 20 0 15 0 404851119 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10818900 memory=140441001512367 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 13 13264 0 2 0 0 5 3 20 0 15 0 404851119 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537101280928 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10818900 memory=140441001514672 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851119 11078553600 8073 33554432000 4194304 4196468 140720727663200 140536967062768 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6601] ppid=6470 vsize=10818900 memory=140441001516976 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6601/stat : 6601 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851122 11078553600 8073 33554432000 4194304 4196468 140720727663200 140536726772176 140538174232475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6602] ppid=6470 vsize=10818900 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6477/task/6602/stat : 6602 (java) S 6470 6477 5684 0 -1 1077944384 570 13264 0 2 1 0 5 3 20 0 15 0 404851123 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537175705840 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6603] ppid=6470 vsize=10818900 memory=140441001526223 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6603/stat : 6603 (java) S 6470 6477 5684 0 -1 1077944384 63 13264 0 2 0 0 5 3 20 0 15 0 404851123 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537174653296 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6604] ppid=6470 vsize=10818900 memory=280882099557184 CPUtime=0.1 cores=0,2,4,6
/proc/6477/task/6604/stat : 6604 (java) R 6470 6477 5684 0 -1 4202560 659 13264 0 2 2 0 5 3 20 0 15 0 404851123 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537173600240 140538174235226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6606] ppid=6470 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6606/stat : 6606 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851123 11078553600 8073 33554432000 4194304 4196468 140720727663200 140536693213536 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6608] ppid=6470 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6608/stat : 6608 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851126 11078553600 8073 33554432000 4194304 4196468 140720727663200 140537172548656 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 32292 KiB

[startup+0.700643 s]
/proc/loadavg: 2.33 2.23 2.06 7/226 6608
/proc/meminfo: memFree=30883616/32770624 swapFree=66995800/67108860
[pid=6477] ppid=6470 vsize=10820244 memory=68660 CPUtime=0.78 cores=0,2,4,6
/proc/6477/stat : 6477 (java) S 6470 6477 5684 0 -1 1077944320 13230 13264 0 2 66 4 5 3 20 0 15 0 404851098 11079929856 17165 33554432000 4194304 4196468 140720727663200 140720727645744 140538174213879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
/proc/6477/statm: 2705061 17165 3456 1 0 2667149 0
[pid=6477/tid=6582] ppid=6470 vsize=10820244 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 8996 13264 0 2 41 3 5 3 20 0 15 0 404851116 11079929856 17165 33554432000 4194304 4196468 140720727663200 140538146049504 140538174235805 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11079929856 17165 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10820244 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10820244 memory=8320808402720078133 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 2 13264 0 2 0 0 5 3 20 0 15 0 404851117 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10820244 memory=6224628139877814352 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 5 13264 0 2 0 0 5 3 20 0 15 0 404851119 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10820244 memory=4639059877604708710 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 13 13264 0 2 0 0 5 3 20 0 15 0 404851119 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537101280928 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10820244 memory=3053511329498284128 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851119 11079929856 17165 33554432000 4194304 4196468 140720727663200 140536967062768 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6601] ppid=6470 vsize=10820244 memory=-6520471753822164382 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6601/stat : 6601 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851122 11079929856 17165 33554432000 4194304 4196468 140720727663200 140536726772176 140538174232475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6602] ppid=6470 vsize=10820244 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/6477/task/6602/stat : 6602 (java) S 6470 6477 5684 0 -1 1077944384 861 13264 0 2 7 0 5 3 20 0 15 0 404851123 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537175705840 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6603] ppid=6470 vsize=10820244 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6477/task/6603/stat : 6603 (java) S 6470 6477 5684 0 -1 1077944384 265 13264 0 2 5 0 5 3 20 0 15 0 404851123 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537174653296 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6604] ppid=6470 vsize=10820244 memory=280882003110240 CPUtime=0.19 cores=0,2,4,6
/proc/6477/task/6604/stat : 6604 (java) R 6470 6477 5684 0 -1 4202560 868 13264 0 2 11 0 5 3 20 0 15 0 404851123 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537173600240 140538166451006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6606] ppid=6470 vsize=10820244 memory=288230617509003574 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6606/stat : 6606 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851123 11079929856 17165 33554432000 4194304 4196468 140720727663200 140536693213536 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6608] ppid=6470 vsize=10820244 memory=16105853321218387 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6608/stat : 6608 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851126 11079929856 17165 33554432000 4194304 4196468 140720727663200 140537172548656 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 68660 KiB

[startup+1.50067 s]
/proc/loadavg: 2.33 2.23 2.06 2/226 6608
/proc/meminfo: memFree=30815900/32770624 swapFree=66995800/67108860
[pid=6477] ppid=6470 vsize=10830560 memory=113516 CPUtime=1.77 cores=0,2,4,6
/proc/6477/stat : 6477 (java) S 6470 6477 5684 0 -1 1077944320 17592 13264 1 2 161 8 5 3 20 0 15 0 404851098 11090493440 28379 33554432000 4194304 4196468 140720727663200 140720727645744 140538174213879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
/proc/6477/statm: 2707640 28379 3541 1 0 2669709 0
[pid=6477/tid=6582] ppid=6470 vsize=10830560 memory=7811047600012814693 CPUtime=1.03 cores=0,2,4,6
/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 12706 13264 1 2 89 6 5 3 20 0 15 0 404851116 11090493440 28379 33554432000 4194304 4196468 140720727663200 140538146014368 140538158294396 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10830560 memory=7590655979367786604 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11090493440 28379 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10830560 memory=7307203002611427168 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10830560 memory=7300448599485278825 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851117 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10830560 memory=6083614910427271597 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 2 13264 0 2 0 0 5 3 20 0 15 0 404851117 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 5 13264 0 2 0 0 5 3 20 0 15 0 404851119 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 13 13264 0 2 0 0 5 3 20 0 15 0 404851119 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537101280928 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851119 11090493440 28379 33554432000 4194304 4196468 140720727663200 140536967062768 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6601] ppid=6470 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6601/stat : 6601 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851122 11090493440 28379 33554432000 4194304 4196468 140720727663200 140536726772176 140538174232475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6602] ppid=6470 vsize=10830560 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/6477/task/6602/stat : 6602 (java) R 6470 6477 5684 0 -1 4202560 945 13264 0 2 20 0 5 3 20 0 15 0 404851123 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537175705840 140538157681914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6603] ppid=6470 vsize=10830560 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/6477/task/6603/stat : 6603 (java) R 6470 6477 5684 0 -1 4202560 445 13264 0 2 22 0 5 3 20 0 15 0 404851123 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537174653296 140538154849789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6604] ppid=6470 vsize=10830560 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/6477/task/6604/stat : 6604 (java) S 6470 6477 5684 0 -1 1077944384 1256 13264 0 2 28 0 5 3 20 0 15 0 404851123 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537173600240 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6606] ppid=6470 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6606/stat : 6606 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851123 11090493440 28379 33554432000 4194304 4196468 140720727663200 140536693213536 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6608] ppid=6470 vsize=10830560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6608/stat : 6608 (java) S 6470 6477 5684 0 -1 1077944384 1 13264 0 2 0 0 5 3 20 0 15 0 404851126 11090493440 28379 33554432000 4194304 4196468 140720727663200 140537172548656 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10830560 KiB
Current children cumulated memory: 113516 KiB

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

/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 95559 13264 2 2 235446 52 5 3 20 0 15 0 404851116 11111497728 276746 33554432000 4194304 4196468 140720727663200 140538146048976 140537793805981 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10851072 memory=1106984 CPUtime=12.11 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 25255 13264 0 2 1150 53 5 3 20 0 15 0 404851117 11111497728 276746 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10851072 memory=1106984 CPUtime=12.13 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 25944 13264 0 2 1149 56 5 3 20 0 15 0 404851117 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10851072 memory=1106984 CPUtime=12.12 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 20882 13264 0 2 1147 57 5 3 20 0 15 0 404851117 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10851072 memory=1106984 CPUtime=12.13 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 21125 13264 0 2 1151 54 5 3 20 0 15 0 404851117 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10851072 memory=1106984 CPUtime=10.83 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 23478 13264 0 2 1023 52 5 3 20 0 15 0 404851119 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10851072 memory=1106984 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 15 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537101281056 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10851072 memory=1106984 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 276746 33554432000 4194304 4196468 140720727663200 140536967062784 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6601] ppid=6470 vsize=10851072 memory=1106984 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6601/stat : 6601 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851122 11111497728 276746 33554432000 4194304 4196468 140720727663200 140536726772176 140538174232475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6602] ppid=6470 vsize=10851072 memory=1106984 CPUtime=6.31 cores=0,2,4,6
/proc/6477/task/6602/stat : 6602 (java) S 6470 6477 5684 0 -1 1077944384 33956 13264 0 2 617 6 5 3 20 0 15 0 404851123 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537175705840 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6603] ppid=6470 vsize=10851072 memory=1106984 CPUtime=6.01 cores=0,2,4,6
/proc/6477/task/6603/stat : 6603 (java) S 6470 6477 5684 0 -1 1077944384 36670 13264 0 2 587 6 5 3 20 0 15 0 404851123 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537174653296 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6604] ppid=6470 vsize=10851072 memory=1106984 CPUtime=3.77 cores=0,2,4,6
/proc/6477/task/6604/stat : 6604 (java) S 6470 6477 5684 0 -1 1077944384 30205 13264 0 2 362 7 5 3 20 0 15 0 404851123 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537173600240 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6606] ppid=6470 vsize=10851072 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6606/stat : 6606 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851123 11111497728 276746 33554432000 4194304 4196468 140720727663200 140536693213536 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6608] ppid=6470 vsize=10851072 memory=1980 CPUtime=1.37 cores=0,2,4,6
/proc/6477/task/6608/stat : 6608 (java) S 6470 6477 5684 0 -1 1077944384 1636 13264 0 2 63 66 5 3 20 0 15 0 404851126 11111497728 276746 33554432000 4194304 4196468 140720727663200 140537172548656 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 2431.22 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1106984 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.51 1.47 4/226 6853
/proc/meminfo: memFree=28703568/32770624 swapFree=66995828/67108860
[pid=6477] ppid=6470 vsize=10851072 memory=1109032 CPUtime=2492.18 cores=0,2,4,6
/proc/6477/stat : 6477 (java) S 6470 6477 5684 0 -1 1077944320 319088 13264 2 2 248853 357 5 3 20 0 15 0 404851098 11111497728 277258 33554432000 4194304 4196468 140720727663200 140720727645744 140538174213879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
/proc/6477/statm: 2712768 277258 3624 1 0 2674829 0
[pid=6477/tid=6582] ppid=6470 vsize=10851072 memory=1109032 CPUtime=2414.38 cores=0,2,4,6
/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 96549 13264 2 2 241378 52 5 3 20 0 15 0 404851116 11111497728 277258 33554432000 4194304 4196468 140720727663200 140538146049072 140537787467079 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10851072 memory=1109032 CPUtime=12.45 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 25304 13264 0 2 1183 54 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10851072 memory=1106984 CPUtime=12.46 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 26343 13264 0 2 1180 58 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10851072 memory=1109032 CPUtime=12.45 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 21237 13264 0 2 1179 58 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10851072 memory=1109032 CPUtime=12.47 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 21195 13264 0 2 1182 57 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10851072 memory=1109032 CPUtime=11.11 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 23730 13264 0 2 1050 53 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 15 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537101281056 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536967062784 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6601] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6601/stat : 6601 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851122 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536726772176 140538174232475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6602] ppid=6470 vsize=10851072 memory=1109032 CPUtime=6.31 cores=0,2,4,6
/proc/6477/task/6602/stat : 6602 (java) S 6470 6477 5684 0 -1 1077944384 33960 13264 0 2 617 6 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537175705840 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6603] ppid=6470 vsize=10851072 memory=1109032 CPUtime=6.01 cores=0,2,4,6
/proc/6477/task/6603/stat : 6603 (java) S 6470 6477 5684 0 -1 1077944384 36674 13264 0 2 587 6 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537174653296 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6604] ppid=6470 vsize=10851072 memory=1109032 CPUtime=3.77 cores=0,2,4,6
/proc/6477/task/6604/stat : 6604 (java) S 6470 6477 5684 0 -1 1077944384 30209 13264 0 2 362 7 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537173600240 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6606] ppid=6470 vsize=10851072 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6606/stat : 6606 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536693213536 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6608] ppid=6470 vsize=10851072 memory=1109032 CPUtime=1.39 cores=0,2,4,6
/proc/6477/task/6608/stat : 6608 (java) S 6470 6477 5684 0 -1 1077944384 1653 13264 0 2 64 67 5 3 20 0 15 0 404851126 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537172548656 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 2492.18 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1109032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.7 s]
/proc/loadavg: 1.36 1.49 1.46 6/226 6988
/proc/meminfo: memFree=29749744/32770624 swapFree=66995828/67108860
[pid=6477] ppid=6470 vsize=10851072 memory=1109032 CPUtime=2520.02 cores=0,2,4,6
/proc/6477/stat : 6477 (java) S 6470 6477 5684 0 -1 1077944320 319914 13264 2 2 251634 360 5 3 20 0 15 0 404851098 11111497728 277258 33554432000 4194304 4196468 140720727663200 140720727645744 140538174213879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
/proc/6477/statm: 2712768 277258 3624 1 0 2674829 0
[pid=6477/tid=6582] ppid=6470 vsize=10851072 memory=1109032 CPUtime=2441.47 cores=0,2,4,6
/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 96878 13264 2 2 244086 53 5 3 20 0 15 0 404851116 11111497728 277258 33554432000 4194304 4196468 140720727663200 140538146049664 140537792056353 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10851072 memory=2832 CPUtime=12.59 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 25326 13264 0 2 1197 54 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10851072 memory=164 CPUtime=12.62 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 26347 13264 0 2 1196 58 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10851072 memory=1109032 CPUtime=12.6 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 21412 13264 0 2 1193 59 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10851072 memory=1109032 CPUtime=12.62 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 21281 13264 0 2 1197 57 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10851072 memory=1109032 CPUtime=11.25 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 23935 13264 0 2 1063 54 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 15 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537101281056 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536967062784 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6601] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6601/stat : 6601 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851122 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536726772176 140538174232475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6602] ppid=6470 vsize=10851072 memory=1109032 CPUtime=6.31 cores=0,2,4,6
/proc/6477/task/6602/stat : 6602 (java) S 6470 6477 5684 0 -1 1077944384 33960 13264 0 2 617 6 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537175705840 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6603] ppid=6470 vsize=10851072 memory=1109032 CPUtime=6.01 cores=0,2,4,6
/proc/6477/task/6603/stat : 6603 (java) S 6470 6477 5684 0 -1 1077944384 36674 13264 0 2 587 6 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537174653296 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6604] ppid=6470 vsize=10851072 memory=1109032 CPUtime=3.77 cores=0,2,4,6
/proc/6477/task/6604/stat : 6604 (java) S 6470 6477 5684 0 -1 1077944384 30209 13264 0 2 362 7 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537173600240 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6606] ppid=6470 vsize=10851072 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6606/stat : 6606 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536693213536 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6608] ppid=6470 vsize=10851072 memory=1109032 CPUtime=1.41 cores=0,2,4,6
/proc/6477/task/6608/stat : 6608 (java) S 6470 6477 5684 0 -1 1077944384 1658 13264 0 2 65 68 5 3 20 0 15 0 404851126 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537172548656 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1109032 KiB

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

[startup+2469.73 s]
# the end of solver process 6477 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.42 s, system=3.64742 s

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

[startup+2469.7 s]
/proc/loadavg: 1.36 1.49 1.46 6/226 6988
/proc/meminfo: memFree=29749744/32770624 swapFree=66995828/67108860
[pid=6477] ppid=6470 vsize=10851072 memory=1109032 CPUtime=2520.02 cores=0,2,4,6
/proc/6477/stat : 6477 (java) S 6470 6477 5684 0 -1 1077944320 319914 13264 2 2 251634 360 5 3 20 0 15 0 404851098 11111497728 277258 33554432000 4194304 4196468 140720727663200 140720727645744 140538174213879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
/proc/6477/statm: 2712768 277258 3624 1 0 2674829 0
[pid=6477/tid=6582] ppid=6470 vsize=10851072 memory=1109032 CPUtime=2441.47 cores=0,2,4,6
/proc/6477/task/6582/stat : 6582 (java) R 6470 6477 5684 0 -1 4202560 96878 13264 2 2 244086 53 5 3 20 0 15 0 404851116 11111497728 277258 33554432000 4194304 4196468 140720727663200 140538146049664 140537792056353 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6587] ppid=6470 vsize=10851072 memory=2832 CPUtime=12.59 cores=0,2,4,6
/proc/6477/task/6587/stat : 6587 (java) S 6470 6477 5684 0 -1 1077944384 25326 13264 0 2 1197 54 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140538178456080 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6588] ppid=6470 vsize=10851072 memory=164 CPUtime=12.62 cores=0,2,4,6
/proc/6477/task/6588/stat : 6588 (java) S 6470 6477 5684 0 -1 1077944384 26347 13264 0 2 1196 58 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537747663504 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6589] ppid=6470 vsize=10851072 memory=1109032 CPUtime=12.6 cores=0,2,4,6
/proc/6477/task/6589/stat : 6589 (java) S 6470 6477 5684 0 -1 1077944384 21412 13264 0 2 1193 59 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537746610448 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6590] ppid=6470 vsize=10851072 memory=1109032 CPUtime=12.62 cores=0,2,4,6
/proc/6477/task/6590/stat : 6590 (java) S 6470 6477 5684 0 -1 1077944384 21281 13264 0 2 1197 57 5 3 20 0 15 0 404851117 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537745557904 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6592] ppid=6470 vsize=10851072 memory=1109032 CPUtime=11.25 cores=0,2,4,6
/proc/6477/task/6592/stat : 6592 (java) S 6470 6477 5684 0 -1 1077944384 23935 13264 0 2 1063 54 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537176759024 140538174225026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6594] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6594/stat : 6594 (java) S 6470 6477 5684 0 -1 1077944384 15 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537101281056 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6596] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6596/stat : 6596 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851119 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536967062784 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6601] ppid=6470 vsize=10851072 memory=1109032 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6601/stat : 6601 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851122 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536726772176 140538174232475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6602] ppid=6470 vsize=10851072 memory=1109032 CPUtime=6.31 cores=0,2,4,6
/proc/6477/task/6602/stat : 6602 (java) S 6470 6477 5684 0 -1 1077944384 33960 13264 0 2 617 6 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537175705840 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6603] ppid=6470 vsize=10851072 memory=1109032 CPUtime=6.01 cores=0,2,4,6
/proc/6477/task/6603/stat : 6603 (java) S 6470 6477 5684 0 -1 1077944384 36674 13264 0 2 587 6 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537174653296 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6604] ppid=6470 vsize=10851072 memory=1109032 CPUtime=3.77 cores=0,2,4,6
/proc/6477/task/6604/stat : 6604 (java) S 6470 6477 5684 0 -1 1077944384 30209 13264 0 2 362 7 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537173600240 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6606] ppid=6470 vsize=10851072 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6477/task/6606/stat : 6606 (java) S 6470 6477 5684 0 -1 1077944384 3 13264 0 2 0 0 5 3 20 0 15 0 404851123 11111497728 277258 33554432000 4194304 4196468 140720727663200 140536693213536 140538174224085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
[pid=6477/tid=6608] ppid=6470 vsize=10851072 memory=1109032 CPUtime=1.41 cores=0,2,4,6
/proc/6477/task/6608/stat : 6608 (java) S 6470 6477 5684 0 -1 1077944384 1658 13264 0 2 65 68 5 3 20 0 15 0 404851126 11111497728 277258 33554432000 4194304 4196468 140720727663200 140537172548656 140538174225026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25001984 140720727665397 140720727667909 140720727667909 140720727670735 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1109032 KiB

Child status: 143
Real time (s): 2469.73
CPU time (s): 2520.07
CPU user time (s): 2516.42
CPU system time (s): 3.64742
CPU usage (%): 102.038
Max. virtual memory (cumulated for all children) (KiB): 10854048
Max. memory (cumulated for all children) (KiB): 1121640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.42
system time used= 3.64742
maximum resident set size= 1123196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334272
page faults= 4
swaps= 0
block input operations= 51304
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295245
involuntary context switches= 11228


# summary of solver processes directly reported to runsolver:
#   pid: 6477
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.42
#   total CPU system time (s): 3.64742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7558 second user time and 21.9155 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 11:58:07
IDJOB=4386969
IDBENCH=115814
IDSOLVER=2823
FILE ID=node106/4386969-1568285963
RUNJOBID= node106-1568282287-6447
PBS_JOBID= 21701088
Free space on /tmp= 53396 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386969-1568285963/watcher-4386969-1568285963 -o /tmp/evaluation-result-4386969-1568285963/solver-4386969-1568285963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1167947834 HOME/instance-4386969-1568285963.xml

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

MD5SUM BENCH= 5197a9101df9cd680fadf9dcc86a0dcb
RANDOM SEED=1167947834

node106.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.79
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.79
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.79
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.79
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:        30971004 kB
MemAvailable:   31922968 kB
Buffers:           95236 kB
Cached:          1150396 kB
SwapCached:        10536 kB
Active:           359708 kB
Inactive:         899904 kB
Active(anon):      13216 kB
Inactive(anon):    33568 kB
Active(file):     346492 kB
Inactive(file):   866336 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66995800 kB
Dirty:             70160 kB
Writeback:             0 kB
AnonPages:        112152 kB
Mapped:            34540 kB
Shmem:             23428 kB
Slab:             137936 kB
SReclaimable:     109940 kB
SUnreclaim:        27996 kB
KernelStack:        3376 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     494824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 53324 MiB
End job on node106 at 2019-09-12 12:39:17