Trace number 4299010

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
The dodo solver 2018-04-29? 377.737 132.187

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-test03-0400_c18.xml
MD5SUM29f041b3bfd87680276f887da1fa13d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark287165498
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints4370
Number of domains85
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":8},{"size":2,"count":2413},{"size":11,"count":2021},{"size":12,"count":1},{"size":21,"count":15},{"size":26,"count":8},{"size":29,"count":37},{"size":31,"count":9},{"size":32,"count":9},{"size":33,"count":36},{"size":35,"count":22},{"size":37,"count":62},{"size":41,"count":51},{"size":43,"count":13},{"size":44,"count":6},{"size":47,"count":16},{"size":49,"count":20},{"size":51,"count":47},{"size":53,"count":8},{"size":55,"count":14},{"size":56,"count":16},{"size":57,"count":3},{"size":59,"count":3},{"size":61,"count":30},{"size":63,"count":21},"...",{"size":91,"count":18}, {"size":93,"count":6}, {"size":94,"count":7}, {"size":97,"count":4}, {"size":99,"count":11}, {"size":101,"count":31}, {"size":103,"count":5}, {"size":105,"count":6}, {"size":107,"count":14}, {"size":109,"count":15}, {"size":113,"count":11}, {"size":115,"count":20}, {"size":117,"count":3}, {"size":123,"count":35}, {"size":127,"count":5}, {"size":135,"count":20}, {"size":136,"count":127}, {"size":137,"count":28}, {"size":153,"count":82}, {"size":158,"count":107}, {"size":160,"count":191}, {"size":163,"count":78}, {"size":165,"count":126}, {"size":167,"count":89}, {"size":175,"count":655}]
Minimum variable degree2
Maximum variable degree2022
Distribution of variable degrees[{"degree":2,"count":6063},{"degree":3,"count":3},{"degree":4,"count":12},{"degree":5,"count":22},{"degree":6,"count":42},{"degree":7,"count":47},{"degree":8,"count":59},{"degree":9,"count":62},{"degree":10,"count":77},{"degree":11,"count":88},{"degree":12,"count":91},{"degree":13,"count":96},{"degree":14,"count":131},{"degree":15,"count":70},{"degree":2022,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":328},{"arity":3,"count":2021},{"arity":6,"count":2021}]
Number of extensional constraints4370
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4370}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
377.40/132.10	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
377.64/132.16		at minicp.util.BitSet.<init>(BitSet.java:11)
377.64/132.16		at minicp.engine.constraints.TableCT.<init>(TableCT.java:67)
377.64/132.16		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:151)
377.64/132.16		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
377.64/132.16		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
377.64/132.16		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
377.64/132.16		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
377.64/132.16		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
377.64/132.16		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
377.64/132.16		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
377.64/132.16		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
377.64/132.16		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
377.64/132.16		at xcsp3.XCSP3.<init>(XCSP3.java:80)
377.64/132.16		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
377.64/132.16		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
377.64/132.16	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 (14990 MiB free)
  memory of node 1: 16384 MiB (11226 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.102435 s]*
/proc/loadavg: 1.83 1.73 1.69 4/216 30109
/proc/meminfo: memFree=26830012/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10658972 memory=27492 CPUtime=0.13 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 5294 0 0 0 12 1 0 0 20 0 15 0 97410788 10914787328 6873 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2664743 6873 2825 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10658972 memory=-8269626465541459071 CPUtime=0.09 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) R 30091 30094 27678 0 -1 4202560 3111 0 0 0 9 0 0 0 20 0 15 0 97410788 10914787328 6873 33554432000 4194304 4196468 140735084735904 139719874831504 139719862840126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10914787328 6873 33554432000 4194304 4196468 140735084735904 139719796677008 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10658972 memory=139813307012736 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10914787328 6873 33554432000 4194304 4196468 140735084735904 139719795624208 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10914787328 6873 33554432000 4194304 4196468 140735084735904 139719794571920 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30091 30094 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97410789 10914787328 6873 33554432000 4194304 4196468 140735084735904 139719793519120 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10658972 memory=139813307012736 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97410790 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718905801328 139719870614146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97410791 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718904747296 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97410791 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30091 30094 27678 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 15 0 97410793 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718901590128 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) R 30091 30094 27678 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 97410793 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718900537328 139719870614146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10658972 memory=139813307012736 CPUtime=0.02 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) R 30091 30094 27678 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 97410793 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718899485040 139719854683486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10658972 memory=139813307012736 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410794 10914787328 6873 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27492 KiB

