Trace number 4291266

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02? (TO) 19957.7 2520.38

General information on the benchmark

NameDubois/
Dubois-050_c18.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
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 benchmark4.42724
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.54	c version: 2018-07-02
0.67/0.55	c seed: 1717545831
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.19/0.86	c Parsing done, starting search...
19955.03/2520.10	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291266-1532658361/watcher-4291266-1532658361 -o /tmp/evaluation-result-4291266-1532658361/solver-4291266-1532658361 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532653186-16741 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1717545831 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291266-1532658361.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=17654, runsolver pid=17651
Current StackSize limit: 8192 KiB


[startup+0.100759 s]*
/proc/loadavg: 3.52 3.46 3.81 2/198 17674
/proc/meminfo: memFree=24278000/32770624 swapFree=67108860/67108860
[pid=17654] ppid=17651 vsize=26103424 memory=32848 CPUtime=0.11 cores=0-7
/proc/17654/stat : 17654 (java) S 17651 17654 16714 0 -1 1077944320 7132 0 0 0 10 1 0 0 20 0 20 0 83399382 26729906176 8212 33554432000 4194304 4196468 140735997207680 140735997190224 140558256156407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
/proc/17654/statm: 6525856 8212 3142 1 0 6487932 0
[pid=17654/tid=17656] ppid=17651 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17654/task/17656/stat : 17656 (java) R 17651 17654 16714 0 -1 4202560 5199 0 0 0 8 1 0 0 20 0 20 0 83399382 26729906176 8212 33554432000 4194304 4196468 140735997207680 140558260382096 140558240236894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17657] ppid=17651 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17654/task/17657/stat : 17657 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140558178736528 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17658] ppid=17651 vsize=26103424 memory=140094454404736 CPUtime=0 cores=0-7
/proc/17654/task/17658/stat : 17658 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140558177683728 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17659] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17659/stat : 17659 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140558176631440 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17660] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17660/stat : 17660 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140558175578640 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17661] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17661/stat : 17661 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140558174526352 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17662] ppid=17651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17654/task/17662/stat : 17662 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140557809638160 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17663] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17663/stat : 17663 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140557808585872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17664] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17664/stat : 17664 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 8212 33554432000 4194304 4196468 140735997207680 140557807533072 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17665] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17665/stat : 17665 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399384 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556663416944 140558256167554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17666] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17666/stat : 17666 (java) S 17651 17654 16714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83399385 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556662362912 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17667] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17667/stat : 17667 (java) S 17651 17654 16714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83399385 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556661310576 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17668] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17668/stat : 17668 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556660258896 140558256175003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17669] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17669/stat : 17669 (java) S 17651 17654 16714 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556659206768 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17670] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17670/stat : 17670 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556658153968 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17671] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17671/stat : 17671 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556657101680 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17672] ppid=17651 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17654/task/17672/stat : 17672 (java) R 17651 17654 16714 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 83399387 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556656048880 140558235136693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17673] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17673/stat : 17673 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399388 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556654995808 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17674] ppid=17651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17654/task/17674/stat : 17674 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399388 26729906176 8212 33554432000 4194304 4196468 140735997207680 140556653943088 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 32848 KiB

