Trace number 4298972

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? 346.269 116.999

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-03-0300_c18.xml
MD5SUM4cd5aede9cdfae4f3fb25eb1dc6a899d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark470973176
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints4376
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4376}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298972-1532795731/watcher-4298972-1532795731 -o /tmp/evaluation-result-4298972-1532795731/solver-4298972-1532795731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15808 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298972-1532795731.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
Current StackSize limit: 8192 KiB

solver pid=17884, runsolver pid=17881

[startup+0.104598 s]*
/proc/loadavg: 1.92 1.52 1.40 5/219 17899
/proc/meminfo: memFree=23074084/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661056 memory=28412 CPUtime=0.14 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 5470 0 0 0 13 1 0 0 20 0 15 0 97136395 10916921344 7103 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665264 7103 2876 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) R 17881 17884 15776 0 -1 4202560 3256 0 0 0 9 0 0 0 20 0 15 0 97136395 10916921344 7103 33554432000 4194304 4196468 140721697697376 139775200458720 139775196258906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661056 memory=5793855226992290233 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 7103 33554432000 4194304 4196468 140721697697376 139775148858000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774801926672 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774800873872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) S 17881 17884 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774799821072 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774755920752 139775196248706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774754866720 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) S 17881 17884 15776 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774751709552 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) S 17881 17884 15776 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 15 0 97136401 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774750656752 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0.02 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) R 17881 17884 15776 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 97136401 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774749603952 139775175659231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 7103 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28412 KiB

[startup+0.210706 s]*
/proc/loadavg: 1.92 1.52 1.40 5/219 17899
/proc/meminfo: memFree=23063028/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661056 memory=40052 CPUtime=0.34 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 8123 0 0 0 32 2 0 0 20 0 15 0 97136395 10916921344 10013 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665264 10013 2994 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) R 17881 17884 15776 0 -1 4202560 5134 0 0 0 19 1 0 0 20 0 15 0 97136395 10916921344 10079 33554432000 4194304 4196468 140721697697376 139775200468800 139775196259485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661056 memory=4211973702187187594 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 10079 33554432000 4194304 4196468 140721697697376 139775148858000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774801926672 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774800873872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) S 17881 17884 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774799821072 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774755920752 139775196248706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774754866720 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) S 17881 17884 15776 0 -1 1077944384 308 0 0 0 2 0 0 0 20 0 15 0 97136401 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774751709552 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) S 17881 17884 15776 0 -1 1077944384 484 0 0 0 2 0 0 0 20 0 15 0 97136401 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774750656752 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0.08 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) R 17881 17884 15776 0 -1 4202560 876 0 0 0 8 0 0 0 20 0 15 0 97136401 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774749598296 139775188192403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 10079 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40052 KiB

[startup+0.31176 s]*
/proc/loadavg: 2.08 1.56 1.42 4/219 17899
/proc/meminfo: memFree=23000600/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661056 memory=110612 CPUtime=0.58 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 9388 0 0 0 54 4 0 0 20 0 15 0 97136395 10916921344 27653 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665264 27653 3047 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) R 17881 17884 15776 0 -1 4202560 5183 0 0 0 27 3 0 0 20 0 15 0 97136395 10916921344 27653 33554432000 4194304 4196468 140721697697376 139775200468800 139775196259485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661056 memory=4211973702187187594 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 27653 33554432000 4194304 4196468 140721697697376 139775148858000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661056 memory=279951852366208 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774801926672 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661056 memory=279951739965952 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774800873872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661056 memory=139975869969167 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) S 17881 17884 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97136396 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774799821072 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661056 memory=279951852375424 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774755920752 139775196248706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661056 memory=139975869973775 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774754866720 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661056 memory=139975869991888 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661056 memory=139975869995866 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661056 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) R 17881 17884 15776 0 -1 4202560 593 0 0 0 6 0 0 0 20 0 15 0 97136401 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774751709552 139775175925974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661056 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) R 17881 17884 15776 0 -1 4202560 1299 0 0 0 8 0 0 0 20 0 15 0 97136401 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774750638320 139775179734398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661056 memory=139975982397056 CPUtime=0.12 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) S 17881 17884 15776 0 -1 1077944384 946 0 0 0 12 0 0 0 20 0 15 0 97136401 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774749603952 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661056 memory=139975982425468 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 27653 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 110612 KiB

