Trace number 4291383

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02SAT 7.92381 2.91758

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-04-05_c18.xml
MD5SUM340365fb59c69c653973bf6f753c5e6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.5247
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints9
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":20}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":20}]
Minimum constraint arity4
Maximum constraint arity5
Distribution of constraint arities[{"arity":4,"count":5},{"arity":5,"count":4}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1049790236
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.62/0.98	c Parsing done, starting search...
7.40/2.89	s SATISFIABLE
7.40/2.89	v <instantiation>
7.40/2.89	v 	<list>
7.40/2.89	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4]
7.40/2.89	v 	</list>
7.40/2.89	v 	<values>
7.40/2.89	v 		25 14 20 17 25 24 23 13 4 17 12 4 6 8 4 14 17 0 13 6 
7.40/2.89	v 	</values>
7.40/2.89	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291383-1532661733/watcher-4291383-1532661733 -o /tmp/evaluation-result-4291383-1532661733/solver-4291383-1532661733 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532655391-10321 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1049790236 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291383-1532661733.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100143 s]*
/proc/loadavg: 7.88 8.61 8.76 2/199 11381
/proc/meminfo: memFree=12259048/32770624 swapFree=67108860/67108860
[pid=11361] ppid=11358 vsize=26103424 memory=29520 CPUtime=0.11 cores=0-7
/proc/11361/stat : 11361 (java) S 11358 11361 10294 0 -1 1077944320 6851 0 0 0 10 1 0 0 20 0 20 0 83736528 26729906176 7380 33554432000 4194304 4196468 140735279649216 140735279631760 140405541334775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
/proc/11361/statm: 6525856 7380 3140 1 0 6487932 0
[pid=11361/tid=11363] ppid=11358 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11361/task/11363/stat : 11363 (java) R 11358 11361 10294 0 -1 4202560 4917 0 0 0 8 1 0 0 20 0 20 0 83736528 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405545537904 140405521609910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11364] ppid=11358 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11361/task/11364/stat : 11364 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405502295056 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11365] ppid=11358 vsize=26103424 memory=140597357201024 CPUtime=0 cores=0-7
/proc/11361/task/11365/stat : 11365 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405098593424 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11366] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11366/stat : 11366 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405097540368 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11367] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11367/stat : 11367 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405096487824 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11368] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11368/stat : 11368 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405095434768 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11369] ppid=11358 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11361/task/11369/stat : 11369 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405094382224 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11370] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11370/stat : 11370 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405093329168 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11371] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11371/stat : 11371 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736530 26729906176 7380 33554432000 4194304 4196468 140735279649216 140405092276624 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11372] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11372/stat : 11372 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736531 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403746495216 140405541345922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11373] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11373/stat : 11373 (java) S 11358 11361 10294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83736531 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403745441440 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11374] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11374/stat : 11374 (java) S 11358 11361 10294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83736532 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403744388336 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11375] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11375/stat : 11375 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403743336912 140405541353371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11376] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11376/stat : 11376 (java) S 11358 11361 10294 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403742284016 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11377] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11377/stat : 11377 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403741231472 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11378] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11378/stat : 11378 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403740178416 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11379] ppid=11358 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11361/task/11379/stat : 11379 (java) S 11358 11361 10294 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 83736534 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403739125872 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11380] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11380/stat : 11380 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403738074080 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11381] ppid=11358 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11361/task/11381/stat : 11381 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736535 26729906176 7380 33554432000 4194304 4196468 140735279649216 140403737021616 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 29520 KiB

