Trace number 4299014

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
slowpoke 2018-04-29? 338.63 113.663

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-04-0300_c18.xml
MD5SUMfe02389438635ce836f3ec0e18156e6a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark244954546
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints3360
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3360}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
338.38/113.57	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
338.55/113.63		at java.lang.Integer.valueOf(Integer.java:832)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$trIntegers2D$5(CtrLoaderInteger.java:117)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$72/52913970.apply(Unknown Source)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$null$1(CtrLoaderInteger.java:98)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$75/620456576.applyAsInt(Unknown Source)
338.55/113.63		at java.util.stream.IntPipeline$3$1.accept(IntPipeline.java:233)
338.55/113.63		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
338.55/113.63		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
338.55/113.63		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
338.55/113.63		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
338.55/113.63		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
338.55/113.63		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
338.55/113.63		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$73/836969741.apply(Unknown Source)
338.55/113.63		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
338.55/113.63		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
338.55/113.63		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
338.55/113.63		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
338.55/113.63		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
338.55/113.63		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
338.55/113.63		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
338.55/113.63		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
338.55/113.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
338.55/113.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
338.55/113.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
338.55/113.63		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
338.55/113.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
338.55/113.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
338.55/113.63	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 (8572 MiB free)
  memory of node 1: 16384 MiB (14090 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299014-1532798360/watcher-4299014-1532798360 -o /tmp/evaluation-result-4299014-1532798360/solver-4299014-1532798360 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299014-1532798360.xml --timelimit 2520 

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

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

solver pid=18299, runsolver pid=18296

[startup+0.100164 s]*
/proc/loadavg: 2.85 2.01 1.80 4/218 18314
/proc/meminfo: memFree=23190924/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661056 memory=27424 CPUtime=0.12 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 5280 0 0 0 12 0 0 0 20 0 15 0 97399322 10916921344 6856 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665264 6856 2859 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) R 18296 18299 15776 0 -1 4202560 3145 0 0 0 9 0 0 0 20 0 15 0 97399322 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667554061792 140667535199055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661056 memory=5793855715705612729 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667502451472 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667501398928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667500346384 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667499293840 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399324 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667109439472 140667549842050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667108385696 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) R 18296 18299 15776 0 -1 4202560 342 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667105210200 140667542068030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) S 18296 18299 15776 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667104176752 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0.02 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) R 18296 18299 15776 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 97399327 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667103119048 140667542068030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399328 10916921344 6988 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27424 KiB

[startup+0.210676 s]*
/proc/loadavg: 2.85 2.01 1.80 5/218 18314
/proc/meminfo: memFree=23179408/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661056 memory=40204 CPUtime=0.34 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 8192 0 0 0 33 1 0 0 20 0 15 0 97399322 10916921344 10051 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665264 10051 2965 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) R 18296 18299 15776 0 -1 4202560 5118 0 0 0 19 1 0 0 20 0 15 0 97399322 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667554068944 140667549852829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661056 memory=4211974190900510090 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667502451472 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667501398928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667500346384 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667499293840 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399324 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667109439472 140667549842050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667108385696 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) R 18296 18299 15776 0 -1 1077944384 653 0 0 0 3 0 0 0 20 0 15 0 97399327 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667105229296 140667549842050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) R 18296 18299 15776 0 -1 4202560 219 0 0 0 1 0 0 0 20 0 15 0 97399327 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667104176752 140667527658141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0.08 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) R 18296 18299 15776 0 -1 4202560 853 0 0 0 8 0 0 0 20 0 15 0 97399327 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667103120120 140667533911390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399328 10916921344 10051 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40204 KiB

