Trace number 4396443

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)326 2400.08 2350.53

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.6984
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"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.76/0.55	c Concrete v3.12.2.1568380929293 running
12.50/5.02	o 423
13.75/5.41	o 409
14.94/5.81	o 402
17.32/6.78	o 401
17.50/6.84	o 394
17.72/6.97	o 393
17.96/7.11	o 392
17.96/7.18	o 391
18.07/7.25	o 390
18.07/7.27	o 385
20.28/8.68	o 384
20.43/8.75	o 383
20.80/9.10	o 382
22.04/9.97	o 381
22.04/9.99	o 379
22.47/10.20	o 375
22.61/10.34	o 373
22.73/10.41	o 372
22.73/10.46	o 370
24.11/11.58	o 365
24.38/11.75	o 364
25.08/12.37	o 361
25.62/12.73	o 359
25.62/12.76	o 355
33.40/19.37	o 354
33.94/19.78	o 353
33.94/19.79	o 351
43.58/28.58	o 350
47.32/32.19	o 349
47.41/32.20	o 347
48.33/33.06	o 346
48.33/33.10	o 343
48.44/33.11	o 342
48.44/33.13	o 341
48.44/33.15	o 339
48.53/33.20	o 338
48.53/33.24	o 335
48.53/33.26	o 334
48.53/33.27	o 333
53.58/38.19	o 332
53.67/38.24	o 330
53.67/38.25	o 328
53.67/38.26	o 326
2400.04/2350.50	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2350.50		at concrete.MAC.mac(MAC.scala:192)
2400.04/2350.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2350.50		at scala.util.Try$.apply(Try.scala:212)
2400.04/2350.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2350.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2350.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2350.50		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2350.51		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2350.51		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2350.51		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2350.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2350.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2350.51		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2350.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2350.51		at scala.util.Success.map(Try.scala:264)
2400.04/2350.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2350.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2350.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2350.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2350.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2350.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2350.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2350.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2350.51		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2350.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2350.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2350.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2350.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2350.51		at scala.App.main(App.scala:75)
2400.04/2350.51		at scala.App.main$(App.scala:73)
2400.04/2350.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2350.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2350.51	v <instantiation
2400.04/2350.51	v         cost = '326'>
2400.04/2350.51	v       <list>
2400.04/2350.51	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]
2400.04/2350.51	v       </list>
2400.04/2350.51	v       <values>
2400.04/2350.51	v         9 45 134 172 267 0 26 132 235 270 0 45 125 170 267 14 81 139 169 250 0 81 172 225 250 326 326 326 300 326 17 87 36 90 59 14 99 93 32 56 45 40 44 97 59 67 49 30 81 50 74 91 53 25 76 3 2 1 0 4 0 3 2 4 1 2 4 3 1 0 0 1 4 3 2 1 0 4 2 3 172 134 45 9 267 0 270 132 26 235 267 170 0 125 45 14 81 250 169 139 81 0 225 250 172
2400.04/2350.51	v       </values>
2400.04/2350.51	v     </instantiation>
2400.04/2350.51	s SATISFIABLE

Verifier Data

OK	326

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396443-1568393791/watcher-4396443-1568393791 -o /tmp/evaluation-result-4396443-1568393791/solver-4396443-1568393791 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568393751-13452 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1964696828 HOME/instance-4396443-1568393791.xml 

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

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


[startup+0.100013 s]*
/proc/loadavg: 1.67 1.92 2.01 3/210 13590
/proc/meminfo: memFree=30869876/32770624 swapFree=66967308/67108860
[pid=13477] ppid=13473 vsize=9972712 memory=16556 CPUtime=0.08 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 4398 13421 0 0 1 0 5 2 20 0 6 0 415628734 10212057088 4139 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2493178 4139 1933 1 0 2481616 0
[pid=13477/tid=13585] ppid=13473 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 2231 13421 0 0 1 0 5 2 20 0 6 0 415628744 10212057088 4205 33554432000 4194304 4196468 140736838446368 140167158997584 140167171241340 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 6 0 415628744 10212057088 4205 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=9972712 memory=140580668008064 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 6 0 415628744 10212057088 4205 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 6 0 415628744 10212057088 4205 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 6 0 415628744 10212057088 4205 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16556 KiB

