Trace number 4396143

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)326 2520.11 2467.04

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.2839
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
12.06/4.84	o 412
12.70/5.01	o 410
16.33/6.31	o 409
16.59/6.41	o 408
16.87/6.55	o 407
17.19/6.60	o 406
17.19/6.66	o 403
17.77/6.86	o 400
18.24/7.02	o 398
18.24/7.07	o 386
18.69/7.25	o 383
18.81/7.31	o 378
18.93/7.41	o 367
18.93/7.44	o 364
18.93/7.45	o 361
20.03/8.27	o 360
20.16/8.31	o 359
20.52/8.56	o 358
20.66/8.65	o 356
21.32/8.97	o 355
21.32/8.98	o 347
21.57/9.06	o 346
24.41/11.04	o 345
35.79/20.47	o 344
35.79/20.49	o 343
35.97/20.52	o 341
35.97/20.53	o 340
38.40/22.76	o 337
38.40/22.77	o 336
39.06/23.34	o 335
39.47/23.75	o 334
112.27/94.75	o 332
112.27/94.78	o 331
112.37/94.82	o 330
260.56/240.31	o 329
602.71/577.95	o 328
604.74/579.95	o 326
2520.07/2467.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2467.01		at concrete.MAC.mac(MAC.scala:192)
2520.07/2467.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2467.01		at scala.util.Try$.apply(Try.scala:212)
2520.07/2467.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2467.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2467.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2467.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2467.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2467.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2467.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2467.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2467.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2467.01		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2467.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2467.01		at scala.util.Success.map(Try.scala:264)
2520.07/2467.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2467.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2467.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2467.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2467.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2467.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2467.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2467.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2467.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2467.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2467.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2467.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2467.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2467.01		at scala.App.main(App.scala:75)
2520.07/2467.01		at scala.App.main$(App.scala:73)
2520.07/2467.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2467.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2467.02	v <instantiation
2520.07/2467.02	v         cost = '326'>
2520.07/2467.02	v       <list>
2520.07/2467.02	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.07/2467.02	v       </list>
2520.07/2467.02	v       <values>
2520.07/2467.02	v         14 107 209 226 285 0 14 127 183 226 5 60 104 183 281 0 49 130 163 231 0 53 130 206 233 321 325 326 281 324 90 87 17 59 36 14 93 56 32 99 44 40 59 97 45 49 81 30 67 50 53 74 76 25 91 0 2 3 4 1 0 2 1 4 3 3 4 0 1 2 1 3 4 0 2 4 1 3 2 0 14 285 107 209 226 0 127 14 226 183 104 183 281 5 60 163 0 231 49 130 233 53 206 130 0
2520.07/2467.02	v       </values>
2520.07/2467.02	v     </instantiation>
2520.07/2467.02	s SATISFIABLE

Verifier Data

OK	326

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396143-1568393316/watcher-4396143-1568393316 -o /tmp/evaluation-result-4396143-1568393316/solver-4396143-1568393316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568393275-31993 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=391533796 HOME/instance-4396143-1568393316.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.10012 s]*
/proc/loadavg: 1.14 1.43 1.57 3/205 32132
/proc/meminfo: memFree=24275256/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=9972712 memory=16288 CPUtime=0.1 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 4322 13342 0 0 1 1 5 3 20 0 6 0 415269030 10212057088 4072 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2493178 4072 1920 1 0 2481616 0
[pid=32023/tid=32128] ppid=32016 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 2114 13342 0 0 0 0 5 3 20 0 6 0 415269040 10212057088 4072 33554432000 4194304 4196468 140729574259744 139625621807696 139625634051422 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 6 0 415269041 10212057088 4072 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=9972712 memory=140030021936768 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 6 0 415269041 10212057088 4072 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 6 0 415269041 10212057088 4072 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 6 0 415269041 10212057088 4072 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16288 KiB