[startup+0.31062 s]*
/proc/loadavg: 2.85 2.01 1.80 4/218 18314
/proc/meminfo: memFree=23129564/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661056 memory=96876 CPUtime=0.58 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 9025 0 0 0 55 3 0 0 20 0 15 0 97399322 10916921344 24219 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665264 24219 3035 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) R 18296 18299 15776 0 -1 4202560 5149 0 0 0 28 2 0 0 20 0 15 0 97399322 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667554068432 140667549852829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661056 memory=4211974190900510090 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667502451472 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661056 memory=280929252436352 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667501398928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661056 memory=280929113461248 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667500346384 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661056 memory=140464556716815 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399323 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667499293840 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661056 memory=280929252443264 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97399324 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667109439472 140667549842050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661056 memory=140464556721423 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667108385696 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661056 memory=140464556739536 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661056 memory=140464556744069 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661056 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) R 18296 18299 15776 0 -1 4202560 790 0 0 0 6 0 0 0 20 0 15 0 97399327 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667105229296 140667529341087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661056 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) R 18296 18299 15776 0 -1 4202560 840 0 0 0 9 0 0 0 20 0 15 0 97399327 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667104168168 140667535982585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661056 memory=140464695719552 CPUtime=0.11 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) R 18296 18299 15776 0 -1 1077944384 879 0 0 0 11 0 0 0 20 0 15 0 97399327 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667103124208 140667549842050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661056 memory=140464695746976 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399328 10916921344 24731 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 96876 KiB

[startup+0.70094 s]
/proc/loadavg: 2.85 2.01 1.80 5/218 18314
/proc/meminfo: memFree=22923232/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661056 memory=406064 CPUtime=1.58 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 12564 0 0 0 128 30 0 0 20 0 15 0 97399322 10916921344 101516 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665264 101516 3076 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661056 memory=56 CPUtime=0.55 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) S 18296 18299 15776 0 -1 1077944384 5185 0 0 0 49 6 0 0 20 0 15 0 97399322 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667554070160 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661056 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) R 18296 18299 15776 0 -1 4202560 182 0 0 0 3 4 0 0 20 0 15 0 97399323 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667502451672 140667542933896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661056 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) R 18296 18299 15776 0 -1 4202560 86 0 0 0 2 4 0 0 20 0 15 0 97399323 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667501398928 140667542927423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661056 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) R 18296 18299 15776 0 -1 4202560 202 0 0 0 4 6 0 0 20 0 15 0 97399323 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667500346384 140667542933620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661056 memory=8320808402719684661 CPUtime=0.1 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) R 18296 18299 15776 0 -1 4202560 189 0 0 0 4 6 0 0 20 0 15 0 97399323 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667499294040 140667542933896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661056 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97399324 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667109437984 140667549841109 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661056 memory=796 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667108385696 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661056 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97399325 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661056 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661056 memory=1200 CPUtime=0.16 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) S 18296 18299 15776 0 -1 1077944384 1901 0 0 0 16 0 0 0 20 0 15 0 97399327 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667105229296 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661056 memory=12136 CPUtime=0.34 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) S 18296 18299 15776 0 -1 1077944384 2362 0 0 0 34 0 0 0 20 0 15 0 97399327 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667104168032 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661056 memory=1008 CPUtime=0.12 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) S 18296 18299 15776 0 -1 1077944384 1014 0 0 0 12 0 0 0 20 0 15 0 97399327 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667103124208 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661056 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661056 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97399328 10916921344 101516 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 406064 KiB

[startup+1.50084 s]
/proc/loadavg: 2.85 2.01 1.80 3/218 18314
/proc/meminfo: memFree=22685048/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661056 memory=887296 CPUtime=3.47 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 15074 0 0 0 264 83 0 0 20 0 15 0 97399322 10916921344 221824 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665264 221824 3098 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661056 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) R 18296 18299 15776 0 -1 4202560 5240 0 0 0 91 11 0 0 20 0 15 0 97399322 10916921344 221824 33554432000 4194304 4196468 140735668155184 140667554062704 140667549852829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661056 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) S 18296 18299 15776 0 -1 1077944384 633 0 0 0 23 16 0 0 20 0 15 0 97399323 10916921344 221824 33554432000 4194304 4196468 140735668155184 140667502451472 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661056 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) S 18296 18299 15776 0 -1 1077944384 417 0 0 0 21 16 0 0 20 0 15 0 97399323 10916921344 221824 33554432000 4194304 4196468 140735668155184 140667501398928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661056 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) S 18296 18299 15776 0 -1 1077944384 529 0 0 0 23 18 0 0 20 0 15 0 97399323 10916921344 221824 33554432000 4194304 4196468 140735668155184 140667500346384 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661056 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) S 18296 18299 15776 0 -1 1077944384 449 0 0 0 24 17 0 0 20 0 15 0 97399323 10916921344 221824 33554432000 4194304 4196468 140735668155184 140667499293840 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 879 0 0 0 1 0 0 0 20 0 15 0 97399324 10916921344 221824 33554432000 4194304 4196468 140735668155184 140667109439472 140667549842050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0

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

