Trace number 4275503

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 2017-07-26SAT 24.1514 4.6736202

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-04-2-08.xml
MD5SUM17db91fb5ac5a139b323ef8c05694434
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 benchmark0.0036190001
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints44
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":64}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":32},{"degree":9,"count":32}]
Minimum constraint arity4
Maximum constraint arity9
Distribution of constraint arities[{"arity":4,"count":8},{"arity":8,"count":4},{"arity":9,"count":32}]
Number of extensional constraints8
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":8},{"type":"allDifferent","count":4},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.26	c seed: 1960760192
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
0.84/0.54	c Parsing done, starting search...
23.96/4.64	s SATISFIABLE
23.96/4.64	v <instantiation>
23.96/4.64	v 	<list>
23.96/4.64	v 		p[0][0] p[0][1] p[0][2] p[0][3] p[0][4] p[0][5] p[0][6] p[0][7] p[1][0] p[1][1] p[1][2] p[1][3] p[1][4] p[1][5] p[1][6] p[1][7] p[2][0] p[2][1] p[2][2] p[2][3] p[2][4] p[2][5] p[2][6] p[2][7] p[3][0] p[3][1] p[3][2] p[3][3] p[3][4] p[3][5] p[3][6] p[3][7] v[0][0] v[0][1] v[0][2] v[0][3] v[0][4] v[0][5] v[0][6] v[0][7] v[1][0] v[1][1] v[1][2] v[1][3] v[1][4] v[1][5] v[1][6] v[1][7] v[2][0] v[2][1] v[2][2] v[2][3] v[2][4] v[2][5] v[2][6] v[2][7] v[3][0] v[3][1] v[3][2] v[3][3] v[3][4] v[3][5] v[3][6] v[3][7]
23.96/4.64	v 	</list>
23.96/4.64	v 	<values>
23.96/4.64	v 		7 6 5 4 2 1 0 3 6 7 5 4 2 1 3 0 5 7 6 4 2 0 3 1 2 7 6 1 5 0 3 4 6 5 4 7 3 2 1 0 7 5 4 6 3 2 0 1 5 7 4 6 3 0 2 1 5 3 0 6 7 4 2 1 
23.96/4.64	v 	</values>
23.96/4.64	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 (15199 MiB free)
  memory of node 1: 16384 MiB (15597 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275503-1502835610/watcher-4275503-1502835610 -o /tmp/evaluation-result-4275503-1502835610/solver-4275503-1502835610 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502827164-15678 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1960760192 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275503-1502835610.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
Current StackSize limit: 8192 KiB

solver pid=16375, runsolver pid=16372

[startup+0.100061 s]*
/proc/loadavg: 1.06 1.03 1.54 1/198 16395
/proc/meminfo: memFree=31518080/32770624 swapFree=67108860/67108860
[pid=16375] ppid=16372 vsize=14325320 memory=34180 CPUtime=0.12 cores=0-7
/proc/16375/stat : 16375 (java) S 16372 16375 15651 0 -1 1077944320 8434 0 0 0 10 2 0 0 20 0 20 0 116648744 14669127680 8545 33554432000 4194304 4196468 140721820089776 140721820072320 140530140167927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
/proc/16375/statm: 3581330 8545 3407 1 0 3569050 0
[pid=16375/tid=16377] ppid=16372 vsize=14325320 memory=7897794704663551646 CPUtime=0.09 cores=0-7
/proc/16375/task/16377/stat : 16377 (java) R 16372 16375 15651 0 -1 4202560 6371 0 0 0 7 2 0 0 20 0 20 0 116648745 14669127680 8545 33554432000 4194304 4196468 140721820089776 140530144382960 140530124248414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16378] ppid=16372 vsize=14325320 memory=732370832801479653 CPUtime=0 cores=0-7
/proc/16375/task/16378/stat : 16378 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529736083728 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16379] ppid=16372 vsize=14325320 memory=140694464026240 CPUtime=0 cores=0-7
/proc/16375/task/16379/stat : 16379 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529735031184 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16380] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16380/stat : 16380 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529733978640 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16381] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16381/stat : 16381 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529732926096 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16382] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16382/stat : 16382 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529731873552 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16383] ppid=16372 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16375/task/16383/stat : 16383 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529730821008 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16384] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16384/stat : 16384 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529729768464 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16385] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16385/stat : 16385 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529728715920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16386] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16386/stat : 16386 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648747 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529329686512 140530140179074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16387] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16387/stat : 16387 (java) S 16372 16375 15651 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116648748 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529328632736 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16388] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16388/stat : 16388 (java) S 16372 16375 15651 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116648748 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529327580144 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16389] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16389/stat : 16389 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648750 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529326528720 140530140186523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16390] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16390/stat : 16390 (java) S 16372 16375 15651 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 116648750 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529325476336 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16391] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16391/stat : 16391 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648750 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529324423792 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16392] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16392/stat : 16392 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648750 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529323371248 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16393] ppid=16372 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16375/task/16393/stat : 16393 (java) R 16372 16375 15651 0 -1 4202560 376 0 0 0 1 0 0 0 20 0 20 0 116648750 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529322318704 140530118971064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16394] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16394/stat : 16394 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648751 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529321265376 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16395] ppid=16372 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16375/task/16395/stat : 16395 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648751 14669127680 8545 33554432000 4194304 4196468 140721820089776 140529320212912 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34180 KiB

