Trace number 4309028

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-08-14UNSAT 51.9768 8.1423

General information on the benchmark

NameDubois/
Dubois-021_c18.xml
MD5SUM20df171288238b3174eb6e57a3777db0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.48958
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints42
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":63}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":63}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":42}]
Number of extensional constraints42
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":42}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1349337410
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.18/0.83	c Parsing done, starting search...
51.49/8.10	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14416 MiB free)
  memory of node 1: 16384 MiB (13595 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309028-1534380533/watcher-4309028-1534380533 -o /tmp/evaluation-result-4309028-1534380533/solver-4309028-1534380533 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1534372877-31723 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1349337410 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309028-1534380533.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=32445, runsolver pid=32442
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 9.25 8.85 8.79 2/199 32465
/proc/meminfo: memFree=28666448/32770624 swapFree=67108796/67108860
[pid=32445] ppid=32442 vsize=26103420 memory=31608 CPUtime=0.11 cores=0-7
/proc/32445/stat : 32445 (java) S 32442 32445 31696 0 -1 1077944320 7379 0 0 0 10 1 0 0 20 0 20 0 255616524 26729902080 7902 33554432000 4194304 4196468 140723748403840 140723748386384 139914137272055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
/proc/32445/statm: 6525855 7902 3139 1 0 6487932 0
[pid=32445/tid=32447] ppid=32442 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32445/task/32447/stat : 32447 (java) R 32442 32445 31696 0 -1 4202560 5463 0 0 0 8 1 0 0 20 0 20 0 255616524 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914141497744 139914117547762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32448] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32448/stat : 32448 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914089892368 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32449] ppid=32442 vsize=26103420 memory=140619596654208 CPUtime=0 cores=0-7
/proc/32445/task/32449/stat : 32449 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914088839824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32450] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32450/stat : 32450 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914087786768 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32451] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32451/stat : 32451 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914086734224 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32452] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32452/stat : 32452 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914085682192 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32453] ppid=32442 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32445/task/32453/stat : 32453 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914084629648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32454] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32454/stat : 32454 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914083576592 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32455] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32455/stat : 32455 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 7968 33554432000 4194304 4196468 140723748403840 139914082524048 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32456] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32456/stat : 32456 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616526 26729902080 7968 33554432000 4194304 4196468 140723748403840 139913534085360 139914137283202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32457] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32457/stat : 32457 (java) S 32442 32445 31696 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255616527 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913533031584 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32458] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32458/stat : 32458 (java) S 32442 32445 31696 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255616527 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913531978480 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32459] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32459/stat : 32459 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616529 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913530927056 139914137290651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32460] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32460/stat : 32460 (java) S 32442 32445 31696 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 255616529 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913529875184 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32461] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32461/stat : 32461 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616529 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913528822640 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32462] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32462/stat : 32462 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616529 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913527769584 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32463] ppid=32442 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/32445/task/32463/stat : 32463 (java) S 32442 32445 31696 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 255616529 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913458608752 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32464] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32464/stat : 32464 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616530 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913457555936 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32465] ppid=32442 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32445/task/32465/stat : 32465 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616530 26729902080 8034 33554432000 4194304 4196468 140723748403840 139913456503472 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31608 KiB