[startup+0.210192 s]*
/proc/loadavg: 7.88 8.61 8.76 3/199 11381
/proc/meminfo: memFree=12245468/32770624 swapFree=67108860/67108860
[pid=11361] ppid=11358 vsize=26103424 memory=43080 CPUtime=0.3 cores=0-7
/proc/11361/stat : 11361 (java) S 11358 11361 10294 0 -1 1077944320 10446 0 0 0 28 2 0 0 20 0 20 0 83736528 26729906176 10770 33554432000 4194304 4196468 140735279649216 140735279631760 140405541334775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
/proc/11361/statm: 6525856 10770 3329 1 0 6487932 0
[pid=11361/tid=11363] ppid=11358 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/11361/task/11363/stat : 11363 (java) R 11358 11361 10294 0 -1 4202560 8222 0 0 0 18 1 0 0 20 0 20 0 83736528 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405545561472 140405541346710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11364] ppid=11358 vsize=26103424 memory=12881 CPUtime=0 cores=0-7
/proc/11361/task/11364/stat : 11364 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405502295056 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11365] ppid=11358 vsize=26103424 memory=140597357665752 CPUtime=0 cores=0-7
/proc/11361/task/11365/stat : 11365 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405098593424 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11366] ppid=11358 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11361/task/11366/stat : 11366 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405097540368 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11367] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11367/stat : 11367 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405096487824 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11368] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11368/stat : 11368 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405095434768 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11369] ppid=11358 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11361/task/11369/stat : 11369 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405094382224 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11370] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11370/stat : 11370 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405093329168 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11371] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11371/stat : 11371 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736530 26729906176 10770 33554432000 4194304 4196468 140735279649216 140405092276624 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11372] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11372/stat : 11372 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736531 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403746495216 140405541345922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11373] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11373/stat : 11373 (java) S 11358 11361 10294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83736531 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403745441440 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11374] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11374/stat : 11374 (java) S 11358 11361 10294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83736532 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403744388336 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11375] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11375/stat : 11375 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403743336912 140405541353371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11376] ppid=11358 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11361/task/11376/stat : 11376 (java) S 11358 11361 10294 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 83736534 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403742284016 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11377] ppid=11358 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11361/task/11377/stat : 11377 (java) S 11358 11361 10294 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 83736534 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403741231472 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11378] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11378/stat : 11378 (java) R 11358 11361 10294 0 -1 4202560 181 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403740178416 140405519211984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11379] ppid=11358 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/11361/task/11379/stat : 11379 (java) R 11358 11361 10294 0 -1 4202560 285 0 0 0 6 0 0 0 20 0 20 0 83736534 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403739121600 140405525579337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11380] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11380/stat : 11380 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403738074080 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11381] ppid=11358 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11361/task/11381/stat : 11381 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736535 26729906176 10770 33554432000 4194304 4196468 140735279649216 140403737021616 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43080 KiB

[startup+0.310285 s]*
/proc/loadavg: 7.88 8.61 8.76 2/199 11381
/proc/meminfo: memFree=12241684/32770624 swapFree=67108860/67108860
[pid=11361] ppid=11358 vsize=26103424 memory=46764 CPUtime=0.42 cores=0-7
/proc/11361/stat : 11361 (java) S 11358 11361 10294 0 -1 1077944320 10891 0 0 0 40 2 0 0 20 0 20 0 83736528 26729906176 11691 33554432000 4194304 4196468 140735279649216 140735279631760 140405541334775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
/proc/11361/statm: 6525856 11691 3372 1 0 6487932 0
[pid=11361/tid=11363] ppid=11358 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/11361/task/11363/stat : 11363 (java) R 11358 11361 10294 0 -1 4202560 8573 0 0 0 28 2 0 0 20 0 20 0 83736528 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405545496512 140405521611600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11364] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11364/stat : 11364 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405502295056 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11365] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11365/stat : 11365 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405098593424 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11366] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11366/stat : 11366 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405097540368 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11367] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11367/stat : 11367 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405096487824 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11368] ppid=11358 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/11361/task/11368/stat : 11368 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405095434768 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11369] ppid=11358 vsize=26103424 memory=140597230924719 CPUtime=0 cores=0-7
/proc/11361/task/11369/stat : 11369 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405094382224 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11370] ppid=11358 vsize=26103424 memory=140597230927024 CPUtime=0 cores=0-7
/proc/11361/task/11370/stat : 11370 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405093329168 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11371] ppid=11358 vsize=26103424 memory=140597230929328 CPUtime=0 cores=0-7
/proc/11361/task/11371/stat : 11371 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736530 26729906176 11691 33554432000 4194304 4196468 140735279649216 140405092276624 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11372] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11372/stat : 11372 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736531 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403746495216 140405541345922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11373] ppid=11358 vsize=26103424 memory=281194461865616 CPUtime=0 cores=0-7
/proc/11361/task/11373/stat : 11373 (java) S 11358 11361 10294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83736531 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403745441440 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11374] ppid=11358 vsize=26103424 memory=281194461872528 CPUtime=0 cores=0-7
/proc/11361/task/11374/stat : 11374 (java) S 11358 11361 10294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83736532 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403744388336 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11375] ppid=11358 vsize=26103424 memory=281194461813808 CPUtime=0 cores=0-7
/proc/11361/task/11375/stat : 11375 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403743336912 140405541353371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11376] ppid=11358 vsize=26103424 memory=281194461886352 CPUtime=0.01 cores=0-7
/proc/11361/task/11376/stat : 11376 (java) S 11358 11361 10294 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 83736534 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403742284016 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11377] ppid=11358 vsize=26103424 memory=281194461893264 CPUtime=0.01 cores=0-7
/proc/11361/task/11377/stat : 11377 (java) S 11358 11361 10294 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 83736534 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403741231472 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11378] ppid=11358 vsize=26103424 memory=281194461890960 CPUtime=0.01 cores=0-7
/proc/11361/task/11378/stat : 11378 (java) S 11358 11361 10294 0 -1 1077944384 229 0 0 0 1 0 0 0 20 0 20 0 83736534 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403740178416 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11379] ppid=11358 vsize=26103424 memory=281194461907568 CPUtime=0.07 cores=0-7
/proc/11361/task/11379/stat : 11379 (java) S 11358 11361 10294 0 -1 1077944384 303 0 0 0 7 0 0 0 20 0 20 0 83736534 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403739125872 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11380] ppid=11358 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11380/stat : 11380 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736534 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403738074080 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11381] ppid=11358 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11361/task/11381/stat : 11381 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736535 26729906176 11691 33554432000 4194304 4196468 140735279649216 140403737021616 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46764 KiB

