Trace number 4386970

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)353 2520.08 2466.83

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 benchmark28.1866
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.77/0.71	c Concrete v3.10.1560635388952 running
13.52/5.72	o 452
14.18/5.94	o 451
14.85/6.14	o 450
14.85/6.14	o 449
14.85/6.15	o 443
15.76/6.42	o 442
15.76/6.43	o 434
16.08/6.51	o 427
16.08/6.55	o 420
16.08/6.57	o 418
16.40/6.62	o 417
16.40/6.63	o 415
17.00/6.89	o 414
17.74/7.18	o 412
17.74/7.18	o 411
17.89/7.28	o 405
18.18/7.33	o 404
18.18/7.35	o 399
18.49/7.46	o 398
18.91/7.60	o 397
18.91/7.60	o 394
19.37/7.82	o 389
19.37/7.87	o 388
19.37/7.87	o 385
19.37/7.88	o 383
19.37/7.89	o 379
19.37/7.89	o 378
20.75/8.67	o 375
22.35/9.65	o 374
22.35/9.66	o 373
22.35/9.66	o 372
26.19/12.03	o 371
26.19/12.04	o 370
26.19/12.04	o 368
26.78/12.47	o 367
26.78/12.47	o 362
26.78/12.48	o 359
37.79/22.66	o 358
38.34/23.19	o 357
173.40/156.08	o 356
173.40/156.09	o 355
173.50/156.12	o 354
173.50/156.12	o 353
2520.04/2466.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2466.80		at concrete.MAC.mac(MAC.scala:189)
2520.04/2466.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.04/2466.80		at scala.util.Try$.apply(Try.scala:212)
2520.04/2466.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2466.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2466.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2466.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2466.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2466.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2466.80		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2466.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2466.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2466.80		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2466.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.04/2466.80		at scala.util.Success.map(Try.scala:264)
2520.04/2466.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.04/2466.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2466.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2466.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2466.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2466.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2466.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2466.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2466.80		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2466.80		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2466.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2466.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2466.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2466.80		at scala.App.main(App.scala:75)
2520.04/2466.80		at scala.App.main$(App.scala:73)
2520.04/2466.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2466.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2466.81	v <instantiation
2520.04/2466.81	v         cost = '353'>
2520.04/2466.81	v       <list>
2520.04/2466.81	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.04/2466.81	v       </list>
2520.04/2466.81	v       <values>
2520.04/2466.81	v         0 90 187 292 331 1 95 173 257 330 0 96 222 263 297 0 96 163 222 298 0 94 187 241 263 353 353 335 353 353 90 83 35 38 22 93 68 84 73 23 94 77 41 34 38 96 67 59 72 55 89 93 49 16 90 4 2 1 3 0 1 4 2 0 3 3 0 4 2 1 0 3 4 1 2 2 1 3 0 4 331 187 90 292 0 257 1 173 330 95 96 297 263 0 222 0 222 298 96 163 241 94 0 187 263
2520.04/2466.81	v       </values>
2520.04/2466.81	v     </instantiation>
2520.04/2466.81	s SATISFIABLE

Verifier Data