[startup+0.21031 s]*
/proc/loadavg: 9.25 8.85 8.79 4/199 32465
/proc/meminfo: memFree=28653116/32770624 swapFree=67108796/67108860
[pid=32445] ppid=32442 vsize=26103420 memory=43328 CPUtime=0.31 cores=0-7
/proc/32445/stat : 32445 (java) S 32442 32445 31696 0 -1 1077944320 10520 0 0 0 29 2 0 0 20 0 20 0 255616524 26729902080 10832 33554432000 4194304 4196468 140723748403840 140723748386384 139914137272055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
/proc/32445/statm: 6525855 10832 3328 1 0 6487932 0
[pid=32445/tid=32447] ppid=32442 vsize=26103420 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/32445/task/32447/stat : 32447 (java) R 32442 32445 31696 0 -1 4202560 8286 0 0 0 18 1 0 0 20 0 20 0 255616524 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914141494864 139914121352542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32448] ppid=32442 vsize=26103420 memory=8974 CPUtime=0 cores=0-7
/proc/32445/task/32448/stat : 32448 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914089892368 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32449] ppid=32442 vsize=26103420 memory=288370995748365952 CPUtime=0 cores=0-7
/proc/32445/task/32449/stat : 32449 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914088839824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32450] ppid=32442 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32445/task/32450/stat : 32450 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914087786768 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32451] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32451/stat : 32451 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914086734224 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32452] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32452/stat : 32452 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914085682192 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32453] ppid=32442 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32445/task/32453/stat : 32453 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914084629648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32454] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32454/stat : 32454 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914083576592 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32455] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32455/stat : 32455 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 10832 33554432000 4194304 4196468 140723748403840 139914082524048 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32456] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32456/stat : 32456 (java) S 32442 32445 31696 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255616526 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913534085360 139914137283202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32457] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32457/stat : 32457 (java) S 32442 32445 31696 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255616527 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913533031584 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32458] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32458/stat : 32458 (java) S 32442 32445 31696 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255616527 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913531978480 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32459] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32459/stat : 32459 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616529 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913530927056 139914137290651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32460] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32460/stat : 32460 (java) S 32442 32445 31696 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 20 0 255616529 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913529875184 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32461] ppid=32442 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/32445/task/32461/stat : 32461 (java) S 32442 32445 31696 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 255616529 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913528822640 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32462] ppid=32442 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/32445/task/32462/stat : 32462 (java) S 32442 32445 31696 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 255616529 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913527769584 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32463] ppid=32442 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/32445/task/32463/stat : 32463 (java) R 32442 32445 31696 0 -1 4202560 300 0 0 0 6 0 0 0 20 0 20 0 255616529 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913458604480 139914115947217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32464] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32464/stat : 32464 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616530 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913457555936 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32465] ppid=32442 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32445/task/32465/stat : 32465 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616530 26729902080 10832 33554432000 4194304 4196468 140723748403840 139913456503472 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43328 KiB

[startup+0.310486 s]*
/proc/loadavg: 9.25 8.85 8.79 2/199 32465
/proc/meminfo: memFree=28649704/32770624 swapFree=67108796/67108860
[pid=32445] ppid=32442 vsize=26103420 memory=46880 CPUtime=0.43 cores=0-7
/proc/32445/stat : 32445 (java) S 32442 32445 31696 0 -1 1077944320 10937 0 0 0 41 2 0 0 20 0 20 0 255616524 26729902080 11720 33554432000 4194304 4196468 140723748403840 140723748386384 139914137272055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
/proc/32445/statm: 6525855 11720 3355 1 0 6487932 0
[pid=32445/tid=32447] ppid=32442 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32445/task/32447/stat : 32447 (java) R 32442 32445 31696 0 -1 4202560 8625 0 0 0 28 1 0 0 20 0 20 0 255616524 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914141433792 139914121352542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32448] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32448/stat : 32448 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914089892368 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32449] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32449/stat : 32449 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914088839824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32450] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32450/stat : 32450 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914087786768 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32451] ppid=32442 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/32445/task/32451/stat : 32451 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914086734224 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32452] ppid=32442 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/32445/task/32452/stat : 32452 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914085682192 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32453] ppid=32442 vsize=26103420 memory=140619443961007 CPUtime=0 cores=0-7
/proc/32445/task/32453/stat : 32453 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914084629648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32454] ppid=32442 vsize=26103420 memory=140619443963312 CPUtime=0 cores=0-7
/proc/32445/task/32454/stat : 32454 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914083576592 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32455] ppid=32442 vsize=26103420 memory=140619443965616 CPUtime=0 cores=0-7
/proc/32445/task/32455/stat : 32455 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26729902080 11720 33554432000 4194304 4196468 140723748403840 139914082524048 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32456] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32456/stat : 32456 (java) S 32442 32445 31696 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255616526 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913534085360 139914137283202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32457] ppid=32442 vsize=26103420 memory=281238887940496 CPUtime=0 cores=0-7
/proc/32445/task/32457/stat : 32457 (java) S 32442 32445 31696 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255616527 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913533031584 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32458] ppid=32442 vsize=26103420 memory=281238887881776 CPUtime=0 cores=0-7
/proc/32445/task/32458/stat : 32458 (java) S 32442 32445 31696 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255616527 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913531978480 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32459] ppid=32442 vsize=26103420 memory=281238887954320 CPUtime=0 cores=0-7
/proc/32445/task/32459/stat : 32459 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616529 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913530927056 139914137290651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32460] ppid=32442 vsize=26103420 memory=281238887961232 CPUtime=0.01 cores=0-7
/proc/32445/task/32460/stat : 32460 (java) S 32442 32445 31696 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 255616529 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913529875184 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32461] ppid=32442 vsize=26103420 memory=281238887958928 CPUtime=0.01 cores=0-7
/proc/32445/task/32461/stat : 32461 (java) S 32442 32445 31696 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 255616529 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913528822640 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32462] ppid=32442 vsize=26103420 memory=281238887975056 CPUtime=0.01 cores=0-7
/proc/32445/task/32462/stat : 32462 (java) S 32442 32445 31696 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 255616529 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913527769584 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32463] ppid=32442 vsize=26103420 memory=281238887972752 CPUtime=0.07 cores=0-7
/proc/32445/task/32463/stat : 32463 (java) S 32442 32445 31696 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 20 0 255616529 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913458608752 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32464] ppid=32442 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32464/stat : 32464 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616530 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913457555936 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32465] ppid=32442 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32445/task/32465/stat : 32465 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616530 26729902080 11720 33554432000 4194304 4196468 140723748403840 139913456503472 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46880 KiB