[startup+0.700909 s]
/proc/loadavg: 7.88 8.61 8.76 3/199 11381
/proc/meminfo: memFree=12218216/32770624 swapFree=67108860/67108860
[pid=11361] ppid=11358 vsize=26105492 memory=85600 CPUtime=0.99 cores=0-7
/proc/11361/stat : 11361 (java) S 11358 11361 10294 0 -1 1077944320 17781 0 0 0 94 5 0 0 20 0 20 0 83736528 26732023808 21400 33554432000 4194304 4196468 140735279649216 140735279631760 140405541334775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
/proc/11361/statm: 6526373 21400 3501 1 0 6488444 0
[pid=11361/tid=11363] ppid=11358 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/11361/task/11363/stat : 11363 (java) R 11358 11361 10294 0 -1 4202560 15062 0 0 0 63 4 0 0 20 0 20 0 83736528 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405545558944 140405541356701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11364] ppid=11358 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11364/stat : 11364 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736529 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405502295056 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11365] ppid=11358 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11365/stat : 11365 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736529 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405098593424 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11366] ppid=11358 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11366/stat : 11366 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405097540368 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11367] ppid=11358 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/11361/task/11367/stat : 11367 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405096487824 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11368] ppid=11358 vsize=26105492 memory=10608 CPUtime=0 cores=0-7
/proc/11361/task/11368/stat : 11368 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405095434768 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11369] ppid=11358 vsize=26105492 memory=4616 CPUtime=0 cores=0-7
/proc/11361/task/11369/stat : 11369 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405094382224 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11370] ppid=11358 vsize=26105492 memory=1428 CPUtime=0 cores=0-7
/proc/11361/task/11370/stat : 11370 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736529 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405093329168 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11371] ppid=11358 vsize=26105492 memory=15876 CPUtime=0 cores=0-7
/proc/11361/task/11371/stat : 11371 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736530 26732023808 21400 33554432000 4194304 4196468 140735279649216 140405092276624 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11372] ppid=11358 vsize=26105492 memory=16436 CPUtime=0 cores=0-7
/proc/11361/task/11372/stat : 11372 (java) S 11358 11361 10294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83736531 26732023808 21400 33554432000 4194304 4196468 140735279649216 140403746495216 140405541345922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0

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

