Trace number 4299024

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
The dodo solver 2018-04-29? 459.026 160.331

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark536857239
Best CPU time to get the best result obtained on this benchmark2519.85
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
458.88/160.24	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
458.88/160.24		at java.util.stream.IntPipeline.map(IntPipeline.java:226)
458.99/160.30		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
458.99/160.30		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$73/1544067887.apply(Unknown Source)
458.99/160.30		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
458.99/160.30		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
458.99/160.30		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
458.99/160.30		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
458.99/160.30		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
458.99/160.30		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
458.99/160.30		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
458.99/160.30		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
458.99/160.30		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
458.99/160.30		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
458.99/160.30		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
458.99/160.30		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
458.99/160.30		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
458.99/160.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
458.99/160.30		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
458.99/160.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
458.99/160.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
458.99/160.30		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
458.99/160.30		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
458.99/160.30		at xcsp3.XCSP3.<init>(XCSP3.java:80)
458.99/160.30		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
458.99/160.30		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
458.99/160.31	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299024-1532798609/watcher-4299024-1532798609 -o /tmp/evaluation-result-4299024-1532798609/solver-4299024-1532798609 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299024-1532798609.xml --timelimit 2520 

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

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


[startup+0.101146 s]*
/proc/loadavg: 4.60 2.54 1.98 7/216 30266
/proc/meminfo: memFree=18208648/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10658972 memory=27580 CPUtime=0.13 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 5284 0 0 0 12 1 0 0 20 0 15 0 97424283 10914787328 6895 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2664743 6895 2838 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10658972 memory=-8269626465541590398 CPUtime=0.09 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) R 30248 30251 27678 0 -1 4202560 3126 0 0 0 9 0 0 0 20 0 15 0 97424283 10914787328 6895 33554432000 4194304 4196468 140734469173024 140389442153088 140389421970789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10914787328 6895 33554432000 4194304 4196468 140734469173024 140389396687632 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10658972 memory=139768477886080 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10914787328 6895 33554432000 4194304 4196468 140734469173024 140389043219344 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10914787328 6895 33554432000 4194304 4196468 140734469173024 140389042166800 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) S 30248 30251 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97424284 10914787328 6895 33554432000 4194304 4196468 140734469173024 140389041114256 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10658972 memory=139768477886080 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) S 30248 30251 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97424285 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388742891504 140389437938306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97424286 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388741837728 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97424286 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) R 30248 30251 27678 0 -1 4202560 449 0 0 0 0 0 0 0 20 0 15 0 97424288 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388738681328 140389418340464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) R 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388737628784 140389437938306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10658972 memory=139768477886080 CPUtime=0.02 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) S 30248 30251 27678 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 97424288 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388736576240 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10658972 memory=139768477886080 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) R 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424289 10914787328 6895 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27580 KiB

[startup+0.210641 s]*
/proc/loadavg: 4.60 2.54 1.98 9/216 30266
/proc/meminfo: memFree=18196368/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661056 memory=40020 CPUtime=0.34 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 8088 0 0 0 32 2 0 0 20 0 15 0 97424283 10916921344 10005 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665264 10005 2965 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) R 30248 30251 27678 0 -1 4202560 5124 0 0 0 19 1 0 0 20 0 15 0 97424283 10916921344 10005 33554432000 4194304 4196468 140734469173024 140389442158880 140389075410811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 10005 33554432000 4194304 4196468 140734469173024 140389396687632 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661056 memory=288370144629597824 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 10005 33554432000 4194304 4196468 140734469173024 140389043219344 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 10005 33554432000 4194304 4196468 140734469173024 140389042166800 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) S 30248 30251 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 10005 33554432000 4194304 4196468 140734469173024 140389041114256 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661056 memory=139768477886080 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) S 30248 30251 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97424285 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388742891504 140389437938306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97424286 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388741837728 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97424286 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) R 30248 30251 27678 0 -1 1077944384 529 0 0 0 2 0 0 0 20 0 15 0 97424288 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388738681328 140389437938306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) R 30248 30251 27678 0 -1 4202560 243 0 0 0 2 0 0 0 20 0 15 0 97424288 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388737628784 140389421419806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10661056 memory=139768477886080 CPUtime=0.08 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) R 30248 30251 27678 0 -1 4202560 826 0 0 0 8 0 0 0 20 0 15 0 97424288 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388736572608 140389422007646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661056 memory=139768477886080 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424289 10916921344 10005 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40020 KiB