[startup+0.700931 s]
/proc/loadavg: 9.25 8.85 8.79 3/199 32465
/proc/meminfo: memFree=28625612/32770624 swapFree=67108796/67108860
[pid=32445] ppid=32442 vsize=26105488 memory=87372 CPUtime=0.99 cores=0-7
/proc/32445/stat : 32445 (java) S 32442 32445 31696 0 -1 1077944320 17851 0 0 0 94 5 0 0 20 0 20 0 255616524 26732019712 21843 33554432000 4194304 4196468 140723748403840 140723748386384 139914137272055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
/proc/32445/statm: 6526372 21843 3494 1 0 6488444 0
[pid=32445/tid=32447] ppid=32442 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/32445/task/32447/stat : 32447 (java) R 32442 32445 31696 0 -1 4202560 15066 0 0 0 64 3 0 0 20 0 20 0 255616524 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914141495376 139914121352572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32448] ppid=32442 vsize=26105488 memory=2241 CPUtime=0 cores=0-7
/proc/32445/task/32448/stat : 32448 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914089892368 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32449] ppid=32442 vsize=26105488 memory=2244 CPUtime=0 cores=0-7
/proc/32445/task/32449/stat : 32449 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914088839824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32450] ppid=32442 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32450/stat : 32450 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914087786768 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32451] ppid=32442 vsize=26105488 memory=1244 CPUtime=0 cores=0-7
/proc/32445/task/32451/stat : 32451 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914086734224 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32452] ppid=32442 vsize=26105488 memory=1036 CPUtime=0 cores=0-7
/proc/32445/task/32452/stat : 32452 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914085682192 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32453] ppid=32442 vsize=26105488 memory=1776 CPUtime=0 cores=0-7
/proc/32445/task/32453/stat : 32453 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914084629648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32454] ppid=32442 vsize=26105488 memory=5724 CPUtime=0 cores=0-7
/proc/32445/task/32454/stat : 32454 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914083576592 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32455] ppid=32442 vsize=26105488 memory=14768 CPUtime=0 cores=0-7
/proc/32445/task/32455/stat : 32455 (java) S 32442 32445 31696 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255616525 26732019712 21843 33554432000 4194304 4196468 140723748403840 139914082524048 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32456] ppid=32442 vsize=26105488 memory=43068 CPUtime=0 cores=0-7
/proc/32445/task/32456/stat : 32456 (java) S 32442 32445 31696 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255616526 26732019712 21843 33554432000 4194304 4196468 140723748403840 139913534085360 139914137283202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0

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