[pid=11361/tid=11375] ppid=11358 vsize=26111636 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/11361/task/11375/stat : 11375 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83736534 26738315264 61002 33554432000 4194304 4196468 140735279649216 140403743336912 140405541353371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11376] ppid=11358 vsize=26111636 memory=14134428972616243 CPUtime=0.48 cores=0-7
/proc/11361/task/11376/stat : 11376 (java) S 11358 11361 10294 0 -1 1077944384 1556 0 0 0 48 0 0 0 20 0 20 0 83736534 26738315264 61002 33554432000 4194304 4196468 140735279649216 140403742284016 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11377] ppid=11358 vsize=26111636 memory=0 CPUtime=0.49 cores=0-7
/proc/11361/task/11377/stat : 11377 (java) R 11358 11361 10294 0 -1 4202560 1863 0 0 0 49 0 0 0 20 0 20 0 83736534 26738315264 61002 33554432000 4194304 4196468 140735279649216 140403741212488 140405525728655 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11378] ppid=11358 vsize=26111636 memory=0 CPUtime=0.5 cores=0-7
/proc/11361/task/11378/stat : 11378 (java) S 11358 11361 10294 0 -1 1077944384 1443 0 0 0 49 1 0 0 20 0 20 0 83736534 26738315264 61002 33554432000 4194304 4196468 140735279649216 140403740178416 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11379] ppid=11358 vsize=26111636 memory=0 CPUtime=0.55 cores=0-7
/proc/11361/task/11379/stat : 11379 (java) R 11358 11361 10294 0 -1 4202560 2888 0 0 0 55 0 0 0 20 0 20 0 83736534 26738315264 61002 33554432000 4194304 4196468 140735279649216 140403739125872 140405522744783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11380] ppid=11358 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11380/stat : 11380 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736534 26738315264 61002 33554432000 4194304 4196468 140735279649216 140403738074080 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11381] ppid=11358 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11381/stat : 11381 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83736535 26738315264 61002 33554432000 4194304 4196468 140735279649216 140403737021616 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
Current children cumulated CPU time: 3.69 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 244008 KiB

