Trace number 4302622

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.9.2-SuperNGSAT (TO)932 252.056 235.054

General information on the benchmark

NameKnapsack/
Knapsack-40-150-00_c18.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark6.64032
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
6.10/3.25	o 443
6.10/3.27	o 451
6.10/3.28	o 476
6.10/3.29	o 492
6.39/3.30	o 496
6.39/3.31	o 498
6.39/3.31	o 518
6.39/3.34	o 545
6.70/3.42	o 561
6.70/3.42	o 576
6.70/3.43	o 587
6.70/3.43	o 593
6.70/3.46	o 626
6.70/3.47	o 646
6.70/3.50	o 656
7.08/3.51	o 660
7.08/3.53	o 706
7.08/3.54	o 710
7.08/3.56	o 711
7.08/3.56	o 720
7.08/3.57	o 722
7.08/3.58	o 739
7.08/3.58	o 759
7.41/3.64	o 778
7.41/3.68	o 785
7.76/3.70	o 794
7.76/3.71	o 814
7.76/3.72	o 821
7.76/3.75	o 825
7.76/3.75	o 834
8.07/3.81	o 841
8.07/3.81	o 843
8.07/3.82	o 863
8.07/3.82	o 886
8.07/3.83	o 893
8.07/3.83	o 900
8.07/3.84	o 919
8.07/3.85	o 932
252.01/235.01	Exception in thread "main" java.util.concurrent.TimeoutException
252.01/235.01		at concrete.MAC.mac(MAC.scala:188)
252.01/235.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.01/235.01		at scala.util.Try$.apply(Try.scala:209)
252.01/235.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.01/235.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.01/235.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.01/235.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.01/235.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.01/235.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.01/235.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.01/235.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.01/235.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.01/235.01		at concrete.MAC.oneRun(MAC.scala:253)
252.01/235.01		at concrete.MAC.nextSolution(MAC.scala:272)
252.01/235.01		at concrete.MAC.nextSolution(MAC.scala:355)
252.01/235.01		at concrete.Solver.hasNext(Solver.scala:166)
252.01/235.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.01/235.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.01/235.01		at concrete.Solver.foreach(Solver.scala:68)
252.01/235.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.01/235.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.01/235.01		at scala.util.Success.map(Try.scala:209)
252.01/235.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.01/235.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.01/235.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.01/235.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.01/235.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.01/235.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.01/235.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.01/235.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.01/235.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.01/235.01		at scala.collection.immutable.List.foreach(List.scala:389)
252.01/235.01		at scala.App.main(App.scala:76)
252.01/235.01		at scala.App.main$(App.scala:74)
252.01/235.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.01/235.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.01/235.02	v <instantiation cost="932">
252.01/235.02	v       <list>
252.01/235.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
252.01/235.02	v       </list>
252.01/235.02	v       <values>
252.01/235.02	v         1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0
252.01/235.02	v       </values>
252.01/235.02	v     </instantiation>
252.01/235.02	s SATISFIABLE

Verifier Data

OK	932

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302622-1532898350/watcher-4302622-1532898350 -o /tmp/evaluation-result-4302622-1532898350/solver-4302622-1532898350 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1794312877 -superng HOME/instance-4302622-1532898350.xml 

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

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