[startup+0.210609 s]*
/proc/loadavg: 1.83 1.73 1.69 4/216 30109
/proc/meminfo: memFree=26817732/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661056 memory=40224 CPUtime=0.34 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 8243 0 0 0 32 2 0 0 20 0 15 0 97410788 10916921344 10056 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665264 10056 2974 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30091 30094 27678 0 -1 1077944384 5122 0 0 0 19 1 0 0 20 0 15 0 97410788 10916921344 10056 33554432000 4194304 4196468 140735084735904 139719874841600 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 10056 33554432000 4194304 4196468 140735084735904 139719796677008 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661056 memory=288370189458724480 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 10056 33554432000 4194304 4196468 140735084735904 139719795624208 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 10056 33554432000 4194304 4196468 140735084735904 139719794571920 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30091 30094 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 10056 33554432000 4194304 4196468 140735084735904 139719793519120 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661056 memory=139813307012736 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97410790 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718905801328 139719870614146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97410791 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718904747296 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97410791 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) R 30091 30094 27678 0 -1 1077944384 594 0 0 0 2 0 0 0 20 0 15 0 97410793 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718901590128 139719870614146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) R 30091 30094 27678 0 -1 4202560 326 0 0 0 2 0 0 0 20 0 15 0 97410793 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718900537328 139719870624346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10661056 memory=139813307012736 CPUtime=0.08 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) R 30091 30094 27678 0 -1 4202560 833 0 0 0 8 0 0 0 20 0 15 0 97410793 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718899480984 139719849557328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661056 memory=139813307012736 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410794 10916921344 10056 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40224 KiB

[startup+0.310808 s]*
/proc/loadavg: 1.83 1.73 1.69 5/216 30109
/proc/meminfo: memFree=26761076/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661056 memory=105164 CPUtime=0.6 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 9510 0 0 0 56 4 0 0 20 0 15 0 97410788 10916921344 26291 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665264 26291 3052 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661056 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) R 30091 30094 27678 0 -1 4202560 5158 0 0 0 27 2 0 0 20 0 15 0 97410788 10916921344 26291 33554432000 4194304 4196468 140735084735904 139719874841072 139719870624925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661056 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 26291 33554432000 4194304 4196468 140735084735904 139719796677008 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661056 memory=288370189458724480 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 26291 33554432000 4194304 4196468 140735084735904 139719795624208 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 26291 33554432000 4194304 4196468 140735084735904 139719794571920 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30091 30094 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97410789 10916921344 26291 33554432000 4194304 4196468 140735084735904 139719793519120 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661056 memory=139813307012736 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97410790 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718905801328 139719870614146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97410791 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718904747296 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97410791 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10661056 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) R 30091 30094 27678 0 -1 4202560 1418 0 0 0 9 0 0 0 20 0 15 0 97410793 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718901571144 139719851303296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10661056 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30091 30094 27678 0 -1 1077944384 690 0 0 0 7 0 0 0 20 0 15 0 97410793 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718900537328 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10661056 memory=139813307012736 CPUtime=0.12 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30091 30094 27678 0 -1 1077944384 890 0 0 0 12 0 0 0 20 0 15 0 97410793 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718899485040 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661056 memory=139813307012736 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410794 10916921344 26291 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 105164 KiB

[startup+0.700808 s]
/proc/loadavg: 1.83 1.73 1.69 4/216 30109
/proc/meminfo: memFree=26563976/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661056 memory=442136 CPUtime=1.57 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 11414 0 0 0 117 40 0 0 20 0 15 0 97410788 10916921344 110534 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665264 110534 3081 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661056 memory=1788 CPUtime=0.52 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30091 30094 27678 0 -1 1077944384 5190 0 0 0 48 4 0 0 20 0 15 0 97410788 10916921344 110534 33554432000 4194304 4196468 140735084735904 139719874842256 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661056 memory=860 CPUtime=0.13 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) R 30091 30094 27678 0 -1 4202560 190 0 0 0 5 8 0 0 20 0 15 0 97410789 10916921344 110534 33554432000 4194304 4196468 140735084735904 139719796677008 139719863706057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661056 memory=12556 CPUtime=0.14 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) R 30091 30094 27678 0 -1 4202560 203 0 0 0 6 8 0 0 20 0 15 0 97410789 10916921344 110534 33554432000 4194304 4196468 140735084735904 139719795624208 139719863705716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661056 memory=756 CPUtime=0.14 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) R 30091 30094 27678 0 -1 4202560 200 0 0 0 6 8 0 0 20 0 15 0 97410789 10916921344 110534 33554432000 4194304 4196468 140735084735904 139719794571920 139719863705716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661056 memory=1616 CPUtime=0.13 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) R 30091 30094 27678 0 -1 4202560 201 0 0 0 5 8 0 0 20 0 15 0 97410789 10916921344 110534 33554432000 4194304 4196468 140735084735904 139719793519320 139719863705971 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661056 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97410790 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718905799840 139719870613205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10661056 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97410791 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718904747296 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10661056 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97410791 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10661056 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10661056 memory=7523093115782322283 CPUtime=0.19 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30091 30094 27678 0 -1 1077944384 1934 0 0 0 19 0 0 0 20 0 15 0 97410793 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718901590128 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10661056 memory=5787213827130353767 CPUtime=0.12 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30091 30094 27678 0 -1 1077944384 1100 0 0 0 12 0 0 0 20 0 15 0 97410793 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718900537328 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30091 30094 27678 0 -1 1077944384 952 0 0 0 12 0 0 0 20 0 15 0 97410793 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718899485040 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661056 memory=33 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97410794 10916921344 110534 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 442136 KiB

