Trace number 4396146

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)300 2520.09 2467.14

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-0.xml
MD5SUMda64694dd3ca715594c36c32a8b555a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark300
Best CPU time to get the best result obtained on this benchmark25.2154
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size400
Distribution of domain sizes[{"size":5,"count":50},{"size":400,"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.77/0.55	c Concrete v3.12.2.1568380929293 running
12.36/5.02	o 399
12.36/5.06	o 398
12.36/5.09	o 394
12.98/5.27	o 393
13.30/5.36	o 392
13.60/5.43	o 386
13.86/5.58	o 381
14.48/5.71	o 380
14.48/5.77	o 379
14.80/5.88	o 376
16.03/6.29	o 363
16.34/6.35	o 362
16.34/6.36	o 358
18.63/7.28	o 357
18.76/7.36	o 356
18.90/7.43	o 355
19.04/7.51	o 352
19.19/7.61	o 351
19.19/7.68	o 336
19.31/7.71	o 323
19.91/8.19	o 322
22.76/9.43	o 321
25.10/11.23	o 320
25.10/11.24	o 319
25.10/11.24	o 317
43.24/26.87	o 316
43.91/27.43	o 315
43.91/27.47	o 314
44.01/27.51	o 312
47.89/31.39	o 311
48.17/31.50	o 309
48.17/31.52	o 305
86.56/69.06	o 304
86.56/69.10	o 303
86.67/69.15	o 301
2293.78/2244.20	o 300
2520.04/2467.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2467.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2467.11		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.04/2467.11		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2520.04/2467.11		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:273)
2520.04/2467.11		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2520.04/2467.11		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.04/2467.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2467.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2467.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2467.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2467.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2467.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2467.11		at scala.Option.map(Option.scala:243)
2520.04/2467.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2467.11		at concrete.MAC.mac(MAC.scala:216)
2520.04/2467.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2467.11		at scala.util.Try$.apply(Try.scala:212)
2520.04/2467.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2467.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2467.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2467.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2467.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2467.11		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2467.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2467.11		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2467.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2467.11		at scala.util.Success.map(Try.scala:264)
2520.04/2467.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2467.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2467.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2467.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2467.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2467.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2467.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2467.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2467.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2467.11		at scala.App.main(App.scala:75)
2520.04/2467.11		at scala.App.main$(App.scala:73)
2520.04/2467.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2467.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2467.12	v <instantiation
2520.04/2467.12	v         cost = '300'>
2520.04/2467.12	v       <list>
2520.04/2467.12	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.04/2467.12	v       </list>
2520.04/2467.12	v       <values>
2520.04/2467.12	v         0 72 140 184 269 13 63 186 275 293 1 61 66 136 210 0 16 70 146 255 25 40 131 141 210 300 300 300 300 290 66 64 44 85 31 18 68 69 14 7 60 1 70 74 90 13 54 76 98 45 15 91 10 45 80 1 0 4 3 2 4 2 1 3 0 2 3 1 0 4 4 0 3 2 1 3 4 2 1 0 72 0 269 184 140 293 186 63 275 13 136 66 1 61 210 16 255 146 70 0 210 141 131 25 40
2520.04/2467.12	v       </values>
2520.04/2467.12	v     </instantiation>
2520.04/2467.12	s SATISFIABLE

Verifier Data

OK	300

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396146-1568393173/watcher-4396146-1568393173 -o /tmp/evaluation-result-4396146-1568393173/solver-4396146-1568393173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7296 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2000622478 HOME/instance-4396146-1568393173.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=7321, runsolver pid=7316

[startup+0.101386 s]*
/proc/loadavg: 0.84 0.72 0.86 3/209 7438
/proc/meminfo: memFree=30636632/32770624 swapFree=66997228/67108860
[pid=7321] ppid=7316 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 4511 13070 0 0 1 0 4 3 20 0 6 0 415571974 10212057088 4270 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2493178 4270 1935 1 0 2481616 0
[pid=7321/tid=7429] ppid=7316 vsize=9972712 memory=7100839852556125036 CPUtime=0.08 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 2347 13070 0 0 1 0 4 3 20 0 6 0 415571983 10212057088 4336 33554432000 4194304 4196468 140721992738768 140430858101328 140430871576569 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 6 0 415571984 10212057088 4336 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=9972712 memory=140434796983936 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 6 0 415571984 10212057088 4336 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 6 0 415571984 10212057088 4336 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 6 0 415571984 10212057088 4336 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209907 s]*
/proc/loadavg: 0.84 0.72 0.86 4/227 7456
/proc/meminfo: memFree=30596740/32770624 swapFree=66997228/67108860
[pid=7321] ppid=7316 vsize=10819664 memory=39788 CPUtime=0.25 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 7270 13070 0 0 17 1 4 3 20 0 15 0 415571974 11079335936 9947 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2704916 9947 3159 1 0 2667149 0
[pid=7321/tid=7429] ppid=7316 vsize=10819664 memory=7100839852556125036 CPUtime=0.18 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 3776 13070 0 0 11 0 4 3 20 0 15 0 415571983 11079335936 9947 33554432000 4194304 4196468 140721992738768 140430858094136 140430872332686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10819664 memory=140434796983936 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10819664 memory=140434796983936 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571985 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 13 13070 0 0 0 0 4 3 20 0 15 0 415571986 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430062642336 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11079335936 10459 33554432000 4194304 4196468 140721992738768 140429727097584 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11079335936 10459 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) S 7316 7321 7264 0 -1 1077944384 338 13070 0 0 1 0 4 3 20 0 15 0 415571989 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430157089520 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) S 7316 7321 7264 0 -1 1077944384 324 13070 0 0 1 0 4 3 20 0 15 0 415571989 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430156036976 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10819664 memory=140434796983936 CPUtime=0.1 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) R 7316 7321 7264 0 -1 4202560 601 13070 0 0 3 0 4 3 20 0 15 0 415571989 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430154980856 140430865393112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11079335936 10459 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10819664 memory=140434796983936 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 15 0 415571989 11079335936 10459 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39788 KiB