[pid=18299/tid=18313] ppid=18296 vsize=10661132 memory=8317960 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661132 memory=1224 CPUtime=0.05 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 537 0 0 0 2 3 0 0 20 0 15 0 97399328 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 320.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317960 KiB

[startup+112.001 s]*
/proc/loadavg: 5.89 3.13 2.21 9/220 18404
/proc/meminfo: memFree=6093564/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661132 memory=8317960 CPUtime=332.57 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 132018 0 0 0 32414 843 0 0 20 0 15 0 97399322 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665283 2079490 3191 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661132 memory=12136 CPUtime=35.79 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) S 18296 18299 15776 0 -1 1077944384 12340 0 0 0 3556 23 0 0 20 0 15 0 97399322 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667554068928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661132 memory=1008 CPUtime=72.5 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) R 18296 18299 15776 0 -1 4202560 17294 0 0 0 7057 193 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667502451472 140667534827270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661132 memory=4620 CPUtime=72.57 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) R 18296 18299 15776 0 -1 4202560 14810 0 0 0 7049 208 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667501399128 140667534827582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661132 memory=-7003737579269690708 CPUtime=72.54 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) R 18296 18299 15776 0 -1 4202560 14531 0 0 0 7044 210 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667500346584 140667534827549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661132 memory=1200 CPUtime=72.38 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) R 18296 18299 15776 0 -1 4202560 14256 0 0 0 7040 198 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667499293840 140667534827307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661132 memory=12136 CPUtime=2.98 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 37072 0 0 0 296 2 0 0 20 0 15 0 97399324 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667109438016 140667549841109 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667108385760 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661132 memory=16312 CPUtime=1.53 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) S 18296 18299 15776 0 -1 1077944384 8278 0 0 0 151 2 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667105229296 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661132 memory=18276 CPUtime=1.61 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) S 18296 18299 15776 0 -1 1077944384 6187 0 0 0 160 1 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667104176752 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661132 memory=4048 CPUtime=0.53 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) S 18296 18299 15776 0 -1 1077944384 5308 0 0 0 52 1 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667103124208 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661132 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661132 memory=1716 CPUtime=0.05 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 537 0 0 0 2 3 0 0 20 0 15 0 97399328 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 332.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317960 KiB

[startup+112.801 s]
/proc/loadavg: 5.89 3.13 2.21 9/220 18404
/proc/meminfo: memFree=6093564/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661132 memory=8317960 CPUtime=335.61 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 132501 0 0 0 32718 843 0 0 20 0 15 0 97399322 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665283 2079490 3191 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661132 memory=6791534058613427641 CPUtime=35.79 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) S 18296 18299 15776 0 -1 1077944384 12341 0 0 0 3556 23 0 0 20 0 15 0 97399322 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667554068928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661132 memory=648 CPUtime=73.25 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) R 18296 18299 15776 0 -1 4202560 17295 0 0 0 7132 193 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667502451672 140667529857304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661132 memory=956 CPUtime=73.31 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) R 18296 18299 15776 0 -1 4202560 14884 0 0 0 7123 208 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667501399128 140667534528655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661132 memory=8317960 CPUtime=73.29 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) R 18296 18299 15776 0 -1 4202560 14934 0 0 0 7119 210 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667500346384 140667534528678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661132 memory=8317960 CPUtime=73.13 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) R 18296 18299 15776 0 -1 4202560 14259 0 0 0 7115 198 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667499293728 140667534781508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661132 memory=6791534058613427641 CPUtime=3.02 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 37073 0 0 0 300 2 0 0 20 0 15 0 97399324 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667109437792 140667549841109 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661132 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667108385760 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661132 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661132 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661132 memory=4132 CPUtime=1.53 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) S 18296 18299 15776 0 -1 1077944384 8278 0 0 0 151 2 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667105229296 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661132 memory=28212 CPUtime=1.61 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) S 18296 18299 15776 0 -1 1077944384 6187 0 0 0 160 1 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667104176752 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661132 memory=1292 CPUtime=0.53 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) S 18296 18299 15776 0 -1 1077944384 5308 0 0 0 52 1 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667103124208 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661132 memory=2444 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661132 memory=1832 CPUtime=0.05 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 537 0 0 0 2 3 0 0 20 0 15 0 97399328 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 335.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317960 KiB