[pid=32445/tid=32487] ppid=32442 vsize=27850524 memory=0 CPUtime=1.63 cores=0-7
/proc/32445/task/32487/stat : 32487 (java) S 32442 32445 31696 0 -1 1077944384 134 0 0 0 161 2 0 0 20 0 46 0 255616794 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913414628880 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32488] ppid=32442 vsize=27850524 memory=15620 CPUtime=0.87 cores=0-7
/proc/32445/task/32488/stat : 32488 (java) S 32442 32445 31696 0 -1 1077944384 127 0 0 0 86 1 0 0 20 0 46 0 255616794 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913413575824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32489] ppid=32442 vsize=27850524 memory=0 CPUtime=2.08 cores=0-7
/proc/32445/task/32489/stat : 32489 (java) R 32442 32445 31696 0 -1 4202560 126 0 0 0 206 2 0 0 20 0 46 0 255616802 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913412520992 140723749334760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32490] ppid=32442 vsize=27850524 memory=0 CPUtime=1.22 cores=0-7
/proc/32445/task/32490/stat : 32490 (java) S 32442 32445 31696 0 -1 1077944384 280 0 0 0 120 2 0 0 20 0 46 0 255616805 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913411470224 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32491] ppid=32442 vsize=27850524 memory=0 CPUtime=0.41 cores=0-7
/proc/32445/task/32491/stat : 32491 (java) S 32442 32445 31696 0 -1 1077944384 97 0 0 0 41 0 0 0 20 0 46 0 255616824 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913410417680 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
Current children cumulated CPU time: 48.28 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 1623728 KiB