[startup+0.211728 s]*
/proc/loadavg: 3.52 3.46 3.81 3/198 17674
/proc/meminfo: memFree=24265536/32770624 swapFree=67108860/67108860
[pid=17654] ppid=17651 vsize=26103424 memory=45804 CPUtime=0.3 cores=0-7
/proc/17654/stat : 17654 (java) S 17651 17654 16714 0 -1 1077944320 10105 0 0 0 28 2 0 0 20 0 20 0 83399382 26729906176 11451 33554432000 4194304 4196468 140735997207680 140735997190224 140558256156407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
/proc/17654/statm: 6525856 11451 3287 1 0 6487932 0
[pid=17654/tid=17656] ppid=17651 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/17654/task/17656/stat : 17656 (java) R 17651 17654 16714 0 -1 4202560 7904 0 0 0 18 2 0 0 20 0 20 0 83399382 26729906176 11451 33554432000 4194304 4196468 140735997207680 140558260385968 140558240236894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17657] ppid=17651 vsize=26103424 memory=10869 CPUtime=0 cores=0-7
/proc/17654/task/17657/stat : 17657 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140558178736528 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17658] ppid=17651 vsize=26103424 memory=140094454900076 CPUtime=0 cores=0-7
/proc/17654/task/17658/stat : 17658 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140558177683728 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17659] ppid=17651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17654/task/17659/stat : 17659 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140558176631440 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17660] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17660/stat : 17660 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140558175578640 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17661] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17661/stat : 17661 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140558174526352 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17662] ppid=17651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17654/task/17662/stat : 17662 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140557809638160 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17663] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17663/stat : 17663 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140557808585872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17664] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17664/stat : 17664 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11451 33554432000 4194304 4196468 140735997207680 140557807533072 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17665] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17665/stat : 17665 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399384 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556663416944 140558256167554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17666] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17666/stat : 17666 (java) S 17651 17654 16714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83399385 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556662362912 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17667] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17667/stat : 17667 (java) S 17651 17654 16714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83399385 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556661310576 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17668] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17668/stat : 17668 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556660258896 140558256175003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17669] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17669/stat : 17669 (java) S 17651 17654 16714 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556659206768 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17670] ppid=17651 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17654/task/17670/stat : 17670 (java) S 17651 17654 16714 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 83399387 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556658153968 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17671] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17671/stat : 17671 (java) S 17651 17654 16714 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556657101680 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17672] ppid=17651 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/17654/task/17672/stat : 17672 (java) R 17651 17654 16714 0 -1 4202560 281 0 0 0 6 0 0 0 20 0 20 0 83399387 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556656048880 140558256168342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17673] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17673/stat : 17673 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399388 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556654995808 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17674] ppid=17651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17654/task/17674/stat : 17674 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399388 26729906176 11451 33554432000 4194304 4196468 140735997207680 140556653943088 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 45804 KiB

[startup+0.310397 s]*
/proc/loadavg: 3.52 3.46 3.81 2/198 17674
/proc/meminfo: memFree=24262000/32770624 swapFree=67108860/67108860
[pid=17654] ppid=17651 vsize=26103424 memory=47316 CPUtime=0.43 cores=0-7
/proc/17654/stat : 17654 (java) S 17651 17654 16714 0 -1 1077944320 10535 0 0 0 40 3 0 0 20 0 20 0 83399382 26729906176 11829 33554432000 4194304 4196468 140735997207680 140735997190224 140558256156407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
/proc/17654/statm: 6525856 11829 3359 1 0 6487932 0
[pid=17654/tid=17656] ppid=17651 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/17654/task/17656/stat : 17656 (java) R 17651 17654 16714 0 -1 4202560 8238 0 0 0 28 2 0 0 20 0 20 0 83399382 26729906176 11894 33554432000 4194304 4196468 140735997207680 140558260318144 140558240236894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17657] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17657/stat : 17657 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140558178736528 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17658] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17658/stat : 17658 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140558177683728 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17659] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17659/stat : 17659 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140558176631440 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17660] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17660/stat : 17660 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140558175578640 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17661] ppid=17651 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/17654/task/17661/stat : 17661 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140558174526352 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17662] ppid=17651 vsize=26103424 memory=140094317097903 CPUtime=0 cores=0-7
/proc/17654/task/17662/stat : 17662 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140557809638160 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17663] ppid=17651 vsize=26103424 memory=140094317100208 CPUtime=0 cores=0-7
/proc/17654/task/17663/stat : 17663 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140557808585872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17664] ppid=17651 vsize=26103424 memory=140094317102512 CPUtime=0 cores=0-7
/proc/17654/task/17664/stat : 17664 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26729906176 11894 33554432000 4194304 4196468 140735997207680 140557807533072 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17665] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17665/stat : 17665 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399384 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556663416944 140558256167554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17666] ppid=17651 vsize=26103424 memory=280188634211984 CPUtime=0 cores=0-7
/proc/17654/task/17666/stat : 17666 (java) S 17651 17654 16714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83399385 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556662362912 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17667] ppid=17651 vsize=26103424 memory=280188634218896 CPUtime=0 cores=0-7
/proc/17654/task/17667/stat : 17667 (java) S 17651 17654 16714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83399385 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556661310576 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17668] ppid=17651 vsize=26103424 memory=280188634160176 CPUtime=0 cores=0-7
/proc/17654/task/17668/stat : 17668 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399387 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556660258896 140558256175003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17669] ppid=17651 vsize=26103424 memory=280188634232720 CPUtime=0.01 cores=0-7
/proc/17654/task/17669/stat : 17669 (java) R 17651 17654 16714 0 -1 4202560 503 0 0 0 1 0 0 0 20 0 20 0 83399387 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556659206864 140558256177754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17670] ppid=17651 vsize=26103424 memory=280188634239632 CPUtime=0.01 cores=0-7
/proc/17654/task/17670/stat : 17670 (java) S 17651 17654 16714 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 20 0 83399387 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556658153968 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17671] ppid=17651 vsize=26103424 memory=280188634237328 CPUtime=0.01 cores=0-7
/proc/17654/task/17671/stat : 17671 (java) S 17651 17654 16714 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 20 0 83399387 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556657101680 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17672] ppid=17651 vsize=26103424 memory=280188634253936 CPUtime=0.07 cores=0-7
/proc/17654/task/17672/stat : 17672 (java) S 17651 17654 16714 0 -1 1077944384 287 0 0 0 7 0 0 0 20 0 20 0 83399387 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556656048880 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17673] ppid=17651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17673/stat : 17673 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399388 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556654995808 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17674] ppid=17651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17654/task/17674/stat : 17674 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399388 26729906176 11894 33554432000 4194304 4196468 140735997207680 140556653943088 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47316 KiB