[startup+0.706768 s]
/proc/loadavg: 2.08 1.56 1.42 4/219 17899
/proc/meminfo: memFree=22809644/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661056 memory=476912 CPUtime=1.66 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 11996 0 0 0 123 43 0 0 20 0 15 0 97136395 10916921344 119228 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665264 119228 3088 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661056 memory=56 CPUtime=0.52 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) S 17881 17884 15776 0 -1 1077944384 5212 0 0 0 46 6 0 0 20 0 15 0 97136395 10916921344 119740 33554432000 4194304 4196468 140721697697376 139775200476816 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661056 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) R 17881 17884 15776 0 -1 4202560 486 0 0 0 7 8 0 0 20 0 15 0 97136396 10916921344 119740 33554432000 4194304 4196468 140721697697376 139775148858000 139775181233505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661056 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) R 17881 17884 15776 0 -1 4202560 260 0 0 0 6 9 0 0 20 0 15 0 97136396 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774801926672 139775189340276 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661056 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) R 17881 17884 15776 0 -1 4202560 348 0 0 0 7 8 0 0 20 0 15 0 97136396 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774800873760 139775189340573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661056 memory=8320808402719684661 CPUtime=0.16 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) R 17881 17884 15776 0 -1 4202560 507 0 0 0 7 9 0 0 20 0 15 0 97136396 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774799821072 139775189337259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661056 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774755919296 139775196247765 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661056 memory=796 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774754866720 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661056 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97136398 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661056 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661056 memory=1200 CPUtime=0.14 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) S 17881 17884 15776 0 -1 1077944384 916 0 0 0 14 0 0 0 20 0 15 0 97136401 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774751709552 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661056 memory=12136 CPUtime=0.2 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) S 17881 17884 15776 0 -1 1077944384 1837 0 0 0 20 0 0 0 20 0 15 0 97136401 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774750656752 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661056 memory=1008 CPUtime=0.13 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) S 17881 17884 15776 0 -1 1077944384 978 0 0 0 13 0 0 0 20 0 15 0 97136401 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774749603952 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661056 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661056 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97136401 10916921344 119740 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 476912 KiB

[startup+1.50077 s]
/proc/loadavg: 2.08 1.56 1.42 4/219 17899
/proc/meminfo: memFree=22533548/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661056 memory=886136 CPUtime=3.56 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 15549 0 0 0 270 86 0 0 20 0 15 0 97136395 10916921344 221534 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665264 221534 3098 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661056 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) R 17881 17884 15776 0 -1 4202560 5271 0 0 0 89 13 0 0 20 0 15 0 97136395 10916921344 221534 33554432000 4194304 4196468 140721697697376 139775200476816 139775196259485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661056 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) S 17881 17884 15776 0 -1 1077944384 672 0 0 0 25 17 0 0 20 0 15 0 97136396 10916921344 221534 33554432000 4194304 4196468 140721697697376 139775148858000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661056 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) S 17881 17884 15776 0 -1 1077944384 428 0 0 0 26 18 0 0 20 0 15 0 97136396 10916921344 221534 33554432000 4194304 4196468 140721697697376 139774801926672 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661056 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) S 17881 17884 15776 0 -1 1077944384 497 0 0 0 24 18 0 0 20 0 15 0 97136396 10916921344 221534 33554432000 4194304 4196468 140721697697376 139774800873872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661056 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) S 17881 17884 15776 0 -1 1077944384 695 0 0 0 25 18 0 0 20 0 15 0 97136396 10916921344 221534 33554432000 4194304 4196468 140721697697376 139774799821072 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 893 0 0 0 1 0 0 0 20 0 15 0 97136398 10916921344 221534 33554432000 4194304 4196468 140721697697376 139774755920752 139775196248706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0

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

