Trace number 4386975

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)326 2520.09 2466.83

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.64/0.59	c Concrete v3.10.1560635388952 running
8.73/4.09	o 418
9.99/4.48	o 417
10.32/4.53	o 416
10.32/4.55	o 409
10.97/4.71	o 408
11.30/4.86	o 402
11.30/4.86	o 391
11.63/5.00	o 388
12.01/5.08	o 385
12.61/5.22	o 383
12.61/5.22	o 382
12.61/5.23	o 380
12.61/5.23	o 375
12.61/5.27	o 362
12.93/5.32	o 361
12.93/5.32	o 356
12.93/5.37	o 355
13.25/5.41	o 349
13.25/5.41	o 347
13.56/5.56	o 346
15.61/6.26	o 344
16.16/6.47	o 343
16.16/6.47	o 338
21.47/9.78	o 337
21.78/9.95	o 336
29.11/15.77	o 335
34.00/20.51	o 334
34.00/20.51	o 333
119.74/104.78	o 332
177.28/161.43	o 331
177.28/161.44	o 329
346.94/328.68	o 328
510.00/489.07	o 327
510.00/489.09	o 326
2520.05/2466.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2466.80		at concrete.MAC.mac(MAC.scala:189)
2520.05/2466.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2466.80		at scala.util.Try$.apply(Try.scala:212)
2520.05/2466.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2466.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2466.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2466.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2466.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2466.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2466.80		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2466.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.80		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2466.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.05/2466.80		at scala.util.Success.map(Try.scala:264)
2520.05/2466.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2466.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2466.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2466.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2466.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2466.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2466.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2466.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2466.80		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2466.80		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2466.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2466.80		at scala.App.main(App.scala:75)
2520.05/2466.80		at scala.App.main$(App.scala:73)
2520.05/2466.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2466.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2466.81	v <instantiation
2520.05/2466.81	v         cost = '326'>
2520.05/2466.81	v       <list>
2520.05/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.05/2466.81	v       </list>
2520.05/2466.81	v       <values>
2520.05/2466.81	v         0 94 153 189 309 0 81 174 210 312 0 56 157 206 253 0 90 197 246 276 0 56 81 157 248 326 326 312 326 322 90 59 36 87 17 56 93 32 99 14 45 97 44 40 59 81 67 49 30 50 53 25 76 91 74 0 4 1 2 3 1 2 4 3 0 2 1 3 4 0 3 0 1 4 2 4 2 3 0 1 0 153 189 309 94 312 0 81 210 174 253 56 0 157 206 90 197 276 0 246 157 248 56 81 0
2520.05/2466.81	v       </values>
2520.05/2466.81	v     </instantiation>
2520.05/2466.81	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 (15355 MiB free)
  memory of node 1: 16384 MiB (15620 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386975-1568285966/watcher-4386975-1568285966 -o /tmp/evaluation-result-4386975-1568285966/solver-4386975-1568285966 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1339615836 HOME/instance-4386975-1568285966.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=6127, runsolver pid=6120

[startup+0.102578 s]*
/proc/loadavg: 1.00 1.11 1.50 3/230 6210
/proc/meminfo: memFree=31690416/32770624 swapFree=66934088/67108860
[pid=6127] ppid=6120 vsize=113256 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/6127/stat : 6127 (bash) S 6120 6127 5271 0 -1 4202496 926 11060 0 1 0 0 5 3 20 0 1 0 404855075 115974144 404 33554432000 4194304 5098028 140729169840272 140729169833496 140478647401472 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 28389376 140729169843220 140729169843345 140729169843345 140729169846254 0
/proc/6127/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.209881 s]*
/proc/loadavg: 1.00 1.11 1.50 5/226 6258
/proc/meminfo: memFree=31679664/32770624 swapFree=66934088/67108860
[pid=6127] ppid=6120 vsize=10818900 memory=32276 CPUtime=0.19 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 6367 13091 0 1 10 1 5 3 20 0 15 0 404855075 11078553600 8069 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2704725 8069 2935 1 0 2667149 0
[pid=6127/tid=6231] ppid=6120 vsize=10818900 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) S 6120 6127 5271 0 -1 1077944384 2969 13091 0 1 7 0 5 3 20 0 15 0 404855088 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609664324032 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10818900 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10818900 memory=140111966278924 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10818900 memory=140111966271104 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855090 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 33 13091 0 1 0 0 5 3 20 0 15 0 404855091 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609150834080 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855091 11078553600 8069 33554432000 4194304 4196468 140728231581696 140608572220912 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8069 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) R 6120 6127 5271 0 -1 4202560 566 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609117276144 140609673191808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) R 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609116223600 140609692502658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10818900 memory=140111966271104 CPUtime=0.09 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) S 6120 6127 5271 0 -1 1077944384 604 13091 0 1 1 0 5 3 20 0 15 0 404855094 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609115171056 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8069 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10818900 memory=140111966271104 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078553600 8069 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 32276 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.00 1.11 1.50 4/226 6258
/proc/meminfo: memFree=31651444/32770624 swapFree=66934088/67108860
[pid=6127] ppid=6120 vsize=10819084 memory=43444 CPUtime=0.34 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 9587 13091 0 1 23 3 5 3 20 0 15 0 404855075 11078742016 10861 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2704771 10861 3030 1 0 2667149 0
[pid=6127/tid=6231] ppid=6120 vsize=10819084 memory=576461178948550685 CPUtime=0.25 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) R 6120 6127 5271 0 -1 4202560 6071 13091 0 1 15 2 5 3 20 0 15 0 404855088 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609664317936 140609672016799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10819084 memory=301741403522990103 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10819084 memory=14266852980979352 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10819084 memory=-9102469130691648885 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10819084 memory=664954319948704082 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855089 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10819084 memory=7008596759168067248 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855090 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10819084 memory=7945036255673856047 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 33 13091 0 1 0 0 5 3 20 0 15 0 404855091 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609150834080 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10819084 memory=-8312670058677691234 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855091 11078742016 10861 33554432000 4194304 4196468 140728231581696 140608572220912 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10819084 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 10861 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10819084 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) R 6120 6127 5271 0 -1 4202560 598 13091 0 1 1 0 5 3 20 0 15 0 404855094 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609117266656 140609675902569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10819084 memory=7307199747045421918 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) S 6120 6127 5271 0 -1 1077944384 31 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609116223600 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10819084 memory=140111966271104 CPUtime=0.12 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) R 6120 6127 5271 0 -1 4202560 633 13091 0 1 4 0 5 3 20 0 15 0 404855094 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609115171056 140609692512858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10819084 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 10861 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10819084 memory=140111966271104 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855094 11078742016 10861 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 43444 KiB