[startup+8.00539 s]*
/proc/loadavg: 8.53 8.71 8.74 14/225 32491
/proc/meminfo: memFree=27069804/32770624 swapFree=67108796/67108860
[pid=32445] ppid=32442 vsize=27850524 memory=1623728 CPUtime=51.49 cores=0-7
/proc/32445/stat : 32445 (java) S 32442 32445 31696 0 -1 1077944320 41984 0 0 0 5075 74 0 0 20 0 46 0 255616524 28518936576 405932 33554432000 4194304 4196468 140723748403840 140723748386384 139914137272055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
/proc/32445/statm: 6962631 405932 3606 1 0 6924182 0
[pid=32445/tid=32447] ppid=32442 vsize=27850524 memory=0 CPUtime=1.85 cores=0-7
/proc/32445/task/32447/stat : 32447 (java) S 32442 32445 31696 0 -1 1077944384 20353 0 0 0 178 7 0 0 20 0 46 0 255616524 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914141509520 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32448] ppid=32442 vsize=27850524 memory=0 CPUtime=0.04 cores=0-7
/proc/32445/task/32448/stat : 32448 (java) S 32442 32445 31696 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914089892368 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32449] ppid=32442 vsize=27850524 memory=140619596654208 CPUtime=0.04 cores=0-7
/proc/32445/task/32449/stat : 32449 (java) S 32442 32445 31696 0 -1 1077944384 176 0 0 0 3 1 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914088839824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32450] ppid=32442 vsize=27850524 memory=-1 CPUtime=0.04 cores=0-7
/proc/32445/task/32450/stat : 32450 (java) S 32442 32445 31696 0 -1 1077944384 376 0 0 0 2 2 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914087786768 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32451] ppid=32442 vsize=27850524 memory=0 CPUtime=0.04 cores=0-7
/proc/32445/task/32451/stat : 32451 (java) S 32442 32445 31696 0 -1 1077944384 59 0 0 0 3 1 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914086734224 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32452] ppid=32442 vsize=27850524 memory=0 CPUtime=0.05 cores=0-7
/proc/32445/task/32452/stat : 32452 (java) S 32442 32445 31696 0 -1 1077944384 97 0 0 0 3 2 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914085682192 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32453] ppid=32442 vsize=27850524 memory=-1 CPUtime=0.04 cores=0-7
/proc/32445/task/32453/stat : 32453 (java) S 32442 32445 31696 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914084629648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32454] ppid=32442 vsize=27850524 memory=0 CPUtime=0.05 cores=0-7
/proc/32445/task/32454/stat : 32454 (java) S 32442 32445 31696 0 -1 1077944384 71 0 0 0 4 1 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914083576592 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32455] ppid=32442 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/32445/task/32455/stat : 32455 (java) S 32442 32445 31696 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 46 0 255616525 28518936576 405932 33554432000 4194304 4196468 140723748403840 139914082524048 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32456] ppid=32442 vsize=27850524 memory=8316850467074736180 CPUtime=0.03 cores=0-7
/proc/32445/task/32456/stat : 32456 (java) S 32442 32445 31696 0 -1 1077944384 1983 0 0 0 3 0 0 0 20 0 46 0 255616526 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913534085360 139914137283202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32457] ppid=32442 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32457/stat : 32457 (java) S 32442 32445 31696 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 255616527 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913533031648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32458] ppid=32442 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32458/stat : 32458 (java) S 32442 32445 31696 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 46 0 255616527 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913531978496 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32459] ppid=32442 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32459/stat : 32459 (java) S 32442 32445 31696 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 255616529 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913530927056 139914137290651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32460] ppid=32442 vsize=27850524 memory=0 CPUtime=1.02 cores=0-7
/proc/32445/task/32460/stat : 32460 (java) S 32442 32445 31696 0 -1 1077944384 2843 0 0 0 101 1 0 0 20 0 46 0 255616529 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913529875184 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32461] ppid=32442 vsize=27850524 memory=0 CPUtime=1.01 cores=0-7
/proc/32445/task/32461/stat : 32461 (java) S 32442 32445 31696 0 -1 1077944384 1800 0 0 0 100 1 0 0 20 0 46 0 255616529 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913528822640 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32462] ppid=32442 vsize=27850524 memory=13780 CPUtime=1.07 cores=0-7
/proc/32445/task/32462/stat : 32462 (java) S 32442 32445 31696 0 -1 1077944384 1468 0 0 0 106 1 0 0 20 0 46 0 255616529 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913527769584 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32463] ppid=32442 vsize=27850524 memory=281238889497568 CPUtime=0.89 cores=0-7
/proc/32445/task/32463/stat : 32463 (java) S 32442 32445 31696 0 -1 1077944384 5828 0 0 0 88 1 0 0 20 0 46 0 255616529 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913458608752 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32464] ppid=32442 vsize=27850524 memory=3761124852182037554 CPUtime=0 cores=0-7
/proc/32445/task/32464/stat : 32464 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 255616530 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913457555936 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32465] ppid=32442 vsize=27850524 memory=3761124852182037553 CPUtime=0 cores=0-7
/proc/32445/task/32465/stat : 32465 (java) S 32442 32445 31696 0 -1 1077944384 871 0 0 0 0 0 0 0 20 0 46 0 255616530 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913456503472 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32466] ppid=32442 vsize=27850524 memory=3761124852182037553 CPUtime=0.03 cores=0-7
/proc/32445/task/32466/stat : 32466 (java) R 32442 32445 31696 0 -1 1077944384 111 0 0 0 3 0 0 0 20 0 46 0 255616670 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913445159376 139914137282261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32467] ppid=32442 vsize=27850524 memory=6082202987142081367 CPUtime=0.01 cores=0-7
/proc/32445/task/32467/stat : 32467 (java) S 32442 32445 31696 0 -1 1077944384 735 0 0 0 0 1 0 0 20 0 46 0 255616687 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913442009872 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32468] ppid=32442 vsize=27850524 memory=7380950455877264726 CPUtime=2.13 cores=0-7
/proc/32445/task/32468/stat : 32468 (java) R 32442 32445 31696 0 -1 4202560 208 0 0 0 211 2 0 0 20 0 46 0 255616708 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913438858656 139913752697671 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32469] ppid=32442 vsize=27850524 memory=6153433744106808936 CPUtime=2 cores=0-7
/proc/32445/task/32469/stat : 32469 (java) R 32442 32445 31696 0 -1 4202560 165 0 0 0 199 1 0 0 20 0 46 0 255616709 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913437806112 139913753096052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32470] ppid=32442 vsize=27850524 memory=932 CPUtime=2.41 cores=0-7
/proc/32445/task/32470/stat : 32470 (java) R 32442 32445 31696 0 -1 4202560 135 0 0 0 240 1 0 0 20 0 46 0 255616709 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913436753056 139913749284007 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32471] ppid=32442 vsize=27850524 memory=0 CPUtime=1.36 cores=0-7
/proc/32445/task/32471/stat : 32471 (java) S 32442 32445 31696 0 -1 1077944384 160 0 0 0 135 1 0 0 20 0 46 0 255616716 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913433605648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32472] ppid=32442 vsize=27850524 memory=0 CPUtime=2.25 cores=0-7
/proc/32445/task/32472/stat : 32472 (java) S 32442 32445 31696 0 -1 1077944384 83 0 0 0 224 1 0 0 20 0 46 0 255616716 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913432552592 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32473] ppid=32442 vsize=27850524 memory=0 CPUtime=1.68 cores=0-7
/proc/32445/task/32473/stat : 32473 (java) S 32442 32445 31696 0 -1 1077944384 148 0 0 0 168 0 0 0 20 0 46 0 255616716 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913431500048 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32474] ppid=32442 vsize=27850524 memory=0 CPUtime=2.25 cores=0-7
/proc/32445/task/32474/stat : 32474 (java) R 32442 32445 31696 0 -1 4202560 96 0 0 0 224 1 0 0 20 0 46 0 255616716 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913430444704 139913752724630 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32475] ppid=32442 vsize=27850524 memory=0 CPUtime=1.87 cores=0-7
/proc/32445/task/32475/stat : 32475 (java) S 32442 32445 31696 0 -1 1077944384 137 0 0 0 187 0 0 0 20 0 46 0 255616716 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913429394448 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32476] ppid=32442 vsize=27850524 memory=3472592183261933599 CPUtime=1.32 cores=0-7
/proc/32445/task/32476/stat : 32476 (java) S 32442 32445 31696 0 -1 1077944384 83 0 0 0 131 1 0 0 20 0 46 0 255616716 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913428342416 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32477] ppid=32442 vsize=27850524 memory=7811044310603950144 CPUtime=2.15 cores=0-7
/proc/32445/task/32477/stat : 32477 (java) S 32442 32445 31696 0 -1 1077944384 208 0 0 0 212 3 0 0 20 0 46 0 255616720 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913427289872 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32478] ppid=32442 vsize=27850524 memory=5787213840066634841 CPUtime=2.47 cores=0-7
/proc/32445/task/32478/stat : 32478 (java) R 32442 32445 31696 0 -1 1077944384 148 0 0 0 246 1 0 0 20 0 46 0 255616720 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913426236816 139914137282261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32479] ppid=32442 vsize=27850524 memory=7517748492755427688 CPUtime=1.53 cores=0-7
/proc/32445/task/32479/stat : 32479 (java) S 32442 32445 31696 0 -1 1077944384 39 0 0 0 153 0 0 0 20 0 46 0 255616720 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913425184272 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32480] ppid=32442 vsize=27850524 memory=7686721470247706567 CPUtime=1.98 cores=0-7
/proc/32445/task/32480/stat : 32480 (java) S 32442 32445 31696 0 -1 1077944384 471 0 0 0 197 1 0 0 20 0 46 0 255616720 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913424131216 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32481] ppid=32442 vsize=27850524 memory=0 CPUtime=2.49 cores=0-7
/proc/32445/task/32481/stat : 32481 (java) R 32442 32445 31696 0 -1 4202560 117 0 0 0 247 2 0 0 20 0 46 0 255616720 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913423076384 139913753094845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32482] ppid=32442 vsize=27850524 memory=140619444070991 CPUtime=1.3 cores=0-7
/proc/32445/task/32482/stat : 32482 (java) R 32442 32445 31696 0 -1 4202560 37 0 0 0 130 0 0 0 20 0 46 0 255616720 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913422023328 139913752952397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32483] ppid=32442 vsize=27850524 memory=0 CPUtime=2.29 cores=0-7
/proc/32445/task/32483/stat : 32483 (java) S 32442 32445 31696 0 -1 1077944384 87 0 0 0 227 2 0 0 20 0 46 0 255616721 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913418839056 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32484] ppid=32442 vsize=27850524 memory=7379805919921595732 CPUtime=1.99 cores=0-7
/proc/32445/task/32484/stat : 32484 (java) R 32442 32445 31696 0 -1 1077944384 77 0 0 0 198 1 0 0 20 0 46 0 255616777 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913417787024 139914137282261 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32485] ppid=32442 vsize=27850524 memory=7306316804797196914 CPUtime=2.06 cores=0-7
/proc/32445/task/32485/stat : 32485 (java) S 32442 32445 31696 0 -1 1077944384 200 0 0 0 203 3 0 0 20 0 46 0 255616778 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913416734480 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32486] ppid=32442 vsize=27850524 memory=7011348500760777816 CPUtime=2.78 cores=0-7
/proc/32445/task/32486/stat : 32486 (java) R 32442 32445 31696 0 -1 4202560 215 0 0 0 275 3 0 0 20 0 46 0 255616778 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913415679136 139913753098072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32487] ppid=32442 vsize=27850524 memory=7796081047768689765 CPUtime=1.63 cores=0-7
/proc/32445/task/32487/stat : 32487 (java) S 32442 32445 31696 0 -1 1077944384 134 0 0 0 161 2 0 0 20 0 46 0 255616794 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913414628880 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32488] ppid=32442 vsize=27850524 memory=8026650869813564775 CPUtime=0.87 cores=0-7
/proc/32445/task/32488/stat : 32488 (java) S 32442 32445 31696 0 -1 1077944384 127 0 0 0 86 1 0 0 20 0 46 0 255616794 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913413575824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32489] ppid=32442 vsize=27850524 memory=8026650869813564775 CPUtime=2.22 cores=0-7
/proc/32445/task/32489/stat : 32489 (java) S 32442 32445 31696 0 -1 1077944384 126 0 0 0 220 2 0 0 20 0 46 0 255616802 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913412523280 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32490] ppid=32442 vsize=27850524 memory=0 CPUtime=1.37 cores=0-7
/proc/32445/task/32490/stat : 32490 (java) R 32442 32445 31696 0 -1 4202560 280 0 0 0 135 2 0 0 20 0 46 0 255616805 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913411467936 139913753098931 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32491] ppid=32442 vsize=27850524 memory=7523088803617337445 CPUtime=0.41 cores=0-7
/proc/32445/task/32491/stat : 32491 (java) S 32442 32445 31696 0 -1 1077944384 97 0 0 0 41 0 0 0 20 0 46 0 255616824 28518936576 405932 33554432000 4194304 4196468 140723748403840 139913410417680 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
Current children cumulated CPU time: 51.49 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 1623728 KiB