[startup+0.212152 s]*
/proc/loadavg: 1.67 1.92 2.01 5/232 13612
/proc/meminfo: memFree=30824824/32770624 swapFree=66967308/67108860
[pid=13477] ppid=13473 vsize=10819664 memory=37112 CPUtime=0.26 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 7180 13421 0 0 17 2 5 2 20 0 15 0 415628734 11079335936 9278 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2704916 9278 3144 1 0 2667149 0
[pid=13477/tid=13585] ppid=13473 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 3681 13421 0 0 11 1 5 2 20 0 15 0 415628744 11079335936 9278 33554432000 4194304 4196468 140736838446368 140167158975664 140167187172758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10819664 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079335936 9278 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10819664 memory=3689207920396560032 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079335936 9278 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079335936 9278 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079335936 9278 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10819664 memory=140580668008064 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628746 11079335936 9278 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 33 13421 0 0 0 0 5 2 20 0 15 0 415628746 11079335936 9278 33554432000 4194304 4196468 140736838446368 140166389810848 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628746 11079335936 9278 33554432000 4194304 4196468 140736838446368 140165989262576 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11079335936 9278 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) S 13473 13477 10443 0 -1 1077944384 582 13421 0 0 1 0 5 2 20 0 15 0 415628749 11079335936 9278 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) S 13473 13477 10443 0 -1 1077944384 62 13421 0 0 0 0 5 2 20 0 15 0 415628749 11079335936 9278 33554432000 4194304 4196468 140736838446368 140166355200368 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10819664 memory=140580668008064 CPUtime=0.1 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) R 13473 13477 10443 0 -1 4202560 608 13421 0 0 3 0 5 2 20 0 15 0 415628749 11079335936 9278 33554432000 4194304 4196468 140736838446368 140166354147312 140167165827276 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11079335936 9278 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10819664 memory=140580668008064 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628750 11079335936 9278 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37112 KiB

[startup+0.310421 s]*
/proc/loadavg: 1.67 1.92 2.01 5/232 13612
/proc/meminfo: memFree=30799468/32770624 swapFree=66967308/67108860
[pid=13477] ppid=13473 vsize=10820148 memory=48484 CPUtime=0.4 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 10877 13421 0 0 29 4 5 2 20 0 15 0 415628734 11079831552 12121 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2705037 12121 3299 1 0 2667149 0
[pid=13477/tid=13585] ppid=13473 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 7350 13421 0 0 18 3 5 2 20 0 15 0 415628744 11079831552 12121 33554432000 4194304 4196468 140736838446368 140167158960736 140167172529631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079831552 12121 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079831552 12121 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079831552 12121 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628744 11079831552 12121 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628746 11079831552 12121 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 33 13421 0 0 0 0 5 2 20 0 15 0 415628746 11079831552 12121 33554432000 4194304 4196468 140736838446368 140166389810848 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628746 11079831552 12121 33554432000 4194304 4196468 140736838446368 140165989262576 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11079831552 12121 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) S 13473 13477 10443 0 -1 1077944384 583 13421 0 0 2 0 5 2 20 0 15 0 415628749 11079831552 12121 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) S 13473 13477 10443 0 -1 1077944384 71 13421 0 0 1 0 5 2 20 0 15 0 415628749 11079831552 12121 33554432000 4194304 4196468 140736838446368 140166355200368 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10820148 memory=140580668008064 CPUtime=0.12 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) S 13473 13477 10443 0 -1 1077944384 617 13421 0 0 5 0 5 2 20 0 15 0 415628749 11079831552 12121 33554432000 4194304 4196468 140736838446368 140166354147312 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11079831552 12121 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10820148 memory=140580668008064 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628750 11079831552 12121 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48484 KiB