[startup+0.100123 s]*
/proc/loadavg: 1.29 1.60 1.74 3/206 32018
/proc/meminfo: memFree=27477728/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=10005480 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 4380 13136 0 0 1 0 5 3 20 0 6 0 107398240 10245611520 4204 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2501370 4204 1935 1 0 2489808 0
[pid=31961/tid=32014] ppid=31958 vsize=10005480 memory=4279135704013571469 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 2183 13136 0 0 1 0 5 3 20 0 6 0 107398249 10245611520 4204 33554432000 4194304 4196468 140730618350240 139712449192528 139712461436254 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 107398250 10245611520 4204 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=10005480 memory=140181456692864 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 107398250 10245611520 4204 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 6 0 107398250 10245611520 4204 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 107398250 10245611520 4204 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209883 s]*
/proc/loadavg: 1.29 1.60 1.74 3/215 32027
/proc/meminfo: memFree=27455696/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=10982744 memory=43424 CPUtime=0.26 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 8051 13136 0 0 16 2 5 3 20 0 15 0 107398240 11246329856 10856 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2745686 10856 2982 1 0 2708109 0
[pid=31961/tid=32014] ppid=31958 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 4617 13136 0 0 10 1 5 3 20 0 15 0 107398249 11246329856 10922 33554432000 4194304 4196468 140730618350240 139712449176864 139712457631595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246329856 10922 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=10982744 memory=4122677890119771808 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246329856 10922 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246329856 10922 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246329856 10922 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=10982744 memory=140181456692864 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 107398251 11246329856 10922 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 13 13136 0 0 0 0 5 3 20 0 15 0 107398252 11246329856 10922 33554432000 4194304 4196468 140730618350240 139711259600032 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 21 13136 0 0 0 0 5 3 20 0 15 0 107398252 11246329856 10922 33554432000 4194304 4196468 140730618350240 139711192486640 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246329856 10922 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 467 13136 0 0 1 0 5 3 20 0 15 0 107398255 11246329856 10922 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 149 13136 0 0 1 0 5 3 20 0 15 0 107398255 11246329856 10922 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=10982744 memory=140181456692864 CPUtime=0.11 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 601 13136 0 0 3 0 5 3 20 0 15 0 107398255 11246329856 10922 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246329856 10922 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=10982744 memory=140181456692864 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246329856 10922 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43424 KiB

[startup+0.310085 s]*
/proc/loadavg: 1.29 1.60 1.74 3/215 32027
/proc/meminfo: memFree=27443788/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=10983192 memory=54396 CPUtime=0.39 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 10617 13136 0 0 28 3 5 3 20 0 15 0 107398240 11246788608 13599 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2745798 13599 3101 1 0 2708109 0
[pid=31961/tid=32014] ppid=31958 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 7146 13136 0 0 19 2 5 3 20 0 15 0 107398249 11246788608 13599 33554432000 4194304 4196468 140730618350240 139712449167776 139712477377693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 13599 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 13599 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 13599 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 13599 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 107398251 11246788608 13599 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 13 13136 0 0 0 0 5 3 20 0 15 0 107398252 11246788608 13599 33554432000 4194304 4196468 140730618350240 139711259600032 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 21 13136 0 0 0 0 5 3 20 0 15 0 107398252 11246788608 13599 33554432000 4194304 4196468 140730618350240 139711192486640 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246788608 13599 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 468 13136 0 0 1 0 5 3 20 0 15 0 107398255 11246788608 13599 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 149 13136 0 0 1 0 5 3 20 0 15 0 107398255 11246788608 13599 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=10983192 memory=140181456692864 CPUtime=0.12 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 610 13136 0 0 4 0 5 3 20 0 15 0 107398255 11246788608 13599 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246788608 13599 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=10983192 memory=140181456692864 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246788608 13599 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54396 KiB

[startup+0.700754 s]
/proc/loadavg: 1.29 1.60 1.74 3/215 32027
/proc/meminfo: memFree=27433492/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=10983192 memory=86728 CPUtime=0.99 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 16777 13136 0 0 86 5 5 3 20 0 15 0 107398240 11246788608 21682 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2745798 21682 3247 1 0 2708109 0
[pid=31961/tid=32014] ppid=31958 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 12222 13136 0 0 55 3 5 3 20 0 15 0 107398249 11246788608 21682 33554432000 4194304 4196468 140730618350240 139712449176592 139712458919342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 21682 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 21682 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 21682 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398250 11246788608 21682 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 5 13136 0 0 0 0 5 3 20 0 15 0 107398251 11246788608 21682 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 13 13136 0 0 0 0 5 3 20 0 15 0 107398252 11246788608 21682 33554432000 4194304 4196468 140730618350240 139711259600032 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 21 13136 0 0 0 0 5 3 20 0 15 0 107398252 11246788608 21682 33554432000 4194304 4196468 140730618350240 139711192486640 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246788608 21682 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 866 13136 0 0 8 0 5 3 20 0 15 0 107398255 11246788608 21682 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=10983192 memory=140181357241424 CPUtime=0.17 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 762 13136 0 0 9 0 5 3 20 0 15 0 107398255 11246788608 21682 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=10983192 memory=142769007886990 CPUtime=0.21 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 680 13136 0 0 13 0 5 3 20 0 15 0 107398255 11246788608 21682 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=10983192 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246788608 21682 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398255 11246788608 21682 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86728 KiB