[startup+0.213473 s]*
/proc/loadavg: 1.14 1.43 1.57 7/227 32154
/proc/meminfo: memFree=24232760/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=10819664 memory=39516 CPUtime=0.26 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 7258 13342 0 0 17 1 5 3 20 0 15 0 415269030 11079335936 9879 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2704916 9879 3124 1 0 2667149 0
[pid=32023/tid=32128] ppid=32016 vsize=10819664 memory=-5504934085814682416 CPUtime=0.2 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 3761 13342 0 0 11 1 5 3 20 0 15 0 415269040 11079335936 9879 33554432000 4194304 4196468 140729574259744 139625621778528 139625634014565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079335936 9879 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10819664 memory=140030021936768 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079335936 9879 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079335936 9879 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079335936 9879 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10819664 memory=140030021936768 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269042 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 13 13342 0 0 0 0 5 3 20 0 15 0 415269043 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624823383456 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624420730352 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) S 32016 32023 29438 0 -1 1077944384 455 13342 0 0 1 0 5 3 20 0 15 0 415269046 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624920684528 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) S 32016 32023 29438 0 -1 1077944384 195 13342 0 0 1 0 5 3 20 0 15 0 415269046 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624919631984 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10819664 memory=140030021936768 CPUtime=0.11 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) S 32016 32023 29438 0 -1 1077944384 612 13342 0 0 3 0 5 3 20 0 15 0 415269046 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624918579440 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10819664 memory=140030021936768 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269046 11079335936 9879 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39516 KiB

[startup+0.310352 s]*
/proc/loadavg: 1.14 1.43 1.57 4/227 32154
/proc/meminfo: memFree=24206928/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=10820148 memory=50880 CPUtime=0.4 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 10934 13342 0 0 29 3 5 3 20 0 15 0 415269030 11079831552 12720 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2705037 12720 3290 1 0 2667149 0
[pid=32023/tid=32128] ppid=32016 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 7421 13342 0 0 19 2 5 3 20 0 15 0 415269040 11079831552 12720 33554432000 4194304 4196468 140729574259744 139625621782448 139625634051422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10820148 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079831552 12720 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10820148 memory=7649399397099254323 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079831552 12720 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10820148 memory=4294969504 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079831552 12720 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269041 11079831552 12720 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269042 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 13 13342 0 0 0 0 5 3 20 0 15 0 415269043 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624823383456 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624420730352 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) S 32016 32023 29438 0 -1 1077944384 456 13342 0 0 1 0 5 3 20 0 15 0 415269046 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624920684528 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) S 32016 32023 29438 0 -1 1077944384 204 13342 0 0 2 0 5 3 20 0 15 0 415269046 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624919631984 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) S 32016 32023 29438 0 -1 1077944384 621 13342 0 0 5 0 5 3 20 0 15 0 415269046 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624918579440 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269046 11079831552 12720 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50880 KiB

[startup+0.705329 s]
/proc/loadavg: 1.14 1.43 1.57 5/227 32154
/proc/meminfo: memFree=24177072/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=10824360 memory=83236 CPUtime=1.11 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 15072 13342 0 0 98 5 5 3 20 0 15 0 415269030 11084144640 20809 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2706090 20809 3496 1 0 2668173 0
[pid=32023/tid=32128] ppid=32016 vsize=10824360 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 10339 13342 0 0 56 4 5 3 20 0 15 0 415269040 11084144640 20809 33554432000 4194304 4196468 140729574259744 139625621788064 139625573014989 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269041 11084144640 20809 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10824360 memory=3924 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269041 11084144640 20809 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 2 13342 0 0 0 0 5 3 20 0 15 0 415269041 11084144640 20809 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269041 11084144640 20809 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 5 13342 0 0 0 0 5 3 20 0 15 0 415269042 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 13 13342 0 0 0 0 5 3 20 0 15 0 415269043 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624823383456 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624420730352 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10824360 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10824360 memory=13252 CPUtime=0.22 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) R 32016 32023 29438 0 -1 4202560 973 13342 0 0 14 0 5 3 20 0 15 0 415269046 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624920684528 139625649984813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10824360 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) R 32016 32023 29438 0 -1 4202560 713 13342 0 0 10 0 5 3 20 0 15 0 415269046 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624919631984 139625627565712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10824360 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) S 32016 32023 29438 0 -1 1077944384 809 13342 0 0 16 0 5 3 20 0 15 0 415269046 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624918579440 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10824360 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10824360 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269046 11084144640 20809 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83236 KiB