[startup+0.700928 s]
/proc/loadavg: 3.52 3.46 3.81 2/198 17674
/proc/meminfo: memFree=24238188/32770624 swapFree=67108860/67108860
[pid=17654] ppid=17651 vsize=26105492 memory=87736 CPUtime=0.98 cores=0-7
/proc/17654/stat : 17654 (java) S 17651 17654 16714 0 -1 1077944320 17347 0 0 0 93 5 0 0 20 0 20 0 83399382 26732023808 21934 33554432000 4194304 4196468 140735997207680 140735997190224 140558256156407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
/proc/17654/statm: 6526373 21934 3495 1 0 6488444 0
[pid=17654/tid=17656] ppid=17651 vsize=26105492 memory=0 CPUtime=0.68 cores=0-7
/proc/17654/task/17656/stat : 17656 (java) R 17651 17654 16714 0 -1 4202560 14592 0 0 0 64 4 0 0 20 0 20 0 83399382 26732023808 21934 33554432000 4194304 4196468 140735997207680 140558260380576 140558240236894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17657] ppid=17651 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17657/stat : 17657 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140558178736528 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17658] ppid=17651 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17658/stat : 17658 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140558177683728 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17659] ppid=17651 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17654/task/17659/stat : 17659 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140558176631440 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17660] ppid=17651 vsize=26105492 memory=792 CPUtime=0 cores=0-7
/proc/17654/task/17660/stat : 17660 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140558175578640 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17661] ppid=17651 vsize=26105492 memory=1008 CPUtime=0 cores=0-7
/proc/17654/task/17661/stat : 17661 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140558174526352 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17662] ppid=17651 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/17654/task/17662/stat : 17662 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140557809638160 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17663] ppid=17651 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/17654/task/17663/stat : 17663 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140557808585872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17664] ppid=17651 vsize=26105492 memory=15876 CPUtime=0 cores=0-7
/proc/17654/task/17664/stat : 17664 (java) S 17651 17654 16714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83399383 26732023808 21934 33554432000 4194304 4196468 140735997207680 140557807533072 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17665] ppid=17651 vsize=26105492 memory=18268 CPUtime=0 cores=0-7
/proc/17654/task/17665/stat : 17665 (java) S 17651 17654 16714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83399384 26732023808 21934 33554432000 4194304 4196468 140735997207680 140556663416944 140558256167554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0

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