[startup+8.11124 s]
/proc/loadavg: 8.53 8.71 8.74 14/225 32491
/proc/meminfo: memFree=27069804/32770624 swapFree=67108796/67108860
[pid=32445] ppid=32442 vsize=27850524 memory=1623564 CPUtime=51.94 cores=0-7
/proc/32445/stat : 32445 (java) S 32442 32445 31696 0 -1 1077944320 43236 0 0 0 5120 74 0 0 20 0 19 0 255616524 28518936576 405891 33554432000 4194304 4196468 140723748403840 140723748386384 139914137272055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
/proc/32445/statm: 6962631 405891 3609 1 0 6924182 0
[pid=32445/tid=32447] ppid=32442 vsize=27850524 memory=1623728 CPUtime=1.85 cores=0-7
/proc/32445/task/32447/stat : 32447 (java) S 32442 32445 31696 0 -1 1077944384 20437 0 0 0 178 7 0 0 20 0 19 0 255616524 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914141514896 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32448] ppid=32442 vsize=27850524 memory=185 CPUtime=0.04 cores=0-7
/proc/32445/task/32448/stat : 32448 (java) S 32442 32445 31696 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914089892368 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32449] ppid=32442 vsize=27850524 memory=4 CPUtime=0.04 cores=0-7
/proc/32445/task/32449/stat : 32449 (java) S 32442 32445 31696 0 -1 1077944384 176 0 0 0 3 1 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914088839824 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32450] ppid=32442 vsize=27850524 memory=140623891621503 CPUtime=0.04 cores=0-7
/proc/32445/task/32450/stat : 32450 (java) S 32442 32445 31696 0 -1 1077944384 376 0 0 0 2 2 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914087786768 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32451] ppid=32442 vsize=27850524 memory=7379263714763564390 CPUtime=0.04 cores=0-7
/proc/32445/task/32451/stat : 32451 (java) S 32442 32445 31696 0 -1 1077944384 59 0 0 0 3 1 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914086734224 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32452] ppid=32442 vsize=27850524 memory=7379263714763564390 CPUtime=0.05 cores=0-7
/proc/32445/task/32452/stat : 32452 (java) S 32442 32445 31696 0 -1 1077944384 97 0 0 0 3 2 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914085682192 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32453] ppid=32442 vsize=27850524 memory=278906586332584 CPUtime=0.04 cores=0-7
/proc/32445/task/32453/stat : 32453 (java) S 32442 32445 31696 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914084629648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32454] ppid=32442 vsize=27850524 memory=0 CPUtime=0.05 cores=0-7
/proc/32445/task/32454/stat : 32454 (java) S 32442 32445 31696 0 -1 1077944384 71 0 0 0 4 1 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914083576592 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32455] ppid=32442 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/32445/task/32455/stat : 32455 (java) S 32442 32445 31696 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 19 0 255616525 28518936576 405891 33554432000 4194304 4196468 140723748403840 139914082524048 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32456] ppid=32442 vsize=27850524 memory=57 CPUtime=0.03 cores=0-7
/proc/32445/task/32456/stat : 32456 (java) S 32442 32445 31696 0 -1 1077944384 1986 0 0 0 3 0 0 0 20 0 19 0 255616526 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913534085568 139914137283202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32457] ppid=32442 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32457/stat : 32457 (java) S 32442 32445 31696 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 255616527 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913533031648 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32458] ppid=32442 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32458/stat : 32458 (java) S 32442 32445 31696 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 255616527 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913531978496 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32459] ppid=32442 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/32445/task/32459/stat : 32459 (java) S 32442 32445 31696 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 255616529 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913530926704 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32460] ppid=32442 vsize=27850524 memory=0 CPUtime=1.03 cores=0-7
/proc/32445/task/32460/stat : 32460 (java) S 32442 32445 31696 0 -1 1077944384 2846 0 0 0 102 1 0 0 20 0 19 0 255616529 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913529875184 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32461] ppid=32442 vsize=27850524 memory=0 CPUtime=1.04 cores=0-7
/proc/32445/task/32461/stat : 32461 (java) S 32442 32445 31696 0 -1 1077944384 1928 0 0 0 103 1 0 0 20 0 19 0 255616529 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913528806832 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32462] ppid=32442 vsize=27850524 memory=98 CPUtime=1.08 cores=0-7
/proc/32445/task/32462/stat : 32462 (java) S 32442 32445 31696 0 -1 1077944384 1475 0 0 0 107 1 0 0 20 0 19 0 255616529 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913527754096 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32463] ppid=32442 vsize=27850524 memory=96 CPUtime=0.91 cores=0-7
/proc/32445/task/32463/stat : 32463 (java) S 32442 32445 31696 0 -1 1077944384 5934 0 0 0 90 1 0 0 20 0 19 0 255616529 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913458608752 139914137283202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
[pid=32445/tid=32464] ppid=32442 vsize=27850524 memory=98 CPUtime=0 cores=0-7
/proc/32445/task/32464/stat : 32464 (java) S 32442 32445 31696 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 255616530 28518936576 405891 33554432000 4194304 4196468 140723748403840 139913457555936 139914137282261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8462336 140723748410445 140723748410629 140723748410629 140723748413391 0
Current children cumulated CPU time: 51.94 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 1623564 KiB