[startup+2.40127 s]
/proc/loadavg: 7.88 8.61 8.76 2/199 11381
/proc/meminfo: memFree=12045716/32770624 swapFree=67108860/67108860
[pid=11361] ppid=11358 vsize=26246812 memory=279192 CPUtime=5.58 cores=0-7
/proc/11361/stat : 11361 (java) S 11358 11361 10294 0 -1 1077944320 38768 0 0 0 539 19 0 0 20 0 22 0 83736528 26876735488 69798 33554432000 4194304 4196468 140735279649216 140735279631760 140405541334775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
/proc/11361/statm: 6561703 69798 3591 1 0 6523774 0
[pid=11361/tid=11363] ppid=11358 vsize=26246812 memory=0 CPUtime=2.3 cores=0-7
/proc/11361/task/11363/stat : 11363 (java) R 11358 11361 10294 0 -1 4202560 22061 0 0 0 223 7 0 0 20 0 22 0 83736528 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405545566376 140405522898335 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11364] ppid=11358 vsize=26246812 memory=0 CPUtime=0.02 cores=0-7
/proc/11361/task/11364/stat : 11364 (java) S 11358 11361 10294 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 22 0 83736529 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405502295056 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11365] ppid=11358 vsize=26246812 memory=0 CPUtime=0.02 cores=0-7
/proc/11361/task/11365/stat : 11365 (java) S 11358 11361 10294 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 22 0 83736529 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405098593424 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11366] ppid=11358 vsize=26246812 memory=0 CPUtime=0.02 cores=0-7
/proc/11361/task/11366/stat : 11366 (java) S 11358 11361 10294 0 -1 1077944384 66 0 0 0 1 1 0 0 20 0 22 0 83736529 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405097540368 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11367] ppid=11358 vsize=26246812 memory=3471202396320837679 CPUtime=0.01 cores=0-7
/proc/11361/task/11367/stat : 11367 (java) S 11358 11361 10294 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 22 0 83736529 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405096487824 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11368] ppid=11358 vsize=26246812 memory=6944656592455359580 CPUtime=0.02 cores=0-7
/proc/11361/task/11368/stat : 11368 (java) S 11358 11361 10294 0 -1 1077944384 65 0 0 0 2 0 0 0 20 0 22 0 83736529 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405095434768 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11369] ppid=11358 vsize=26246812 memory=6944656592387989600 CPUtime=0.02 cores=0-7
/proc/11361/task/11369/stat : 11369 (java) S 11358 11361 10294 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 22 0 83736529 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405094382224 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11370] ppid=11358 vsize=26246812 memory=6944656592455097440 CPUtime=0.02 cores=0-7
/proc/11361/task/11370/stat : 11370 (java) S 11358 11361 10294 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 22 0 83736529 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405093329168 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11371] ppid=11358 vsize=26246812 memory=6944656592387989600 CPUtime=0.02 cores=0-7
/proc/11361/task/11371/stat : 11371 (java) S 11358 11361 10294 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 22 0 83736530 26876735488 69798 33554432000 4194304 4196468 140735279649216 140405092276624 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11372] ppid=11358 vsize=26246812 memory=6944656575208382560 CPUtime=0.02 cores=0-7
/proc/11361/task/11372/stat : 11372 (java) S 11358 11361 10294 0 -1 1077944384 1358 0 0 0 2 0 0 0 20 0 22 0 83736531 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403746495216 140405541345922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11373] ppid=11358 vsize=26246812 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/11361/task/11373/stat : 11373 (java) S 11358 11361 10294 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 22 0 83736531 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403745441504 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11374] ppid=11358 vsize=26246812 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/11361/task/11374/stat : 11374 (java) S 11358 11361 10294 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 83736532 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403744388352 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11375] ppid=11358 vsize=26246812 memory=-8672958532971446211 CPUtime=0 cores=0-7
/proc/11361/task/11375/stat : 11375 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 83736534 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403743336912 140405541353371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11376] ppid=11358 vsize=26246812 memory=4713742226031938934 CPUtime=0.75 cores=0-7
/proc/11361/task/11376/stat : 11376 (java) S 11358 11361 10294 0 -1 1077944384 2704 0 0 0 74 1 0 0 20 0 22 0 83736534 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403742284016 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11377] ppid=11358 vsize=26246812 memory=0 CPUtime=0.8 cores=0-7
/proc/11361/task/11377/stat : 11377 (java) S 11358 11361 10294 0 -1 1077944384 3864 0 0 0 79 1 0 0 20 0 22 0 83736534 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403741231472 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11378] ppid=11358 vsize=26246812 memory=0 CPUtime=0.73 cores=0-7
/proc/11361/task/11378/stat : 11378 (java) S 11358 11361 10294 0 -1 1077944384 2936 0 0 0 72 1 0 0 20 0 22 0 83736534 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403740178416 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11379] ppid=11358 vsize=26246812 memory=0 CPUtime=0.71 cores=0-7
/proc/11361/task/11379/stat : 11379 (java) S 11358 11361 10294 0 -1 1077944384 3776 0 0 0 70 1 0 0 20 0 22 0 83736534 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403739125872 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11380] ppid=11358 vsize=26246812 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11380/stat : 11380 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 83736534 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403738074080 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11381] ppid=11358 vsize=26246812 memory=0 CPUtime=0 cores=0-7
/proc/11361/task/11381/stat : 11381 (java) S 11358 11361 10294 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 22 0 83736535 26876735488 69798 33554432000 4194304 4196468 140735279649216 140403737021616 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 26246812 KiB
Current children cumulated memory: 279192 KiB