[startup+0.310542 s]*
/proc/loadavg: 4.60 2.54 1.98 7/216 30266
/proc/meminfo: memFree=18136544/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661056 memory=109244 CPUtime=0.57 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 9056 0 0 0 53 4 0 0 20 0 15 0 97424283 10916921344 27311 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665264 27311 3045 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) R 30248 30251 27678 0 -1 4202560 5171 0 0 0 27 3 0 0 20 0 15 0 97424283 10916921344 27311 33554432000 4194304 4196468 140734469173024 140389442164848 140389437949085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661056 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 27311 33554432000 4194304 4196468 140734469173024 140389396687632 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661056 memory=288370144629597824 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 27311 33554432000 4194304 4196468 140734469173024 140389043219344 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 27311 33554432000 4194304 4196468 140734469173024 140389042166800 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) S 30248 30251 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97424284 10916921344 27311 33554432000 4194304 4196468 140734469173024 140389041114256 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661056 memory=139768477886080 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) S 30248 30251 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97424285 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388742891504 140389437938306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97424286 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388741837728 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97424286 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10661056 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) S 30248 30251 27678 0 -1 1077944384 720 0 0 0 6 0 0 0 20 0 15 0 97424288 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388738681328 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10661056 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) R 30248 30251 27678 0 -1 4202560 753 0 0 0 7 0 0 0 20 0 15 0 97424288 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388737609800 140389417116617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10661056 memory=139768477886080 CPUtime=0.11 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) S 30248 30251 27678 0 -1 1077944384 1045 0 0 0 11 0 0 0 20 0 15 0 97424288 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388736576240 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661056 memory=139768477886080 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424289 10916921344 27311 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 109244 KiB

[startup+0.700881 s]
/proc/loadavg: 4.60 2.54 1.98 6/216 30266
/proc/meminfo: memFree=17943232/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661056 memory=481804 CPUtime=1.58 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 11092 0 0 0 120 38 0 0 20 0 15 0 97424283 10916921344 120451 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665264 120451 3075 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661056 memory=1788 CPUtime=0.51 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) S 30248 30251 27678 0 -1 1077944384 5201 0 0 0 45 6 0 0 20 0 15 0 97424283 10916921344 120451 33554432000 4194304 4196468 140734469173024 140389442166416 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661056 memory=860 CPUtime=0.13 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) R 30248 30251 27678 0 -1 4202560 203 0 0 0 7 6 0 0 20 0 15 0 97424284 10916921344 120451 33554432000 4194304 4196468 140734469173024 140389396687632 140389431030168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661056 memory=12556 CPUtime=0.12 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) R 30248 30251 27678 0 -1 4202560 174 0 0 0 5 7 0 0 20 0 15 0 97424284 10916921344 120451 33554432000 4194304 4196468 140734469173024 140389043219344 140389430555367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661056 memory=756 CPUtime=0.14 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) R 30248 30251 27678 0 -1 4202560 203 0 0 0 7 7 0 0 20 0 15 0 97424284 10916921344 120451 33554432000 4194304 4196468 140734469173024 140389042166920 140389430555367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661056 memory=1616 CPUtime=0.16 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) R 30248 30251 27678 0 -1 4202560 246 0 0 0 8 8 0 0 20 0 15 0 97424284 10916921344 120451 33554432000 4194304 4196468 140734469173024 140389041114256 140389430555367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661056 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) S 30248 30251 27678 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 97424285 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388742890048 140389437937365 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10661056 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97424286 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388741837728 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10661056 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97424286 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10661056 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10661056 memory=7523093115782322283 CPUtime=0.11 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) S 30248 30251 27678 0 -1 1077944384 969 0 0 0 11 0 0 0 20 0 15 0 97424288 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388738681328 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10661056 memory=5787213827163908199 CPUtime=0.22 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) S 30248 30251 27678 0 -1 1077944384 1575 0 0 0 22 0 0 0 20 0 15 0 97424288 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388737628784 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) S 30248 30251 27678 0 -1 1077944384 1067 0 0 0 12 0 0 0 20 0 15 0 97424288 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388736576240 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661056 memory=33 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97424289 10916921344 120451 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 481804 KiB