OK	353

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14867 MiB free)
  memory of node 1: 16384 MiB (15375 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386970-1568285963/watcher-4386970-1568285963 -o /tmp/evaluation-result-4386970-1568285963/solver-4386970-1568285963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1167947834 HOME/instance-4386970-1568285963.xml 

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

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

solver pid=6473, runsolver pid=6468

[startup+0.109145 s]*
/proc/loadavg: 2.33 2.23 2.06 5/214 6544
/proc/meminfo: memFree=30947900/32770624 swapFree=66995800/67108860
[pid=6473] ppid=6468 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/6473/stat : 6473 (bash) S 6468 6473 5684 0 -1 4202496 894 5690 1 0 0 0 0 1 20 0 1 0 404851098 115974144 404 33554432000 4194304 5098028 140721189631664 140721189625672 139917466012672 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 2 0 0 7196144 7232144 23359488 140721189639188 140721189639313 140721189639313 140721189642222 0
/proc/6473/statm: 28314 404 320 221 0 119 0
[pid=6530] ppid=6473 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/6530/stat : 6530 (bash) S 6473 6473 5684 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 404851106 115974144 178 33554432000 4194304 5098028 140721189631664 140721189624344 139917465838204 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23359488 140721189639188 140721189639313 140721189639313 140721189642222 0
/proc/6530/statm: 28314 178 94 221 0 119 0
[pid=6531] ppid=6530 vsize=10260324 memory=18760 CPUtime=0.02 cores=1,3,5,7
/proc/6531/stat : 6531 (java) S 6530 6473 5684 0 -1 1077944320 4039 0 0 0 2 0 0 0 20 0 9 0 404851106 10506571776 4690 33554432000 4194304 4196468 140732701824208 140732701806752 140086570073847 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
/proc/6531/statm: 2565081 4690 2111 1 0 2527622 0
[pid=6531/tid=6536] ppid=6530 vsize=10260324 memory=7100839878645814387 CPUtime=0.01 cores=1,3,5,7
/proc/6531/task/6536/stat : 6536 (java) S 6530 6473 5684 0 -1 1077944384 2696 0 0 0 1 0 0 0 20 0 9 0 404851106 10506571776 4690 33554432000 4194304 4196468 140732701824208 140086574309232 140086562770429 0 4 0 16784584 18446744071581020693 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6531/tid=6537] ppid=6530 vsize=10260324 memory=664964232733811010 CPUtime=0 cores=1,3,5,7
/proc/6531/task/6537/stat : 6537 (java) S 6530 6473 5684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404851107 10506571776 4690 33554432000 4194304 4196468 140732701824208 140086176570128 140086570084053 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6531/tid=6538] ppid=6530 vsize=10260324 memory=139985002944128 CPUtime=0 cores=1,3,5,7
/proc/6531/task/6538/stat : 6538 (java) S 6530 6473 5684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 404851107 10506571776 4690 33554432000 4194304 4196468 140732701824208 140086175517584 140086570084053 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6531/tid=6539] ppid=6530 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6531/task/6539/stat : 6539 (java) S 6530 6473 5684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 404851107 10506571776 4690 33554432000 4194304 4196468 140732701824208 140086174465040 140086570084053 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6531/tid=6540] ppid=6530 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6531/task/6540/stat : 6540 (java) S 6530 6473 5684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404851107 10506571776 4690 33554432000 4194304 4196468 140732701824208 140086173412496 140086570084053 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6531/tid=6546] ppid=6530 vsize=10260324 memory=139985002944128 CPUtime=0 cores=1,3,5,7
/proc/6531/task/6546/stat : 6546 (java) S 6530 6473 5684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 404851109 10506571776 4690 33554432000 4194304 4196468 140732701824208 140085874354160 140086570084994 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6531/tid=6548] ppid=6530 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6531/task/6548/stat : 6548 (java) S 6530 6473 5684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 404851109 10506571776 4690 33554432000 4194304 4196468 140732701824208 140085873300384 140086570084053 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6531/tid=6550] ppid=6530 vsize=10260328 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6531/task/6550/stat : 6550 (java) S 6530 6473 5684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 404851110 10506575872 4690 33554432000 4194304 4196468 140732701824208 140085872247856 140086570084053 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140732701832332 140732701832346 140732701832346 140732701835215 0
[pid=6533] ppid=6530 vsize=113488 memory=964 CPUtime=0 cores=1,3,5,7
/proc/6533/stat : 6533 (awk) S 6530 6473 5684 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 404851106 116211712 241 33554432000 4194304 4609284 140728894984384 140728894983560 140318623132672 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 36704256 140728894989500 140728894989530 140728894989530 140728894992367 0
/proc/6533/statm: 28372 241 203 102 0 88 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 22052 KiB