[startup+2.80528 s]
/proc/loadavg: 7.88 8.61 8.76 2/199 11381
/proc/meminfo: memFree=12045716/32770624 swapFree=67108860/67108860
[pid=11361] ppid=11358 vsize=26983112 memory=378064 CPUtime=7.4 cores=0-7
/proc/11361/stat : 11361 (java) S 11358 11361 10294 0 -1 1077944320 40778 0 0 0 705 35 0 0 20 0 33 0 83736528 27630706688 94516 33554432000 4194304 4196468 140735279649216 140735279631760 140405541334775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
/proc/11361/statm: 6745778 94516 3599 1 0 6707849 0
[pid=11361/tid=11363] ppid=11358 vsize=26983112 memory=0 CPUtime=2.52 cores=0-7
/proc/11361/task/11363/stat : 11363 (java) S 11358 11361 10294 0 -1 1077944384 23020 0 0 0 244 8 0 0 20 0 33 0 83736528 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405545571904 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11364] ppid=11358 vsize=26983112 memory=0 CPUtime=0.05 cores=0-7
/proc/11361/task/11364/stat : 11364 (java) S 11358 11361 10294 0 -1 1077944384 67 0 0 0 3 2 0 0 20 0 33 0 83736529 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405502295056 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11365] ppid=11358 vsize=26983112 memory=281194462218720 CPUtime=0.06 cores=0-7
/proc/11361/task/11365/stat : 11365 (java) S 11358 11361 10294 0 -1 1077944384 59 0 0 0 4 2 0 0 20 0 33 0 83736529 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405098593424 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11366] ppid=11358 vsize=26983112 memory=140597231123344 CPUtime=0.05 cores=0-7
/proc/11361/task/11366/stat : 11366 (java) S 11358 11361 10294 0 -1 1077944384 92 0 0 0 3 2 0 0 20 0 33 0 83736529 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405097540368 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11367] ppid=11358 vsize=26983112 memory=0 CPUtime=0.04 cores=0-7
/proc/11361/task/11367/stat : 11367 (java) S 11358 11361 10294 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 33 0 83736529 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405096487824 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11368] ppid=11358 vsize=26983112 memory=0 CPUtime=0.05 cores=0-7
/proc/11361/task/11368/stat : 11368 (java) S 11358 11361 10294 0 -1 1077944384 96 0 0 0 4 1 0 0 20 0 33 0 83736529 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405095434768 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11369] ppid=11358 vsize=26983112 memory=0 CPUtime=0.05 cores=0-7
/proc/11361/task/11369/stat : 11369 (java) S 11358 11361 10294 0 -1 1077944384 91 0 0 0 3 2 0 0 20 0 33 0 83736529 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405094382224 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11370] ppid=11358 vsize=26983112 memory=0 CPUtime=0.05 cores=0-7
/proc/11361/task/11370/stat : 11370 (java) S 11358 11361 10294 0 -1 1077944384 127 0 0 0 4 1 0 0 20 0 33 0 83736529 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405093329168 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11371] ppid=11358 vsize=26983112 memory=288230574492221466 CPUtime=0.05 cores=0-7
/proc/11361/task/11371/stat : 11371 (java) S 11358 11361 10294 0 -1 1077944384 243 0 0 0 3 2 0 0 20 0 33 0 83736530 27630706688 94516 33554432000 4194304 4196468 140735279649216 140405092276624 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11372] ppid=11358 vsize=26983112 memory=0 CPUtime=0.02 cores=0-7
/proc/11361/task/11372/stat : 11372 (java) S 11358 11361 10294 0 -1 1077944384 1427 0 0 0 2 0 0 0 20 0 33 0 83736531 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403746495216 140405541345922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11373] ppid=11358 vsize=26983112 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/11361/task/11373/stat : 11373 (java) S 11358 11361 10294 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 33 0 83736531 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403745441504 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11374] ppid=11358 vsize=26983112 memory=229216 CPUtime=0 cores=0-7
/proc/11361/task/11374/stat : 11374 (java) S 11358 11361 10294 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 33 0 83736532 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403744388352 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11375] ppid=11358 vsize=26983112 memory=281194462053072 CPUtime=0 cores=0-7
/proc/11361/task/11375/stat : 11375 (java) S 11358 11361 10294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 83736534 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403743336912 140405541353371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11376] ppid=11358 vsize=26983112 memory=246580 CPUtime=0.86 cores=0-7
/proc/11361/task/11376/stat : 11376 (java) S 11358 11361 10294 0 -1 1077944384 2751 0 0 0 85 1 0 0 20 0 33 0 83736534 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403742265968 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11377] ppid=11358 vsize=26983112 memory=281194462024384 CPUtime=0.87 cores=0-7
/proc/11361/task/11377/stat : 11377 (java) S 11358 11361 10294 0 -1 1077944384 3886 0 0 0 86 1 0 0 20 0 33 0 83736534 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403741214544 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11378] ppid=11358 vsize=26983112 memory=281194462024576 CPUtime=0.8 cores=0-7
/proc/11361/task/11378/stat : 11378 (java) S 11358 11361 10294 0 -1 1077944384 2958 0 0 0 79 1 0 0 20 0 33 0 83736534 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403740159696 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11379] ppid=11358 vsize=26983112 memory=281194462024768 CPUtime=0.77 cores=0-7
/proc/11361/task/11379/stat : 11379 (java) R 11358 11361 10294 0 -1 4202560 3848 0 0 0 76 1 0 0 20 0 33 0 83736534 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403739125872 140405525378405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11380] ppid=11358 vsize=26983112 memory=281194462002880 CPUtime=0 cores=0-7
/proc/11361/task/11380/stat : 11380 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 83736534 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403738074080 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11381] ppid=11358 vsize=26983112 memory=281194461726496 CPUtime=0 cores=0-7
/proc/11361/task/11381/stat : 11381 (java) S 11358 11361 10294 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 33 0 83736535 27630706688 94516 33554432000 4194304 4196468 140735279649216 140403737021616 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 26983112 KiB
Current children cumulated memory: 378064 KiB

