Trace number 4396425

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)354 2400.12 2348.63

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-8.xml
MD5SUM43b2ef46cc27b455a3f22cfd7dbefeca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark353
Best CPU time to get the best result obtained on this benchmark27.4421
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size453
Distribution of domain sizes[{"size":5,"count":50},{"size":453,"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.56	c Concrete v3.12.2.1568380929293 running
12.73/5.17	o 449
13.61/5.46	o 439
15.17/5.95	o 429
15.51/6.08	o 410
18.70/7.12	o 406
18.70/7.15	o 401
19.96/7.70	o 400
19.96/7.76	o 395
20.17/7.84	o 387
22.56/9.61	o 386
22.56/9.66	o 385
23.63/10.58	o 384
23.75/10.60	o 383
23.75/10.63	o 378
25.27/11.86	o 377
27.13/13.35	o 376
27.13/13.39	o 372
27.26/13.41	o 371
27.26/13.41	o 370
28.39/14.37	o 369
28.51/14.40	o 368
34.46/19.42	o 367
34.46/19.49	o 363
59.20/42.74	o 362
59.20/42.77	o 361
59.45/42.97	o 360
59.75/43.22	o 359
224.33/204.45	o 358
224.43/204.54	o 357
224.53/204.60	o 356
224.53/204.62	o 355
224.53/204.66	o 354
2400.07/2348.60	Exception in thread "main" java.util.concurrent.TimeoutException
2400.07/2348.60		at concrete.MAC.mac(MAC.scala:192)
2400.07/2348.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2348.60		at scala.util.Try$.apply(Try.scala:212)
2400.07/2348.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2348.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2348.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2348.60		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2348.60		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2348.60		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2348.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2348.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2348.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2348.60		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2348.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2348.60		at scala.util.Success.map(Try.scala:264)
2400.07/2348.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2348.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2348.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2348.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2348.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2348.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2348.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2348.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2348.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2348.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2348.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2348.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2348.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2348.61		at scala.App.main(App.scala:75)
2400.07/2348.61		at scala.App.main$(App.scala:73)
2400.07/2348.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2348.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2348.61	v <instantiation
2400.07/2348.61	v         cost = '354'>
2400.07/2348.61	v       <list>
2400.07/2348.61	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.07/2348.61	v       </list>
2400.07/2348.61	v       <values>
2400.07/2348.61	v         0 51 101 131 263 0 86 179 263 286 13 56 90 136 261 0 56 123 221 280 0 90 179 286 338 346 354 338 352 354 38 35 22 90 83 73 93 84 23 68 38 34 41 94 77 55 67 96 59 72 90 89 93 49 16 3 1 0 4 2 0 1 2 3 4 1 2 4 3 0 2 3 0 4 1 4 2 1 3 0 101 51 263 0 131 0 86 179 263 286 261 13 56 136 90 123 280 0 56 221 338 179 90 286 0
2400.07/2348.61	v       </values>
2400.07/2348.61	v     </instantiation>
2400.07/2348.61	s SATISFIABLE

Verifier Data

OK	354

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396425-1568393656/watcher-4396425-1568393656 -o /tmp/evaluation-result-4396425-1568393656/solver-4396425-1568393656 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568393616-15562 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1143104304 HOME/instance-4396425-1568393656.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=15587, runsolver pid=15583
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 0.93 1.40 1.73 3/209 15704
/proc/meminfo: memFree=28943308/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=9972712 memory=15180 CPUtime=0.08 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 4521 13076 0 0 1 0 5 2 20 0 6 0 415634489 10212057088 3729 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2493178 3729 1935 1 0 2481616 0
[pid=15587/tid=15695] ppid=15583 vsize=9972712 memory=7822038051842263955 CPUtime=0.08 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 2331 13076 0 0 1 0 5 2 20 0 6 0 415634498 10212057088 3795 33554432000 4194304 4196468 140735661800336 139693915603536 139693927847292 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 6 0 415634499 10212057088 3795 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=9972712 memory=140240578446976 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 6 0 415634499 10212057088 3795 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 6 0 415634499 10212057088 3795 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 6 0 415634499 10212057088 3795 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.210846 s]*
/proc/loadavg: 0.93 1.40 1.73 6/227 15722
/proc/meminfo: memFree=28901752/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=10819664 memory=37556 CPUtime=0.26 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 7220 13076 0 0 18 1 5 2 20 0 15 0 415634489 11079335936 9389 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2704916 9389 3167 1 0 2667149 0
[pid=15587/tid=15695] ppid=15583 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 3654 13076 0 0 11 0 5 2 20 0 15 0 415634498 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693915574848 139693926953605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10819664 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10819664 memory=140240581524167 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10819664 memory=140240578446976 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 415634500 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 13 13076 0 0 0 0 5 2 20 0 15 0 415634501 11079335936 9389 33554432000 4194304 4196468 140735661800336 139692938879904 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634501 11079335936 9389 33554432000 4194304 4196468 140735661800336 139692737553392 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11079335936 9389 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 469 13076 0 0 1 0 5 2 20 0 15 0 415634504 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 186 13076 0 0 1 0 5 2 20 0 15 0 415634504 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10819664 memory=140240578446976 CPUtime=0.1 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 675 13076 0 0 3 0 5 2 20 0 15 0 415634504 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11079335936 9389 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10819664 memory=140240578446976 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634504 11079335936 9389 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37556 KiB

[startup+0.310437 s]*
/proc/loadavg: 0.93 1.40 1.73 5/227 15722
/proc/meminfo: memFree=28876624/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=10820148 memory=48940 CPUtime=0.39 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 10959 13076 0 0 30 2 5 2 20 0 15 0 415634489 11079831552 12235 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2705037 12235 3327 1 0 2667149 0
[pid=15587/tid=15695] ppid=15583 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 7327 13076 0 0 20 2 5 2 20 0 15 0 415634498 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693915566688 139693928932430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 415634499 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 415634500 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 13 13076 0 0 0 0 5 2 20 0 15 0 415634501 11079831552 12235 33554432000 4194304 4196468 140735661800336 139692938879904 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634501 11079831552 12235 33554432000 4194304 4196468 140735661800336 139692737553392 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11079831552 12235 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 475 13076 0 0 2 0 5 2 20 0 15 0 415634504 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 200 13076 0 0 2 0 5 2 20 0 15 0 415634504 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 721 13076 0 0 5 0 5 2 20 0 15 0 415634504 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11079831552 12235 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634504 11079831552 12235 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48940 KiB

[startup+0.700682 s]
/proc/loadavg: 0.93 1.40 1.73 3/227 15722
/proc/meminfo: memFree=28849636/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=10824360 memory=83228 CPUtime=1.12 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 15462 13076 0 0 101 4 5 2 20 0 15 0 415634489 11084144640 20807 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2706090 20807 3508 1 0 2668173 0
[pid=15587/tid=15695] ppid=15583 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 10550 13076 0 0 56 3 5 2 20 0 15 0 415634498 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693915593328 139693936003902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10824360 memory=90 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634499 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 2 13076 0 0 0 0 5 2 20 0 15 0 415634499 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 6 13076 0 0 0 0 5 2 20 0 15 0 415634500 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 13 13076 0 0 0 0 5 2 20 0 15 0 415634501 11084144640 20807 33554432000 4194304 4196468 140735661800336 139692938879904 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634501 11084144640 20807 33554432000 4194304 4196468 140735661800336 139692737553392 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10824360 memory=140240578445841 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11084144640 20807 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 1007 13076 0 0 14 0 5 2 20 0 15 0 415634504 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 642 13076 0 0 12 0 5 2 20 0 15 0 415634504 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 1024 13076 0 0 17 0 5 2 20 0 15 0 415634504 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11084144640 20807 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634504 11084144640 20807 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83228 KiB

[startup+1.50107 s]
/proc/loadavg: 0.93 1.40 1.73 4/227 15722
/proc/meminfo: memFree=28763628/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=10834676 memory=170648 CPUtime=2.42 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 22116 13076 0 0 226 9 5 2 20 0 15 0 415634489 11094708224 42662 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2708669 42662 3574 1 0 2670733 0
[pid=15587/tid=15695] ppid=15583 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 15502 13076 0 0 130 5 5 2 20 0 15 0 415634498 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693915572928 139693928105553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10834676 memory=83228 CPUtime=0.08 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 356 13076 0 0 1 0 5 2 20 0 15 0 415634499 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 70 13076 0 0 0 0 5 2 20 0 15 0 415634499 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10834676 memory=280480960295520 CPUtime=0.08 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 62 13076 0 0 1 0 5 2 20 0 15 0 415634499 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 32 13076 0 0 1 0 5 2 20 0 15 0 415634499 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 134 13076 0 0 1 0 5 2 20 0 15 0 415634500 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10834676 memory=4427366514419345050 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 14 13076 0 0 0 0 5 2 20 0 15 0 415634501 11094708224 42662 33554432000 4194304 4196468 140735661800336 139692938879968 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10834676 memory=7305791117996484670 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634501 11094708224 42662 33554432000 4194304 4196468 140735661800336 139692737553408 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10834676 memory=7451018015491321703 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11094708224 42662 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10834676 memory=7013621122978832470 CPUtime=0.31 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 1240 13076 0 0 24 0 5 2 20 0 15 0 415634504 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10834676 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 705 13076 0 0 24 0 5 2 20 0 15 0 415634504 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10834676 memory=7809899731767160672 CPUtime=0.47 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 1785 13076 0 0 40 0 5 2 20 0 15 0 415634504 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10834676 memory=7445389602483561586 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11094708224 42662 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10834676 memory=8099531882097108048 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1 13076 0 0 0 0 5 2 20 0 15 0 415634504 11094708224 42662 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 72326 13076 0 0 218011 41 5 2 20 0 15 0 415634498 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693915601872 139693562318112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10851092 memory=889772 CPUtime=10.6 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 13253 13076 0 0 1007 46 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10851092 memory=889772 CPUtime=10.6 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 12976 13076 0 0 1010 43 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10851092 memory=889772 CPUtime=10.61 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 7757 13076 0 0 1010 44 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10851092 memory=0 CPUtime=10.62 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 11637 13076 0 0 1005 50 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10851092 memory=889772 CPUtime=9.02 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 15295 13076 0 0 853 42 5 2 20 0 15 0 415634500 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10851092 memory=889772 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692938879968 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10851092 memory=889772 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692737553408 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10851092 memory=889772 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10851092 memory=889772 CPUtime=7.14 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 38743 13076 0 0 701 6 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10851092 memory=889772 CPUtime=7.27 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 32356 13076 0 0 716 4 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10851092 memory=889772 CPUtime=4.44 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 28736 13076 0 0 432 5 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10851092 memory=887724 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10851092 memory=8025533705586764387 CPUtime=1.27 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1443 13076 0 0 54 66 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 2251.64 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 889772 KiB

[startup+2262.3 s]
/proc/loadavg: 1.39 1.37 1.41 3/228 15956
/proc/meminfo: memFree=27178360/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=10851092 memory=889772 CPUtime=2312.55 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 238755 13076 0 0 230940 308 5 2 20 0 15 0 415634489 11111518208 222443 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2712773 222443 3637 1 0 2674829 0
[pid=15587/tid=15695] ppid=15583 vsize=10851092 memory=889772 CPUtime=2239.99 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 73243 13076 0 0 223950 42 5 2 20 0 15 0 415634498 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693915601632 139693562824493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10851092 memory=889772 CPUtime=10.91 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 13280 13076 0 0 1037 47 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10851092 memory=889772 CPUtime=10.91 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 13323 13076 0 0 1041 43 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10851092 memory=0 CPUtime=10.92 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 7883 13076 0 0 1040 45 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10851092 memory=889772 CPUtime=10.93 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 11755 13076 0 0 1035 51 5 2 20 0 15 0 415634499 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10851092 memory=889772 CPUtime=9.27 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 15408 13076 0 0 876 44 5 2 20 0 15 0 415634500 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10851092 memory=889772 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692938879968 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10851092 memory=889772 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692737553408 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10851092 memory=889772 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10851092 memory=889772 CPUtime=7.14 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 38745 13076 0 0 701 6 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10851092 memory=889772 CPUtime=7.27 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 32358 13076 0 0 716 4 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10851092 memory=889772 CPUtime=4.44 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 29073 13076 0 0 432 5 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10851092 memory=889772 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10851092 memory=889772 CPUtime=1.3 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1451 13076 0 0 55 68 5 2 20 0 15 0 415634504 11111518208 222443 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 2312.55 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 889772 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.39 1.41 3/228 15960
/proc/meminfo: memFree=27177348/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=10851092 memory=891820 CPUtime=2373.39 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 240403 13076 0 0 237017 315 5 2 20 0 15 0 415634489 11111518208 222955 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2712773 222955 3637 1 0 2674829 0
[pid=15587/tid=15695] ppid=15583 vsize=10851092 memory=891820 CPUtime=2299.36 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 74022 13076 0 0 229886 43 5 2 20 0 15 0 415634498 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693915602304 139693562171488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10851092 memory=891820 CPUtime=11.21 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 13332 13076 0 0 1066 48 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10851092 memory=1105 CPUtime=11.22 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 13518 13076 0 0 1069 46 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10851092 memory=891820 CPUtime=11.21 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 7949 13076 0 0 1069 45 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10851092 memory=891820 CPUtime=11.23 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 12067 13076 0 0 1064 52 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10851092 memory=891820 CPUtime=9.51 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 15630 13076 0 0 899 45 5 2 20 0 15 0 415634500 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10851092 memory=891820 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692938879968 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10851092 memory=891820 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692737553408 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10851092 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10851092 memory=891820 CPUtime=7.14 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 38747 13076 0 0 701 6 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10851092 memory=620 CPUtime=7.27 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 32360 13076 0 0 716 4 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10851092 memory=1712 CPUtime=4.44 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 29075 13076 0 0 432 5 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10851092 memory=891820 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10851092 memory=620 CPUtime=1.33 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1467 13076 0 0 57 69 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 2373.39 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 891820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.6 s]
/proc/loadavg: 1.27 1.36 1.40 3/228 15963
/proc/meminfo: memFree=27175148/32770624 swapFree=66998528/67108860
[pid=15587] ppid=15583 vsize=10851092 memory=891820 CPUtime=2400.07 cores=1,3,5,7
/proc/15587/stat : 15587 (java) S 15583 15587 12443 0 -1 1077944320 241146 13076 0 0 239683 317 5 2 20 0 15 0 415634489 11111518208 222955 33554432000 4194304 4196468 140735661800336 140735661782880 139693943766775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
/proc/15587/statm: 2712773 222955 3637 1 0 2674829 0
[pid=15587/tid=15695] ppid=15583 vsize=10851092 memory=14409341242306949 CPUtime=2325.42 cores=1,3,5,7
/proc/15587/task/15695/stat : 15695 (java) R 15583 15587 12443 0 -1 4202560 74310 13076 0 0 232492 43 5 2 20 0 15 0 415634498 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693915601760 139693565203208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15697] ppid=15583 vsize=10851092 memory=7665499718287909989 CPUtime=11.34 cores=1,3,5,7
/proc/15587/task/15697/stat : 15697 (java) S 15583 15587 12443 0 -1 1077944384 13372 13076 0 0 1078 49 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693948009232 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15698] ppid=15583 vsize=10851092 memory=7453264296187093601 CPUtime=11.35 cores=1,3,5,7
/proc/15587/task/15698/stat : 15698 (java) S 15583 15587 12443 0 -1 1077944384 13524 13076 0 0 1082 46 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693879921552 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15699] ppid=15583 vsize=10851092 memory=7302698311996893271 CPUtime=11.34 cores=1,3,5,7
/proc/15587/task/15699/stat : 15699 (java) S 15583 15587 12443 0 -1 1077944384 8132 13076 0 0 1081 46 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693516000272 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15700] ppid=15583 vsize=10851092 memory=7302702680113047639 CPUtime=11.35 cores=1,3,5,7
/proc/15587/task/15700/stat : 15700 (java) S 15583 15587 12443 0 -1 1077944384 12088 13076 0 0 1076 52 5 2 20 0 15 0 415634499 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693514947728 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15705] ppid=15583 vsize=10851092 memory=7739548545030711383 CPUtime=9.62 cores=1,3,5,7
/proc/15587/task/15705/stat : 15705 (java) S 15583 15587 12443 0 -1 1077944384 15824 13076 0 0 909 46 5 2 20 0 15 0 415634500 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693014222832 139693943777922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15707] ppid=15583 vsize=10851092 memory=7669457986168384087 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15707/stat : 15707 (java) S 15583 15587 12443 0 -1 1077944384 19 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692938879968 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15709] ppid=15583 vsize=10851092 memory=7669457986168384087 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15709/stat : 15709 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634501 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692737553408 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15711] ppid=15583 vsize=10851092 memory=7302703792492997207 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15711/stat : 15711 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692497262800 139693943785371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15712] ppid=15583 vsize=10851092 memory=7302696104434035287 CPUtime=7.14 cores=1,3,5,7
/proc/15587/task/15712/stat : 15712 (java) S 15583 15587 12443 0 -1 1077944384 38747 13076 0 0 701 6 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693013170672 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15713] ppid=15583 vsize=10851092 memory=7302701606237268311 CPUtime=7.27 cores=1,3,5,7
/proc/15587/task/15713/stat : 15713 (java) S 15583 15587 12443 0 -1 1077944384 32360 13076 0 0 716 4 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693012118128 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15714] ppid=15583 vsize=10851092 memory=7669457986168384087 CPUtime=4.44 cores=1,3,5,7
/proc/15587/task/15714/stat : 15714 (java) S 15583 15587 12443 0 -1 1077944384 29075 13076 0 0 432 5 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693011065584 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15717] ppid=15583 vsize=10851092 memory=7451578779290134615 CPUtime=0.07 cores=1,3,5,7
/proc/15587/task/15717/stat : 15717 (java) S 15583 15587 12443 0 -1 1077944384 3 13076 0 0 0 0 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139692463705184 139693943776981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
[pid=15587/tid=15721] ppid=15583 vsize=10851092 memory=-7025448733113094249 CPUtime=1.35 cores=1,3,5,7
/proc/15587/task/15721/stat : 15721 (java) S 15583 15587 12443 0 -1 1077944384 1478 13076 0 0 58 70 5 2 20 0 15 0 415634504 11111518208 222955 33554432000 4194304 4196468 140735661800336 139693010012464 139693943777922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36909056 140735661808367 140735661810885 140735661810885 140735661813711 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 891820 KiB

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