[startup+113.201 s]
/proc/loadavg: 5.89 3.13 2.21 9/220 18404
/proc/meminfo: memFree=6093564/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661132 memory=8317960 CPUtime=337.18 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 132502 0 0 0 32875 843 0 0 20 0 15 0 97399322 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665283 2079490 3191 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661132 memory=8317960 CPUtime=35.79 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) S 18296 18299 15776 0 -1 1077944384 12341 0 0 0 3556 23 0 0 20 0 15 0 97399322 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667554068928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661132 memory=1200 CPUtime=73.64 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) R 18296 18299 15776 0 -1 4202560 17295 0 0 0 7171 193 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667502451472 140667534820530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661132 memory=12136 CPUtime=73.7 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) R 18296 18299 15776 0 -1 4202560 14884 0 0 0 7162 208 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667501399128 140667534827300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661132 memory=8317960 CPUtime=73.68 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) R 18296 18299 15776 0 -1 4202560 14935 0 0 0 7158 210 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667500346384 140667534827456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661132 memory=6791534058613427641 CPUtime=73.52 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) R 18296 18299 15776 0 -1 4202560 14259 0 0 0 7154 198 0 0 20 0 15 0 97399323 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667499293840 140667534820570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661132 memory=15872 CPUtime=3.03 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) S 18296 18299 15776 0 -1 1077944384 37073 0 0 0 301 2 0 0 20 0 15 0 97399324 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667109438016 140667549841109 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661132 memory=16312 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667108385760 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661132 memory=18276 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661132 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661132 memory=1792 CPUtime=1.53 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) S 18296 18299 15776 0 -1 1077944384 8278 0 0 0 151 2 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667105229296 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661132 memory=1236 CPUtime=1.61 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) S 18296 18299 15776 0 -1 1077944384 6187 0 0 0 160 1 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667104176752 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661132 memory=8317940 CPUtime=0.53 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) S 18296 18299 15776 0 -1 1077944384 5308 0 0 0 52 1 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667103124208 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661132 memory=2196 CPUtime=0.05 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 537 0 0 0 2 3 0 0 20 0 15 0 97399328 10916999168 2079490 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 337.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317960 KiB