[startup+0.31029 s]*
/proc/loadavg: 0.84 0.72 0.86 4/227 7456
/proc/meminfo: memFree=30570720/32770624 swapFree=66997228/67108860
[pid=7321] ppid=7316 vsize=10820148 memory=50916 CPUtime=0.39 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 10970 13070 0 0 30 2 4 3 20 0 15 0 415571974 11079831552 12729 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2705037 12729 3291 1 0 2667149 0
[pid=7321/tid=7429] ppid=7316 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 7456 13070 0 0 20 2 4 3 20 0 15 0 415571983 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430858086960 140430868763632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10820148 memory=7669737274973186411 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10820148 memory=7667755942286944105 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571985 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 13 13070 0 0 0 0 4 3 20 0 15 0 415571986 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430062642336 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11079831552 12729 33554432000 4194304 4196468 140721992738768 140429727097584 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11079831552 12729 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) S 7316 7321 7264 0 -1 1077944384 347 13070 0 0 2 0 4 3 20 0 15 0 415571989 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430157089520 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) R 7316 7321 7264 0 -1 1077944384 325 13070 0 0 1 0 4 3 20 0 15 0 415571989 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430156036976 140430886275714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) S 7316 7321 7264 0 -1 1077944384 610 13070 0 0 5 0 4 3 20 0 15 0 415571989 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430154983920 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11079831552 12729 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 15 0 415571989 11079831552 12729 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50916 KiB

[startup+0.700707 s]
/proc/loadavg: 0.84 0.72 0.86 4/227 7456
/proc/meminfo: memFree=30542888/32770624 swapFree=66997228/67108860
[pid=7321] ppid=7316 vsize=10824360 memory=83316 CPUtime=1.13 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 15092 13070 0 0 102 4 4 3 20 0 15 0 415571974 11084144640 20829 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2706090 20829 3500 1 0 2668173 0
[pid=7321/tid=7429] ppid=7316 vsize=10824360 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 10384 13070 0 0 55 3 4 3 20 0 15 0 415571983 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430858094112 140430886286493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10824360 memory=8242257093008111669 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10824360 memory=5787220424116299875 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 15 0 415571984 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10824360 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571984 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 5 13070 0 0 0 0 4 3 20 0 15 0 415571985 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 13 13070 0 0 0 0 4 3 20 0 15 0 415571986 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430062642336 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11084144640 20829 33554432000 4194304 4196468 140721992738768 140429727097584 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11084144640 20829 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) S 7316 7321 7264 0 -1 1077944384 727 13070 0 0 13 0 4 3 20 0 15 0 415571989 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430157089520 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10824360 memory=19265 CPUtime=0.22 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) R 7316 7321 7264 0 -1 4202560 920 13070 0 0 15 0 4 3 20 0 15 0 415571989 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430156036976 140430871144120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) S 7316 7321 7264 0 -1 1077944384 822 13070 0 0 17 0 4 3 20 0 15 0 415571989 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430154983920 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11084144640 20829 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10824360 memory=4206186544037388384 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 15 0 415571989 11084144640 20829 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83316 KiB