[startup+0.210282 s]*
/proc/loadavg: 2.33 2.23 2.06 3/210 6592
/proc/meminfo: memFree=30947440/32770624 swapFree=66995800/67108860
[pid=6473] ppid=6468 vsize=10355560 memory=21696 CPUtime=0.11 cores=1,3,5,7
/proc/6473/stat : 6473 (java) S 6468 6473 5684 0 -1 1077944320 4680 13424 1 0 2 1 5 3 20 0 9 0 404851098 10604093440 5424 33554432000 4194304 4196468 140726686733776 140726686716320 140222744125175 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
/proc/6473/statm: 2588890 5424 2102 1 0 2551431 0
[pid=6473/tid=6581] ppid=6468 vsize=10355560 memory=7100839852556125036 CPUtime=0.09 cores=1,3,5,7
/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 2449 13424 0 0 1 0 5 3 20 0 9 0 404851116 10604093440 5424 33554432000 4194304 4196468 140726686733776 140222715961200 140222730231984 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10355560 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 9 0 404851117 10604093440 5424 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10355560 memory=139985002944128 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 9 0 404851117 10604093440 5424 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 9 0 404851117 10604093440 5424 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 9 0 404851117 10604093440 5424 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10355560 memory=139985002944128 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 9 0 404851119 10604093440 5424 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 33 13424 0 0 0 0 5 3 20 0 9 0 404851119 10604093440 5424 33554432000 4194304 4196468 140726686733776 140222068094112 140222744135381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 9 0 404851119 10604093440 5424 33554432000 4194304 4196468 140726686733776 140221622510384 140222744135381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21696 KiB

[startup+0.310144 s]*
/proc/loadavg: 2.33 2.23 2.06 9/226 6608
/proc/meminfo: memFree=30922420/32770624 swapFree=66995800/67108860
[pid=6473] ppid=6468 vsize=10818900 memory=38952 CPUtime=0.23 cores=1,3,5,7
/proc/6473/stat : 6473 (java) S 6468 6473 5684 0 -1 1077944320 6571 13424 1 0 13 2 5 3 20 0 15 0 404851098 11078553600 9738 33554432000 4194304 4196468 140726686733776 140726686716320 140222744125175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
/proc/6473/statm: 2704725 9738 2956 1 0 2667149 0
[pid=6473/tid=6581] ppid=6468 vsize=10818900 memory=139984862545235 CPUtime=0.18 cores=1,3,5,7
/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 3086 13424 0 0 9 1 5 3 20 0 15 0 404851116 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222715956224 140222727311984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10818900 memory=279969865491744 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10818900 memory=2110335469702436 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10818900 memory=139984862554559 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851117 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10818900 memory=279969865540544 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851119 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10818900 memory=139984862559167 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 33 13424 0 0 0 0 5 3 20 0 15 0 404851119 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222068094112 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10818900 memory=279969725122944 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851119 11078553600 9738 33554432000 4194304 4196468 140726686733776 140221622510320 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6597] ppid=6468 vsize=10818900 memory=279969724966064 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6597/stat : 6597 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851122 11078553600 9738 33554432000 4194304 4196468 140726686733776 140221286967248 140222744143771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6598] ppid=6468 vsize=10818900 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6473/task/6598/stat : 6598 (java) S 6468 6473 5684 0 -1 1077944384 557 13424 0 0 1 0 5 3 20 0 15 0 404851122 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222034537200 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6599] ppid=6468 vsize=10818900 memory=67 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6599/stat : 6599 (java) S 6468 6473 5684 0 -1 1077944384 58 13424 0 0 0 0 5 3 20 0 15 0 404851122 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222033484656 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6600] ppid=6468 vsize=10818900 memory=139985002944128 CPUtime=0.1 cores=1,3,5,7
/proc/6473/task/6600/stat : 6600 (java) S 6468 6473 5684 0 -1 1077944384 616 13424 0 0 2 0 5 3 20 0 15 0 404851122 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222032431600 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6605] ppid=6468 vsize=10818900 memory=67 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6605/stat : 6605 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851123 11078553600 9738 33554432000 4194304 4196468 140726686733776 140221018532704 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6607] ppid=6468 vsize=10818900 memory=139985002944128 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6607/stat : 6607 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851125 11078553600 9738 33554432000 4194304 4196468 140726686733776 140222031378992 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 38952 KiB