[startup+1.50076 s]
/proc/loadavg: 4.60 2.54 1.98 6/216 30266
/proc/meminfo: memFree=17659556/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661056 memory=879352 CPUtime=3.15 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 12701 0 0 0 234 81 0 0 20 0 15 0 97424283 10916921344 219838 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665264 219838 3098 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661056 memory=6791534058613427641 CPUtime=1.07 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) R 30248 30251 27678 0 -1 4202560 5259 0 0 0 94 13 0 0 20 0 15 0 97424283 10916921344 219838 33554432000 4194304 4196468 140734469173024 140389442158896 140389437949085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661056 memory=-6951259422114956437 CPUtime=0.35 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) S 30248 30251 27678 0 -1 1077944384 345 0 0 0 20 15 0 0 20 0 15 0 97424284 10916921344 219838 33554432000 4194304 4196468 140734469173024 140389396687632 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661056 memory=-6509546260019855299 CPUtime=0.35 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) S 30248 30251 27678 0 -1 1077944384 300 0 0 0 20 15 0 0 20 0 15 0 97424284 10916921344 219838 33554432000 4194304 4196468 140734469173024 140389043219344 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661056 memory=-7390251449858225344 CPUtime=0.36 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) S 30248 30251 27678 0 -1 1077944384 339 0 0 0 20 16 0 0 20 0 15 0 97424284 10916921344 219838 33554432000 4194304 4196468 140734469173024 140389042166800 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661056 memory=4134692831991786133 CPUtime=0.37 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) S 30248 30251 27678 0 -1 1077944384 397 0 0 0 20 17 0 0 20 0 15 0 97424284 10916921344 219838 33554432000 4194304 4196468 140734469173024 140389041114256 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) S 30248 30251 27678 0 -1 1077944384 857 0 0 0 1 0 0 0 20 0 15 0 97424285 10916921344 219838 33554432000 4194304 4196468 140734469173024 140388742891504 140389437938306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0

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

[pid=30251/tid=30265] ppid=30248 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 2075852 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661132 memory=6384 CPUtime=0.1 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 323 0 0 0 4 6 0 0 20 0 15 0 97424289 10916999168 2075852 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 452 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8303408 KiB

[startup+159.201 s]
/proc/loadavg: 5.71 3.79 2.54 7/215 30344
/proc/meminfo: memFree=13344784/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661132 memory=8303412 CPUtime=455.1 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 141079 0 0 0 44713 797 0 0 20 0 15 0 97424283 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665283 2075853 3191 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661132 memory=1836 CPUtime=56.61 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) S 30248 30251 27678 0 -1 1077944384 13505 0 0 0 5622 39 0 0 20 0 15 0 97424283 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389442165376 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661132 memory=7739836604139989101 CPUtime=98.14 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) R 30248 30251 27678 0 -1 4202560 19537 0 0 0 9619 195 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389396687520 140389422923560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661132 memory=7809894126784964205 CPUtime=97.91 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) R 30248 30251 27678 0 -1 4202560 16009 0 0 0 9610 181 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389043219152 140389430555367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661132 memory=6791534058613427641 CPUtime=97.63 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) R 30248 30251 27678 0 -1 4202560 22550 0 0 0 9574 189 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389042166920 140389430555367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661132 memory=288230583166042426 CPUtime=98.01 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) R 30248 30251 27678 0 -1 4202560 30601 0 0 0 9619 182 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389041114064 140389430555367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661132 memory=14694093276061419 CPUtime=3.25 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) S 30248 30251 27678 0 -1 1077944384 19147 0 0 0 323 2 0 0 20 0 15 0 97424285 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388742890048 140389437937365 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10661132 memory=1180 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388741837792 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10661132 memory=504 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10661132 memory=860 CPUtime=1.26 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) S 30248 30251 27678 0 -1 1077944384 6691 0 0 0 125 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388738681328 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10661132 memory=12556 CPUtime=1.58 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) S 30248 30251 27678 0 -1 1077944384 7508 0 0 0 157 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388737628784 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10661132 memory=756 CPUtime=0.53 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) S 30248 30251 27678 0 -1 1077944384 3803 0 0 0 52 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388736576240 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661132 memory=1380 CPUtime=0.11 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 325 0 0 0 4 7 0 0 20 0 15 0 97424289 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 455.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8303412 KiB