[startup+2.90089 s]
/proc/loadavg: 7.88 8.61 8.76 2/199 11381
/proc/meminfo: memFree=12045716/32770624 swapFree=67108860/67108860
[pid=11361] ppid=11358 vsize=27517708 memory=398000 CPUtime=7.91 cores=0-7
/proc/11361/stat : 11361 (java) S 11358 11361 10294 0 -1 1077944320 41716 0 0 0 755 36 0 0 20 0 19 0 83736528 28178132992 99500 33554432000 4194304 4196468 140735279649216 140735279631760 140405541334775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
/proc/11361/statm: 6879427 99500 3610 1 0 6840977 0
[pid=11361/tid=11363] ppid=11358 vsize=27517708 memory=0 CPUtime=2.52 cores=0-7
/proc/11361/task/11363/stat : 11363 (java) S 11358 11361 10294 0 -1 1077944384 23053 0 0 0 244 8 0 0 20 0 19 0 83736528 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405545577616 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11364] ppid=11358 vsize=27517708 memory=0 CPUtime=0.05 cores=0-7
/proc/11361/task/11364/stat : 11364 (java) S 11358 11361 10294 0 -1 1077944384 67 0 0 0 3 2 0 0 20 0 19 0 83736529 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405502295056 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11365] ppid=11358 vsize=27517708 memory=1292 CPUtime=0.06 cores=0-7
/proc/11361/task/11365/stat : 11365 (java) S 11358 11361 10294 0 -1 1077944384 59 0 0 0 4 2 0 0 20 0 19 0 83736529 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405098593424 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11366] ppid=11358 vsize=27517708 memory=2416 CPUtime=0.05 cores=0-7
/proc/11361/task/11366/stat : 11366 (java) S 11358 11361 10294 0 -1 1077944384 92 0 0 0 3 2 0 0 20 0 19 0 83736529 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405097540368 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11367] ppid=11358 vsize=27517708 memory=1728 CPUtime=0.04 cores=0-7
/proc/11361/task/11367/stat : 11367 (java) S 11358 11361 10294 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 19 0 83736529 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405096487824 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11368] ppid=11358 vsize=27517708 memory=1700 CPUtime=0.05 cores=0-7
/proc/11361/task/11368/stat : 11368 (java) S 11358 11361 10294 0 -1 1077944384 96 0 0 0 4 1 0 0 20 0 19 0 83736529 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405095434768 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11369] ppid=11358 vsize=27517708 memory=0 CPUtime=0.05 cores=0-7
/proc/11361/task/11369/stat : 11369 (java) S 11358 11361 10294 0 -1 1077944384 91 0 0 0 3 2 0 0 20 0 19 0 83736529 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405094382224 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11370] ppid=11358 vsize=27517708 memory=6944656592387989600 CPUtime=0.05 cores=0-7
/proc/11361/task/11370/stat : 11370 (java) S 11358 11361 10294 0 -1 1077944384 127 0 0 0 4 1 0 0 20 0 19 0 83736529 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405093329168 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11371] ppid=11358 vsize=27517708 memory=6944656592455360604 CPUtime=0.05 cores=0-7
/proc/11361/task/11371/stat : 11371 (java) S 11358 11361 10294 0 -1 1077944384 243 0 0 0 3 2 0 0 20 0 19 0 83736530 28178132992 99500 33554432000 4194304 4196468 140735279649216 140405092276624 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11372] ppid=11358 vsize=27517708 memory=6943526294502006880 CPUtime=0.02 cores=0-7
/proc/11361/task/11372/stat : 11372 (java) S 11358 11361 10294 0 -1 1077944384 1427 0 0 0 2 0 0 0 20 0 19 0 83736531 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403746495424 140405541345922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11373] ppid=11358 vsize=27517708 memory=243136 CPUtime=0 cores=0-7
/proc/11361/task/11373/stat : 11373 (java) S 11358 11361 10294 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 83736531 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403745441504 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11374] ppid=11358 vsize=27517708 memory=157864 CPUtime=0 cores=0-7
/proc/11361/task/11374/stat : 11374 (java) S 11358 11361 10294 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 83736532 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403744388352 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11375] ppid=11358 vsize=27517708 memory=1796 CPUtime=0 cores=0-7
/proc/11361/task/11375/stat : 11375 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 83736534 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403743336560 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11376] ppid=11358 vsize=27517708 memory=636 CPUtime=0.93 cores=0-7
/proc/11361/task/11376/stat : 11376 (java) S 11358 11361 10294 0 -1 1077944384 2759 0 0 0 92 1 0 0 20 0 19 0 83736534 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403742269072 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11377] ppid=11358 vsize=27517708 memory=6791534058613427641 CPUtime=0.94 cores=0-7
/proc/11361/task/11377/stat : 11377 (java) S 11358 11361 10294 0 -1 1077944384 3908 0 0 0 93 1 0 0 20 0 19 0 83736534 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403741211712 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11378] ppid=11358 vsize=27517708 memory=281194461726880 CPUtime=0.85 cores=0-7
/proc/11361/task/11378/stat : 11378 (java) S 11358 11361 10294 0 -1 1077944384 2983 0 0 0 84 1 0 0 20 0 19 0 83736534 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403740178416 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11379] ppid=11358 vsize=27517708 memory=281194461727072 CPUtime=0.84 cores=0-7
/proc/11361/task/11379/stat : 11379 (java) S 11358 11361 10294 0 -1 1077944384 3968 0 0 0 83 1 0 0 20 0 19 0 83736534 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403739125872 140405541345922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
[pid=11361/tid=11380] ppid=11358 vsize=27517708 memory=140597231067360 CPUtime=0 cores=0-7
/proc/11361/task/11380/stat : 11380 (java) S 11358 11361 10294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 83736534 28178132992 99500 33554432000 4194304 4196468 140735279649216 140403738074080 140405541344981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140735279658061 140735279658245 140735279658245 140735279661007 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 27517708 KiB
Current children cumulated memory: 398000 KiB