[startup+1.50072 s]
/proc/loadavg: 1.83 1.73 1.69 3/216 30109
/proc/meminfo: memFree=26306676/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661056 memory=882228 CPUtime=3.39 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 12984 0 0 0 253 86 0 0 20 0 15 0 97410788 10916921344 220557 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665264 220557 3099 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661056 memory=6791534058613427641 CPUtime=1.03 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) R 30091 30094 27678 0 -1 4202560 5249 0 0 0 92 11 0 0 20 0 15 0 97410788 10916921344 220557 33554432000 4194304 4196468 140735084735904 139719874842256 139719870624925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661056 memory=-6951259422114956437 CPUtime=0.41 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30091 30094 27678 0 -1 1077944384 333 0 0 0 24 17 0 0 20 0 15 0 97410789 10916921344 220557 33554432000 4194304 4196468 140735084735904 139719796677008 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661056 memory=-6509546260019855299 CPUtime=0.42 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30091 30094 27678 0 -1 1077944384 359 0 0 0 25 17 0 0 20 0 15 0 97410789 10916921344 220557 33554432000 4194304 4196468 140735084735904 139719795624208 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661056 memory=-7390251449858225344 CPUtime=0.41 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30091 30094 27678 0 -1 1077944384 353 0 0 0 24 17 0 0 20 0 15 0 97410789 10916921344 220557 33554432000 4194304 4196468 140735084735904 139719794571920 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661056 memory=4134692831991786133 CPUtime=0.42 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30091 30094 27678 0 -1 1077944384 374 0 0 0 23 19 0 0 20 0 15 0 97410789 10916921344 220557 33554432000 4194304 4196468 140735084735904 139719793519120 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 844 0 0 0 1 0 0 0 20 0 15 0 97410790 10916921344 220557 33554432000 4194304 4196468 140735084735904 139718905801328 139719870614146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0

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

[pid=30094/tid=30108] ppid=30091 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661132 memory=12556 CPUtime=0.08 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 432 0 0 0 5 3 0 0 20 0 15 0 97410794 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 368.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8310048 KiB

[startup+131.201 s]
/proc/loadavg: 4.30 2.45 1.94 6/216 30190
/proc/meminfo: memFree=10432544/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661132 memory=8310048 CPUtime=374.2 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 131807 0 0 0 36604 816 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665283 2077512 3205 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661132 memory=2260 CPUtime=46.78 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30091 30094 27678 0 -1 1077944384 13856 0 0 0 4638 40 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719874841456 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661132 memory=6791534058613427641 CPUtime=80.23 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) R 30091 30094 27678 0 -1 4202560 16193 0 0 0 7825 198 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719796677008 139719855553604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661132 memory=756 CPUtime=79.97 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) R 30091 30094 27678 0 -1 4202560 17043 0 0 0 7806 191 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719795624208 139719855300751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661132 memory=1616 CPUtime=79.99 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) R 30091 30094 27678 0 -1 4202560 15322 0 0 0 7817 182 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719794571816 139719863231207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661132 memory=1836 CPUtime=79.97 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) R 30091 30094 27678 0 -1 4202560 17514 0 0 0 7803 194 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719793519320 139719855553604 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661132 memory=1132 CPUtime=3.55 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 30867 0 0 0 353 2 0 0 20 0 15 0 97410790 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718905799664 139719870613205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10661132 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718904747360 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10661132 memory=5500 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10661132 memory=4460 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10661132 memory=1380 CPUtime=1.45 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30091 30094 27678 0 -1 1077944384 7303 0 0 0 144 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718901590128 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10661132 memory=8310048 CPUtime=1.52 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30091 30094 27678 0 -1 1077944384 6399 0 0 0 152 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718900537328 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10661132 memory=15184 CPUtime=0.52 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30091 30094 27678 0 -1 1077944384 5427 0 0 0 51 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718899484800 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10661132 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661132 memory=14256 CPUtime=0.08 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 434 0 0 0 5 3 0 0 20 0 15 0 97410794 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 374.2 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8310048 KiB