[startup+0.705146 s]
/proc/loadavg: 1.67 1.92 2.01 4/232 13612
/proc/meminfo: memFree=30771480/32770624 swapFree=66967308/67108860
[pid=13477] ppid=13473 vsize=10824360 memory=81400 CPUtime=1.1 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 15171 13421 0 0 98 5 5 2 20 0 15 0 415628734 11084144640 20350 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2706090 20350 3496 1 0 2668173 0
[pid=13477/tid=13585] ppid=13473 vsize=10824360 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 10341 13421 0 0 55 3 5 2 20 0 15 0 415628744 11084144640 20350 33554432000 4194304 4196468 140736838446368 140167158976816 140167172854173 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628744 11084144640 20350 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628744 11084144640 20350 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10824360 memory=140580520866000 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628744 11084144640 20350 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10824360 memory=140582869533303 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 2 13421 0 0 0 0 5 2 20 0 15 0 415628744 11084144640 20350 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10824360 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 5 13421 0 0 0 0 5 2 20 0 15 0 415628746 11084144640 20350 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10824360 memory=7014751519600039505 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 33 13421 0 0 0 0 5 2 20 0 15 0 415628746 11084144640 20350 33554432000 4194304 4196468 140736838446368 140166389810848 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10824360 memory=7668897153718703722 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628746 11084144640 20350 33554432000 4194304 4196468 140736838446368 140165989262576 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10824360 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11084144640 20350 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10824360 memory=13948 CPUtime=0.17 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) S 13473 13477 10443 0 -1 1077944384 1026 13421 0 0 10 0 5 2 20 0 15 0 415628749 11084144640 20350 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10824360 memory=1564 CPUtime=0.21 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) R 13473 13477 10443 0 -1 4202560 639 13421 0 0 14 0 5 2 20 0 15 0 415628749 11084144640 20350 33554432000 4194304 4196468 140736838446368 140166355200368 140167170657607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10824360 memory=500 CPUtime=0.24 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) S 13473 13477 10443 0 -1 1077944384 906 13421 0 0 17 0 5 2 20 0 15 0 415628749 11084144640 20350 33554432000 4194304 4196468 140736838446368 140166354147312 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10824360 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11084144640 20350 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10824360 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628750 11084144640 20350 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81400 KiB