[startup+0.210625 s]*
/proc/loadavg: 1.06 1.03 1.54 2/198 16395
/proc/meminfo: memFree=31507208/32770624 swapFree=67108860/67108860
[pid=16375] ppid=16372 vsize=14325320 memory=43328 CPUtime=0.29 cores=0-7
/proc/16375/stat : 16375 (java) S 16372 16375 15651 0 -1 1077944320 9423 0 0 0 26 3 0 0 20 0 20 0 116648744 14669127680 10832 33554432000 4194304 4196468 140721820089776 140721820072320 140530140167927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
/proc/16375/statm: 3581330 10832 3626 1 0 3569050 0
[pid=16375/tid=16377] ppid=16372 vsize=14325320 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/16375/task/16377/stat : 16377 (java) R 16372 16375 15651 0 -1 4202560 7008 0 0 0 17 2 0 0 20 0 20 0 116648745 14669127680 10832 33554432000 4194304 4196468 140721820089776 140530144393008 140530126353612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16378] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16378/stat : 16378 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529736083728 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16379] ppid=16372 vsize=14325320 memory=140694464042051 CPUtime=0 cores=0-7
/proc/16375/task/16379/stat : 16379 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529735031184 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16380] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16380/stat : 16380 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529733978640 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16381] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16381/stat : 16381 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529732926096 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16382] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16382/stat : 16382 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529731873552 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16383] ppid=16372 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16375/task/16383/stat : 16383 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529730821008 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16384] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16384/stat : 16384 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529729768464 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16385] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16385/stat : 16385 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648746 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529728715920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16386] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16386/stat : 16386 (java) S 16372 16375 15651 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 116648747 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529329686512 140530140179074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16387] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16387/stat : 16387 (java) S 16372 16375 15651 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116648748 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529328632736 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16388] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16388/stat : 16388 (java) S 16372 16375 15651 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116648748 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529327580144 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16389] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16389/stat : 16389 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648750 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529326528720 140530140186523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16390] ppid=16372 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16375/task/16390/stat : 16390 (java) S 16372 16375 15651 0 -1 1077944384 406 0 0 0 1 0 0 0 20 0 20 0 116648750 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529325476336 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16391] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16391/stat : 16391 (java) S 16372 16375 15651 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 20 0 116648750 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529324423792 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16392] ppid=16372 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16375/task/16392/stat : 16392 (java) S 16372 16375 15651 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 116648750 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529323371248 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16393] ppid=16372 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/16375/task/16393/stat : 16393 (java) S 16372 16375 15651 0 -1 1077944384 394 0 0 0 5 0 0 0 20 0 20 0 116648750 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529322318704 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16394] ppid=16372 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16394/stat : 16394 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648751 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529321265376 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16395] ppid=16372 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16375/task/16395/stat : 16395 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648751 14669127680 10832 33554432000 4194304 4196468 140721820089776 140529320212912 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43328 KiB