[startup+1.50076 s]
/proc/loadavg: 1.29 1.60 1.74 3/215 32027
/proc/meminfo: memFree=27388648/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=10998092 memory=177224 CPUtime=2.22 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 23937 13136 0 0 204 10 5 3 20 0 15 0 107398240 11262046208 44306 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2749523 44306 3468 1 0 2711181 0
[pid=31961/tid=32014] ppid=31958 vsize=10998092 memory=10799 CPUtime=1.43 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 17910 13136 0 0 129 6 5 3 20 0 15 0 107398249 11262046208 44306 33554432000 4194304 4196468 140730618350240 139712449187040 139712463603057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 71 13136 0 0 1 0 5 3 20 0 15 0 107398250 11262046208 44306 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 301 13136 0 0 1 0 5 3 20 0 15 0 107398250 11262046208 44306 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=10998092 memory=3136 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 34 13136 0 0 1 0 5 3 20 0 15 0 107398250 11262046208 44306 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=10998092 memory=86728 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 27 13136 0 0 0 0 5 3 20 0 15 0 107398250 11262046208 44306 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 51 13136 0 0 1 0 5 3 20 0 15 0 107398251 11262046208 44306 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 14 13136 0 0 0 0 5 3 20 0 15 0 107398252 11262046208 44306 33554432000 4194304 4196468 140730618350240 139711259600096 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 42 13136 0 0 0 0 5 3 20 0 15 0 107398252 11262046208 44306 33554432000 4194304 4196468 140730618350240 139711192486656 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11262046208 44306 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=10998092 memory=4638778398332698720 CPUtime=0.25 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 996 13136 0 0 17 0 5 3 20 0 15 0 107398255 11262046208 44306 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=10998092 memory=280362714962816 CPUtime=0.31 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 1232 13136 0 0 23 0 5 3 20 0 15 0 107398255 11262046208 44306 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=10998092 memory=6944656592452807323 CPUtime=0.36 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 1056 13136 0 0 28 0 5 3 20 0 15 0 107398255 11262046208 44306 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11262046208 44306 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=10998092 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 107398255 11262046208 44306 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10998092 KiB

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

/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 45965 13136 0 0 10139 19 5 3 20 0 15 0 107398249 11343855616 161869 33554432000 4194304 4196468 140730618350240 139712449190960 139712027713876 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=11077984 memory=17 CPUtime=0.24 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 2825 13136 0 0 14 2 5 3 20 0 15 0 107398250 11343855616 161869 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=11077984 memory=647472 CPUtime=0.24 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 1514 13136 0 0 14 2 5 3 20 0 15 0 107398250 11343855616 161869 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=11077984 memory=56 CPUtime=0.25 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 1848 13136 0 0 14 3 5 3 20 0 15 0 107398250 11343855616 161869 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=11077984 memory=1283 CPUtime=0.24 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1815 13136 0 0 14 2 5 3 20 0 15 0 107398250 11343855616 161869 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=11077984 memory=647472 CPUtime=0.23 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 3892 13136 0 0 15 0 5 3 20 0 15 0 107398251 11343855616 161869 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=11077984 memory=647472 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 15 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161869 33554432000 4194304 4196468 140730618350240 139711259600096 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=11077984 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 42 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161869 33554432000 4194304 4196468 140730618350240 139711192486656 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=11077984 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161869 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=11077984 memory=6498285520076 CPUtime=6.2 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 14452 13136 0 0 609 3 5 3 20 0 15 0 107398255 11343855616 161869 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=11077984 memory=56 CPUtime=6.3 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 15424 13136 0 0 617 5 5 3 20 0 15 0 107398255 11343855616 161869 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=11077984 memory=14127836181061019 CPUtime=3.07 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 14935 13136 0 0 295 4 5 3 20 0 15 0 107398255 11343855616 161869 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=11077984 memory=641872 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161869 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=11077984 memory=7444825561389879400 CPUtime=0.12 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1082 13136 0 0 2 2 5 3 20 0 15 0 107398255 11343855616 161869 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 117.97 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 647476 KiB