[startup+0.701144 s]
/proc/loadavg: 2.33 2.23 2.06 11/226 6608
/proc/meminfo: memFree=30883244/32770624 swapFree=66995800/67108860
[pid=6473] ppid=6468 vsize=10820244 memory=69352 CPUtime=0.77 cores=1,3,5,7
/proc/6473/stat : 6473 (java) S 6468 6473 5684 0 -1 1077944320 12970 13424 1 0 64 5 5 3 20 0 15 0 404851098 11079929856 17338 33554432000 4194304 4196468 140726686733776 140726686716320 140222744125175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
/proc/6473/statm: 2705061 17338 3449 1 0 2667149 0
[pid=6473/tid=6581] ppid=6468 vsize=10820244 memory=21908 CPUtime=0.51 cores=1,3,5,7
/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 8988 13424 0 0 40 3 5 3 20 0 15 0 404851116 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222715955672 140222728435689 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10820244 memory=1128 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10820244 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10820244 memory=4008 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10820244 memory=4639098309541128812 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851117 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10820244 memory=7380108234199885905 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851119 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10820244 memory=5787221545506525541 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 33 13424 0 0 0 0 5 3 20 0 15 0 404851119 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222068094112 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10820244 memory=-6444863862880583314 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851119 11079929856 17338 33554432000 4194304 4196468 140726686733776 140221622510320 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6597] ppid=6468 vsize=10820244 memory=-9103030981133442421 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6597/stat : 6597 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851122 11079929856 17338 33554432000 4194304 4196468 140726686733776 140221286967248 140222744143771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6598] ppid=6468 vsize=10820244 memory=-7025448733113094249 CPUtime=0.14 cores=1,3,5,7
/proc/6473/task/6598/stat : 6598 (java) S 6468 6473 5684 0 -1 1077944384 806 13424 0 0 6 0 5 3 20 0 15 0 404851122 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222034537200 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6599] ppid=6468 vsize=10820244 memory=4137293581110450563 CPUtime=0.14 cores=1,3,5,7
/proc/6473/task/6599/stat : 6599 (java) S 6468 6473 5684 0 -1 1077944384 249 13424 0 0 6 0 5 3 20 0 15 0 404851122 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222033484752 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6600] ppid=6468 vsize=10820244 memory=6944656592452807320 CPUtime=0.18 cores=1,3,5,7
/proc/6473/task/6600/stat : 6600 (java) S 6468 6473 5684 0 -1 1077944384 671 13424 0 0 10 0 5 3 20 0 15 0 404851122 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222032431600 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6605] ppid=6468 vsize=10820244 memory=-7029379521810567991 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6605/stat : 6605 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851123 11079929856 17338 33554432000 4194304 4196468 140726686733776 140221018532704 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6607] ppid=6468 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6607/stat : 6607 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851125 11079929856 17338 33554432000 4194304 4196468 140726686733776 140222031378992 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 69352 KiB