[startup+160.001 s]*
/proc/loadavg: 5.71 3.79 2.54 7/215 30344
/proc/meminfo: memFree=13344784/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661132 memory=8303412 CPUtime=458.24 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 148793 0 0 0 45025 799 0 0 20 0 15 0 97424283 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665283 2075853 3191 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661132 memory=6791534058613427641 CPUtime=56.61 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) S 30248 30251 27678 0 -1 1077944384 13505 0 0 0 5622 39 0 0 20 0 15 0 97424283 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389442165376 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661132 memory=28112 CPUtime=98.94 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) R 30248 30251 27678 0 -1 4202560 27251 0 0 0 9699 195 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389396687520 140389422923504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661132 memory=1224 CPUtime=98.69 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) R 30248 30251 27678 0 -1 4202560 16009 0 0 0 9687 182 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389043219464 140389430555367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661132 memory=6791534058613427641 CPUtime=98.39 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) R 30248 30251 27678 0 -1 4202560 22550 0 0 0 9650 189 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389042166920 140389430555367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661132 memory=1224 CPUtime=98.79 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) R 30248 30251 27678 0 -1 4202560 30601 0 0 0 9697 182 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389041114064 140389430555367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661132 memory=2260 CPUtime=3.25 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) S 30248 30251 27678 0 -1 1077944384 19147 0 0 0 323 2 0 0 20 0 15 0 97424285 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388742890048 140389437937365 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388741837792 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10661132 memory=3872 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10661132 memory=28112 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10661132 memory=1224 CPUtime=1.26 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) S 30248 30251 27678 0 -1 1077944384 6691 0 0 0 125 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388738681328 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10661132 memory=2260 CPUtime=1.58 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) S 30248 30251 27678 0 -1 1077944384 7508 0 0 0 157 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388737628784 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10661132 memory=1788 CPUtime=0.53 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) S 30248 30251 27678 0 -1 1077944384 3803 0 0 0 52 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388736576240 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661132 memory=12556 CPUtime=0.11 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 325 0 0 0 4 7 0 0 20 0 15 0 97424289 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 458.24 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8303412 KiB

[startup+160.201 s]
/proc/loadavg: 5.71 3.79 2.54 7/215 30344
/proc/meminfo: memFree=13344784/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661132 memory=8303412 CPUtime=458.88 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 148801 0 0 0 45089 799 0 0 20 0 15 0 97424283 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665283 2075853 3191 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661132 memory=6791534058613427641 CPUtime=56.61 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) S 30248 30251 27678 0 -1 1077944384 13505 0 0 0 5622 39 0 0 20 0 15 0 97424283 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389442165376 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661132 memory=1408 CPUtime=99.1 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) S 30248 30251 27678 0 -1 1077944384 27257 0 0 0 9715 195 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389396687632 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661132 memory=2972 CPUtime=98.84 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) S 30248 30251 27678 0 -1 1077944384 16009 0 0 0 9702 182 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389043219344 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661132 memory=5153336 CPUtime=98.54 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) S 30248 30251 27678 0 -1 1077944384 22550 0 0 0 9665 189 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389042166800 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661132 memory=8303408 CPUtime=98.94 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) S 30248 30251 27678 0 -1 1077944384 30601 0 0 0 9712 182 0 0 20 0 15 0 97424284 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140389041114256 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661132 memory=14256 CPUtime=3.29 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) R 30248 30251 27678 0 -1 4202560 19149 0 0 0 327 2 0 0 20 0 15 0 97424285 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388742889936 140389422930170 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10661132 memory=16424 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388741837792 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10661132 memory=1180 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10661132 memory=504 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10661132 memory=15184 CPUtime=1.26 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) S 30248 30251 27678 0 -1 1077944384 6691 0 0 0 125 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388738681328 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10661132 memory=4000 CPUtime=1.58 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) S 30248 30251 27678 0 -1 1077944384 7508 0 0 0 157 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388737628784 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10661132 memory=14256 CPUtime=0.53 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) S 30248 30251 27678 0 -1 1077944384 3803 0 0 0 52 1 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388736576240 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10661132 memory=16424 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661132 memory=1180 CPUtime=0.11 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 325 0 0 0 4 7 0 0 20 0 15 0 97424289 10916999168 2075853 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 458.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8303412 KiB