[startup+0.701288 s]
/proc/loadavg: 1.00 1.11 1.50 4/226 6258
/proc/meminfo: memFree=31625604/32770624 swapFree=66934088/67108860
[pid=6127] ppid=6120 vsize=10822292 memory=68060 CPUtime=0.86 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 13218 13091 0 1 73 5 5 3 20 0 15 0 404855075 11082027008 17015 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2705573 17015 3464 1 0 2667661 0
[pid=6127/tid=6231] ppid=6120 vsize=10822292 memory=1865 CPUtime=0.55 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) R 6120 6127 5271 0 -1 4202560 9166 13091 0 1 43 4 5 3 20 0 15 0 404855088 11082027008 17015 33554432000 4194304 4196468 140728231581696 140609664313440 140609692513437 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10822292 memory=1294 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17015 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10822292 memory=3 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17015 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10822292 memory=562 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17015 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10822292 memory=140 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855089 11082027008 17081 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10822292 memory=4027 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 5 13091 0 1 0 0 5 3 20 0 15 0 404855090 11082027008 17081 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 33 13091 0 1 0 0 5 3 20 0 15 0 404855091 11082027008 17081 33554432000 4194304 4196468 140728231581696 140609150834080 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10822292 memory=5938086686333882480 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855091 11082027008 17081 33554432000 4194304 4196468 140728231581696 140608572220912 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10822292 memory=8099279071866868843 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11082027008 17081 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10822292 memory=4638778398332764256 CPUtime=0.16 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) S 6120 6127 5271 0 -1 1077944384 810 13091 0 1 8 0 5 3 20 0 15 0 404855094 11082027008 17081 33554432000 4194304 4196468 140728231581696 140609117276144 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10822292 memory=-6168368575958768251 CPUtime=0.14 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) R 6120 6127 5271 0 -1 4202560 269 13091 0 1 6 0 5 3 20 0 15 0 404855094 11082027008 17081 33554432000 4194304 4196468 140728231581696 140609116212272 140609670938811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10822292 memory=-7395679465411340886 CPUtime=0.21 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) S 6120 6127 5271 0 -1 1077944384 711 13091 0 1 13 0 5 3 20 0 15 0 404855094 11082027008 17081 33554432000 4194304 4196468 140728231581696 140609115171056 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10822292 memory=6944613755328037012 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11082027008 17081 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10822292 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855094 11082027008 17081 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 68060 KiB