[startup+1.5007 s]
/proc/loadavg: 1.67 1.92 2.01 3/232 13612
/proc/meminfo: memFree=30686728/32770624 swapFree=66967308/67108860
[pid=13477] ppid=13473 vsize=10834676 memory=171548 CPUtime=2.42 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 21976 13421 0 0 225 10 5 2 20 0 15 0 415628734 11094708224 42887 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2708669 42887 3578 1 0 2670733 0
[pid=13477/tid=13585] ppid=13473 vsize=10834676 memory=6791534058613427641 CPUtime=1.42 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 15338 13421 0 0 130 5 5 2 20 0 15 0 415628744 11094708224 42887 33554432000 4194304 4196468 140736838446368 140167158966896 140167187172758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10834676 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 364 13421 0 0 1 0 5 2 20 0 15 0 415628744 11094708224 42887 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10834676 memory=281161041764512 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 83 13421 0 0 0 0 5 2 20 0 15 0 415628744 11094708224 42887 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 20 13421 0 0 0 0 5 2 20 0 15 0 415628744 11094708224 42887 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 79 13421 0 0 1 0 5 2 20 0 15 0 415628744 11094708224 42887 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 159 13421 0 0 1 0 5 2 20 0 15 0 415628746 11094708224 42887 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 34 13421 0 0 0 0 5 2 20 0 15 0 415628746 11094708224 42887 33554432000 4194304 4196468 140736838446368 140166389810912 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628746 11094708224 42887 33554432000 4194304 4196468 140736838446368 140165989262592 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10834676 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11094708224 42887 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10834676 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) R 13473 13477 10443 0 -1 1077944384 1085 13421 0 0 19 0 5 2 20 0 15 0 415628749 11094708224 42887 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10834676 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) S 13473 13477 10443 0 -1 1077944384 885 13421 0 0 28 0 5 2 20 0 15 0 415628749 11094708224 42887 33554432000 4194304 4196468 140736838446368 140166355200368 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10834676 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) R 13473 13477 10443 0 -1 4202560 1714 13421 0 0 41 0 5 2 20 0 15 0 415628749 11094708224 42887 33554432000 4194304 4196468 140736838446368 140166354147312 140167166098774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10834676 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11094708224 42887 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10834676 memory=281161042008896 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1 13421 0 0 0 0 5 2 20 0 15 0 415628750 11094708224 42887 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 72916 13421 0 0 223987 48 5 2 20 0 15 0 415628744 11111518208 221965 33554432000 4194304 4196468 140736838446368 140167158995984 140166751496219 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10851092 memory=887860 CPUtime=10.64 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 11179 13421 0 0 1010 47 5 2 20 0 15 0 415628744 11111518208 221965 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10851092 memory=0 CPUtime=10.59 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 14778 13421 0 0 1005 47 5 2 20 0 15 0 415628744 11111518208 221965 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10851092 memory=887860 CPUtime=10.6 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 8778 13421 0 0 999 54 5 2 20 0 15 0 415628744 11111518208 221965 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10851092 memory=887860 CPUtime=10.6 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 12847 13421 0 0 1008 45 5 2 20 0 15 0 415628744 11111518208 221965 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10851092 memory=887860 CPUtime=9.29 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 15177 13421 0 0 878 44 5 2 20 0 15 0 415628746 11111518208 221965 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10851092 memory=887860 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 45 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 221965 33554432000 4194304 4196468 140736838446368 140166389810912 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10851092 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 4 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 221965 33554432000 4194304 4196468 140736838446368 140165989262592 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10851092 memory=887860 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 221965 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10851092 memory=3624 CPUtime=6.33 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) S 13473 13477 10443 0 -1 1077944384 27878 13421 0 0 621 5 5 2 20 0 15 0 415628749 11111518208 221965 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10851092 memory=887860 CPUtime=6.76 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) S 13473 13477 10443 0 -1 1077944384 35935 13421 0 0 662 7 5 2 20 0 15 0 415628749 11111518208 221965 33554432000 4194304 4196468 140736838446368 140166355200368 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10851092 memory=887860 CPUtime=4.5 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) S 13473 13477 10443 0 -1 1077944384 33955 13421 0 0 435 8 5 2 20 0 15 0 415628749 11111518208 221965 33554432000 4194304 4196468 140736838446368 140166354147312 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10851092 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 221965 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10851092 memory=16104758104558005 CPUtime=1.31 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1073 13421 0 0 60 64 5 2 20 0 15 0 415628750 11111518208 221965 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 2310.53 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 887860 KiB