[startup+2520.38 s]
# the end of solver process 17654 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19940.5 s, system=17.1783 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.2 s]
/proc/loadavg: 8.76 8.89 8.50 9/212 17746
/proc/meminfo: memFree=20440080/32770624 swapFree=67108860/67108860
[pid=17654] ppid=17651 vsize=27252480 memory=3863592 CPUtime=19956.5 cores=0-7
/proc/17654/stat : 17654 (java) S 17651 17654 16714 0 -1 1077944320 2054589 0 0 0 1993939 1715 0 0 20 0 38 0 83399382 27906539520 965898 33554432000 4194304 4196468 140735997207680 140735997190224 140558256156407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
/proc/17654/statm: 6813120 965898 3612 1 0 6774670 0
[pid=17654/tid=17656] ppid=17651 vsize=27252480 memory=1398720917958146503 CPUtime=1.95 cores=0-7
/proc/17654/task/17656/stat : 17656 (java) S 17651 17654 16714 0 -1 1077944384 21524 0 0 0 188 7 0 0 20 0 38 0 83399382 27906539520 965898 33554432000 4194304 4196468 140735997207680 140558260393872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17657] ppid=17651 vsize=27252480 memory=6791534058613427641 CPUtime=6.05 cores=0-7
/proc/17654/task/17657/stat : 17657 (java) S 17651 17654 16714 0 -1 1077944384 106745 0 0 0 563 42 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140558178736528 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17658] ppid=17651 vsize=27252480 memory=3862144 CPUtime=5.99 cores=0-7
/proc/17654/task/17658/stat : 17658 (java) S 17651 17654 16714 0 -1 1077944384 101687 0 0 0 555 44 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140558177683728 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17659] ppid=17651 vsize=27252480 memory=6791534058613427641 CPUtime=6.04 cores=0-7
/proc/17654/task/17659/stat : 17659 (java) S 17651 17654 16714 0 -1 1077944384 106835 0 0 0 564 40 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140558176631440 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17660] ppid=17651 vsize=27252480 memory=3862144 CPUtime=6.05 cores=0-7
/proc/17654/task/17660/stat : 17660 (java) S 17651 17654 16714 0 -1 1077944384 118640 0 0 0 564 41 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140558175578640 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17661] ppid=17651 vsize=27252480 memory=6791534058613427641 CPUtime=6.06 cores=0-7
/proc/17654/task/17661/stat : 17661 (java) S 17651 17654 16714 0 -1 1077944384 107884 0 0 0 564 42 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140558174526352 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17662] ppid=17651 vsize=27252480 memory=3862144 CPUtime=6.04 cores=0-7
/proc/17654/task/17662/stat : 17662 (java) S 17651 17654 16714 0 -1 1077944384 107521 0 0 0 561 43 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140557809638160 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17663] ppid=17651 vsize=27252480 memory=7822038051842261661 CPUtime=6.03 cores=0-7
/proc/17654/task/17663/stat : 17663 (java) S 17651 17654 16714 0 -1 1077944384 116877 0 0 0 560 43 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140557808585872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17664] ppid=17651 vsize=27252480 memory=-8341965534556230502 CPUtime=6.04 cores=0-7
/proc/17654/task/17664/stat : 17664 (java) S 17651 17654 16714 0 -1 1077944384 112617 0 0 0 563 41 0 0 20 0 38 0 83399383 27906539520 965898 33554432000 4194304 4196468 140735997207680 140557807533072 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17665] ppid=17651 vsize=27252480 memory=280188635136100 CPUtime=7.03 cores=0-7
/proc/17654/task/17665/stat : 17665 (java) S 17651 17654 16714 0 -1 1077944384 177537 0 0 0 610 93 0 0 20 0 38 0 83399384 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556663416944 140558256167554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17666] ppid=17651 vsize=27252480 memory=280188634340804 CPUtime=0 cores=0-7
/proc/17654/task/17666/stat : 17666 (java) S 17651 17654 16714 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 38 0 83399385 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556662362976 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17667] ppid=17651 vsize=27252480 memory=3862144 CPUtime=0 cores=0-7
/proc/17654/task/17667/stat : 17667 (java) S 17651 17654 16714 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 38 0 83399385 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556661310592 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17668] ppid=17651 vsize=27252480 memory=303430223234596890 CPUtime=0 cores=0-7
/proc/17654/task/17668/stat : 17668 (java) S 17651 17654 16714 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 38 0 83399387 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556660258896 140558256175003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17669] ppid=17651 vsize=27252480 memory=288230583166042426 CPUtime=1.09 cores=0-7
/proc/17654/task/17669/stat : 17669 (java) S 17651 17654 16714 0 -1 1077944384 4626 0 0 0 108 1 0 0 20 0 38 0 83399387 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556659206768 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17670] ppid=17651 vsize=27252480 memory=13573716680378929 CPUtime=1.13 cores=0-7
/proc/17654/task/17670/stat : 17670 (java) S 17651 17654 16714 0 -1 1077944384 3481 0 0 0 112 1 0 0 20 0 38 0 83399387 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556658153968 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17671] ppid=17651 vsize=27252480 memory=920 CPUtime=1 cores=0-7
/proc/17654/task/17671/stat : 17671 (java) S 17651 17654 16714 0 -1 1077944384 5653 0 0 0 99 1 0 0 20 0 38 0 83399387 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556657101680 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17672] ppid=17651 vsize=27252480 memory=3862144 CPUtime=0.81 cores=0-7
/proc/17654/task/17672/stat : 17672 (java) S 17651 17654 16714 0 -1 1077944384 11405 0 0 0 80 1 0 0 20 0 38 0 83399387 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556656048880 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17673] ppid=17651 vsize=27252480 memory=1428 CPUtime=0 cores=0-7
/proc/17654/task/17673/stat : 17673 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 83399388 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556654995808 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17674] ppid=17651 vsize=27252480 memory=1792 CPUtime=0.93 cores=0-7
/proc/17654/task/17674/stat : 17674 (java) S 17651 17654 16714 0 -1 1077944384 8831 0 0 0 38 55 0 0 20 0 38 0 83399388 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556653943088 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17675] ppid=17651 vsize=27252480 memory=1232 CPUtime=0 cores=0-7
/proc/17654/task/17675/stat : 17675 (java) S 17651 17654 16714 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 38 0 83399539 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556642595712 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17676] ppid=17651 vsize=27252480 memory=956 CPUtime=5.06 cores=0-7
/proc/17654/task/17676/stat : 17676 (java) S 17651 17654 16714 0 -1 1077944384 19541 0 0 0 209 297 0 0 20 0 38 0 83399557 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556639446048 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17677] ppid=17651 vsize=27252480 memory=2424 CPUtime=2486.32 cores=0-7
/proc/17654/task/17677/stat : 17677 (java) R 17651 17654 16714 0 -1 4202560 113689 0 0 0 248469 163 0 0 20 0 38 0 83399577 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556636290360 140557864805136 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17678] ppid=17651 vsize=27252480 memory=1576 CPUtime=0.02 cores=0-7
/proc/17654/task/17678/stat : 17678 (java) S 17651 17654 16714 0 -1 1077944384 414 0 0 0 2 0 0 0 20 0 38 0 83399578 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556635242640 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17679] ppid=17651 vsize=27252480 memory=928 CPUtime=2484.41 cores=0-7
/proc/17654/task/17679/stat : 17679 (java) R 17651 17654 16714 0 -1 4202560 118368 0 0 0 248275 166 0 0 20 0 38 0 83399578 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556634183768 140557860794686 0 4 0 16800975 0 0 0 -1 2 0 0 36 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17680] ppid=17651 vsize=27252480 memory=2240 CPUtime=2488.25 cores=0-7
/proc/17654/task/17680/stat : 17680 (java) R 17651 17654 16714 0 -1 4202560 112581 0 0 0 248673 152 0 0 20 0 38 0 83399585 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556631027864 140557864136846 0 4 0 16800975 0 0 0 -1 3 0 0 34 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17681] ppid=17651 vsize=27252480 memory=4128 CPUtime=2488.11 cores=0-7
/proc/17654/task/17681/stat : 17681 (java) R 17651 17654 16714 0 -1 4202560 119736 0 0 0 248658 153 0 0 20 0 38 0 83399585 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556121221504 140557864636058 0 4 0 16800975 0 0 0 -1 6 0 0 34 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17682] ppid=17651 vsize=27252480 memory=6791534058613427641 CPUtime=2486.45 cores=0-7
/proc/17654/task/17682/stat : 17682 (java) R 17651 17654 16714 0 -1 1077944384 108623 0 0 0 248489 156 0 0 20 0 38 0 83399585 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556120165616 140558256166613 0 4 0 16800975 0 0 0 -1 0 0 0 35 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17683] ppid=17651 vsize=27252480 memory=303430231908417850 CPUtime=0.03 cores=0-7
/proc/17654/task/17683/stat : 17683 (java) S 17651 17654 16714 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 38 0 83399585 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556119126032 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17684] ppid=17651 vsize=27252480 memory=13573716680378929 CPUtime=0.03 cores=0-7
/proc/17654/task/17684/stat : 17684 (java) S 17651 17654 16714 0 -1 1077944384 97 0 0 0 3 0 0 0 20 0 38 0 83399585 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556118070752 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17685] ppid=17651 vsize=27252480 memory=7892 CPUtime=2485.72 cores=0-7
/proc/17654/task/17685/stat : 17685 (java) R 17651 17654 16714 0 -1 4202560 119266 0 0 0 248413 159 0 0 20 0 38 0 83399585 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556117008240 140557864636704 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17686] ppid=17651 vsize=27252480 memory=840 CPUtime=2484.55 cores=0-7
/proc/17654/task/17686/stat : 17686 (java) R 17651 17654 16714 0 -1 4202560 112882 0 0 0 248299 156 0 0 20 0 38 0 83399585 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556115962344 140735997230822 0 4 0 16800975 0 0 0 -1 7 0 0 36 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17687] ppid=17651 vsize=27252480 memory=1800 CPUtime=2485.06 cores=0-7
/proc/17654/task/17687/stat : 17687 (java) R 17651 17654 16714 0 -1 4202560 114343 0 0 0 248335 171 0 0 20 0 38 0 83399586 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556114906240 140557864138578 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17688] ppid=17651 vsize=27252480 memory=3862144 CPUtime=0 cores=0-7
/proc/17654/task/17688/stat : 17688 (java) R 17651 17654 16714 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 38 0 83399586 27906539520 965898 33554432000 4194304 4196468 140735997207680 140556113857472 140558256178333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
Current children cumulated CPU time: 19956.5 s
Current children cumulated vsize: 27252480 KiB
Current children cumulated memory: 3863592 KiB