Child status: 0
Real time (s): 2.91758
CPU time (s): 7.92381
CPU user time (s): 7.55222
CPU system time (s): 0.371592
CPU usage (%): 271.588
Max. virtual memory (cumulated for all children) (KiB): 27517708
Max. memory (cumulated for all children) (KiB): 398000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.55222
system time used= 0.371592
maximum resident set size= 400920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5606
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 11361
#   total CPU time (s): 7.92381
#   total CPU user time (s): 7.55222
#   total CPU system time (s): 0.371592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0415 second user time and 0.066805 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-27 05:22:13
IDJOB=4291383
IDBENCH=141437
IDSOLVER=2745
FILE ID=node139/4291383-1532661733
RUNJOBID= node139-1532655391-10321
PBS_JOBID= 21022223
Free space on /tmp= 38720 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-04-05_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291383-1532661733/watcher-4291383-1532661733 -o /tmp/evaluation-result-4291383-1532661733/solver-4291383-1532661733 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532655391-10321 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1049790236 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291383-1532661733.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 340365fb59c69c653973bf6f753c5e6c
RANDOM SEED=1049790236

node139.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.80
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.80
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.80
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.80
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:        12276000 kB
MemAvailable:   31930436 kB
Buffers:          248876 kB
Cached:         19360552 kB
SwapCached:            0 kB
Active:          3085372 kB
Inactive:       16576224 kB
Active(anon):       6064 kB
Inactive(anon):    73540 kB
Active(file):    3079308 kB
Inactive(file): 16502684 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:         94676 kB
Mapped:            41988 kB
Shmem:             25228 kB
Slab:             528276 kB
SReclaimable:     500904 kB
SUnreclaim:        27372 kB
KernelStack:        3536 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38684 MiB
End job on node139 at 2018-07-27 05:22:17