Child status: 0
Real time (s): 8.1423
CPU time (s): 51.9768
CPU user time (s): 51.2043
CPU system time (s): 0.772532
CPU usage (%): 638.355
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 1623728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.2043
system time used= 0.772532
maximum resident set size= 1624972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43260
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13409
involuntary context switches= 3696


# summary of solver processes directly reported to runsolver:
#   pid: 32445
#   total CPU time (s): 51.9768
#   total CPU user time (s): 51.2043
#   total CPU system time (s): 0.772532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.105239 second user time and 0.147993 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-16 02:48:53
IDJOB=4309028
IDBENCH=141402
IDSOLVER=2793
FILE ID=node138/4309028-1534380533
RUNJOBID= node138-1534372877-31723
PBS_JOBID= 21038288
Free space on /tmp= 38064 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Dubois/Dubois-021_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-4309028-1534380533/watcher-4309028-1534380533 -o /tmp/evaluation-result-4309028-1534380533/solver-4309028-1534380533 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1534372877-31723 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1349337410 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309028-1534380533.xml

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

MD5SUM BENCH= 20df171288238b3174eb6e57a3777db0
RANDOM SEED=1349337410

node138.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.71
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.71
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.71
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.71
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:        28684544 kB
MemAvailable:   31888860 kB
Buffers:          113312 kB
Cached:          3348800 kB
SwapCached:           12 kB
Active:          1796692 kB
Inactive:        1725676 kB
Active(anon):       4196 kB
Inactive(anon):   116692 kB
Active(file):    1792496 kB
Inactive(file):  1608984 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             35996 kB
Writeback:             0 kB
AnonPages:         67344 kB
Mapped:            54672 kB
Shmem:             57964 kB
Slab:             259444 kB
SReclaimable:     231296 kB
SUnreclaim:        28148 kB
KernelStack:        3200 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38032 MiB
End job on node138 at 2018-08-16 02:49:02