[startup+131.601 s]
/proc/loadavg: 4.30 2.45 1.94 6/216 30190
/proc/meminfo: memFree=10432544/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661132 memory=8310048 CPUtime=375.78 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 131807 0 0 0 36762 816 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665283 2077512 3205 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661132 memory=1836 CPUtime=46.78 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30091 30094 27678 0 -1 1077944384 13856 0 0 0 4638 40 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719874841456 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661132 memory=3872 CPUtime=80.63 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) R 30091 30094 27678 0 -1 4202560 16193 0 0 0 7865 198 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719796677008 139719855553604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661132 memory=28108 CPUtime=80.37 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) R 30091 30094 27678 0 -1 4202560 17043 0 0 0 7846 191 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719795624408 139719855446871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661132 memory=6791534058613427641 CPUtime=80.37 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) R 30091 30094 27678 0 -1 4202560 15322 0 0 0 7855 182 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719794571816 139719863231207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661132 memory=279626397013376 CPUtime=80.37 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) R 30091 30094 27678 0 -1 4202560 17514 0 0 0 7843 194 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719793519320 139719855300557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661132 memory=288286696947319671 CPUtime=3.55 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 30867 0 0 0 353 2 0 0 20 0 15 0 97410790 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718905799664 139719870613205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718904747360 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10661132 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30091 30094 27678 0 -1 1077944384 7303 0 0 0 144 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718901590128 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10661132 memory=139813307029473 CPUtime=1.52 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30091 30094 27678 0 -1 1077944384 6399 0 0 0 152 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718900537328 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10661132 memory=7739546372060768110 CPUtime=0.52 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30091 30094 27678 0 -1 1077944384 5427 0 0 0 51 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718899484800 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10661132 memory=7597132098393106257 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661132 memory=7156367418847831697 CPUtime=0.08 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 434 0 0 0 5 3 0 0 20 0 15 0 97410794 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 375.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8310048 KiB

[startup+132.005 s]*
/proc/loadavg: 4.60 2.54 1.98 9/216 30190
/proc/meminfo: memFree=10413616/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661132 memory=8310048 CPUtime=377.4 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 131904 0 0 0 36924 816 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665283 2077512 3205 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661132 memory=6791534058613427641 CPUtime=46.78 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30091 30094 27678 0 -1 1077944384 13856 0 0 0 4638 40 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719874841456 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661132 memory=4460 CPUtime=81.04 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) R 30091 30094 27678 0 -1 4202560 16211 0 0 0 7906 198 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719796677008 139719855301779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661132 memory=1380 CPUtime=80.78 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) R 30091 30094 27678 0 -1 4202560 17089 0 0 0 7887 191 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719795624208 139719855599645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661132 memory=1160 CPUtime=80.76 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) R 30091 30094 27678 0 -1 4202560 15323 0 0 0 7894 182 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719794572120 139719855599645 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661132 memory=15184 CPUtime=80.78 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) R 30091 30094 27678 0 -1 4202560 17546 0 0 0 7884 194 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719793519120 139719855301792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661132 memory=14256 CPUtime=3.56 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30091 30094 27678 0 -1 1077944384 30867 0 0 0 354 2 0 0 20 0 15 0 97410790 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718905799888 139719870613205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10661132 memory=16424 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718904747360 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10661132 memory=1180 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10661132 memory=504 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10661132 memory=1720 CPUtime=1.45 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30091 30094 27678 0 -1 1077944384 7303 0 0 0 144 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718901590128 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10661132 memory=928 CPUtime=1.52 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30091 30094 27678 0 -1 1077944384 6399 0 0 0 152 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718900537328 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10661132 memory=2336 CPUtime=0.52 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30091 30094 27678 0 -1 1077944384 5427 0 0 0 51 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718899484800 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10661132 memory=932 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661132 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 434 0 0 0 5 3 0 0 20 0 15 0 97410794 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 377.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8310048 KiB