[startup+1.50094 s]
/proc/loadavg: 1.00 1.11 1.50 4/226 6258
/proc/meminfo: memFree=31552276/32770624 swapFree=66934088/67108860
[pid=6127] ppid=6120 vsize=10834656 memory=162884 CPUtime=2.26 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 20999 13091 0 1 207 11 5 3 20 0 15 0 404855075 11094687744 40721 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2708664 40721 3577 1 0 2670733 0
[pid=6127/tid=6231] ppid=6120 vsize=10834656 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) R 6120 6127 5271 0 -1 4202560 14857 13091 0 1 116 6 5 3 20 0 15 0 404855088 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609664316704 140609672766352 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10834656 memory=14415934114768327 CPUtime=0.09 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 81 13091 0 1 1 0 5 3 20 0 15 0 404855089 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10834656 memory=7452727760198527852 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 28 13091 0 1 0 0 5 3 20 0 15 0 404855089 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10834656 memory=7590655979367786604 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 343 13091 0 1 0 0 5 3 20 0 15 0 404855089 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10834656 memory=7378981316300335217 CPUtime=0.09 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 79 13091 0 1 1 0 5 3 20 0 15 0 404855089 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10834656 memory=7307483266340708437 CPUtime=0.09 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 505 13091 0 1 1 0 5 3 20 0 15 0 404855090 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10834656 memory=5867436617870447016 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 33 13091 0 1 0 0 5 3 20 0 15 0 404855091 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609150834144 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10834656 memory=11484784947 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855091 11094687744 40721 33554432000 4194304 4196468 140728231581696 140608572220912 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10834656 memory=280223665094616 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11094687744 40721 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10834656 memory=280223665354096 CPUtime=0.32 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) S 6120 6127 5271 0 -1 1077944384 999 13091 0 1 24 0 5 3 20 0 15 0 404855094 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609117276144 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10834656 memory=6655300316396806240 CPUtime=0.32 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) S 6120 6127 5271 0 -1 1077944384 559 13091 0 1 24 0 5 3 20 0 15 0 404855094 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609116223600 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10834656 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) S 6120 6127 5271 0 -1 1077944384 1296 13091 0 1 34 0 5 3 20 0 15 0 404855094 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609115171056 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11094687744 40721 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10834656 memory=15599321222257 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1 13091 0 1 0 0 5 3 20 0 15 0 404855094 11094687744 40721 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 162884 KiB

[startup+3.11094 s]
/proc/loadavg: 1.00 1.11 1.50 9/226 6258
/proc/meminfo: memFree=31288812/32770624 swapFree=66934088/67108860
[pid=6127] ppid=6120 vsize=10844916 memory=243932 CPUtime=6.31 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 33917 13091 1 1 605 18 5 3 20 0 15 0 404855075 11105193984 60983 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2711229 60983 3598 1 0 2673293 0
[pid=6127/tid=6231] ppid=6120 vsize=10844916 memory=2241 CPUtime=2.8 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) S 6120 6127 5271 0 -1 1077944384 18850 13091 1 1 264 8 5 3 20 0 15 0 404855088 11105193984 60983 33554432000 4194304 4196468 140728231581696 140609664310528 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0

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