[startup+2322.3 s]
/proc/loadavg: 1.45 1.37 1.41 3/232 13877
/proc/meminfo: memFree=29080352/32770624 swapFree=66967356/67108860
[pid=13477] ppid=13473 vsize=10851092 memory=889908 CPUtime=2371.41 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 238540 13421 0 0 236805 329 5 2 20 0 15 0 415628734 11111518208 222477 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2712773 222477 3633 1 0 2674829 0
[pid=13477/tid=13585] ppid=13473 vsize=10851092 memory=6791534058613427641 CPUtime=2299.84 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 73715 13421 0 0 229928 49 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167158995616 140166744581569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10851092 memory=889908 CPUtime=10.93 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 11238 13421 0 0 1037 49 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10851092 memory=889908 CPUtime=10.88 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 15088 13421 0 0 1033 48 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10851092 memory=889908 CPUtime=10.91 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 8821 13421 0 0 1028 56 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10851092 memory=22648 CPUtime=10.9 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 13146 13421 0 0 1037 46 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10851092 memory=889908 CPUtime=9.54 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 15406 13421 0 0 902 45 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 45 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166389810912 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 4 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165989262592 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10851092 memory=889908 CPUtime=6.33 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) S 13473 13477 10443 0 -1 1077944384 27880 13421 0 0 621 5 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10851092 memory=889908 CPUtime=6.76 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) S 13473 13477 10443 0 -1 1077944384 35937 13421 0 0 662 7 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166355200368 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10851092 memory=3624 CPUtime=4.5 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) S 13473 13477 10443 0 -1 1077944384 33957 13421 0 0 435 8 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166354147312 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10851092 memory=716 CPUtime=1.35 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1090 13421 0 0 62 66 5 2 20 0 15 0 415628750 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 2371.41 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 889908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.5 s]
/proc/loadavg: 1.33 1.35 1.41 4/231 13911
/proc/meminfo: memFree=29970048/32770624 swapFree=66967356/67108860
[pid=13477] ppid=13473 vsize=10851092 memory=889908 CPUtime=2400.04 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 239940 13421 0 0 239664 333 5 2 20 0 15 0 415628734 11111518208 222477 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2712773 222477 3633 1 0 2674829 0
[pid=13477/tid=13585] ppid=13473 vsize=10851092 memory=889908 CPUtime=2327.75 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 74219 13421 0 0 232719 49 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167158996704 140166747745852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.08 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 11446 13421 0 0 1051 50 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.03 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 15161 13421 0 0 1047 49 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.04 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 9117 13421 0 0 1041 56 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.05 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 13230 13421 0 0 1051 47 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10851092 memory=889908 CPUtime=9.67 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 15621 13421 0 0 914 46 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 45 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166389810912 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 4 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165989262592 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10851092 memory=889908 CPUtime=6.33 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) S 13473 13477 10443 0 -1 1077944384 27882 13421 0 0 621 5 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10851092 memory=889908 CPUtime=6.76 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) S 13473 13477 10443 0 -1 1077944384 35939 13421 0 0 662 7 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166355200368 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10851092 memory=889908 CPUtime=4.5 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) S 13473 13477 10443 0 -1 1077944384 33959 13421 0 0 435 8 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166354147312 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10851092 memory=3624 CPUtime=1.36 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1104 13421 0 0 62 67 5 2 20 0 15 0 415628750 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 889908 KiB

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

[startup+2350.53 s]
# the end of solver process 13477 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.72 s, system=3.36798 s

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