[startup+0.310391 s]*
/proc/loadavg: 1.06 1.03 1.54 2/198 16395
/proc/meminfo: memFree=31500196/32770624 swapFree=67108860/67108860
[pid=16375] ppid=16372 vsize=14325340 memory=50996 CPUtime=0.48 cores=0-7
/proc/16375/stat : 16375 (java) S 16372 16375 15651 0 -1 1077944320 10465 0 0 0 44 4 0 0 20 0 20 0 116648744 14669148160 12749 33554432000 4194304 4196468 140721820089776 140721820072320 140530140167927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
/proc/16375/statm: 3581335 12749 3705 1 0 3569050 0
[pid=16375/tid=16377] ppid=16372 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16375/task/16377/stat : 16377 (java) R 16372 16375 15651 0 -1 4202560 7581 0 0 0 26 3 0 0 20 0 20 0 116648745 14669148160 12814 33554432000 4194304 4196468 140721820089776 140530144386496 140530124248414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16378] ppid=16372 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16378/stat : 16378 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529736083728 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16379] ppid=16372 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16379/stat : 16379 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529735031184 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16380] ppid=16372 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16380/stat : 16380 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529733978640 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16381] ppid=16372 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16381/stat : 16381 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529732926096 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16382] ppid=16372 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/16375/task/16382/stat : 16382 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529731873552 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16383] ppid=16372 vsize=14325340 memory=140694337450927 CPUtime=0 cores=0-7
/proc/16375/task/16383/stat : 16383 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529730821008 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16384] ppid=16372 vsize=14325340 memory=140694337453232 CPUtime=0 cores=0-7
/proc/16375/task/16384/stat : 16384 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529729768464 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16385] ppid=16372 vsize=14325340 memory=140694337455536 CPUtime=0 cores=0-7
/proc/16375/task/16385/stat : 16385 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648746 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529728715920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16386] ppid=16372 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16386/stat : 16386 (java) S 16372 16375 15651 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 116648747 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529329686512 140530140179074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16387] ppid=16372 vsize=14325340 memory=281388674918032 CPUtime=0 cores=0-7
/proc/16375/task/16387/stat : 16387 (java) S 16372 16375 15651 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116648748 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529328632736 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16388] ppid=16372 vsize=14325340 memory=281388674924944 CPUtime=0 cores=0-7
/proc/16375/task/16388/stat : 16388 (java) S 16372 16375 15651 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116648748 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529327580144 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16389] ppid=16372 vsize=14325340 memory=281388674866224 CPUtime=0 cores=0-7
/proc/16375/task/16389/stat : 16389 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648750 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529326528720 140530140186523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16390] ppid=16372 vsize=14325340 memory=281388674938768 CPUtime=0.02 cores=0-7
/proc/16375/task/16390/stat : 16390 (java) S 16372 16375 15651 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 20 0 116648750 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529325476336 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16391] ppid=16372 vsize=14325340 memory=281388674945680 CPUtime=0.03 cores=0-7
/proc/16375/task/16391/stat : 16391 (java) S 16372 16375 15651 0 -1 1077944384 340 0 0 0 3 0 0 0 20 0 20 0 116648750 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529324423792 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16392] ppid=16372 vsize=14325340 memory=281388674943376 CPUtime=0.03 cores=0-7
/proc/16375/task/16392/stat : 16392 (java) S 16372 16375 15651 0 -1 1077944384 215 0 0 0 3 0 0 0 20 0 20 0 116648750 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529323371248 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16393] ppid=16372 vsize=14325340 memory=281388674959936 CPUtime=0.08 cores=0-7
/proc/16375/task/16393/stat : 16393 (java) S 16372 16375 15651 0 -1 1077944384 535 0 0 0 8 0 0 0 20 0 20 0 116648750 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529322318704 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16394] ppid=16372 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16394/stat : 16394 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648751 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529321265376 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16395] ppid=16372 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/16375/task/16395/stat : 16395 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648751 14669148160 12814 33554432000 4194304 4196468 140721820089776 140529320212912 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50996 KiB

[startup+0.70092 s]
/proc/loadavg: 1.06 1.03 1.54 3/198 16395
/proc/meminfo: memFree=31487912/32770624 swapFree=67108860/67108860
[pid=16375] ppid=16372 vsize=14329436 memory=81388 CPUtime=1.11 cores=0-7
/proc/16375/stat : 16375 (java) S 16372 16375 15651 0 -1 1077944320 12898 0 0 0 105 6 0 0 20 0 20 0 116648744 14673342464 20347 33554432000 4194304 4196468 140721820089776 140721820072320 140530140167927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
/proc/16375/statm: 3582359 20347 3758 1 0 3570074 0
[pid=16375/tid=16377] ppid=16372 vsize=14329436 memory=7230638415906762327 CPUtime=0.67 cores=0-7
/proc/16375/task/16377/stat : 16377 (java) R 16372 16375 15651 0 -1 4202560 9384 0 0 0 63 4 0 0 20 0 20 0 116648745 14673342464 20347 33554432000 4194304 4196468 140721820089776 140530144397048 140529736237857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16378] ppid=16372 vsize=14329436 memory=70411693883412 CPUtime=0 cores=0-7
/proc/16375/task/16378/stat : 16378 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529736083728 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16379] ppid=16372 vsize=14329436 memory=140694337469488 CPUtime=0 cores=0-7
/proc/16375/task/16379/stat : 16379 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529735031184 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16380] ppid=16372 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16380/stat : 16380 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529733978640 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16381] ppid=16372 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16381/stat : 16381 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529732926096 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16382] ppid=16372 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16382/stat : 16382 (java) S 16372 16375 15651 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529731873552 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16383] ppid=16372 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16383/stat : 16383 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529730821008 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16384] ppid=16372 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16384/stat : 16384 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529729768464 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16385] ppid=16372 vsize=14329436 memory=1728 CPUtime=0 cores=0-7
/proc/16375/task/16385/stat : 16385 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116648746 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529728715920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16386] ppid=16372 vsize=14329436 memory=5788 CPUtime=0 cores=0-7
/proc/16375/task/16386/stat : 16386 (java) S 16372 16375 15651 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 116648747 14673342464 20347 33554432000 4194304 4196468 140721820089776 140529329686512 140530140179074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0

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