[startup+1.50071 s]
/proc/loadavg: 1.14 1.43 1.57 4/227 32154
/proc/meminfo: memFree=24092444/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=10834676 memory=171332 CPUtime=2.44 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 21886 13342 0 0 226 10 5 3 20 0 15 0 415269030 11094708224 42833 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2708669 42833 3579 1 0 2670733 0
[pid=32023/tid=32128] ppid=32016 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 15330 13342 0 0 130 5 5 3 20 0 15 0 415269040 11094708224 42833 33554432000 4194304 4196468 140729574259744 139625621775024 139625649982870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 52 13342 0 0 1 0 5 3 20 0 15 0 415269041 11094708224 42833 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 35 13342 0 0 1 0 5 3 20 0 15 0 415269041 11094708224 42833 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 376 13342 0 0 1 0 5 3 20 0 15 0 415269041 11094708224 42833 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 64 13342 0 0 1 0 5 3 20 0 15 0 415269041 11094708224 42833 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10834676 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 134 13342 0 0 1 0 5 3 20 0 15 0 415269042 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10834676 memory=280059785062656 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 14 13342 0 0 0 0 5 3 20 0 15 0 415269043 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624823383520 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624420730368 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10834676 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) R 32016 32023 29438 0 -1 1077944384 1276 13342 0 0 27 0 5 3 20 0 15 0 415269046 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624920684528 139625649982082 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10834676 memory=4580 CPUtime=0.27 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) S 32016 32023 29438 0 -1 1077944384 785 13342 0 0 19 0 5 3 20 0 15 0 415269046 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624919631984 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10834676 memory=-7174084197728875205 CPUtime=0.49 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) R 32016 32023 29438 0 -1 4202560 1606 13342 0 0 41 0 5 3 20 0 15 0 415269046 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624918579440 139625649984822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10834676 memory=7165339601431259754 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10834676 memory=7451276400656541804 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269046 11094708224 42833 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 83746 13342 0 0 229817 47 5 3 20 0 15 0 415269040 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625621805392 139625262897788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10851092 memory=918520 CPUtime=11.37 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 16835 13342 0 0 1080 49 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10851092 memory=918520 CPUtime=11.38 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 18633 13342 0 0 1075 55 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10851092 memory=916472 CPUtime=11.39 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 17503 13342 0 0 1084 47 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10851092 memory=918520 CPUtime=11.37 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 19403 13342 0 0 1080 49 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10851092 memory=918520 CPUtime=9.52 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 19946 13342 0 0 895 49 5 3 20 0 15 0 415269042 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10851092 memory=918520 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 20 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624823383520 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10851092 memory=918520 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624420730368 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10851092 memory=918520 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10851092 memory=918520 CPUtime=7.27 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) S 32016 32023 29438 0 -1 1077944384 34525 13342 0 0 712 7 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624920684528 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10851092 memory=918520 CPUtime=6.81 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) S 32016 32023 29438 0 -1 1077944384 39740 13342 0 0 667 6 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624919631984 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10851092 memory=918520 CPUtime=4.53 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) S 32016 32023 29438 0 -1 1077944384 35534 13342 0 0 436 9 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624918579440 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10851092 memory=918520 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10851092 memory=918520 CPUtime=1.39 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1145 13342 0 0 66 65 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 2373.16 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 918520 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.36 1.39 4/227 32398
/proc/meminfo: memFree=22483992/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=10851092 memory=918520 CPUtime=2434.07 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 290847 13342 0 0 243059 340 5 3 20 0 15 0 415269030 11111518208 229630 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2712773 229630 3627 1 0 2674829 0
[pid=32023/tid=32128] ppid=32016 vsize=10851092 memory=918520 CPUtime=2358.11 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 84482 13342 0 0 235755 48 5 3 20 0 15 0 415269040 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625621806240 139625258716980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10851092 memory=918520 CPUtime=11.68 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 16877 13342 0 0 1110 50 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10851092 memory=918520 CPUtime=11.69 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 18687 13342 0 0 1105 56 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10851092 memory=918520 CPUtime=11.7 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 17604 13342 0 0 1114 48 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10851092 memory=918520 CPUtime=11.69 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 19820 13342 0 0 1110 51 5 3 20 0 15 0 415269041 11111518208 229630 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10851092 memory=280059785299192 CPUtime=9.78 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 20186 13342 0 0 919 51 5 3 20 0 15 0 415269042 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10851092 memory=918520 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 20 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624823383520 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10851092 memory=918520 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624420730368 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10851092 memory=918520 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10851092 memory=3924 CPUtime=7.28 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) S 32016 32023 29438 0 -1 1077944384 34527 13342 0 0 712 8 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624920684528 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10851092 memory=918520 CPUtime=6.82 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) S 32016 32023 29438 0 -1 1077944384 39742 13342 0 0 667 7 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624919631984 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10851092 memory=918520 CPUtime=4.53 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) S 32016 32023 29438 0 -1 1077944384 35536 13342 0 0 436 9 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624918579440 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10851092 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10851092 memory=6791534058613427641 CPUtime=1.43 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1153 13342 0 0 68 67 5 3 20 0 15 0 415269046 11111518208 229630 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 2434.07 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 918520 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.33 1.38 4/227 32403
/proc/meminfo: memFree=22480232/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=10851092 memory=920568 CPUtime=2494.97 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 292779 13342 0 0 249142 347 5 3 20 0 15 0 415269030 11111518208 230142 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2712773 230142 3627 1 0 2674829 0
[pid=32023/tid=32128] ppid=32016 vsize=10851092 memory=920568 CPUtime=2417.48 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 85285 13342 0 0 241692 48 5 3 20 0 15 0 415269040 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625621806288 139625258515212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10851092 memory=920568 CPUtime=11.99 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 16974 13342 0 0 1140 51 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10851092 memory=920568 CPUtime=12 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 18998 13342 0 0 1135 57 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10851092 memory=918520 CPUtime=12.01 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 17726 13342 0 0 1144 49 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10851092 memory=920568 CPUtime=11.99 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 19914 13342 0 0 1139 52 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10851092 memory=920568 CPUtime=10.03 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 20402 13342 0 0 943 52 5 3 20 0 15 0 415269042 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10851092 memory=920568 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 20 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624823383520 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10851092 memory=920568 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624420730368 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10851092 memory=920568 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10851092 memory=920568 CPUtime=7.28 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) S 32016 32023 29438 0 -1 1077944384 34529 13342 0 0 712 8 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624920684528 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10851092 memory=920568 CPUtime=6.82 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) S 32016 32023 29438 0 -1 1077944384 39744 13342 0 0 667 7 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624919631984 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10851092 memory=920568 CPUtime=4.53 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) S 32016 32023 29438 0 -1 1077944384 35803 13342 0 0 436 9 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624918579440 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10851092 memory=920568 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10851092 memory=920568 CPUtime=1.45 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1171 13342 0 0 69 68 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 2494.97 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 920568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467 s]*
/proc/loadavg: 1.26 1.32 1.37 4/228 32406
/proc/meminfo: memFree=22480324/32770624 swapFree=67108848/67108860
[pid=32023] ppid=32016 vsize=10851092 memory=920568 CPUtime=2520.07 cores=0,2,4,6
/proc/32023/stat : 32023 (java) S 32016 32023 29438 0 -1 1077944320 294119 13342 0 0 251649 350 5 3 20 0 15 0 415269030 11111518208 230142 33554432000 4194304 4196468 140729574259744 140729574242288 139625649970935 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
/proc/32023/statm: 2712773 230142 3627 1 0 2674829 0
[pid=32023/tid=32128] ppid=32016 vsize=10851092 memory=6150070291259604068 CPUtime=2441.95 cores=0,2,4,6
/proc/32023/task/32128/stat : 32128 (java) R 32016 32023 29438 0 -1 4202560 85822 13342 0 0 244138 49 5 3 20 0 15 0 415269040 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625621806528 139625243157984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32133] ppid=32016 vsize=10851092 memory=7022364594140610616 CPUtime=12.11 cores=0,2,4,6
/proc/32023/task/32133/stat : 32133 (java) S 32016 32023 29438 0 -1 1077944384 17010 13342 0 0 1152 51 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625654212880 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32134] ppid=32016 vsize=10851092 memory=301741407901843824 CPUtime=12.12 cores=0,2,4,6
/proc/32023/task/32134/stat : 32134 (java) S 32016 32023 29438 0 -1 1077944384 19343 13342 0 0 1147 57 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625569032592 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32135] ppid=32016 vsize=10851092 memory=3762251958971561018 CPUtime=12.15 cores=0,2,4,6
/proc/32023/task/32135/stat : 32135 (java) S 32016 32023 29438 0 -1 1077944384 17782 13342 0 0 1157 50 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625567980048 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32136] ppid=32016 vsize=10851092 memory=6944656592455360608 CPUtime=12.13 cores=0,2,4,6
/proc/32023/task/32136/stat : 32136 (java) S 32016 32023 29438 0 -1 1077944384 20044 13342 0 0 1152 53 5 3 20 0 15 0 415269041 11111518208 230142 33554432000 4194304 4196468 140729574259744 139625566927504 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32140] ppid=32016 vsize=10851092 memory=-7522837583129502606 CPUtime=10.13 cores=0,2,4,6
/proc/32023/task/32140/stat : 32140 (java) S 32016 32023 29438 0 -1 1077944384 20618 13342 0 0 953 52 5 3 20 0 15 0 415269042 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624921737712 139625649982082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32141] ppid=32016 vsize=10851092 memory=-7522837415797432224 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32141/stat : 32141 (java) S 32016 32023 29438 0 -1 1077944384 20 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624823383520 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32142] ppid=32016 vsize=10851092 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32142/stat : 32142 (java) S 32016 32023 29438 0 -1 1077944384 1 13342 0 0 0 0 5 3 20 0 15 0 415269043 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624420730368 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32149] ppid=32016 vsize=10851092 memory=6944613755445342871 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32149/stat : 32149 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624180439760 139625649989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32150] ppid=32016 vsize=10851092 memory=6944656592455360569 CPUtime=7.28 cores=0,2,4,6
/proc/32023/task/32150/stat : 32150 (java) S 32016 32023 29438 0 -1 1077944384 34531 13342 0 0 712 8 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624920684528 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32151] ppid=32016 vsize=10851092 memory=7512114578044973668 CPUtime=6.82 cores=0,2,4,6
/proc/32023/task/32151/stat : 32151 (java) S 32016 32023 29438 0 -1 1077944384 39746 13342 0 0 667 7 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624919631984 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32152] ppid=32016 vsize=10851092 memory=7163046007325353842 CPUtime=4.53 cores=0,2,4,6
/proc/32023/task/32152/stat : 32152 (java) S 32016 32023 29438 0 -1 1077944384 35805 13342 0 0 436 9 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624918579440 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32153] ppid=32016 vsize=10851092 memory=6226620566953943912 CPUtime=0.08 cores=0,2,4,6
/proc/32023/task/32153/stat : 32153 (java) S 32016 32023 29438 0 -1 1077944384 3 13342 0 0 0 0 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624146881120 139625649981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
[pid=32023/tid=32154] ppid=32016 vsize=10851092 memory=1001 CPUtime=1.47 cores=0,2,4,6
/proc/32023/task/32154/stat : 32154 (java) S 32016 32023 29438 0 -1 1077944384 1185 13342 0 0 70 69 5 3 20 0 15 0 415269046 11111518208 230142 33554432000 4194304 4196468 140729574259744 139624917527344 139625649982082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21508096 140729574263536 140729574266053 140729574266053 140729574268879 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 920568 KiB

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