[pid=17884/tid=17898] ppid=17881 vsize=10661132 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661132 memory=28100 CPUtime=0.09 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 598 0 0 0 3 6 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 339.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8312236 KiB

[startup+116.001 s]*
/proc/loadavg: 3.78 2.21 1.66 6/219 17980
/proc/meminfo: memFree=8938948/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661132 memory=8312236 CPUtime=342.82 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 133451 0 0 0 33501 781 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665283 2078059 3189 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661132 memory=6791534058613427641 CPUtime=38.14 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) S 17881 17884 15776 0 -1 1077944384 17224 0 0 0 3790 24 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775200475440 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661132 memory=-7003737579269690708 CPUtime=74.64 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) R 17881 17884 15776 0 -1 4202560 13008 0 0 0 7289 175 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775148857888 139775181227202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661132 memory=15872 CPUtime=74.45 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) R 17881 17884 15776 0 -1 4202560 15012 0 0 0 7245 200 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774801926480 139775188865767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661132 memory=16276 CPUtime=74.4 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) R 17881 17884 15776 0 -1 4202560 14158 0 0 0 7258 182 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774800873992 139775188865767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661132 memory=18276 CPUtime=74.34 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) R 17881 17884 15776 0 -1 4202560 15012 0 0 0 7247 187 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774799821192 139775188865767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661132 memory=4048 CPUtime=2.79 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 33990 0 0 0 276 3 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774755919296 139775196247765 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661132 memory=8312236 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774754866784 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661132 memory=288286675455705853 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661132 memory=3762257447922980699 CPUtime=1.85 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) S 17881 17884 15776 0 -1 1077944384 8115 0 0 0 184 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774751709552 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661132 memory=288286675455705853 CPUtime=1.46 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) S 17881 17884 15776 0 -1 1077944384 8428 0 0 0 145 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774750656512 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661132 memory=3762257447922980699 CPUtime=0.55 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) S 17881 17884 15776 0 -1 1077944384 6515 0 0 0 54 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774749604000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661132 memory=7449633695975627116 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661132 memory=7665244661705632356 CPUtime=0.09 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 598 0 0 0 3 6 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 342.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8312236 KiB

[startup+116.401 s]
/proc/loadavg: 3.78 2.21 1.66 6/219 17980
/proc/meminfo: memFree=8938948/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661132 memory=8312236 CPUtime=344.34 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 133579 0 0 0 33653 781 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665283 2078059 3189 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661132 memory=28100 CPUtime=38.14 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) S 17881 17884 15776 0 -1 1077944384 17224 0 0 0 3790 24 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775200475440 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661132 memory=6791534058613427641 CPUtime=75.04 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) R 17881 17884 15776 0 -1 4202560 13136 0 0 0 7328 176 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775148857888 139775189334376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661132 memory=1584 CPUtime=74.84 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) R 17881 17884 15776 0 -1 4202560 15012 0 0 0 7283 201 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774801926480 139775188865767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661132 memory=928 CPUtime=74.79 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) R 17881 17884 15776 0 -1 4202560 14158 0 0 0 7296 183 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774800873992 139775188865767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661132 memory=2236 CPUtime=74.72 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) R 17881 17884 15776 0 -1 4202560 15012 0 0 0 7285 187 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774799820880 139775188865767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661132 memory=4128 CPUtime=2.79 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 33990 0 0 0 276 3 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774755919296 139775196247765 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661132 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774754866784 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661132 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661132 memory=4620 CPUtime=1.85 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) S 17881 17884 15776 0 -1 1077944384 8115 0 0 0 184 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774751709552 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661132 memory=15872 CPUtime=1.46 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) S 17881 17884 15776 0 -1 1077944384 8428 0 0 0 145 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774750656512 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661132 memory=16276 CPUtime=0.55 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) S 17881 17884 15776 0 -1 1077944384 6515 0 0 0 54 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774749604000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661132 memory=18276 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661132 memory=18276 CPUtime=0.09 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 598 0 0 0 3 6 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 344.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8312236 KiB