[startup+1.50481 s]
/proc/loadavg: 0.84 0.72 0.86 3/227 7456
/proc/meminfo: memFree=30457396/32770624 swapFree=66997228/67108860
[pid=7321] ppid=7316 vsize=10834676 memory=171440 CPUtime=2.47 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 21898 13070 0 0 230 10 4 3 20 0 15 0 415571974 11094708224 42860 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2708669 42860 3584 1 0 2670733 0
[pid=7321/tid=7429] ppid=7316 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 15321 13070 0 0 130 5 4 3 20 0 15 0 415571983 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430858064688 140430871633936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10834676 memory=2984661265862077289 CPUtime=0.08 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 19 13070 0 0 1 0 4 3 20 0 15 0 415571984 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10834676 memory=8695499389195493385 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 96 13070 0 0 0 0 4 3 20 0 15 0 415571984 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10834676 memory=8171612668992775456 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 355 13070 0 0 0 0 4 3 20 0 15 0 415571984 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10834676 memory=7014751519650566711 CPUtime=0.08 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 67 13070 0 0 1 0 4 3 20 0 15 0 415571984 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 160 13070 0 0 1 0 4 3 20 0 15 0 415571985 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 14 13070 0 0 0 0 4 3 20 0 15 0 415571986 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430062642400 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11094708224 42860 33554432000 4194304 4196468 140721992738768 140429727097600 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11094708224 42860 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10834676 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) R 7316 7321 7264 0 -1 4202560 906 13070 0 0 24 0 4 3 20 0 15 0 415571989 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430157080352 140430864138775 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10834676 memory=19 CPUtime=0.32 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) S 7316 7321 7264 0 -1 1077944384 1100 13070 0 0 25 0 4 3 20 0 15 0 415571989 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430156036976 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10834676 memory=21 CPUtime=0.49 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) S 7316 7321 7264 0 -1 1077944384 1646 13070 0 0 42 0 4 3 20 0 15 0 415571989 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430154983920 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10834676 memory=27 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11094708224 42860 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1 13070 0 0 0 0 4 3 20 0 15 0 415571989 11094708224 42860 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 75125 13070 0 0 235774 46 4 3 20 0 15 0 415571983 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430858099776 140430498468789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.46 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 12249 13070 0 0 1087 52 4 3 20 0 15 0 415571984 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.4 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 11259 13070 0 0 1077 56 4 3 20 0 15 0 415571984 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.43 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 12099 13070 0 0 1086 50 4 3 20 0 15 0 415571984 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.43 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 17271 13070 0 0 1080 56 4 3 20 0 15 0 415571984 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10851092 memory=910800 CPUtime=10.06 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 16435 13070 0 0 949 50 4 3 20 0 15 0 415571985 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10851092 memory=912848 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 19 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430062642400 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10851092 memory=912848 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228212 33554432000 4194304 4196468 140721992738768 140429727097600 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10851092 memory=912848 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228212 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10851092 memory=912848 CPUtime=7.25 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) S 7316 7321 7264 0 -1 1077944384 37113 13070 0 0 712 6 4 3 20 0 15 0 415571989 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430157089520 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10851092 memory=912848 CPUtime=7.28 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) S 7316 7321 7264 0 -1 1077944384 26895 13070 0 0 716 5 4 3 20 0 15 0 415571989 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430156036976 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10851092 memory=912848 CPUtime=4.48 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) S 7316 7321 7264 0 -1 1077944384 33763 13070 0 0 432 9 4 3 20 0 15 0 415571989 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430154983920 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10851092 memory=912848 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228212 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10851092 memory=912848 CPUtime=1.39 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1874 13070 0 0 61 71 4 3 20 0 15 0 415571989 11111518208 228212 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 2433.95 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 912848 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.41 1.36 3/226 7703
/proc/meminfo: memFree=28867096/32770624 swapFree=66997284/67108860
[pid=7321] ppid=7316 vsize=10851092 memory=914896 CPUtime=2494.86 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 248107 13070 0 0 249124 355 4 3 20 0 15 0 415571974 11111518208 228724 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2712773 228724 3636 1 0 2674829 0
[pid=7321/tid=7429] ppid=7316 vsize=10851092 memory=914896 CPUtime=2417.63 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 75886 13070 0 0 241709 47 4 3 20 0 15 0 415571983 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430858101024 140430498067456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.77 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 12381 13070 0 0 1117 53 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.72 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 11312 13070 0 0 1107 58 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.74 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 12376 13070 0 0 1115 52 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10851092 memory=912848 CPUtime=11.75 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 17592 13070 0 0 1110 58 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10851092 memory=912848 CPUtime=10.33 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 16660 13070 0 0 974 52 4 3 20 0 15 0 415571985 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10851092 memory=912848 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 19 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430062642400 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10851092 memory=912848 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429727097600 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10851092 memory=912848 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10851092 memory=914896 CPUtime=7.25 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) S 7316 7321 7264 0 -1 1077944384 37115 13070 0 0 712 6 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430157089520 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10851092 memory=914896 CPUtime=7.28 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) S 7316 7321 7264 0 -1 1077944384 26897 13070 0 0 716 5 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430156036976 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10851092 memory=912848 CPUtime=4.48 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) S 7316 7321 7264 0 -1 1077944384 33766 13070 0 0 432 9 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430154983920 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10851092 memory=280869387137024 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10851092 memory=914896 CPUtime=1.42 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1890 13070 0 0 63 72 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 2494.86 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 914896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.11 s]
/proc/loadavg: 1.19 1.38 1.35 3/226 7707
/proc/meminfo: memFree=28867480/32770624 swapFree=66997284/67108860
[pid=7321] ppid=7316 vsize=10851092 memory=914896 CPUtime=2520.04 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 249571 13070 0 0 251638 359 4 3 20 0 15 0 415571974 11111518208 228724 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2712773 228724 3636 1 0 2674829 0
[pid=7321/tid=7429] ppid=7316 vsize=10851092 memory=914896 CPUtime=2442.19 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 76400 13070 0 0 244165 47 4 3 20 0 15 0 415571983 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430858099776 140430500119556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.9 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 12458 13070 0 0 1129 54 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.84 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 11386 13070 0 0 1119 58 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.87 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 12665 13070 0 0 1128 52 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.87 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 17857 13070 0 0 1122 58 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10851092 memory=3624 CPUtime=10.44 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 16884 13070 0 0 984 53 4 3 20 0 15 0 415571985 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 19 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430062642400 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429727097600 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10851092 memory=914896 CPUtime=7.25 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) S 7316 7321 7264 0 -1 1077944384 37117 13070 0 0 712 6 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430157089520 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10851092 memory=0 CPUtime=7.28 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) S 7316 7321 7264 0 -1 1077944384 26899 13070 0 0 716 5 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430156036976 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10851092 memory=4100 CPUtime=4.48 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) S 7316 7321 7264 0 -1 1077944384 33768 13070 0 0 432 9 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430154983920 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10851092 memory=914896 CPUtime=1.44 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1905 13070 0 0 64 73 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 914896 KiB

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