[startup+2520.31 s]
/proc/loadavg: 8.76 8.89 8.50 9/212 17746
/proc/meminfo: memFree=20440080/32770624 swapFree=67108860/67108860
[pid=17654] ppid=17651 vsize=27983656 memory=3863888 CPUtime=19957.3 cores=0-7
/proc/17654/stat : 17654 (java) S 17651 17654 16714 0 -1 1077944320 2056320 0 0 0 1994018 1715 0 0 20 0 48 0 83399382 28655263744 965972 33554432000 4194304 4196468 140735997207680 140735997190224 140558256156407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
/proc/17654/statm: 6995914 965972 3612 1 0 6957464 0
[pid=17654/tid=17656] ppid=17651 vsize=27983656 memory=3862144 CPUtime=1.95 cores=0-7
/proc/17654/task/17656/stat : 17656 (java) S 17651 17654 16714 0 -1 1077944384 21524 0 0 0 188 7 0 0 20 0 48 0 83399382 28655263744 965972 33554432000 4194304 4196468 140735997207680 140558260393872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17657] ppid=17651 vsize=27983656 memory=3862144 CPUtime=6.05 cores=0-7
/proc/17654/task/17657/stat : 17657 (java) S 17651 17654 16714 0 -1 1077944384 106953 0 0 0 563 42 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140558178736528 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17658] ppid=17651 vsize=27983656 memory=3862144 CPUtime=5.99 cores=0-7
/proc/17654/task/17658/stat : 17658 (java) S 17651 17654 16714 0 -1 1077944384 101730 0 0 0 555 44 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140558177683728 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17659] ppid=17651 vsize=27983656 memory=3862376 CPUtime=6.05 cores=0-7
/proc/17654/task/17659/stat : 17659 (java) S 17651 17654 16714 0 -1 1077944384 106872 0 0 0 565 40 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140558176631440 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17660] ppid=17651 vsize=27983656 memory=3862144 CPUtime=6.06 cores=0-7
/proc/17654/task/17660/stat : 17660 (java) S 17651 17654 16714 0 -1 1077944384 118669 0 0 0 565 41 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140558175578640 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17661] ppid=17651 vsize=27983656 memory=3862144 CPUtime=6.06 cores=0-7
/proc/17654/task/17661/stat : 17661 (java) S 17651 17654 16714 0 -1 1077944384 107935 0 0 0 564 42 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140558174526352 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17662] ppid=17651 vsize=27983656 memory=3862144 CPUtime=6.04 cores=0-7
/proc/17654/task/17662/stat : 17662 (java) S 17651 17654 16714 0 -1 1077944384 107527 0 0 0 561 43 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140557809638160 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17663] ppid=17651 vsize=27983656 memory=3862144 CPUtime=6.03 cores=0-7
/proc/17654/task/17663/stat : 17663 (java) S 17651 17654 16714 0 -1 1077944384 116883 0 0 0 560 43 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140557808585872 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17664] ppid=17651 vsize=27983656 memory=587 CPUtime=6.04 cores=0-7
/proc/17654/task/17664/stat : 17664 (java) S 17651 17654 16714 0 -1 1077944384 112654 0 0 0 563 41 0 0 20 0 48 0 83399383 28655263744 965972 33554432000 4194304 4196468 140735997207680 140557807533072 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17665] ppid=17651 vsize=27983656 memory=585 CPUtime=7.03 cores=0-7
/proc/17654/task/17665/stat : 17665 (java) S 17651 17654 16714 0 -1 1077944384 177580 0 0 0 610 93 0 0 20 0 48 0 83399384 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556663416944 140558256167554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17666] ppid=17651 vsize=27983656 memory=2200 CPUtime=0 cores=0-7
/proc/17654/task/17666/stat : 17666 (java) S 17651 17654 16714 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 48 0 83399385 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556662362976 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17667] ppid=17651 vsize=27983656 memory=3862144 CPUtime=0 cores=0-7
/proc/17654/task/17667/stat : 17667 (java) S 17651 17654 16714 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 48 0 83399385 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556661310592 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17668] ppid=17651 vsize=27983656 memory=8536 CPUtime=0 cores=0-7
/proc/17654/task/17668/stat : 17668 (java) S 17651 17654 16714 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 48 0 83399387 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556660258896 140558256175003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17669] ppid=17651 vsize=27983656 memory=3862144 CPUtime=1.09 cores=0-7
/proc/17654/task/17669/stat : 17669 (java) S 17651 17654 16714 0 -1 1077944384 4626 0 0 0 108 1 0 0 20 0 48 0 83399387 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556659206768 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17670] ppid=17651 vsize=27983656 memory=3862144 CPUtime=1.13 cores=0-7
/proc/17654/task/17670/stat : 17670 (java) S 17651 17654 16714 0 -1 1077944384 3481 0 0 0 112 1 0 0 20 0 48 0 83399387 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556658153968 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17671] ppid=17651 vsize=27983656 memory=3862144 CPUtime=1 cores=0-7
/proc/17654/task/17671/stat : 17671 (java) S 17651 17654 16714 0 -1 1077944384 5653 0 0 0 99 1 0 0 20 0 48 0 83399387 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556657101680 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17672] ppid=17651 vsize=27983656 memory=151852863752730 CPUtime=0.82 cores=0-7
/proc/17654/task/17672/stat : 17672 (java) S 17651 17654 16714 0 -1 1077944384 12060 0 0 0 81 1 0 0 20 0 48 0 83399387 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556656048880 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17673] ppid=17651 vsize=27983656 memory=280188635375008 CPUtime=0 cores=0-7
/proc/17654/task/17673/stat : 17673 (java) S 17651 17654 16714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 48 0 83399388 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556654995808 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17674] ppid=17651 vsize=27983656 memory=280188635496736 CPUtime=0.93 cores=0-7
/proc/17654/task/17674/stat : 17674 (java) S 17651 17654 16714 0 -1 1077944384 8831 0 0 0 38 55 0 0 20 0 48 0 83399388 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556653943088 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17675] ppid=17651 vsize=27983656 memory=7595440001688102255 CPUtime=0 cores=0-7
/proc/17654/task/17675/stat : 17675 (java) S 17651 17654 16714 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 48 0 83399539 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556642595712 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17676] ppid=17651 vsize=27983656 memory=0 CPUtime=5.06 cores=0-7
/proc/17654/task/17676/stat : 17676 (java) S 17651 17654 16714 0 -1 1077944384 19563 0 0 0 209 297 0 0 20 0 48 0 83399557 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556639445936 140558256167554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17677] ppid=17651 vsize=27983656 memory=0 CPUtime=2486.41 cores=0-7
/proc/17654/task/17677/stat : 17677 (java) R 17651 17654 16714 0 -1 4202560 113689 0 0 0 248478 163 0 0 20 0 48 0 83399577 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556636292544 140557864134829 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17678] ppid=17651 vsize=27983656 memory=3862144 CPUtime=0.02 cores=0-7
/proc/17654/task/17678/stat : 17678 (java) S 17651 17654 16714 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 48 0 83399578 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556635243696 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17679] ppid=17651 vsize=27983656 memory=65 CPUtime=2484.49 cores=0-7
/proc/17654/task/17679/stat : 17679 (java) R 17651 17654 16714 0 -1 4202560 118368 0 0 0 248283 166 0 0 20 0 48 0 83399578 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556634187528 140557864636607 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17680] ppid=17651 vsize=27983656 memory=3862144 CPUtime=2488.34 cores=0-7
/proc/17654/task/17680/stat : 17680 (java) R 17651 17654 16714 0 -1 4202560 112581 0 0 0 248682 152 0 0 20 0 48 0 83399585 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556631037176 140557860582080 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17681] ppid=17651 vsize=27983656 memory=6944656592455359580 CPUtime=2488.21 cores=0-7
/proc/17654/task/17681/stat : 17681 (java) R 17651 17654 16714 0 -1 4202560 119736 0 0 0 248668 153 0 0 20 0 48 0 83399585 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556121228248 140557864136222 0 4 0 16800975 0 0 0 -1 6 0 0 34 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17682] ppid=17651 vsize=27983656 memory=3862144 CPUtime=2486.54 cores=0-7
/proc/17654/task/17682/stat : 17682 (java) R 17651 17654 16714 0 -1 4202560 108624 0 0 0 248498 156 0 0 20 0 48 0 83399585 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556120175640 140557861117319 0 4 0 16800975 0 0 0 -1 2 0 0 35 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17683] ppid=17651 vsize=27983656 memory=3862144 CPUtime=0.04 cores=0-7
/proc/17654/task/17683/stat : 17683 (java) R 17651 17654 16714 0 -1 4202560 142 0 0 0 4 0 0 0 20 0 48 0 83399585 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556119099664 140558240236894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17684] ppid=17651 vsize=27983656 memory=3862144 CPUtime=0.03 cores=0-7
/proc/17654/task/17684/stat : 17684 (java) S 17651 17654 16714 0 -1 1077944384 222 0 0 0 3 0 0 0 20 0 48 0 83399585 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556118074288 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17685] ppid=17651 vsize=27983656 memory=1292 CPUtime=2485.81 cores=0-7
/proc/17654/task/17685/stat : 17685 (java) R 17651 17654 16714 0 -1 4202560 119266 0 0 0 248422 159 0 0 20 0 48 0 83399585 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556117018008 140557864134612 0 4 0 16800975 0 0 0 -1 3 0 0 32 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17686] ppid=17651 vsize=27983656 memory=3862144 CPUtime=2484.65 cores=0-7
/proc/17654/task/17686/stat : 17686 (java) R 17651 17654 16714 0 -1 4202560 112882 0 0 0 248309 156 0 0 20 0 48 0 83399585 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556115965272 140557864134016 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17687] ppid=17651 vsize=27983656 memory=1800 CPUtime=2485.15 cores=0-7
/proc/17654/task/17687/stat : 17687 (java) R 17651 17654 16714 0 -1 4202560 114343 0 0 0 248344 171 0 0 20 0 48 0 83399586 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556114912248 140557864591552 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
[pid=17654/tid=17688] ppid=17651 vsize=27983656 memory=920 CPUtime=0.01 cores=0-7
/proc/17654/task/17688/stat : 17688 (java) S 17651 17654 16714 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 48 0 83399586 28655263744 965972 33554432000 4194304 4196468 140735997207680 140556113864112 140558256166613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17989632 140735997211725 140735997211909 140735997211909 140735997214671 0
Current children cumulated CPU time: 19957.3 s
Current children cumulated vsize: 27983656 KiB
Current children cumulated memory: 3863888 KiB