/proc/6127/task/6231/stat : 6231 (java) R 6120 6127 5271 0 -1 4202560 91725 13091 2 1 229530 55 5 3 20 0 15 0 404855088 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609664326272 140609276563594 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10851072 memory=1123532 CPUtime=12.52 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 21310 13091 0 1 1186 58 5 3 20 0 15 0 404855089 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10851072 memory=1123532 CPUtime=12.54 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 23555 13091 0 1 1192 54 5 3 20 0 15 0 404855089 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10851072 memory=1624 CPUtime=12.58 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 24891 13091 0 1 1195 55 5 3 20 0 15 0 404855089 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10851072 memory=1240 CPUtime=12.59 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 23435 13091 0 1 1195 56 5 3 20 0 15 0 404855089 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10851072 memory=1123532 CPUtime=10.81 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 21519 13091 0 1 1019 54 5 3 20 0 15 0 404855090 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10851072 memory=1123532 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 37 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609150834144 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10851072 memory=1123532 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 280883 33554432000 4194304 4196468 140728231581696 140608572220928 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10851072 memory=5789488802655656041 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 280883 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10851072 memory=1123532 CPUtime=5.72 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) S 6120 6127 5271 0 -1 1077944384 30110 13091 0 1 558 6 5 3 20 0 15 0 404855094 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609117276144 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10851072 memory=1123532 CPUtime=5.77 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) S 6120 6127 5271 0 -1 1077944384 23127 13091 0 1 563 6 5 3 20 0 15 0 404855094 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609116223600 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10851072 memory=1123532 CPUtime=3.71 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) S 6120 6127 5271 0 -1 1077944384 27204 13091 0 1 357 6 5 3 20 0 15 0 404855094 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609115171056 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10851072 memory=1123532 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 280883 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10851072 memory=1123532 CPUtime=1.55 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1145 13091 0 1 76 71 5 3 20 0 15 0 404855094 11111497728 280883 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 2373.12 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1123532 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.33 1.39 4/227 6501
/proc/meminfo: memFree=29575044/32770624 swapFree=66934148/67108860
[pid=6127] ppid=6120 vsize=10851072 memory=1125580 CPUtime=2434.13 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 292501 13091 2 1 243039 366 5 3 20 0 15 0 404855075 11111497728 281395 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2712768 281395 3632 1 0 2674829 0
[pid=6127/tid=6231] ppid=6120 vsize=10851072 memory=1125580 CPUtime=2355.24 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) R 6120 6127 5271 0 -1 4202560 92702 13091 2 1 235460 56 5 3 20 0 15 0 404855088 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609664327248 140609276356392 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10851072 memory=1125580 CPUtime=12.87 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 21349 13091 0 1 1220 59 5 3 20 0 15 0 404855089 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10851072 memory=1125580 CPUtime=12.89 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 24066 13091 0 1 1226 55 5 3 20 0 15 0 404855089 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10851072 memory=1125580 CPUtime=12.93 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 24950 13091 0 1 1229 56 5 3 20 0 15 0 404855089 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10851072 memory=1125580 CPUtime=12.93 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 23805 13091 0 1 1228 57 5 3 20 0 15 0 404855089 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10851072 memory=1125580 CPUtime=11.1 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 21761 13091 0 1 1047 55 5 3 20 0 15 0 404855090 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10851072 memory=1125580 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 37 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609150834144 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10851072 memory=1125580 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 281395 33554432000 4194304 4196468 140728231581696 140608572220928 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10851072 memory=1125580 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 281395 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10851072 memory=1125580 CPUtime=5.72 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) S 6120 6127 5271 0 -1 1077944384 30113 13091 0 1 558 6 5 3 20 0 15 0 404855094 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609117276144 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10851072 memory=1125580 CPUtime=5.77 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) S 6120 6127 5271 0 -1 1077944384 23129 13091 0 1 563 6 5 3 20 0 15 0 404855094 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609116223600 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10851072 memory=1125580 CPUtime=3.71 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) S 6120 6127 5271 0 -1 1077944384 27210 13091 0 1 357 6 5 3 20 0 15 0 404855094 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609115171056 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10851072 memory=1125580 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 281395 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10851072 memory=3624 CPUtime=1.6 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1161 13091 0 1 79 73 5 3 20 0 15 0 404855094 11111497728 281395 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 2434.13 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1125580 KiB