[pid=16375/tid=16394] ppid=16372 vsize=16068328 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/16375/task/16394/stat : 16394 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 116648751 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529321265376 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16395] ppid=16372 vsize=16068328 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/16375/task/16395/stat : 16395 (java) S 16372 16375 15651 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 46 0 116648751 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529320212912 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16396] ppid=16372 vsize=16068328 memory=6655300316396806240 CPUtime=0.34 cores=0-7
/proc/16375/task/16396/stat : 16396 (java) R 16372 16375 15651 0 -1 1077944384 106 0 0 0 31 3 0 0 20 0 46 0 116648874 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529242407920 140530140178133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16397] ppid=16372 vsize=16068328 memory=17668 CPUtime=0 cores=0-7
/proc/16375/task/16397/stat : 16397 (java) S 16372 16375 15651 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 116648886 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529239258064 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16398] ppid=16372 vsize=16068328 memory=0 CPUtime=0.64 cores=0-7
/proc/16375/task/16398/stat : 16398 (java) S 16372 16375 15651 0 -1 1077944384 127 0 0 0 63 1 0 0 20 0 46 0 116648896 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529238205840 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16399] ppid=16372 vsize=16068328 memory=7649399392938702385 CPUtime=0.77 cores=0-7
/proc/16375/task/16399/stat : 16399 (java) R 16372 16375 15651 0 -1 4202560 73 0 0 0 75 2 0 0 20 0 46 0 116648897 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529235053856 140530140179862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16400] ppid=16372 vsize=16068328 memory=5787213827432337488 CPUtime=0.53 cores=0-7
/proc/16375/task/16400/stat : 16400 (java) R 16372 16375 15651 0 -1 1077944384 87 0 0 0 53 0 0 0 20 0 46 0 116648897 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529234003600 140530140178133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16401] ppid=16372 vsize=16068328 memory=7594587674001172330 CPUtime=0.58 cores=0-7
/proc/16375/task/16401/stat : 16401 (java) R 16372 16375 15651 0 -1 4202560 174 0 0 0 57 1 0 0 20 0 46 0 116648897 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529232951056 140530140179862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16402] ppid=16372 vsize=16068328 memory=7237398200207235428 CPUtime=0.66 cores=0-7
/proc/16375/task/16402/stat : 16402 (java) R 16372 16375 15651 0 -1 1077944384 63 0 0 0 65 1 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529231895200 140530140178133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16403] ppid=16372 vsize=16068328 memory=7307485477980892516 CPUtime=0.53 cores=0-7
/proc/16375/task/16403/stat : 16403 (java) S 16372 16375 15651 0 -1 1077944384 68 0 0 0 53 0 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529230844992 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16404] ppid=16372 vsize=16068328 memory=4123714315949860459 CPUtime=0.62 cores=0-7
/proc/16375/task/16404/stat : 16404 (java) S 16372 16375 15651 0 -1 1077944384 86 0 0 0 60 2 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529229790112 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16405] ppid=16372 vsize=16068328 memory=7156589670649974873 CPUtime=0.69 cores=0-7
/proc/16375/task/16405/stat : 16405 (java) R 16372 16375 15651 0 -1 4202560 84 0 0 0 68 1 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529228737568 140530140179862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16406] ppid=16372 vsize=16068328 memory=6944656592455360569 CPUtime=0.7 cores=0-7
/proc/16375/task/16406/stat : 16406 (java) R 16372 16375 15651 0 -1 4202560 114 0 0 0 69 1 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529227687360 140530140189274 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16407] ppid=16372 vsize=16068328 memory=-7523660553960122769 CPUtime=0.5 cores=0-7
/proc/16375/task/16407/stat : 16407 (java) S 16372 16375 15651 0 -1 1077944384 61 0 0 0 49 1 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529226634816 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16408] ppid=16372 vsize=16068328 memory=-7449383003082255510 CPUtime=0.58 cores=0-7
/proc/16375/task/16408/stat : 16408 (java) S 16372 16375 15651 0 -1 1077944384 128 0 0 0 58 0 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529225582272 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16409] ppid=16372 vsize=16068328 memory=-7533511066075829596 CPUtime=0.58 cores=0-7
/proc/16375/task/16409/stat : 16409 (java) S 16372 16375 15651 0 -1 1077944384 128 0 0 0 56 2 0 0 20 0 46 0 116648901 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529224529728 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16410] ppid=16372 vsize=16068328 memory=-7384994778349281184 CPUtime=0.54 cores=0-7
/proc/16375/task/16410/stat : 16410 (java) R 16372 16375 15651 0 -1 1077944384 47 0 0 0 54 0 0 0 20 0 46 0 116648906 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529223476160 140530140178133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16411] ppid=16372 vsize=16068328 memory=6944656592455360569 CPUtime=0.51 cores=0-7
/proc/16375/task/16411/stat : 16411 (java) S 16372 16375 15651 0 -1 1077944384 81 0 0 0 51 0 0 0 20 0 46 0 116648917 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529220289552 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16412] ppid=16372 vsize=16068328 memory=-8675733323038954102 CPUtime=0.56 cores=0-7
/proc/16375/task/16412/stat : 16412 (java) S 16372 16375 15651 0 -1 1077944384 61 0 0 0 55 1 0 0 20 0 46 0 116648917 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529219234720 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16413] ppid=16372 vsize=16068328 memory=-9109213556524817781 CPUtime=0.47 cores=0-7
/proc/16375/task/16413/stat : 16413 (java) R 16372 16375 15651 0 -1 4202560 48 0 0 0 47 0 0 0 20 0 46 0 116648917 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529218182176 140530140179862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16414] ppid=16372 vsize=16068328 memory=8110268427993965962 CPUtime=0.63 cores=0-7
/proc/16375/task/16414/stat : 16414 (java) S 16372 16375 15651 0 -1 1077944384 62 0 0 0 62 1 0 0 20 0 46 0 116648917 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529217131920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16415] ppid=16372 vsize=16068328 memory=4628973187041168758 CPUtime=0.54 cores=0-7
/proc/16375/task/16415/stat : 16415 (java) S 16372 16375 15651 0 -1 1077944384 312 0 0 0 53 1 0 0 20 0 46 0 116648918 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529216079424 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16416] ppid=16372 vsize=16068328 memory=5450916471341747007 CPUtime=0.47 cores=0-7
/proc/16375/task/16416/stat : 16416 (java) S 16372 16375 15651 0 -1 1077944384 37 0 0 0 47 0 0 0 20 0 46 0 116648918 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529215024448 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16417] ppid=16372 vsize=16068328 memory=-8248215640242096217 CPUtime=0.55 cores=0-7
/proc/16375/task/16417/stat : 16417 (java) S 16372 16375 15651 0 -1 1077944384 36 0 0 0 54 1 0 0 20 0 46 0 116648918 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529213974288 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16418] ppid=16372 vsize=16068328 memory=-7812800577974661515 CPUtime=0.56 cores=0-7
/proc/16375/task/16418/stat : 16418 (java) S 16372 16375 15651 0 -1 1077944384 34 0 0 0 55 1 0 0 20 0 46 0 116648919 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529212920720 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16419] ppid=16372 vsize=16068328 memory=-8412658762234236275 CPUtime=0.57 cores=0-7
/proc/16375/task/16419/stat : 16419 (java) S 16372 16375 15651 0 -1 1077944384 59 0 0 0 56 1 0 0 20 0 46 0 116648919 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529211868176 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16420] ppid=16372 vsize=16068328 memory=-8253362664378451622 CPUtime=0.61 cores=0-7
/proc/16375/task/16420/stat : 16420 (java) S 16372 16375 15651 0 -1 1077944384 57 0 0 0 60 1 0 0 20 0 46 0 116648919 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529210815632 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16421] ppid=16372 vsize=16068328 memory=-8412658744798897037 CPUtime=0.58 cores=0-7
/proc/16375/task/16421/stat : 16421 (java) S 16372 16375 15651 0 -1 1077944384 36 0 0 0 57 1 0 0 20 0 46 0 116648920 16453967872 161159 33554432000 4194304 4196468 140721820089776 140529209763136 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
Current children cumulated CPU time: 22.95 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 644636 KiB