[startup+162.301 s]
/proc/loadavg: 1.62 1.65 1.75 3/215 32413
/proc/meminfo: memFree=24609472/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=11077984 memory=647504 CPUtime=178.57 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 109235 13136 0 0 17796 53 5 3 20 0 15 0 107398240 11343855616 161876 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2769496 161876 3521 1 0 2731149 0
[pid=31961/tid=32014] ppid=31958 vsize=11077984 memory=0 CPUtime=161.16 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 46715 13136 0 0 16088 20 5 3 20 0 15 0 107398249 11343855616 161876 33554432000 4194304 4196468 140730618350240 139712449191088 139712025988148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=11077984 memory=647500 CPUtime=0.46 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 3995 13136 0 0 33 5 5 3 20 0 15 0 107398250 11343855616 161876 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.46 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 1576 13136 0 0 35 3 5 3 20 0 15 0 107398250 11343855616 161876 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.46 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 1870 13136 0 0 34 4 5 3 20 0 15 0 107398250 11343855616 161876 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.45 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1838 13136 0 0 34 3 5 3 20 0 15 0 107398250 11343855616 161876 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.44 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 3969 13136 0 0 35 1 5 3 20 0 15 0 107398251 11343855616 161876 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 15 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161876 33554432000 4194304 4196468 140730618350240 139711259600096 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 42 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161876 33554432000 4194304 4196468 140730618350240 139711192486656 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=11077984 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161876 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=11077984 memory=1720 CPUtime=6.21 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 14605 13136 0 0 610 3 5 3 20 0 15 0 107398255 11343855616 161876 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=11077984 memory=647504 CPUtime=6.32 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 15905 13136 0 0 619 5 5 3 20 0 15 0 107398255 11343855616 161876 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=11077984 memory=647504 CPUtime=3.07 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 15415 13136 0 0 295 4 5 3 20 0 15 0 107398255 11343855616 161876 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161876 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=11077984 memory=647504 CPUtime=0.15 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1088 13136 0 0 4 3 5 3 20 0 15 0 107398255 11343855616 161876 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 178.57 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 647504 KiB