[startup+1.50071 s]
/proc/loadavg: 2.33 2.23 2.06 1/226 6608
/proc/meminfo: memFree=30815900/32770624 swapFree=66995800/67108860
[pid=6473] ppid=6468 vsize=10830560 memory=114324 CPUtime=1.79 cores=1,3,5,7
/proc/6473/stat : 6473 (java) S 6468 6473 5684 0 -1 1077944320 17335 13424 2 0 164 7 5 3 20 0 15 0 404851098 11090493440 28581 33554432000 4194304 4196468 140726686733776 140726686716320 140222744125175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
/proc/6473/statm: 2707640 28581 3538 1 0 2669709 0
[pid=6473/tid=6581] ppid=6468 vsize=10830560 memory=3624 CPUtime=1.02 cores=1,3,5,7
/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 12701 13424 1 0 89 5 5 3 20 0 15 0 404851116 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222715931536 140222744147101 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10830560 memory=92748 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10830560 memory=279969725516960 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10830560 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851117 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10830560 memory=3461362060234027018 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851117 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10830560 memory=27140 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 5 13424 0 0 0 0 5 3 20 0 15 0 404851119 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10830560 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 33 13424 0 0 0 0 5 3 20 0 15 0 404851119 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222068094112 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10830560 memory=8508281403248314509 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 1 13424 0 0 0 0 5 3 20 0 15 0 404851119 11090493440 28581 33554432000 4194304 4196468 140726686733776 140221622510320 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6597] ppid=6468 vsize=10830560 memory=3054156605369181556 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6597/stat : 6597 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851122 11090493440 28581 33554432000 4194304 4196468 140726686733776 140221286967248 140222744143771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6598] ppid=6468 vsize=10830560 memory=-8529969244802432967 CPUtime=0.31 cores=1,3,5,7
/proc/6473/task/6598/stat : 6598 (java) S 6468 6473 5684 0 -1 1077944384 974 13424 0 0 23 0 5 3 20 0 15 0 404851122 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222034537200 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6599] ppid=6468 vsize=10830560 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/6473/task/6599/stat : 6599 (java) S 6468 6473 5684 0 -1 1077944384 339 13424 0 0 21 0 5 3 20 0 15 0 404851122 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222033484656 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6600] ppid=6468 vsize=10830560 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/6473/task/6600/stat : 6600 (java) S 6468 6473 5684 0 -1 1077944384 1063 13424 0 0 28 0 5 3 20 0 15 0 404851122 11090493440 28581 33554432000 4194304 4196468 140726686733776 140222032431600 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6605] ppid=6468 vsize=10830560 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6605/stat : 6605 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851123 11090493440 28581 33554432000 4194304 4196468 140726686733776 140221018532704 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6607] ppid=6468 vsize=10830560 memory=279969725434816 CPUtime=0.08 cores=1,3,5,7

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

/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 78527 13424 3 0 229608 54 5 3 20 0 15 0 404851116 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222715960352 140222325595392 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10851072 memory=1126252 CPUtime=12.09 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 12994 13424 0 0 1144 57 5 3 20 0 15 0 404851117 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10851072 memory=1126252 CPUtime=12.06 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 14204 13424 0 0 1144 54 5 3 20 0 15 0 404851117 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10851072 memory=231551 CPUtime=12.03 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 13102 13424 0 0 1134 61 5 3 20 0 15 0 404851117 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10851072 memory=1126252 CPUtime=12.01 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 17450 13424 0 0 1133 60 5 3 20 0 15 0 404851117 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10851072 memory=1126252 CPUtime=10.63 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 16524 13424 0 0 1003 52 5 3 20 0 15 0 404851119 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10851072 memory=1126252 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 38 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222068094176 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10851072 memory=1126252 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 281563 33554432000 4194304 4196468 140726686733776 140221622510336 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6597] ppid=6468 vsize=10851072 memory=1126252 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6597/stat : 6597 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851122 11111497728 281563 33554432000 4194304 4196468 140726686733776 140221286967248 140222744143771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6598] ppid=6468 vsize=10851072 memory=1126252 CPUtime=6.3 cores=1,3,5,7
/proc/6473/task/6598/stat : 6598 (java) S 6468 6473 5684 0 -1 1077944384 29014 13424 0 0 617 5 5 3 20 0 15 0 404851122 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222034537200 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6599] ppid=6468 vsize=10851072 memory=1126252 CPUtime=6.74 cores=1,3,5,7
/proc/6473/task/6599/stat : 6599 (java) S 6468 6473 5684 0 -1 1077944384 24881 13424 0 0 660 6 5 3 20 0 15 0 404851122 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222033484656 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6600] ppid=6468 vsize=10851072 memory=1126252 CPUtime=3.87 cores=1,3,5,7
/proc/6473/task/6600/stat : 6600 (java) S 6468 6473 5684 0 -1 1077944384 31187 13424 0 0 370 9 5 3 20 0 15 0 404851122 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222032431600 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6605] ppid=6468 vsize=10851072 memory=1126252 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6605/stat : 6605 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851123 11111497728 281563 33554432000 4194304 4196468 140726686733776 140221018532704 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6607] ppid=6468 vsize=10851072 memory=1126252 CPUtime=1.4 cores=1,3,5,7
/proc/6473/task/6607/stat : 6607 (java) S 6468 6473 5684 0 -1 1077944384 1133 13424 0 0 61 71 5 3 20 0 15 0 404851125 11111497728 281563 33554432000 4194304 4196468 140726686733776 140222031378992 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
Current children cumulated CPU time: 2373.21 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1126252 KiB