[startup+132.111 s]
/proc/loadavg: 4.60 2.54 1.98 9/216 30190
/proc/meminfo: memFree=10413616/32770624 swapFree=67108496/67108860
[pid=30094] ppid=30091 vsize=10661132 memory=8310048 CPUtime=377.64 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30091 30094 27678 0 -1 1077944320 131992 0 0 0 36948 816 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 140735084718448 139719870602999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
/proc/30094/statm: 2665283 2077512 3205 1 0 2627263 0
[pid=30094/tid=30096] ppid=30091 vsize=10661132 memory=8310048 CPUtime=46.79 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30091 30094 27678 0 -1 1077944384 13905 0 0 0 4638 41 0 0 20 0 15 0 97410788 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719874836240 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30097] ppid=30091 vsize=10661132 memory=8310048 CPUtime=81.08 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30091 30094 27678 0 -1 1077944384 16214 0 0 0 7910 198 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719796677008 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30098] ppid=30091 vsize=10661132 memory=8310048 CPUtime=80.83 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30091 30094 27678 0 -1 1077944384 17092 0 0 0 7892 191 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719795624208 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30099] ppid=30091 vsize=10661132 memory=8309788 CPUtime=80.81 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30091 30094 27678 0 -1 1077944384 15351 0 0 0 7899 182 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719794571920 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30100] ppid=30091 vsize=10661132 memory=8310044 CPUtime=80.83 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30091 30094 27678 0 -1 1077944384 17546 0 0 0 7889 194 0 0 20 0 15 0 97410789 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139719793519120 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30101] ppid=30091 vsize=10661132 memory=8310048 CPUtime=3.61 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) R 30091 30094 27678 0 -1 4202560 30872 0 0 0 359 2 0 0 20 0 15 0 97410790 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718905799648 139719854957609 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30102] ppid=30091 vsize=10661132 memory=8310048 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30091 30094 27678 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718904747360 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30103] ppid=30091 vsize=10661132 memory=131429421811946 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30091 30094 27678 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97410791 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718903694960 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30104] ppid=30091 vsize=10661132 memory=3872 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718902643280 139719870621595 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30105] ppid=30091 vsize=10661132 memory=28108 CPUtime=1.45 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30091 30094 27678 0 -1 1077944384 7303 0 0 0 144 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718901590128 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30106] ppid=30091 vsize=10661132 memory=8310048 CPUtime=1.52 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30091 30094 27678 0 -1 1077944384 6399 0 0 0 152 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718900537328 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30107] ppid=30091 vsize=10661132 memory=8310048 CPUtime=0.52 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30091 30094 27678 0 -1 1077944384 5427 0 0 0 51 1 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718899485040 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30108] ppid=30091 vsize=10661132 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30091 30094 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97410793 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718898432480 139719870613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
[pid=30094/tid=30109] ppid=30091 vsize=10661132 memory=2260 CPUtime=0.08 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30091 30094 27678 0 -1 1077944384 434 0 0 0 5 3 0 0 20 0 15 0 97410794 10916999168 2077512 33554432000 4194304 4196468 140735084735904 139718897380272 139719870614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29913088 140735084741752 140735084741897 140735084741897 140735084744655 0
Current children cumulated CPU time: 377.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8310048 KiB

Child status: 1
Real time (s): 132.187
CPU time (s): 377.737
CPU user time (s): 369.537
CPU system time (s): 8.20077
CPU usage (%): 285.761
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8310048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.537
system time used= 8.20077
maximum resident set size= 8310048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8379
involuntary context switches= 4125


# summary of solver processes directly reported to runsolver:
#   pid: 30094
#   total CPU time (s): 377.737
#   total CPU user time (s): 369.537
#   total CPU system time (s): 8.20077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.959698 second user time and 1.22303 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 19:21:16
IDJOB=4299010
IDBENCH=141282
IDSOLVER=2768
FILE ID=node149/4299010-1532798474
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 42776 MiB

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

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

MD5SUM BENCH= 29f041b3bfd87680276f887da1fa13d6
RANDOM SEED=1922863673

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26847120 kB
MemAvailable:   31773380 kB
Buffers:          137884 kB
Cached:          5006844 kB
SwapCached:           60 kB
Active:          2200612 kB
Inactive:        3155956 kB
Active(anon):     161664 kB
Inactive(anon):    78000 kB
Active(file):    2038948 kB
Inactive(file):  3077956 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:            491984 kB
Writeback:             0 kB
AnonPages:        219660 kB
Mapped:            47192 kB
Shmem:             25040 kB
Slab:             266320 kB
SReclaimable:     237816 kB
SUnreclaim:        28504 kB
KernelStack:        3536 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1071748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 42420 MiB
End job on node149 at 2018-07-28 19:23:28