[startup+116.801 s]
/proc/loadavg: 3.78 2.21 1.66 6/219 17980
/proc/meminfo: memFree=8938948/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661132 memory=8312236 CPUtime=345.9 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 133579 0 0 0 33807 783 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665283 2078059 3189 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661132 memory=6791534058613427641 CPUtime=38.14 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) S 17881 17884 15776 0 -1 1077944384 17224 0 0 0 3790 24 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775200475440 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661132 memory=2588 CPUtime=75.44 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) R 17881 17884 15776 0 -1 4202560 13136 0 0 0 7368 176 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775148857888 139775180937600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661132 memory=2588 CPUtime=75.22 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) R 17881 17884 15776 0 -1 4202560 15012 0 0 0 7321 201 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774801926792 139775188865767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661132 memory=4108 CPUtime=75.16 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) R 17881 17884 15776 0 -1 4202560 14158 0 0 0 7333 183 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774800873992 139775188865767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661132 memory=1292 CPUtime=75.11 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) R 17881 17884 15776 0 -1 4202560 15012 0 0 0 7323 188 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774799820880 139775188865767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661132 memory=8312236 CPUtime=2.79 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) S 17881 17884 15776 0 -1 1077944384 33990 0 0 0 276 3 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774755919296 139775196247765 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661132 memory=8312236 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774754866784 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661132 memory=8312224 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661132 memory=2444 CPUtime=1.85 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) S 17881 17884 15776 0 -1 1077944384 8115 0 0 0 184 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774751709552 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661132 memory=1832 CPUtime=1.46 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) S 17881 17884 15776 0 -1 1077944384 8428 0 0 0 145 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774750656512 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661132 memory=1948 CPUtime=0.55 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) S 17881 17884 15776 0 -1 1077944384 6515 0 0 0 54 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774749604000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661132 memory=7288 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661132 memory=836 CPUtime=0.09 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 598 0 0 0 3 6 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 345.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8312236 KiB