[startup+2348.63 s]
# the end of solver process 15587 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.91 s, system=3.21718 s

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

Child status: 143
Real time (s): 2348.63
CPU time (s): 2400.12
CPU user time (s): 2396.91
CPU system time (s): 3.21718
CPU usage (%): 102.193
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 928520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.91
system time used= 3.21718
maximum resident set size= 930568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255206
involuntary context switches= 8019


# summary of solver processes directly reported to runsolver:
#   pid: 15587
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.91
#   total CPU system time (s): 3.21718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0786 second user time and 26.3985 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 18:53:36
IDJOB=4396425
IDBENCH=115815
IDSOLVER=2847
FILE ID=node127/4396425-1568393656
RUNJOBID= node127-1568393616-15562
PBS_JOBID= 21701837
Free space on /tmp= 61308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396425-1568393656/watcher-4396425-1568393656 -o /tmp/evaluation-result-4396425-1568393656/solver-4396425-1568393656 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568393616-15562 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1143104304 HOME/instance-4396425-1568393656.xml

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

MD5SUM BENCH= 43b2ef46cc27b455a3f22cfd7dbefeca
RANDOM SEED=1143104304

node127.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.55
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.55
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.55
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.55
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:        28952488 kB
MemAvailable:   31876420 kB
Buffers:          161936 kB
Cached:          3027644 kB
SwapCached:         6772 kB
Active:          1873864 kB
Inactive:        1325964 kB
Active(anon):       3704 kB
Inactive(anon):    48320 kB
Active(file):    1870160 kB
Inactive(file):  1277644 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             70976 kB
Writeback:             0 kB
AnonPages:        114604 kB
Mapped:            44240 kB
Shmem:             32700 kB
Slab:             213800 kB
SReclaimable:     183924 kB
SUnreclaim:        29876 kB
KernelStack:        3392 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     504372 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:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-13 19:32:45