[startup+160.301 s]
/proc/loadavg: 5.71 3.79 2.54 7/215 30344
/proc/meminfo: memFree=13344784/32770624 swapFree=67108496/67108860
[pid=30251] ppid=30248 vsize=10661132 memory=6635420 CPUtime=458.99 cores=1,3,5,7
/proc/30251/stat : 30251 (java) S 30248 30251 27678 0 -1 1077944320 150552 0 0 0 45099 800 0 0 20 0 15 0 97424283 10916999168 1659879 33554432000 4194304 4196468 140734469173024 140734469155568 140389437927159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
/proc/30251/statm: 2665283 1659367 3193 1 0 2627263 0
[pid=30251/tid=30253] ppid=30248 vsize=10661132 memory=756 CPUtime=56.61 cores=1,3,5,7
/proc/30251/task/30253/stat : 30253 (java) S 30248 30251 27678 0 -1 1077944384 13709 0 0 0 5622 39 0 0 20 0 15 0 97424283 10916999168 1658343 33554432000 4194304 4196468 140734469173024 140389442166864 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30254] ppid=30248 vsize=10661132 memory=8303412 CPUtime=99.1 cores=1,3,5,7
/proc/30251/task/30254/stat : 30254 (java) S 30248 30251 27678 0 -1 1077944384 27304 0 0 0 9715 195 0 0 20 0 15 0 97424284 10916999168 1658343 33554432000 4194304 4196468 140734469173024 140389396687632 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30255] ppid=30248 vsize=10661132 memory=8303408 CPUtime=98.84 cores=1,3,5,7
/proc/30251/task/30255/stat : 30255 (java) S 30248 30251 27678 0 -1 1077944384 16108 0 0 0 9702 182 0 0 20 0 15 0 97424284 10916999168 1657831 33554432000 4194304 4196468 140734469173024 140389043219344 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30256] ppid=30248 vsize=10661132 memory=8303408 CPUtime=98.54 cores=1,3,5,7
/proc/30251/task/30256/stat : 30256 (java) S 30248 30251 27678 0 -1 1077944384 22560 0 0 0 9665 189 0 0 20 0 15 0 97424284 10916999168 1652711 33554432000 4194304 4196468 140734469173024 140389042166800 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30257] ppid=30248 vsize=10661132 memory=8303404 CPUtime=98.94 cores=1,3,5,7
/proc/30251/task/30257/stat : 30257 (java) S 30248 30251 27678 0 -1 1077944384 30618 0 0 0 9712 182 0 0 20 0 15 0 97424284 10916999168 1621479 33554432000 4194304 4196468 140734469173024 140389041114256 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30258] ppid=30248 vsize=10661132 memory=8303408 CPUtime=3.38 cores=1,3,5,7
/proc/30251/task/30258/stat : 30258 (java) R 30248 30251 27678 0 -1 4202560 20514 0 0 0 335 3 0 0 20 0 15 0 97424285 10916999168 1589223 33554432000 4194304 4196468 140734469173024 140388742890048 140389430644122 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30259] ppid=30248 vsize=10661132 memory=8303408 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30259/stat : 30259 (java) S 30248 30251 27678 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 1557479 33554432000 4194304 4196468 140734469173024 140388741837792 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30260] ppid=30248 vsize=10661132 memory=8303408 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30260/stat : 30260 (java) S 30248 30251 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97424286 10916999168 1525735 33554432000 4194304 4196468 140734469173024 140388740785136 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30261] ppid=30248 vsize=10661132 memory=8303412 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30261/stat : 30261 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 1493991 33554432000 4194304 4196468 140734469173024 140388739733712 140389437945755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30262] ppid=30248 vsize=10661132 memory=8303408 CPUtime=1.26 cores=1,3,5,7
/proc/30251/task/30262/stat : 30262 (java) S 30248 30251 27678 0 -1 1077944384 6691 0 0 0 125 1 0 0 20 0 15 0 97424288 10916999168 1460711 33554432000 4194304 4196468 140734469173024 140388738681328 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30263] ppid=30248 vsize=10661132 memory=8303408 CPUtime=1.58 cores=1,3,5,7
/proc/30251/task/30263/stat : 30263 (java) S 30248 30251 27678 0 -1 1077944384 7508 0 0 0 157 1 0 0 20 0 15 0 97424288 10916999168 1448423 33554432000 4194304 4196468 140734469173024 140388737628784 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30264] ppid=30248 vsize=10661132 memory=8303412 CPUtime=0.53 cores=1,3,5,7
/proc/30251/task/30264/stat : 30264 (java) S 30248 30251 27678 0 -1 1077944384 3803 0 0 0 52 1 0 0 20 0 15 0 97424288 10916999168 1448423 33554432000 4194304 4196468 140734469173024 140388736576240 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30265] ppid=30248 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/30251/task/30265/stat : 30265 (java) S 30248 30251 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97424288 10916999168 1422311 33554432000 4194304 4196468 140734469173024 140388735523936 140389437937365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
[pid=30251/tid=30266] ppid=30248 vsize=10661132 memory=8303408 CPUtime=0.11 cores=1,3,5,7
/proc/30251/task/30266/stat : 30266 (java) S 30248 30251 27678 0 -1 1077944384 325 0 0 0 4 7 0 0 20 0 15 0 97424289 10916999168 1388007 33554432000 4194304 4196468 140734469173024 140388734470448 140389437938306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140734469174392 140734469174537 140734469174537 140734469177295 0
Current children cumulated CPU time: 458.99 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 6635420 KiB