[startup+2382.3 s]
/proc/loadavg: 1.67 1.54 1.47 3/226 6849
/proc/meminfo: memFree=28705264/32770624 swapFree=66995828/67108860
[pid=6473] ppid=6468 vsize=10851072 memory=1128300 CPUtime=2434.21 cores=1,3,5,7
/proc/6473/stat : 6473 (java) S 6468 6473 5684 0 -1 1077944320 243286 13424 4 0 243036 377 5 3 20 0 15 0 404851098 11111497728 282075 33554432000 4194304 4196468 140726686733776 140726686716320 140222744125175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
/proc/6473/statm: 2712768 282075 3630 1 0 2674829 0
[pid=6473/tid=6581] ppid=6468 vsize=10851072 memory=8112282956445269571 CPUtime=2356.02 cores=1,3,5,7
/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 79485 13424 3 0 235539 55 5 3 20 0 15 0 404851116 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222715960768 140222314545492 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10851072 memory=1126252 CPUtime=12.43 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 13336 13424 0 0 1176 59 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10851072 memory=1126252 CPUtime=12.39 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 14271 13424 0 0 1176 55 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10851072 memory=1126252 CPUtime=12.36 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 13151 13424 0 0 1166 62 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10851072 memory=1126252 CPUtime=12.34 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 17780 13424 0 0 1165 61 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10851072 memory=1128300 CPUtime=10.92 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 16771 13424 0 0 1031 53 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 38 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222068094176 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221622510336 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6597] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6597/stat : 6597 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221286967248 140222744143771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6598] ppid=6468 vsize=10851072 memory=1128300 CPUtime=6.3 cores=1,3,5,7
/proc/6473/task/6598/stat : 6598 (java) S 6468 6473 5684 0 -1 1077944384 29018 13424 0 0 617 5 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222034537200 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6599] ppid=6468 vsize=10851072 memory=1128300 CPUtime=6.74 cores=1,3,5,7
/proc/6473/task/6599/stat : 6599 (java) S 6468 6473 5684 0 -1 1077944384 24885 13424 0 0 660 6 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222033484656 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6600] ppid=6468 vsize=10851072 memory=1128300 CPUtime=3.87 cores=1,3,5,7
/proc/6473/task/6600/stat : 6600 (java) S 6468 6473 5684 0 -1 1077944384 31191 13424 0 0 370 9 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222032431600 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6605] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6605/stat : 6605 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851123 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221018532704 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6607] ppid=6468 vsize=10851072 memory=1128300 CPUtime=1.43 cores=1,3,5,7
/proc/6473/task/6607/stat : 6607 (java) S 6468 6473 5684 0 -1 1077944384 1143 13424 0 0 63 72 5 3 20 0 15 0 404851125 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222031378992 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
Current children cumulated CPU time: 2434.21 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1128300 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.51 1.47 3/226 6853
/proc/meminfo: memFree=28703568/32770624 swapFree=66995828/67108860
[pid=6473] ppid=6468 vsize=10851072 memory=1128300 CPUtime=2495.12 cores=1,3,5,7
/proc/6473/stat : 6473 (java) S 6468 6473 5684 0 -1 1077944320 245198 13424 4 0 249120 384 5 3 20 0 15 0 404851098 11111497728 282075 33554432000 4194304 4196468 140726686733776 140726686716320 140222744125175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
/proc/6473/statm: 2712768 282075 3630 1 0 2674829 0
[pid=6473/tid=6581] ppid=6468 vsize=10851072 memory=1128300 CPUtime=2415.41 cores=1,3,5,7
/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 80377 13424 3 0 241477 56 5 3 20 0 15 0 404851116 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222715960592 140222323862845 0 4 0 16800975 0 0 0 -1 3 0 0 40 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10851072 memory=1128300 CPUtime=12.73 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 13444 13424 0 0 1206 59 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10851072 memory=1128300 CPUtime=12.7 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 14543 13424 0 0 1206 56 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10851072 memory=1128300 CPUtime=12.67 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 13209 13424 0 0 1195 64 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10851072 memory=1128300 CPUtime=12.65 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 17947 13424 0 0 1194 63 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10851072 memory=1128300 CPUtime=11.18 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 17154 13424 0 0 1056 54 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 38 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222068094176 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221622510336 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6597] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6597/stat : 6597 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221286967248 140222744143771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6598] ppid=6468 vsize=10851072 memory=1128300 CPUtime=6.3 cores=1,3,5,7
/proc/6473/task/6598/stat : 6598 (java) S 6468 6473 5684 0 -1 1077944384 29020 13424 0 0 617 5 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222034537200 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6599] ppid=6468 vsize=10851072 memory=1128300 CPUtime=6.74 cores=1,3,5,7
/proc/6473/task/6599/stat : 6599 (java) S 6468 6473 5684 0 -1 1077944384 24887 13424 0 0 660 6 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222033484656 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6600] ppid=6468 vsize=10851072 memory=1128300 CPUtime=3.87 cores=1,3,5,7
/proc/6473/task/6600/stat : 6600 (java) S 6468 6473 5684 0 -1 1077944384 31193 13424 0 0 370 9 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222032431600 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6605] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6605/stat : 6605 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851123 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221018532704 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6607] ppid=6468 vsize=10851072 memory=1128300 CPUtime=1.46 cores=1,3,5,7
/proc/6473/task/6607/stat : 6607 (java) S 6468 6473 5684 0 -1 1077944384 1169 13424 0 0 64 74 5 3 20 0 15 0 404851125 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222031378992 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
Current children cumulated CPU time: 2495.12 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1128300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.8 s]
/proc/loadavg: 1.36 1.49 1.46 3/226 6857
/proc/meminfo: memFree=28704184/32770624 swapFree=66995828/67108860
[pid=6473] ppid=6468 vsize=10851072 memory=1128300 CPUtime=2520.04 cores=1,3,5,7
/proc/6473/stat : 6473 (java) S 6468 6473 5684 0 -1 1077944320 245443 13424 4 0 251609 387 5 3 20 0 15 0 404851098 11111497728 282075 33554432000 4194304 4196468 140726686733776 140726686716320 140222744125175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
/proc/6473/statm: 2712768 282075 3630 1 0 2674829 0
[pid=6473/tid=6581] ppid=6468 vsize=10851072 memory=288230617509003574 CPUtime=2439.64 cores=1,3,5,7
/proc/6473/task/6581/stat : 6581 (java) R 6468 6473 5684 0 -1 4202560 80594 13424 3 0 243900 56 5 3 20 0 15 0 404851116 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222715960592 140222325715948 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6583] ppid=6468 vsize=10851072 memory=16105853321218387 CPUtime=12.87 cores=1,3,5,7
/proc/6473/task/6583/stat : 6583 (java) S 6468 6473 5684 0 -1 1077944384 13444 13424 0 0 1219 60 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222748367888 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6584] ppid=6468 vsize=10851072 memory=2304 CPUtime=12.85 cores=1,3,5,7
/proc/6473/task/6584/stat : 6584 (java) S 6468 6473 5684 0 -1 1077944384 14543 13424 0 0 1220 57 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222636641424 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6585] ppid=6468 vsize=10851072 memory=1408 CPUtime=12.81 cores=1,3,5,7
/proc/6473/task/6585/stat : 6585 (java) S 6468 6473 5684 0 -1 1077944384 13226 13424 0 0 1209 64 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222635588368 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6586] ppid=6468 vsize=10851072 memory=3288 CPUtime=12.79 cores=1,3,5,7
/proc/6473/task/6586/stat : 6586 (java) S 6468 6473 5684 0 -1 1077944384 17947 13424 0 0 1208 63 5 3 20 0 15 0 404851117 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222634535824 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6591] ppid=6468 vsize=10851072 memory=1408 CPUtime=11.3 cores=1,3,5,7
/proc/6473/task/6591/stat : 6591 (java) S 6468 6473 5684 0 -1 1077944384 17165 13424 0 0 1067 55 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222069147888 140222744136322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6593] ppid=6468 vsize=10851072 memory=3220 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6593/stat : 6593 (java) S 6468 6473 5684 0 -1 1077944384 38 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222068094176 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6595] ppid=6468 vsize=10851072 memory=1128300 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6595/stat : 6595 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851119 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221622510336 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6597] ppid=6468 vsize=10851072 memory=1109032 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6597/stat : 6597 (java) S 6468 6473 5684 0 -1 1077944384 2 13424 0 0 0 0 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221286967248 140222744143771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6598] ppid=6468 vsize=10851072 memory=1164 CPUtime=6.3 cores=1,3,5,7
/proc/6473/task/6598/stat : 6598 (java) S 6468 6473 5684 0 -1 1077944384 29020 13424 0 0 617 5 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222034537200 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6599] ppid=6468 vsize=10851072 memory=8317482817917895235 CPUtime=6.74 cores=1,3,5,7
/proc/6473/task/6599/stat : 6599 (java) S 6468 6473 5684 0 -1 1077944384 24887 13424 0 0 660 6 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222033484656 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6600] ppid=6468 vsize=10851072 memory=4126316290023845779 CPUtime=3.87 cores=1,3,5,7
/proc/6473/task/6600/stat : 6600 (java) S 6468 6473 5684 0 -1 1077944384 31193 13424 0 0 370 9 5 3 20 0 15 0 404851122 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222032431600 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6605] ppid=6468 vsize=10851072 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/6473/task/6605/stat : 6605 (java) S 6468 6473 5684 0 -1 1077944384 3 13424 0 0 0 0 5 3 20 0 15 0 404851123 11111497728 282075 33554432000 4194304 4196468 140726686733776 140221018532704 140222744135381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
[pid=6473/tid=6607] ppid=6468 vsize=10851072 memory=122 CPUtime=1.48 cores=1,3,5,7
/proc/6473/task/6607/stat : 6607 (java) S 6468 6473 5684 0 -1 1077944384 1169 13424 0 0 65 75 5 3 20 0 15 0 404851125 11111497728 282075 33554432000 4194304 4196468 140726686733776 140222031378992 140222744136322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 32043008 140726686735093 140726686737605 140726686737605 140726686740431 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1128300 KiB

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