Child status: 143
Real time (s): 2520.38
CPU time (s): 19957.7
CPU user time (s): 19940.5
CPU system time (s): 17.1783
CPU usage (%): 791.853
Max. virtual memory (cumulated for all children) (KiB): 27983656
Max. memory (cumulated for all children) (KiB): 3863888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19940.5
system time used= 17.1783
maximum resident set size= 3865616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2056655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 813684
involuntary context switches= 441688


# summary of solver processes directly reported to runsolver:
#   pid: 17654
#   total CPU time (s): 19957.7
#   total CPU user time (s): 19940.5
#   total CPU system time (s): 17.1783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.9691 second user time and 31.3481 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-27 04:26:01
IDJOB=4291266
IDBENCH=141399
IDSOLVER=2745
FILE ID=node150/4291266-1532658361
RUNJOBID= node150-1532653186-16741
PBS_JOBID= 21022212
Free space on /tmp= 53100 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Dubois/Dubois-050_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-4291266-1532658361/watcher-4291266-1532658361 -o /tmp/evaluation-result-4291266-1532658361/solver-4291266-1532658361 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532653186-16741 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1717545831 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291266-1532658361.xml

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

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=1717545831

node150.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.76
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.76
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.76
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.76
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:        24296376 kB
MemAvailable:   31927448 kB
Buffers:          216316 kB
Cached:          7607844 kB
SwapCached:            0 kB
Active:          2222636 kB
Inactive:        5653036 kB
Active(anon):       4196 kB
Inactive(anon):    75200 kB
Active(file):    2218440 kB
Inactive(file):  5577836 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35924 kB
Writeback:             0 kB
AnonPages:         57188 kB
Mapped:            41208 kB
Shmem:             25224 kB
Slab:             291736 kB
SReclaimable:     263256 kB
SUnreclaim:        28480 kB
KernelStack:        3360 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53064 MiB
End job on node150 at 2018-07-27 05:08:02