[startup+4.60166 s]
/proc/loadavg: 1.06 1.03 1.54 7/224 16421
/proc/meminfo: memFree=30972652/32770624 swapFree=67108860/67108860
[pid=16375] ppid=16372 vsize=16068328 memory=648956 CPUtime=23.96 cores=0-7
/proc/16375/stat : 16375 (java) S 16372 16375 15651 0 -1 1077944320 44607 0 0 0 2331 65 0 0 20 0 46 0 116648744 16453967872 162239 33554432000 4194304 4196468 140721820089776 140721820072320 140530140167927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
/proc/16375/statm: 4017082 162239 3847 1 0 4004276 0
[pid=16375/tid=16377] ppid=16372 vsize=16068328 memory=281388676482768 CPUtime=1.51 cores=0-7
/proc/16375/task/16377/stat : 16377 (java) S 16372 16375 15651 0 -1 1077944384 12915 0 0 0 144 7 0 0 20 0 46 0 116648745 16453967872 162239 33554432000 4194304 4196468 140721820089776 140530144405632 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16378] ppid=16372 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/16375/task/16378/stat : 16378 (java) S 16372 16375 15651 0 -1 1077944384 193 0 0 0 3 1 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529736083728 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16379] ppid=16372 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/16375/task/16379/stat : 16379 (java) S 16372 16375 15651 0 -1 1077944384 40 0 0 0 3 0 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529735031184 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16380] ppid=16372 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/16375/task/16380/stat : 16380 (java) S 16372 16375 15651 0 -1 1077944384 102 0 0 0 3 0 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529733978640 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16381] ppid=16372 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/16375/task/16381/stat : 16381 (java) S 16372 16375 15651 0 -1 1077944384 93 0 0 0 2 1 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529732926096 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16382] ppid=16372 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/16375/task/16382/stat : 16382 (java) S 16372 16375 15651 0 -1 1077944384 99 0 0 0 4 0 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529731873552 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16383] ppid=16372 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/16375/task/16383/stat : 16383 (java) S 16372 16375 15651 0 -1 1077944384 32 0 0 0 3 0 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529730821008 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16384] ppid=16372 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/16375/task/16384/stat : 16384 (java) S 16372 16375 15651 0 -1 1077944384 68 0 0 0 3 1 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529729768464 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16385] ppid=16372 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/16375/task/16385/stat : 16385 (java) S 16372 16375 15651 0 -1 1077944384 45 0 0 0 3 0 0 0 20 0 46 0 116648746 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529728715920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16386] ppid=16372 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/16375/task/16386/stat : 16386 (java) S 16372 16375 15651 0 -1 1077944384 648 0 0 0 2 0 0 0 20 0 46 0 116648747 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529329686512 140530140179074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16387] ppid=16372 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16387/stat : 16387 (java) S 16372 16375 15651 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 116648748 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529328632800 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16388] ppid=16372 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16388/stat : 16388 (java) S 16372 16375 15651 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 46 0 116648748 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529327580160 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16389] ppid=16372 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16389/stat : 16389 (java) S 16372 16375 15651 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 116648750 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529326528720 140530140186523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16390] ppid=16372 vsize=16068328 memory=0 CPUtime=1.76 cores=0-7
/proc/16375/task/16390/stat : 16390 (java) S 16372 16375 15651 0 -1 1077944384 6460 0 0 0 175 1 0 0 20 0 46 0 116648750 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529325476336 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16391] ppid=16372 vsize=16068328 memory=0 CPUtime=2.11 cores=0-7
/proc/16375/task/16391/stat : 16391 (java) S 16372 16375 15651 0 -1 1077944384 6318 0 0 0 209 2 0 0 20 0 46 0 116648750 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529324423792 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16392] ppid=16372 vsize=16068328 memory=0 CPUtime=1.78 cores=0-7
/proc/16375/task/16392/stat : 16392 (java) S 16372 16375 15651 0 -1 1077944384 5879 0 0 0 175 3 0 0 20 0 46 0 116648750 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529323371248 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16393] ppid=16372 vsize=16068328 memory=0 CPUtime=0.85 cores=0-7
/proc/16375/task/16393/stat : 16393 (java) S 16372 16375 15651 0 -1 1077944384 8093 0 0 0 83 2 0 0 20 0 46 0 116648750 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529322318704 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16394] ppid=16372 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16394/stat : 16394 (java) S 16372 16375 15651 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 116648751 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529321265376 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16395] ppid=16372 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16395/stat : 16395 (java) S 16372 16375 15651 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 46 0 116648751 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529320212912 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16396] ppid=16372 vsize=16068328 memory=0 CPUtime=0.37 cores=0-7
/proc/16375/task/16396/stat : 16396 (java) S 16372 16375 15651 0 -1 1077944384 106 0 0 0 34 3 0 0 20 0 46 0 116648874 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529242407920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16397] ppid=16372 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/16375/task/16397/stat : 16397 (java) S 16372 16375 15651 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 46 0 116648886 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529239258064 140530140179074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16398] ppid=16372 vsize=16068328 memory=0 CPUtime=0.64 cores=0-7
/proc/16375/task/16398/stat : 16398 (java) S 16372 16375 15651 0 -1 1077944384 127 0 0 0 63 1 0 0 20 0 46 0 116648896 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529238205840 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16399] ppid=16372 vsize=16068328 memory=0 CPUtime=0.81 cores=0-7
/proc/16375/task/16399/stat : 16399 (java) S 16372 16375 15651 0 -1 1077944384 73 0 0 0 79 2 0 0 20 0 46 0 116648897 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529235056192 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16400] ppid=16372 vsize=16068328 memory=0 CPUtime=0.58 cores=0-7
/proc/16375/task/16400/stat : 16400 (java) S 16372 16375 15651 0 -1 1077944384 87 0 0 0 57 1 0 0 20 0 46 0 116648897 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529234001216 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16401] ppid=16372 vsize=16068328 memory=0 CPUtime=0.62 cores=0-7
/proc/16375/task/16401/stat : 16401 (java) S 16372 16375 15651 0 -1 1077944384 174 0 0 0 61 1 0 0 20 0 46 0 116648897 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529232951056 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16402] ppid=16372 vsize=16068328 memory=0 CPUtime=0.73 cores=0-7
/proc/16375/task/16402/stat : 16402 (java) R 16372 16375 15651 0 -1 4202560 63 0 0 0 72 1 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529231895200 140530140179862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16403] ppid=16372 vsize=16068328 memory=0 CPUtime=0.53 cores=0-7
/proc/16375/task/16403/stat : 16403 (java) S 16372 16375 15651 0 -1 1077944384 68 0 0 0 53 0 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529230844992 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16404] ppid=16372 vsize=16068328 memory=0 CPUtime=0.7 cores=0-7
/proc/16375/task/16404/stat : 16404 (java) R 16372 16375 15651 0 -1 4202560 86 0 0 0 68 2 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529229790112 140530140179862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16405] ppid=16372 vsize=16068328 memory=0 CPUtime=0.74 cores=0-7
/proc/16375/task/16405/stat : 16405 (java) S 16372 16375 15651 0 -1 1077944384 84 0 0 0 73 1 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529228739904 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16406] ppid=16372 vsize=16068328 memory=0 CPUtime=0.76 cores=0-7
/proc/16375/task/16406/stat : 16406 (java) R 16372 16375 15651 0 -1 1077944384 114 0 0 0 74 2 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529227685024 140530140178133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16407] ppid=16372 vsize=16068328 memory=0 CPUtime=0.5 cores=0-7
/proc/16375/task/16407/stat : 16407 (java) S 16372 16375 15651 0 -1 1077944384 61 0 0 0 49 1 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529226634816 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16408] ppid=16372 vsize=16068328 memory=0 CPUtime=0.64 cores=0-7
/proc/16375/task/16408/stat : 16408 (java) R 16372 16375 15651 0 -1 4202560 128 0 0 0 64 0 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529225579936 140530140179862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16409] ppid=16372 vsize=16068328 memory=0 CPUtime=0.58 cores=0-7
/proc/16375/task/16409/stat : 16409 (java) S 16372 16375 15651 0 -1 1077944384 128 0 0 0 56 2 0 0 20 0 46 0 116648901 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529224529728 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16410] ppid=16372 vsize=16068328 memory=0 CPUtime=0.62 cores=0-7
/proc/16375/task/16410/stat : 16410 (java) R 16372 16375 15651 0 -1 4202560 47 0 0 0 62 0 0 0 20 0 46 0 116648906 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529223473824 140530140179862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16411] ppid=16372 vsize=16068328 memory=0 CPUtime=0.58 cores=0-7
/proc/16375/task/16411/stat : 16411 (java) S 16372 16375 15651 0 -1 1077944384 81 0 0 0 58 0 0 0 20 0 46 0 116648917 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529220289552 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16412] ppid=16372 vsize=16068328 memory=0 CPUtime=0.64 cores=0-7
/proc/16375/task/16412/stat : 16412 (java) S 16372 16375 15651 0 -1 1077944384 61 0 0 0 63 1 0 0 20 0 46 0 116648917 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529219234720 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16413] ppid=16372 vsize=16068328 memory=0 CPUtime=0.52 cores=0-7
/proc/16375/task/16413/stat : 16413 (java) S 16372 16375 15651 0 -1 1077944384 48 0 0 0 52 0 0 0 20 0 46 0 116648917 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529218184512 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16414] ppid=16372 vsize=16068328 memory=0 CPUtime=0.65 cores=0-7
/proc/16375/task/16414/stat : 16414 (java) S 16372 16375 15651 0 -1 1077944384 62 0 0 0 64 1 0 0 20 0 46 0 116648917 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529217131920 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16415] ppid=16372 vsize=16068328 memory=0 CPUtime=0.55 cores=0-7
/proc/16375/task/16415/stat : 16415 (java) R 16372 16375 15651 0 -1 4202560 312 0 0 0 54 1 0 0 20 0 46 0 116648918 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529216079424 140530140179862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16416] ppid=16372 vsize=16068328 memory=0 CPUtime=0.5 cores=0-7
/proc/16375/task/16416/stat : 16416 (java) S 16372 16375 15651 0 -1 1077944384 37 0 0 0 50 0 0 0 20 0 46 0 116648918 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529215026832 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16417] ppid=16372 vsize=16068328 memory=0 CPUtime=0.55 cores=0-7
/proc/16375/task/16417/stat : 16417 (java) S 16372 16375 15651 0 -1 1077944384 36 0 0 0 54 1 0 0 20 0 46 0 116648918 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529213974288 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16418] ppid=16372 vsize=16068328 memory=0 CPUtime=0.57 cores=0-7
/proc/16375/task/16418/stat : 16418 (java) S 16372 16375 15651 0 -1 1077944384 34 0 0 0 56 1 0 0 20 0 46 0 116648919 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529212920720 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16419] ppid=16372 vsize=16068328 memory=0 CPUtime=0.65 cores=0-7
/proc/16375/task/16419/stat : 16419 (java) S 16372 16375 15651 0 -1 1077944384 59 0 0 0 64 1 0 0 20 0 46 0 116648919 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529211865792 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16420] ppid=16372 vsize=16068328 memory=0 CPUtime=0.61 cores=0-7
/proc/16375/task/16420/stat : 16420 (java) S 16372 16375 15651 0 -1 1077944384 57 0 0 0 60 1 0 0 20 0 46 0 116648919 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529210815632 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
[pid=16375/tid=16421] ppid=16372 vsize=16068328 memory=0 CPUtime=0.58 cores=0-7
/proc/16375/task/16421/stat : 16421 (java) S 16372 16375 15651 0 -1 1077944384 36 0 0 0 57 1 0 0 20 0 46 0 116648920 16453967872 162239 33554432000 4194304 4196468 140721820089776 140529209763136 140530140178133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36552704 140721820091489 140721820091675 140721820091675 140721820094415 0
Current children cumulated CPU time: 23.96 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 648956 KiB