[startup+2350.5 s]
/proc/loadavg: 1.33 1.35 1.41 4/231 13911
/proc/meminfo: memFree=29970048/32770624 swapFree=66967356/67108860
[pid=13477] ppid=13473 vsize=10851092 memory=889908 CPUtime=2400.04 cores=1,3,5,7
/proc/13477/stat : 13477 (java) S 13473 13477 10443 0 -1 1077944320 239940 13421 0 0 239664 333 5 2 20 0 15 0 415628734 11111518208 222477 33554432000 4194304 4196468 140736838446368 140736838428912 140167187160823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
/proc/13477/statm: 2712773 222477 3633 1 0 2674829 0
[pid=13477/tid=13585] ppid=13473 vsize=10851092 memory=889908 CPUtime=2327.75 cores=1,3,5,7
/proc/13477/task/13585/stat : 13585 (java) R 13473 13477 10443 0 -1 4202560 74219 13421 0 0 232719 49 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167158996704 140166747745852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13587] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.08 cores=1,3,5,7
/proc/13477/task/13587/stat : 13587 (java) S 13473 13477 10443 0 -1 1077944384 11446 13421 0 0 1051 50 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167191403024 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13588] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.03 cores=1,3,5,7
/proc/13477/task/13588/stat : 13588 (java) S 13473 13477 10443 0 -1 1077944384 15161 13421 0 0 1047 49 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167079676560 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13589] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.04 cores=1,3,5,7
/proc/13477/task/13589/stat : 13589 (java) S 13473 13477 10443 0 -1 1077944384 9117 13421 0 0 1041 56 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167078623504 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13590] ppid=13473 vsize=10851092 memory=889908 CPUtime=11.05 cores=1,3,5,7
/proc/13477/task/13590/stat : 13590 (java) S 13473 13477 10443 0 -1 1077944384 13230 13421 0 0 1051 47 5 2 20 0 15 0 415628744 11111518208 222477 33554432000 4194304 4196468 140736838446368 140167077570960 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13595] ppid=13473 vsize=10851092 memory=889908 CPUtime=9.67 cores=1,3,5,7
/proc/13477/task/13595/stat : 13595 (java) S 13473 13477 10443 0 -1 1077944384 15621 13421 0 0 914 46 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166390864624 140167187171970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13597] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13597/stat : 13597 (java) S 13473 13477 10443 0 -1 1077944384 45 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166389810912 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13599] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13599/stat : 13599 (java) S 13473 13477 10443 0 -1 1077944384 4 13421 0 0 0 0 5 2 20 0 15 0 415628746 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165989262592 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13601] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13601/stat : 13601 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165748971984 140167187179419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13602] ppid=13473 vsize=10851092 memory=889908 CPUtime=6.33 cores=1,3,5,7
/proc/13477/task/13602/stat : 13602 (java) S 13473 13477 10443 0 -1 1077944384 27882 13421 0 0 621 5 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166356252912 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13603] ppid=13473 vsize=10851092 memory=889908 CPUtime=6.76 cores=1,3,5,7
/proc/13477/task/13603/stat : 13603 (java) S 13473 13477 10443 0 -1 1077944384 35939 13421 0 0 662 7 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166355200368 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13604] ppid=13473 vsize=10851092 memory=889908 CPUtime=4.5 cores=1,3,5,7
/proc/13477/task/13604/stat : 13604 (java) S 13473 13477 10443 0 -1 1077944384 33959 13421 0 0 435 8 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166354147312 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13609] ppid=13473 vsize=10851092 memory=889908 CPUtime=0.07 cores=1,3,5,7
/proc/13477/task/13609/stat : 13609 (java) S 13473 13477 10443 0 -1 1077944384 3 13421 0 0 0 0 5 2 20 0 15 0 415628749 11111518208 222477 33554432000 4194304 4196468 140736838446368 140165715413344 140167187171029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
[pid=13477/tid=13611] ppid=13473 vsize=10851092 memory=3624 CPUtime=1.36 cores=1,3,5,7
/proc/13477/task/13611/stat : 13611 (java) S 13473 13477 10443 0 -1 1077944384 1104 13421 0 0 62 67 5 2 20 0 15 0 415628750 11111518208 222477 33554432000 4194304 4196468 140736838446368 140166353095728 140167187171970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10723328 140736838453999 140736838456517 140736838456517 140736838459343 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 889908 KiB

Child status: 143
Real time (s): 2350.53
CPU time (s): 2400.08
CPU user time (s): 2396.72
CPU system time (s): 3.36798
CPU usage (%): 102.108
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 907084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.72
system time used= 3.36798
maximum resident set size= 909132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254506
page faults= 0
swaps= 0
block input operations= 240
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253875
involuntary context switches= 8940


# summary of solver processes directly reported to runsolver:
#   pid: 13477
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.72
#   total CPU system time (s): 3.36798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1986 second user time and 23.1174 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 18:55:51
IDJOB=4396443
IDBENCH=115842
IDSOLVER=2847
FILE ID=node135/4396443-1568393791
RUNJOBID= node135-1568393751-13452
PBS_JOBID= 21701833
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396443-1568393791/watcher-4396443-1568393791 -o /tmp/evaluation-result-4396443-1568393791/solver-4396443-1568393791 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568393751-13452 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1964696828 HOME/instance-4396443-1568393791.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=1964696828

node135.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.76
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.76
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.76
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.76
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:        30880780 kB
MemAvailable:   31869132 kB
Buffers:          146604 kB
Cached:          1111368 kB
SwapCached:        34984 kB
Active:           548404 kB
Inactive:         746708 kB
Active(anon):      10312 kB
Inactive(anon):    59972 kB
Active(file):     538092 kB
Inactive(file):   686736 kB
Unevictable:      109752 kB
Mlocked:          109752 kB
SwapTotal:      67108860 kB
SwapFree:       66967308 kB
Dirty:             70584 kB
Writeback:             0 kB
AnonPages:        113540 kB
Mapped:            35584 kB
Shmem:             23728 kB
Slab:             189452 kB
SReclaimable:     158716 kB
SUnreclaim:        30736 kB
KernelStack:        3504 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-13 19:35:02