Child status: 1
Real time (s): 160.331
CPU time (s): 459.026
CPU user time (s): 450.995
CPU system time (s): 8.03111
CPU usage (%): 286.298
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8303412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 450.995
system time used= 8.03111
maximum resident set size= 8303516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10966
involuntary context switches= 5132


# summary of solver processes directly reported to runsolver:
#   pid: 30251
#   total CPU time (s): 459.026
#   total CPU user time (s): 450.995
#   total CPU system time (s): 8.03111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.966021 second user time and 1.62714 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 19:23:31
IDJOB=4299024
IDBENCH=141284
IDSOLVER=2768
FILE ID=node149/4299024-1532798609
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 42332 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299024-1532798609/watcher-4299024-1532798609 -o /tmp/evaluation-result-4299024-1532798609/solver-4299024-1532798609 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299024-1532798609.xml --timelimit 2520

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=2142646596

node149.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.60
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.60
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.60
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.60
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:        18224236 kB
MemAvailable:   23609220 kB
Buffers:          138596 kB
Cached:          5463472 kB
SwapCached:           60 kB
Active:         10804880 kB
Inactive:        3157032 kB
Active(anon):    8309668 kB
Inactive(anon):    78000 kB
Active(file):    2495212 kB
Inactive(file):  3079032 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:            584864 kB
Writeback:             0 kB
AnonPages:       8357476 kB
Mapped:            47324 kB
Shmem:             25040 kB
Slab:             268204 kB
SReclaimable:     239200 kB
SUnreclaim:        29004 kB
KernelStack:        3520 kB
PageTables:        21520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8653244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8212480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 42584 MiB
End job on node149 at 2018-07-28 19:26:11