[startup+2467.04 s]
# the end of solver process 32023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.56 s, system=3.54376 s

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

Child status: 143
Real time (s): 2467.04
CPU time (s): 2520.11
CPU user time (s): 2516.56
CPU system time (s): 3.54376
CPU usage (%): 102.151
Max. virtual memory (cumulated for all children) (KiB): 10853932
Max. memory (cumulated for all children) (KiB): 944368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.56
system time used= 3.54376
maximum resident set size= 944888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272958
involuntary context switches= 7514


# summary of solver processes directly reported to runsolver:
#   pid: 32023
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.56
#   total CPU system time (s): 3.54376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0668 second user time and 20.9345 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 18:47:55
IDJOB=4396143
IDBENCH=115842
IDSOLVER=2846
FILE ID=node143/4396143-1568393316
RUNJOBID= node143-1568393275-31993
PBS_JOBID= 21701827
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396143-1568393316/watcher-4396143-1568393316 -o /tmp/evaluation-result-4396143-1568393316/solver-4396143-1568393316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568393275-31993 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=391533796 HOME/instance-4396143-1568393316.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=391533796

node143.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.73
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.73
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.73
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.73
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:        24290644 kB
MemAvailable:   31762692 kB
Buffers:          187004 kB
Cached:          7576588 kB
SwapCached:            8 kB
Active:          2176496 kB
Inactive:        5636808 kB
Active(anon):       4460 kB
Inactive(anon):   145844 kB
Active(file):    2172036 kB
Inactive(file):  5490964 kB
Unevictable:      106456 kB
Mlocked:          106456 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             70588 kB
Writeback:             0 kB
AnonPages:        157460 kB
Mapped:            48276 kB
Shmem:             90756 kB
Slab:             265904 kB
SReclaimable:     237508 kB
SUnreclaim:        28396 kB
KernelStack:        3408 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59204 MiB
End job on node143 at 2019-09-13 19:29:03