[startup+113.601 s]
/proc/loadavg: 5.89 3.13 2.21 9/220 18404
/proc/meminfo: memFree=6093564/32770624 swapFree=67108860/67108860
[pid=18299] ppid=18296 vsize=10661132 memory=8317964 CPUtime=338.55 cores=0,2,4,6
/proc/18299/stat : 18299 (java) S 18296 18299 15776 0 -1 1077944320 132739 0 0 0 33012 843 0 0 20 0 15 0 97399322 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140735668137728 140667549830903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
/proc/18299/statm: 2665283 2079491 3192 1 0 2627263 0
[pid=18299/tid=18301] ppid=18296 vsize=10661132 memory=18276 CPUtime=35.79 cores=0,2,4,6
/proc/18299/task/18301/stat : 18301 (java) S 18296 18299 15776 0 -1 1077944384 12415 0 0 0 3556 23 0 0 20 0 15 0 97399322 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667554070176 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18302] ppid=18296 vsize=10661132 memory=4048 CPUtime=73.97 cores=0,2,4,6
/proc/18299/task/18302/stat : 18302 (java) S 18296 18299 15776 0 -1 1077944384 17295 0 0 0 7204 193 0 0 20 0 15 0 97399323 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667502451472 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18303] ppid=18296 vsize=10661132 memory=1792 CPUtime=74.02 cores=0,2,4,6
/proc/18299/task/18303/stat : 18303 (java) S 18296 18299 15776 0 -1 1077944384 14887 0 0 0 7194 208 0 0 20 0 15 0 97399323 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667501398928 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18304] ppid=18296 vsize=10661132 memory=8317960 CPUtime=74.01 cores=0,2,4,6
/proc/18299/task/18304/stat : 18304 (java) S 18296 18299 15776 0 -1 1077944384 15095 0 0 0 7191 210 0 0 20 0 15 0 97399323 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667500346384 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18305] ppid=18296 vsize=10661132 memory=8317960 CPUtime=73.85 cores=0,2,4,6
/proc/18299/task/18305/stat : 18305 (java) S 18296 18299 15776 0 -1 1077944384 14259 0 0 0 7187 198 0 0 20 0 15 0 97399323 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667499293840 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18306] ppid=18296 vsize=10661132 memory=1292 CPUtime=3.1 cores=0,2,4,6
/proc/18299/task/18306/stat : 18306 (java) R 18296 18299 15776 0 -1 4202560 37073 0 0 0 308 2 0 0 20 0 15 0 97399324 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667109437904 140667528201083 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18307] ppid=18296 vsize=10661132 memory=2444 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18307/stat : 18307 (java) S 18296 18299 15776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667108385760 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18308] ppid=18296 vsize=10661132 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18308/stat : 18308 (java) S 18296 18299 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97399325 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667107333104 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18309] ppid=18296 vsize=10661132 memory=8317960 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18309/stat : 18309 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667106281680 140667549849499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18310] ppid=18296 vsize=10661132 memory=928 CPUtime=1.53 cores=0,2,4,6
/proc/18299/task/18310/stat : 18310 (java) S 18296 18299 15776 0 -1 1077944384 8278 0 0 0 151 2 0 0 20 0 15 0 97399327 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667105229296 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18311] ppid=18296 vsize=10661132 memory=2236 CPUtime=1.61 cores=0,2,4,6
/proc/18299/task/18311/stat : 18311 (java) S 18296 18299 15776 0 -1 1077944384 6187 0 0 0 160 1 0 0 20 0 15 0 97399327 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667104176752 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18312] ppid=18296 vsize=10661132 memory=4128 CPUtime=0.53 cores=0,2,4,6
/proc/18299/task/18312/stat : 18312 (java) S 18296 18299 15776 0 -1 1077944384 5308 0 0 0 52 1 0 0 20 0 15 0 97399327 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667103124208 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18313] ppid=18296 vsize=10661132 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/18299/task/18313/stat : 18313 (java) S 18296 18299 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97399327 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667102071904 140667549841109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
[pid=18299/tid=18314] ppid=18296 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/18299/task/18314/stat : 18314 (java) S 18296 18299 15776 0 -1 1077944384 537 0 0 0 2 3 0 0 20 0 15 0 97399328 10916999168 2079491 33554432000 4194304 4196468 140735668155184 140667101018416 140667549842050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25239552 140735668159644 140735668159753 140735668159753 140735668162511 0
Current children cumulated CPU time: 338.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8317964 KiB

Child status: 1
Real time (s): 113.663
CPU time (s): 338.63
CPU user time (s): 330.156
CPU system time (s): 8.47414
CPU usage (%): 297.925
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8317964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.156
system time used= 8.47414
maximum resident set size= 8317964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7615
involuntary context switches= 4378


# summary of solver processes directly reported to runsolver:
#   pid: 18299
#   total CPU time (s): 338.63
#   total CPU user time (s): 330.156
#   total CPU system time (s): 8.47414

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.663252 second user time and 1.2169 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 19:19:22
IDJOB=4299014
IDBENCH=141283
IDSOLVER=2765
FILE ID=node132/4299014-1532798360
RUNJOBID= node132-1532775768-15807
PBS_JOBID= 21022466
Free space on /tmp= 51684 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-04-0300_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299014-1532798360/watcher-4299014-1532798360 -o /tmp/evaluation-result-4299014-1532798360/solver-4299014-1532798360 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299014-1532798360.xml --timelimit 2520

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

MD5SUM BENCH= fe02389438635ce836f3ec0e18156e6a
RANDOM SEED=2138816927

node132.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.65
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.65
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.65
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.65
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:        23206708 kB
MemAvailable:   31819312 kB
Buffers:          208048 kB
Cached:          8608952 kB
SwapCached:            0 kB
Active:          3074652 kB
Inactive:        5907112 kB
Active(anon):     115008 kB
Inactive(anon):    77832 kB
Active(file):    2959644 kB
Inactive(file):  5829280 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            364476 kB
Writeback:             8 kB
AnonPages:        171888 kB
Mapped:            55004 kB
Shmem:             25248 kB
Slab:             280456 kB
SReclaimable:     252140 kB
SUnreclaim:        28316 kB
KernelStack:        3552 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1068784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51116 MiB
End job on node132 at 2018-07-28 19:21:15