[startup+2466.83 s]
# the end of solver process 6473 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.9247 s

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

Child status: 143
Real time (s): 2466.83
CPU time (s): 2520.08
CPU user time (s): 2516.16
CPU system time (s): 3.9247
CPU usage (%): 102.159
Max. virtual memory (cumulated for all children) (KiB): 10856800
Max. memory (cumulated for all children) (KiB): 1128300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.9247
maximum resident set size= 1132428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259833
page faults= 4
swaps= 0
block input operations= 38248
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 292997
involuntary context switches= 6910


# summary of solver processes directly reported to runsolver:
#   pid: 6473
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.9247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8836 second user time and 23.5124 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 43b2ef46cc27b455a3f22cfd7dbefeca
RANDOM SEED=1167947834

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30971376 kB
MemAvailable:   31923340 kB
Buffers:           95236 kB
Cached:          1150396 kB
SwapCached:        10536 kB
Active:           358860 kB
Inactive:         900752 kB
Active(anon):      13216 kB
Inactive(anon):    33568 kB
Active(file):     345644 kB
Inactive(file):   867184 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66995800 kB
Dirty:             70160 kB
Writeback:             0 kB
AnonPages:        112152 kB
Mapped:            34540 kB
Shmem:             23428 kB
Slab:             137936 kB
SReclaimable:     109940 kB
SUnreclaim:        27996 kB
KernelStack:        3376 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 53324 MiB
End job on node106 at 2019-09-12 12:39:14