[startup+222.301 s]
/proc/loadavg: 1.56 1.63 1.73 3/215 32414
/proc/meminfo: memFree=24680704/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=11077984 memory=647516 CPUtime=239.17 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 111316 13136 0 0 23851 58 5 3 20 0 15 0 107398240 11343855616 161879 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2769496 161879 3521 1 0 2731149 0
[pid=31961/tid=32014] ppid=31958 vsize=11077984 memory=647516 CPUtime=220.66 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 47919 13136 0 0 22038 20 5 3 20 0 15 0 107398249 11343855616 161879 33554432000 4194304 4196468 140730618350240 139712449191024 139712027712890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=11077984 memory=647516 CPUtime=0.68 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 4025 13136 0 0 54 6 5 3 20 0 15 0 107398250 11343855616 161879 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=11077984 memory=2257 CPUtime=0.68 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 2058 13136 0 0 56 4 5 3 20 0 15 0 107398250 11343855616 161879 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=11077984 memory=5932472632139346019 CPUtime=0.67 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 1897 13136 0 0 55 4 5 3 20 0 15 0 107398250 11343855616 161879 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=11077984 memory=647516 CPUtime=0.67 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1864 13136 0 0 54 5 5 3 20 0 15 0 107398250 11343855616 161879 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=11077984 memory=1728 CPUtime=0.65 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 4257 13136 0 0 55 2 5 3 20 0 15 0 107398251 11343855616 161879 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=11077984 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 15 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161879 33554432000 4194304 4196468 140730618350240 139711259600096 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=11077984 memory=280362715050504 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 42 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161879 33554432000 4194304 4196468 140730618350240 139711192486656 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=11077984 memory=647516 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161879 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=11077984 memory=30864 CPUtime=6.21 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 14608 13136 0 0 610 3 5 3 20 0 15 0 107398255 11343855616 161879 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=11077984 memory=1292 CPUtime=6.32 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 15905 13136 0 0 619 5 5 3 20 0 15 0 107398255 11343855616 161879 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=11077984 memory=647516 CPUtime=3.07 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 15416 13136 0 0 295 4 5 3 20 0 15 0 107398255 11343855616 161879 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=11077984 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161879 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=11077984 memory=647516 CPUtime=0.18 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1108 13136 0 0 5 5 5 3 20 0 15 0 107398255 11343855616 161879 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 239.17 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 647516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.001 s]*
/proc/loadavg: 1.58 1.63 1.73 3/215 32414
/proc/meminfo: memFree=24725448/32770624 swapFree=67108792/67108860
[pid=31961] ppid=31958 vsize=11077984 memory=647560 CPUtime=252.01 cores=0,2,4,6
/proc/31961/stat : 31961 (java) S 31958 31961 22977 0 -1 1077944320 112803 13136 0 0 25133 60 5 3 20 0 15 0 107398240 11343855616 161890 33554432000 4194304 4196468 140730618350240 140730618332784 139712477355767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
/proc/31961/statm: 2769496 161890 3521 1 0 2731149 0
[pid=31961/tid=32014] ppid=31958 vsize=11077984 memory=7523634126942005362 CPUtime=233.25 cores=0,2,4,6
/proc/31961/task/32014/stat : 32014 (java) R 31958 31961 22977 0 -1 4202560 48184 13136 0 0 23297 20 5 3 20 0 15 0 107398249 11343855616 161890 33554432000 4194304 4196468 140730618350240 139712449190608 139712027712394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32015] ppid=31958 vsize=11077984 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/31961/task/32015/stat : 32015 (java) S 31958 31961 22977 0 -1 1077944384 4037 13136 0 0 58 6 5 3 20 0 15 0 107398250 11343855616 161890 33554432000 4194304 4196468 140730618350240 139712481598480 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32016] ppid=31958 vsize=11077984 memory=3762394305108518560 CPUtime=0.72 cores=0,2,4,6
/proc/31961/task/32016/stat : 32016 (java) S 31958 31961 22977 0 -1 1077944384 3148 13136 0 0 60 4 5 3 20 0 15 0 107398250 11343855616 161890 33554432000 4194304 4196468 140730618350240 139712336317584 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32017] ppid=31958 vsize=11077984 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/31961/task/32017/stat : 32017 (java) S 31958 31961 22977 0 -1 1077944384 1905 13136 0 0 60 4 5 3 20 0 15 0 107398250 11343855616 161890 33554432000 4194304 4196468 140730618350240 139712335264528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32018] ppid=31958 vsize=11077984 memory=277437707516395 CPUtime=0.71 cores=0,2,4,6
/proc/31961/task/32018/stat : 32018 (java) S 31958 31961 22977 0 -1 1077944384 1914 13136 0 0 58 5 5 3 20 0 15 0 107398250 11343855616 161890 33554432000 4194304 4196468 140730618350240 139712014576528 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32019] ppid=31958 vsize=11077984 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/31961/task/32019/stat : 32019 (java) S 31958 31961 22977 0 -1 1077944384 4319 13136 0 0 59 2 5 3 20 0 15 0 107398251 11343855616 161890 33554432000 4194304 4196468 140730618350240 139711514351856 139712477366914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32020] ppid=31958 vsize=11077984 memory=3472328304868209716 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32020/stat : 32020 (java) S 31958 31961 22977 0 -1 1077944384 15 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161890 33554432000 4194304 4196468 140730618350240 139711259600096 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32021] ppid=31958 vsize=11077984 memory=7524512692651257697 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32021/stat : 32021 (java) S 31958 31961 22977 0 -1 1077944384 42 13136 0 0 0 0 5 3 20 0 15 0 107398252 11343855616 161890 33554432000 4194304 4196468 140730618350240 139711192486656 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32022] ppid=31958 vsize=11077984 memory=5866897720037762921 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32022/stat : 32022 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161890 33554432000 4194304 4196468 140730618350240 139710885091280 139712477374363 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32023] ppid=31958 vsize=11077984 memory=0 CPUtime=6.21 cores=0,2,4,6
/proc/31961/task/32023/stat : 32023 (java) S 31958 31961 22977 0 -1 1077944384 14608 13136 0 0 610 3 5 3 20 0 15 0 107398255 11343855616 161890 33554432000 4194304 4196468 140730618350240 139711513299696 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32024] ppid=31958 vsize=11077984 memory=67 CPUtime=6.32 cores=0,2,4,6
/proc/31961/task/32024/stat : 32024 (java) S 31958 31961 22977 0 -1 1077944384 15905 13136 0 0 619 5 5 3 20 0 15 0 107398255 11343855616 161890 33554432000 4194304 4196468 140730618350240 139711512247152 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32025] ppid=31958 vsize=11077984 memory=140181456697408 CPUtime=3.07 cores=0,2,4,6
/proc/31961/task/32025/stat : 32025 (java) S 31958 31961 22977 0 -1 1077944384 15416 13136 0 0 295 4 5 3 20 0 15 0 107398255 11343855616 161890 33554432000 4194304 4196468 140730618350240 139711511194096 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32026] ppid=31958 vsize=11077984 memory=67 CPUtime=0.08 cores=0,2,4,6
/proc/31961/task/32026/stat : 32026 (java) S 31958 31961 22977 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 107398255 11343855616 161890 33554432000 4194304 4196468 140730618350240 139710454295392 139712477365973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
[pid=31961/tid=32027] ppid=31958 vsize=11077984 memory=140181456702016 CPUtime=0.19 cores=0,2,4,6
/proc/31961/task/32027/stat : 32027 (java) S 31958 31961 22977 0 -1 1077944384 1108 13136 0 0 5 6 5 3 20 0 15 0 107398255 11343855616 161890 33554432000 4194304 4196468 140730618350240 139711510141488 139712477366914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 21704704 140730618358376 140730618361185 140730618361185 140730618363855 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 647560 KiB

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