[startup+116.901 s]
/proc/loadavg: 3.78 2.21 1.66 6/219 17980
/proc/meminfo: memFree=8938948/32770624 swapFree=67108860/67108860
[pid=17884] ppid=17881 vsize=10661132 memory=8312236 CPUtime=346.15 cores=1,3,5,7
/proc/17884/stat : 17884 (java) S 17881 17884 15776 0 -1 1077944320 133707 0 0 0 33832 783 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 140721697679920 139775196237559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
/proc/17884/statm: 2665283 2078059 3189 1 0 2627263 0
[pid=17884/tid=17886] ppid=17881 vsize=10661132 memory=8312236 CPUtime=38.14 cores=1,3,5,7
/proc/17884/task/17886/stat : 17886 (java) S 17881 17884 15776 0 -1 1077944384 17224 0 0 0 3790 24 0 0 20 0 15 0 97136395 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775200475440 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17887] ppid=17881 vsize=10661132 memory=8312236 CPUtime=75.49 cores=1,3,5,7
/proc/17884/task/17887/stat : 17887 (java) S 17881 17884 15776 0 -1 1077944384 13136 0 0 0 7373 176 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139775148858000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17888] ppid=17881 vsize=10661132 memory=8312236 CPUtime=75.27 cores=1,3,5,7
/proc/17884/task/17888/stat : 17888 (java) S 17881 17884 15776 0 -1 1077944384 15012 0 0 0 7326 201 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774801926672 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17889] ppid=17881 vsize=10661132 memory=8312232 CPUtime=75.21 cores=1,3,5,7
/proc/17884/task/17889/stat : 17889 (java) S 17881 17884 15776 0 -1 1077944384 14158 0 0 0 7338 183 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774800873872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17890] ppid=17881 vsize=10661132 memory=8312040 CPUtime=75.16 cores=1,3,5,7
/proc/17884/task/17890/stat : 17890 (java) S 17881 17884 15776 0 -1 1077944384 15012 0 0 0 7328 188 0 0 20 0 15 0 97136396 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774799821072 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17891] ppid=17881 vsize=10661132 memory=0 CPUtime=2.84 cores=1,3,5,7
/proc/17884/task/17891/stat : 17891 (java) R 17881 17884 15776 0 -1 4202560 34118 0 0 0 281 3 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774755919296 139775174607739 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17892] ppid=17881 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17892/stat : 17892 (java) S 17881 17884 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774754866784 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17893] ppid=17881 vsize=10661132 memory=7519160248505887082 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17893/stat : 17893 (java) S 17881 17884 15776 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97136398 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774753813872 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17894] ppid=17881 vsize=10661132 memory=8312176 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17894/stat : 17894 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774752762192 139775196256155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17895] ppid=17881 vsize=10661132 memory=8312176 CPUtime=1.85 cores=1,3,5,7
/proc/17884/task/17895/stat : 17895 (java) S 17881 17884 15776 0 -1 1077944384 8115 0 0 0 184 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774751709552 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17896] ppid=17881 vsize=10661132 memory=8312236 CPUtime=1.46 cores=1,3,5,7
/proc/17884/task/17896/stat : 17896 (java) S 17881 17884 15776 0 -1 1077944384 8428 0 0 0 145 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774750656512 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17897] ppid=17881 vsize=10661132 memory=3844 CPUtime=0.55 cores=1,3,5,7
/proc/17884/task/17897/stat : 17897 (java) S 17881 17884 15776 0 -1 1077944384 6515 0 0 0 54 1 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774749604000 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17898] ppid=17881 vsize=10661132 memory=164 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17898/stat : 17898 (java) S 17881 17884 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774748551392 139775196247765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
[pid=17884/tid=17899] ppid=17881 vsize=10661132 memory=6944656592387989600 CPUtime=0.09 cores=1,3,5,7
/proc/17884/task/17899/stat : 17899 (java) S 17881 17884 15776 0 -1 1077944384 598 0 0 0 3 6 0 0 20 0 15 0 97136401 10916999168 2078059 33554432000 4194304 4196468 140721697697376 139774747499696 139775196248706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140721697703068 140721697703177 140721697703177 140721697705935 0
Current children cumulated CPU time: 346.15 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8312236 KiB

Child status: 1
Real time (s): 116.999
CPU time (s): 346.269
CPU user time (s): 338.405
CPU system time (s): 7.86405
CPU usage (%): 295.96
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8312236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 338.405
system time used= 7.86405
maximum resident set size= 8312244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7400
involuntary context switches= 3216


# summary of solver processes directly reported to runsolver:
#   pid: 17884
#   total CPU time (s): 346.269
#   total CPU user time (s): 338.405
#   total CPU system time (s): 7.86405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.750995 second user time and 1.21402 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 18:35:32
IDJOB=4298972
IDBENCH=141277
IDSOLVER=2765
FILE ID=node132/4298972-1532795731
RUNJOBID= node132-1532775768-15808
PBS_JOBID= 21022466
Free space on /tmp= 51672 MiB

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

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

MD5SUM BENCH= 4cd5aede9cdfae4f3fb25eb1dc6a899d
RANDOM SEED=1554372203

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:        23090996 kB
MemAvailable:   31713680 kB
Buffers:          207096 kB
Cached:          8620728 kB
SwapCached:            0 kB
Active:          3194012 kB
Inactive:        5905028 kB
Active(anon):     221456 kB
Inactive(anon):    77832 kB
Active(file):    2972556 kB
Inactive(file):  5827196 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            379204 kB
Writeback:             0 kB
AnonPages:        278340 kB
Mapped:            54928 kB
Shmem:             25248 kB
Slab:             279040 kB
SReclaimable:     251392 kB
SUnreclaim:        27648 kB
KernelStack:        3568 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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= 51536 MiB
End job on node132 at 2018-07-28 18:37:29