[startup+2467.14 s]
# the end of solver process 7321 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.46 s, system=3.63661 s

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

[startup+2467.11 s]
/proc/loadavg: 1.19 1.38 1.35 3/226 7707
/proc/meminfo: memFree=28867480/32770624 swapFree=66997284/67108860
[pid=7321] ppid=7316 vsize=10851092 memory=914896 CPUtime=2520.04 cores=1,3,5,7
/proc/7321/stat : 7321 (java) S 7316 7321 7264 0 -1 1077944320 249571 13070 0 0 251638 359 4 3 20 0 15 0 415571974 11111518208 228724 33554432000 4194304 4196468 140721992738768 140721992721312 140430886264567 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
/proc/7321/statm: 2712773 228724 3636 1 0 2674829 0
[pid=7321/tid=7429] ppid=7316 vsize=10851092 memory=914896 CPUtime=2442.19 cores=1,3,5,7
/proc/7321/task/7429/stat : 7429 (java) R 7316 7321 7264 0 -1 4202560 76400 13070 0 0 244165 47 4 3 20 0 15 0 415571983 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430858099776 140430500119556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7431] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.9 cores=1,3,5,7
/proc/7321/task/7431/stat : 7431 (java) S 7316 7321 7264 0 -1 1077944384 12458 13070 0 0 1129 54 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430890507280 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7432] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.84 cores=1,3,5,7
/proc/7321/task/7432/stat : 7432 (java) S 7316 7321 7264 0 -1 1077944384 11386 13070 0 0 1119 58 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430805326992 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7433] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.87 cores=1,3,5,7
/proc/7321/task/7433/stat : 7433 (java) S 7316 7321 7264 0 -1 1077944384 12665 13070 0 0 1128 52 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430804273936 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7434] ppid=7316 vsize=10851092 memory=914896 CPUtime=11.87 cores=1,3,5,7
/proc/7321/task/7434/stat : 7434 (java) S 7316 7321 7264 0 -1 1077944384 17857 13070 0 0 1122 58 4 3 20 0 15 0 415571984 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430803221392 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7439] ppid=7316 vsize=10851092 memory=3624 CPUtime=10.44 cores=1,3,5,7
/proc/7321/task/7439/stat : 7439 (java) S 7316 7321 7264 0 -1 1077944384 16884 13070 0 0 984 53 4 3 20 0 15 0 415571985 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430158141680 140430886275714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7441] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7441/stat : 7441 (java) S 7316 7321 7264 0 -1 1077944384 19 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430062642400 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7443] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7443/stat : 7443 (java) S 7316 7321 7264 0 -1 1077944384 2 13070 0 0 0 0 4 3 20 0 15 0 415571986 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429727097600 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7445] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7445/stat : 7445 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429419698128 140430886283163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7446] ppid=7316 vsize=10851092 memory=914896 CPUtime=7.25 cores=1,3,5,7
/proc/7321/task/7446/stat : 7446 (java) S 7316 7321 7264 0 -1 1077944384 37117 13070 0 0 712 6 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430157089520 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7447] ppid=7316 vsize=10851092 memory=0 CPUtime=7.28 cores=1,3,5,7
/proc/7321/task/7447/stat : 7447 (java) S 7316 7321 7264 0 -1 1077944384 26899 13070 0 0 716 5 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430156036976 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7448] ppid=7316 vsize=10851092 memory=4100 CPUtime=4.48 cores=1,3,5,7
/proc/7321/task/7448/stat : 7448 (java) S 7316 7321 7264 0 -1 1077944384 33768 13070 0 0 432 9 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430154983920 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7453] ppid=7316 vsize=10851092 memory=914896 CPUtime=0.07 cores=1,3,5,7
/proc/7321/task/7453/stat : 7453 (java) S 7316 7321 7264 0 -1 1077944384 3 13070 0 0 0 0 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140429386140512 140430886274773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
[pid=7321/tid=7455] ppid=7316 vsize=10851092 memory=914896 CPUtime=1.44 cores=1,3,5,7
/proc/7321/task/7455/stat : 7455 (java) S 7316 7321 7264 0 -1 1077944384 1905 13070 0 0 64 73 4 3 20 0 15 0 415571989 11111518208 228724 33554432000 4194304 4196468 140721992738768 140430153931312 140430886275714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38567936 140721992747759 140721992750277 140721992750277 140721992753103 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 914896 KiB