[startup+2442.3 s]
/proc/loadavg: 1.02 1.23 1.35 4/226 6505
/proc/meminfo: memFree=29570272/32770624 swapFree=66934148/67108860
[pid=6127] ppid=6120 vsize=10851072 memory=1127628 CPUtime=2495.14 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 294650 13091 2 1 249134 372 5 3 20 0 15 0 404855075 11111497728 281907 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2712768 281907 3632 1 0 2674829 0
[pid=6127/tid=6231] ppid=6120 vsize=10851072 memory=1127628 CPUtime=2414.54 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) R 6120 6127 5271 0 -1 4202560 93565 13091 2 1 241390 56 5 3 20 0 15 0 404855088 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609664327840 140609675012170 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10851072 memory=1125580 CPUtime=13.21 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 21482 13091 0 1 1253 60 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10851072 memory=1125580 CPUtime=13.22 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 24348 13091 0 1 1259 55 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10851072 memory=1125580 CPUtime=13.28 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 25096 13091 0 1 1263 57 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10851072 memory=1125580 CPUtime=13.27 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 24068 13091 0 1 1261 58 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10851072 memory=1125580 CPUtime=11.38 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 22182 13091 0 1 1074 56 5 3 20 0 15 0 404855090 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10851072 memory=1125580 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 37 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609150834144 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10851072 memory=1125580 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 281907 33554432000 4194304 4196468 140728231581696 140608572220928 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10851072 memory=1125580 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10851072 memory=1125580 CPUtime=5.72 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) S 6120 6127 5271 0 -1 1077944384 30117 13091 0 1 558 6 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609117276144 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10851072 memory=1127628 CPUtime=5.77 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) S 6120 6127 5271 0 -1 1077944384 23133 13091 0 1 563 6 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609116223600 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10851072 memory=1127628 CPUtime=3.71 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) S 6120 6127 5271 0 -1 1077944384 27214 13091 0 1 357 6 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609115171056 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10851072 memory=1127628 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10851072 memory=1127628 CPUtime=1.63 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1190 13091 0 1 81 74 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 2495.14 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1127628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.8 s]
/proc/loadavg: 1.35 1.29 1.37 4/226 6506
/proc/meminfo: memFree=29570724/32770624 swapFree=66934148/67108860
[pid=6127] ppid=6120 vsize=10851072 memory=1127628 CPUtime=2520.05 cores=0,2,4,6
/proc/6127/stat : 6127 (java) S 6120 6127 5271 0 -1 1077944320 294960 13091 2 1 251621 376 5 3 20 0 15 0 404855075 11111497728 281907 33554432000 4194304 4196468 140728231581696 140728231564240 140609692491511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
/proc/6127/statm: 2712768 281907 3632 1 0 2674829 0
[pid=6127/tid=6231] ppid=6120 vsize=10851072 memory=2304 CPUtime=2438.76 cores=0,2,4,6
/proc/6127/task/6231/stat : 6231 (java) R 6120 6127 5271 0 -1 4202560 93820 13091 2 1 243812 56 5 3 20 0 15 0 404855088 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609664327568 140609279305585 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6237] ppid=6120 vsize=10851072 memory=1408 CPUtime=13.35 cores=0,2,4,6
/proc/6127/task/6237/stat : 6237 (java) S 6120 6127 5271 0 -1 1077944384 21504 13091 0 1 1266 61 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609696733456 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6238] ppid=6120 vsize=10851072 memory=3200 CPUtime=13.36 cores=0,2,4,6
/proc/6127/task/6238/stat : 6238 (java) S 6120 6127 5271 0 -1 1077944384 24357 13091 0 1 1272 56 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609585006992 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6239] ppid=6120 vsize=10851072 memory=1408 CPUtime=13.42 cores=0,2,4,6
/proc/6127/task/6239/stat : 6239 (java) S 6120 6127 5271 0 -1 1077944384 25099 13091 0 1 1276 58 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609583954448 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6240] ppid=6120 vsize=10851072 memory=3272 CPUtime=13.41 cores=0,2,4,6
/proc/6127/task/6240/stat : 6240 (java) S 6120 6127 5271 0 -1 1077944384 24068 13091 0 1 1274 59 5 3 20 0 15 0 404855089 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609582901904 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6242] ppid=6120 vsize=10851072 memory=1127628 CPUtime=11.5 cores=0,2,4,6
/proc/6127/task/6242/stat : 6242 (java) S 6120 6127 5271 0 -1 1077944384 22201 13091 0 1 1085 57 5 3 20 0 15 0 404855090 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609151887856 140609692502658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6244] ppid=6120 vsize=10851072 memory=1444 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6244/stat : 6244 (java) S 6120 6127 5271 0 -1 1077944384 37 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609150834144 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6246] ppid=6120 vsize=10851072 memory=1976 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6246/stat : 6246 (java) S 6120 6127 5271 0 -1 1077944384 2 13091 0 1 0 0 5 3 20 0 15 0 404855091 11111497728 281907 33554432000 4194304 4196468 140728231581696 140608572220928 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6247] ppid=6120 vsize=10851072 memory=280223666542880 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6247/stat : 6247 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140608264821456 140609692510107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6249] ppid=6120 vsize=10851072 memory=3432 CPUtime=5.72 cores=0,2,4,6
/proc/6127/task/6249/stat : 6249 (java) S 6120 6127 5271 0 -1 1077944384 30117 13091 0 1 558 6 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609117276144 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6251] ppid=6120 vsize=10851072 memory=616 CPUtime=5.77 cores=0,2,4,6
/proc/6127/task/6251/stat : 6251 (java) S 6120 6127 5271 0 -1 1077944384 23133 13091 0 1 563 6 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609116223600 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6253] ppid=6120 vsize=10851072 memory=2832 CPUtime=3.71 cores=0,2,4,6
/proc/6127/task/6253/stat : 6253 (java) S 6120 6127 5271 0 -1 1077944384 27214 13091 0 1 357 6 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609115171056 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6255] ppid=6120 vsize=10851072 memory=1136 CPUtime=0.08 cores=0,2,4,6
/proc/6127/task/6255/stat : 6255 (java) S 6120 6127 5271 0 -1 1077944384 3 13091 0 1 0 0 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140608231262816 140609692501717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
[pid=6127/tid=6257] ppid=6120 vsize=10851072 memory=1072 CPUtime=1.65 cores=0,2,4,6
/proc/6127/task/6257/stat : 6257 (java) S 6120 6127 5271 0 -1 1077944384 1192 13091 0 1 81 76 5 3 20 0 15 0 404855094 11111497728 281907 33554432000 4194304 4196468 140728231581696 140609114118960 140609692502658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33775616 140728231586549 140728231589061 140728231589061 140728231591887 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1127628 KiB

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