Child status: 0
Real time (s): 4.67362
CPU time (s): 24.1514
CPU user time (s): 23.4682
CPU system time (s): 0.683158
CPU usage (%): 516.759
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 648956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.4682
system time used= 0.683158
maximum resident set size= 650328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110293
involuntary context switches= 1384


# summary of solver processes directly reported to runsolver:
#   pid: 16375
#   total CPU time (s): 24.1514
#   total CPU user time (s): 23.4682
#   total CPU system time (s): 0.683158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062763 second user time and 0.10199 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 00:05:51
IDJOB=4275503
IDBENCH=139760
IDSOLVER=2668
FILE ID=node112/4275503-1502835610
RUNJOBID= node112-1502827164-15678
PBS_JOBID= 20629840
Free space on /tmp= 61824 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-04-2-08.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275503-1502835610/watcher-4275503-1502835610 -o /tmp/evaluation-result-4275503-1502835610/solver-4275503-1502835610 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502827164-15678 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1960760192 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275503-1502835610.xml

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

MD5SUM BENCH= 17db91fb5ac5a139b323ef8c05694434
RANDOM SEED=1960760192

node112.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.24
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.24
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.24
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.24
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:        31536176 kB
MemAvailable:   31982036 kB
Buffers:          207724 kB
Cached:           519596 kB
SwapCached:            0 kB
Active:           499584 kB
Inactive:         280728 kB
Active(anon):       4288 kB
Inactive(anon):    76444 kB
Active(file):     495296 kB
Inactive(file):   204284 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42104 kB
Writeback:             4 kB
AnonPages:         57744 kB
Mapped:            45628 kB
Shmem:             25224 kB
Slab:             150500 kB
SReclaimable:     124232 kB
SUnreclaim:        26268 kB
KernelStack:        3232 kB
PageTables:         4776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-16 00:05:56