Child status: 143
Real time (s): 2467.14
CPU time (s): 2520.09
CPU user time (s): 2516.46
CPU system time (s): 3.63661
CPU usage (%): 102.147
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 923100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.46
system time used= 3.63661
maximum resident set size= 927176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278584
involuntary context switches= 6943


# summary of solver processes directly reported to runsolver:
#   pid: 7321
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.46
#   total CPU system time (s): 3.63661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7901 second user time and 24.1674 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 17:44:56
IDJOB=4396146
IDBENCH=115827
IDSOLVER=2846
FILE ID=node106/4396146-1568393173
RUNJOBID= node106-1568389496-7296
PBS_JOBID= 21701863
Free space on /tmp= 59112 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396146-1568393173/watcher-4396146-1568393173 -o /tmp/evaluation-result-4396146-1568393173/solver-4396146-1568393173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7296 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2000622478 HOME/instance-4396146-1568393173.xml

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

MD5SUM BENCH= da64694dd3ca715594c36c32a8b555a8
RANDOM SEED=2000622478

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:        30653212 kB
MemAvailable:   31905172 kB
Buffers:          161612 kB
Cached:          1373232 kB
SwapCached:         9592 kB
Active:           481900 kB
Inactive:        1065272 kB
Active(anon):      13144 kB
Inactive(anon):    33972 kB
Active(file):     468756 kB
Inactive(file):  1031300 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66997228 kB
Dirty:             70864 kB
Writeback:             0 kB
AnonPages:        112084 kB
Mapped:            36952 kB
Shmem:             24848 kB
Slab:             164396 kB
SReclaimable:     135476 kB
SUnreclaim:        28920 kB
KernelStack:        3280 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493380 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= 59044 MiB
End job on node106 at 2019-09-13 18:26:03