[startup+2466.83 s]
# the end of solver process 6127 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.28 s, system=3.80885 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.09
CPU user time (s): 2516.28
CPU system time (s): 3.80885
CPU usage (%): 102.159
Max. virtual memory (cumulated for all children) (KiB): 10851072
Max. memory (cumulated for all children) (KiB): 1127628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 3.80884
maximum resident set size= 1131844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308801
page faults= 3
swaps= 0
block input operations= 21040
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297121
involuntary context switches= 12280


# summary of solver processes directly reported to runsolver:
#   pid: 6127
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.28
#   total CPU system time (s): 3.80885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4106 second user time and 23.9331 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 11:57:52
IDJOB=4386975
IDBENCH=115842
IDSOLVER=2823
FILE ID=node105/4386975-1568285966
RUNJOBID= node105-1568282271-6097
PBS_JOBID= 21701089
Free space on /tmp= 50980 MiB

SOLVER NAME= Concrete 3.10
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-4386975-1568285966/watcher-4386975-1568285966 -o /tmp/evaluation-result-4386975-1568285966/solver-4386975-1568285966 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1339615836 HOME/instance-4386975-1568285966.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=1339615836

node105.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.00
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.00
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.00
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.00
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:        31720984 kB
MemAvailable:   31863872 kB
Buffers:           86636 kB
Cached:           343040 kB
SwapCached:        69216 kB
Active:           258364 kB
Inactive:         238496 kB
Active(anon):       9888 kB
Inactive(anon):    88404 kB
Active(file):     248476 kB
Inactive(file):   150092 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934088 kB
Dirty:             69952 kB
Writeback:             0 kB
AnonPages:        111332 kB
Mapped:            32588 kB
Shmem:             22256 kB
Slab:             148120 kB
SReclaimable:     120308 kB
SUnreclaim:        27812 kB
KernelStack:        3328 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     495732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 50912 MiB
End job on node105 at 2019-09-12 12:38:59