[startup+235.054 s]
# the end of solver process 31961 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.405 s, system=0.65095 s

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

Child status: 143
Real time (s): 235.054
CPU time (s): 252.056
CPU user time (s): 251.405
CPU system time (s): 0.65095
CPU usage (%): 107.233
Max. virtual memory (cumulated for all children) (KiB): 11080792
Max. memory (cumulated for all children) (KiB): 667596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.405
system time used= 0.65095
maximum resident set size= 667604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129073
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31192
involuntary context switches= 835


# summary of solver processes directly reported to runsolver:
#   pid: 31961
#   total CPU time (s): 252.056
#   total CPU user time (s): 251.405
#   total CPU system time (s): 0.65095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.76345 second user time and 1.83855 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:05:50
IDJOB=4302622
IDBENCH=141539
IDSOLVER=2777
FILE ID=node150/4302622-1532898350
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302622-1532898350/watcher-4302622-1532898350 -o /tmp/evaluation-result-4302622-1532898350/solver-4302622-1532898350 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1794312877 -superng HOME/instance-4302622-1532898350.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1794312877

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27484032 kB
MemAvailable:   31325676 kB
Buffers:          228332 kB
Cached:          3855656 kB
SwapCached:           32 kB
Active:          2151308 kB
Inactive:        2601292 kB
Active(anon):     619912 kB
Inactive(anon):    76188 kB
Active(file):    1531396 kB
Inactive(file):  2525104 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26408 kB
Writeback:             0 kB
AnonPages:        680300 kB
Mapped:            57956 kB
Shmem:             25156 kB
Slab:             230388 kB
SReclaimable:     201960 kB
SUnreclaim:        28428 kB
KernelStack:        3696 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1846040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:09:45