Trace number 4308782

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14? (TO) 20051.3 2520.33

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy16_c18.xml
MD5SUM8cfce4baee5c579b6f10529c309e3c1c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23523
Best CPU time to get the best result obtained on this benchmark19971.4
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints8495
Number of domains3
Minimum domain size2
Maximum domain size66
Distribution of domain sizes[{"size":2,"count":960},{"size":16,"count":480},{"size":66,"count":496}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":976},{"degree":47,"count":448},{"degree":48,"count":480},{"degree":49,"count":30},{"degree":50,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":481},{"arity":3,"count":32},{"arity":4,"count":6496},{"arity":5,"count":464},{"arity":16,"count":510},{"arity":18,"count":480},{"arity":30,"count":32}]
Number of extensional constraints496
Number of intensional constraints6977
Distribution of constraint types[{"type":"extension","count":496},{"type":"intension","count":6977},{"type":"regular","count":16},{"type":"allDifferent","count":30},{"type":"cardinality","count":16},{"type":"element","count":960}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1455120289
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
6.15/2.05	c Parsing done, starting search...
20049.07/2520.08	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 (12887 MiB free)
  memory of node 1: 16384 MiB (10343 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308782-1534389767/watcher-4308782-1534389767 -o /tmp/evaluation-result-4308782-1534389767/solver-4308782-1534389767 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1534382151-26058 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1455120289 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308782-1534389767.xml 

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

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

solver pid=27062, runsolver pid=27059

[startup+0.100134 s]*
/proc/loadavg: 6.72 8.26 8.58 2/199 27082
/proc/meminfo: memFree=23772588/32770624 swapFree=67108368/67108860
[pid=27062] ppid=27059 vsize=26103420 memory=31052 CPUtime=0.11 cores=0-7
/proc/27062/stat : 27062 (java) S 27059 27062 26031 0 -1 1077944320 7219 0 0 0 10 1 0 0 20 0 20 0 256539879 26729902080 7763 33554432000 4194304 4196468 140723701212784 140723701195328 140279648370423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
/proc/27062/statm: 6525855 7763 3142 1 0 6487932 0
[pid=27062/tid=27064] ppid=27059 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27062/task/27064/stat : 27064 (java) R 27059 27062 26031 0 -1 4202560 5325 0 0 0 8 1 0 0 20 0 20 0 256539879 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279652596112 140279626795545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27065] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27065/stat : 27065 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279206771088 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27066] ppid=27059 vsize=26103420 memory=140169458202240 CPUtime=0 cores=0-7
/proc/27062/task/27066/stat : 27066 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279205718288 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27067] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27067/stat : 27067 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279204666000 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27068] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27068/stat : 27068 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279203613200 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27069] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27069/stat : 27069 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279202560912 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27070] ppid=27059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27062/task/27070/stat : 27070 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279201508112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27071] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27071/stat : 27071 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279200455824 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27072] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27072/stat : 27072 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 7829 33554432000 4194304 4196468 140723701212784 140279199403024 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27073] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27073/stat : 27073 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539881 26729902080 7829 33554432000 4194304 4196468 140723701212784 140278235023472 140279648381570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27074] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27074/stat : 27074 (java) S 27059 27062 26031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256539882 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278233969440 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27075] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27075/stat : 27075 (java) S 27059 27062 26031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256539882 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278232917104 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27076] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27076/stat : 27076 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278231865424 140279648389019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27077] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27077/stat : 27077 (java) S 27059 27062 26031 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278230813296 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27078] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27078/stat : 27078 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278229760496 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27079] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27079/stat : 27079 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278228708208 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27080] ppid=27059 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27062/task/27080/stat : 27080 (java) S 27059 27062 26031 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 20 0 256539884 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278227655408 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27081] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27081/stat : 27081 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539885 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278226602336 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27082] ppid=27059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27062/task/27082/stat : 27082 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539885 26729902080 7840 33554432000 4194304 4196468 140723701212784 140278225549616 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31052 KiB

[startup+0.210381 s]*
/proc/loadavg: 6.72 8.26 8.58 4/199 27082
/proc/meminfo: memFree=23758240/32770624 swapFree=67108368/67108860
[pid=27062] ppid=27059 vsize=26103420 memory=43036 CPUtime=0.3 cores=0-7
/proc/27062/stat : 27062 (java) S 27059 27062 26031 0 -1 1077944320 10422 0 0 0 28 2 0 0 20 0 20 0 256539879 26729902080 10759 33554432000 4194304 4196468 140723701212784 140723701195328 140279648370423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
/proc/27062/statm: 6525855 10759 3327 1 0 6487932 0
[pid=27062/tid=27064] ppid=27059 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27062/task/27064/stat : 27064 (java) R 27059 27062 26031 0 -1 4202560 8196 0 0 0 18 1 0 0 20 0 20 0 256539879 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279652598464 140279632450910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27065] ppid=27059 vsize=26103420 memory=9340 CPUtime=0 cores=0-7
/proc/27062/task/27065/stat : 27065 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279206771088 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27066] ppid=27059 vsize=26103420 memory=3546500799817823904 CPUtime=0 cores=0-7
/proc/27062/task/27066/stat : 27066 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279205718288 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27067] ppid=27059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27062/task/27067/stat : 27067 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279204666000 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27068] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27068/stat : 27068 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279203613200 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27069] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27069/stat : 27069 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279202560912 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27070] ppid=27059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27062/task/27070/stat : 27070 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279201508112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27071] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27071/stat : 27071 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279200455824 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27072] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27072/stat : 27072 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 10759 33554432000 4194304 4196468 140723701212784 140279199403024 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27073] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27073/stat : 27073 (java) S 27059 27062 26031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 256539881 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278235023472 140279648381570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27074] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27074/stat : 27074 (java) S 27059 27062 26031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256539882 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278233969440 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27075] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27075/stat : 27075 (java) S 27059 27062 26031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256539882 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278232917104 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27076] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27076/stat : 27076 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278231865424 140279648389019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27077] ppid=27059 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/27062/task/27077/stat : 27077 (java) S 27059 27062 26031 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 20 0 256539884 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278230813296 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27078] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27078/stat : 27078 (java) S 27059 27062 26031 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278229760496 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27079] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27079/stat : 27079 (java) S 27059 27062 26031 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278228708208 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27080] ppid=27059 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/27062/task/27080/stat : 27080 (java) S 27059 27062 26031 0 -1 1077944384 314 0 0 0 6 0 0 0 20 0 20 0 256539884 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278227655408 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27081] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27081/stat : 27081 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539885 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278226602336 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27082] ppid=27059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27062/task/27082/stat : 27082 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539885 26729902080 10759 33554432000 4194304 4196468 140723701212784 140278225549616 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43036 KiB

[startup+0.310463 s]*
/proc/loadavg: 6.72 8.26 8.58 2/199 27082
/proc/meminfo: memFree=23754456/32770624 swapFree=67108368/67108860
[pid=27062] ppid=27059 vsize=26103420 memory=46808 CPUtime=0.42 cores=0-7
/proc/27062/stat : 27062 (java) S 27059 27062 26031 0 -1 1077944320 10877 0 0 0 40 2 0 0 20 0 20 0 256539879 26729902080 11702 33554432000 4194304 4196468 140723701212784 140723701195328 140279648370423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
/proc/27062/statm: 6525855 11702 3356 1 0 6487932 0
[pid=27062/tid=27064] ppid=27059 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/27062/task/27064/stat : 27064 (java) R 27059 27062 26031 0 -1 4202560 8542 0 0 0 28 2 0 0 20 0 20 0 256539879 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279652532160 140279632450910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27065] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27065/stat : 27065 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279206771088 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27066] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27066/stat : 27066 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279205718288 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27067] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27067/stat : 27067 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279204666000 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27068] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27068/stat : 27068 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279203613200 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27069] ppid=27059 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/27062/task/27069/stat : 27069 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279202560912 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27070] ppid=27059 vsize=26103420 memory=140169344807855 CPUtime=0 cores=0-7
/proc/27062/task/27070/stat : 27070 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279201508112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27071] ppid=27059 vsize=26103420 memory=140169344810160 CPUtime=0 cores=0-7
/proc/27062/task/27071/stat : 27071 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279200455824 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27072] ppid=27059 vsize=26103420 memory=140169344812464 CPUtime=0 cores=0-7
/proc/27062/task/27072/stat : 27072 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26729902080 11702 33554432000 4194304 4196468 140723701212784 140279199403024 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27073] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27073/stat : 27073 (java) S 27059 27062 26031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 256539881 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278235023472 140279648381570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27074] ppid=27059 vsize=26103420 memory=280338689631888 CPUtime=0 cores=0-7
/proc/27062/task/27074/stat : 27074 (java) S 27059 27062 26031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256539882 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278233969440 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27075] ppid=27059 vsize=26103420 memory=280338689638800 CPUtime=0 cores=0-7
/proc/27062/task/27075/stat : 27075 (java) S 27059 27062 26031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256539882 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278232917104 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27076] ppid=27059 vsize=26103420 memory=280338689580080 CPUtime=0 cores=0-7
/proc/27062/task/27076/stat : 27076 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278231865424 140279648389019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27077] ppid=27059 vsize=26103420 memory=280338689652624 CPUtime=0.01 cores=0-7
/proc/27062/task/27077/stat : 27077 (java) S 27059 27062 26031 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 20 0 256539884 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278230813296 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27078] ppid=27059 vsize=26103420 memory=280338689659536 CPUtime=0.01 cores=0-7
/proc/27062/task/27078/stat : 27078 (java) S 27059 27062 26031 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 20 0 256539884 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278229760496 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27079] ppid=27059 vsize=26103420 memory=280338689657232 CPUtime=0 cores=0-7
/proc/27062/task/27079/stat : 27079 (java) S 27059 27062 26031 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 256539884 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278228708208 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27080] ppid=27059 vsize=26103420 memory=280338689673840 CPUtime=0.07 cores=0-7
/proc/27062/task/27080/stat : 27080 (java) S 27059 27062 26031 0 -1 1077944384 330 0 0 0 7 0 0 0 20 0 20 0 256539884 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278227655408 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27081] ppid=27059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27081/stat : 27081 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539885 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278226602336 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27082] ppid=27059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/27062/task/27082/stat : 27082 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539885 26729902080 11702 33554432000 4194304 4196468 140723701212784 140278225549616 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46808 KiB

[startup+0.700927 s]
/proc/loadavg: 6.72 8.26 8.58 2/199 27082
/proc/meminfo: memFree=23730520/32770624 swapFree=67108368/67108860
[pid=27062] ppid=27059 vsize=26105488 memory=87456 CPUtime=0.98 cores=0-7
/proc/27062/stat : 27062 (java) S 27059 27062 26031 0 -1 1077944320 17826 0 0 0 94 4 0 0 20 0 20 0 256539879 26732019712 21864 33554432000 4194304 4196468 140723701212784 140723701195328 140279648370423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
/proc/27062/statm: 6526372 21864 3497 1 0 6488444 0
[pid=27062/tid=27064] ppid=27059 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/27062/task/27064/stat : 27064 (java) R 27059 27062 26031 0 -1 4202560 15024 0 0 0 63 4 0 0 20 0 20 0 256539879 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279652576336 140279648392349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27065] ppid=27059 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27065/stat : 27065 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279206771088 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27066] ppid=27059 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27066/stat : 27066 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279205718288 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27067] ppid=27059 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/27062/task/27067/stat : 27067 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279204666000 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27068] ppid=27059 vsize=26105488 memory=3920 CPUtime=0 cores=0-7
/proc/27062/task/27068/stat : 27068 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279203613200 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27069] ppid=27059 vsize=26105488 memory=1288 CPUtime=0 cores=0-7
/proc/27062/task/27069/stat : 27069 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279202560912 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27070] ppid=27059 vsize=26105488 memory=3460 CPUtime=0 cores=0-7
/proc/27062/task/27070/stat : 27070 (java) S 27059 27062 26031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279201508112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27071] ppid=27059 vsize=26105488 memory=1104 CPUtime=0 cores=0-7
/proc/27062/task/27071/stat : 27071 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279200455824 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27072] ppid=27059 vsize=26105488 memory=14912 CPUtime=0 cores=0-7
/proc/27062/task/27072/stat : 27072 (java) S 27059 27062 26031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256539880 26732019712 21864 33554432000 4194304 4196468 140723701212784 140279199403024 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27073] ppid=27059 vsize=26105488 memory=3364 CPUtime=0 cores=0-7
/proc/27062/task/27073/stat : 27073 (java) S 27059 27062 26031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 256539881 26732019712 21864 33554432000 4194304 4196468 140723701212784 140278235023472 140279648381570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0

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

Sleeping 2 seconds

[startup+2520.33 s]
# the end of solver process 27062 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20034.6 s, system=16.7246 s

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

[startup+2520.2 s]
/proc/loadavg: 8.60 8.76 8.81 9/215 27154
/proc/meminfo: memFree=19905132/32770624 swapFree=67108368/67108860
[pid=27062] ppid=27059 vsize=27519752 memory=3891380 CPUtime=20050.5 cores=0-7
/proc/27062/stat : 27062 (java) S 27059 27062 26031 0 -1 1077944320 3544907 0 0 0 2003384 1665 0 0 20 0 41 0 256539879 28180226048 972845 33554432000 4194304 4196468 140723701212784 140723701195328 140279648370423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
/proc/27062/statm: 6879938 972845 3636 1 0 6841489 0
[pid=27062/tid=27064] ppid=27059 vsize=27519752 memory=1616 CPUtime=6.14 cores=0-7
/proc/27062/task/27064/stat : 27064 (java) S 27059 27062 26031 0 -1 1077944384 26930 0 0 0 600 14 0 0 20 0 41 0 256539879 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279652607888 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27065] ppid=27059 vsize=27519752 memory=496 CPUtime=10.95 cores=0-7
/proc/27062/task/27065/stat : 27065 (java) S 27059 27062 26031 0 -1 1077944384 69397 0 0 0 1005 90 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279206771088 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27066] ppid=27059 vsize=27519752 memory=928 CPUtime=10.84 cores=0-7
/proc/27062/task/27066/stat : 27066 (java) S 27059 27062 26031 0 -1 1077944384 60808 0 0 0 995 89 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279205718288 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27067] ppid=27059 vsize=27519752 memory=1168 CPUtime=10.99 cores=0-7
/proc/27062/task/27067/stat : 27067 (java) S 27059 27062 26031 0 -1 1077944384 70086 0 0 0 1008 91 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279204666000 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27068] ppid=27059 vsize=27519752 memory=2092 CPUtime=10.91 cores=0-7
/proc/27062/task/27068/stat : 27068 (java) S 27059 27062 26031 0 -1 1077944384 68340 0 0 0 1004 87 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279203613200 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27069] ppid=27059 vsize=27519752 memory=1576 CPUtime=10.95 cores=0-7
/proc/27062/task/27069/stat : 27069 (java) S 27059 27062 26031 0 -1 1077944384 71337 0 0 0 1007 88 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279202560912 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27070] ppid=27059 vsize=27519752 memory=924 CPUtime=10.98 cores=0-7
/proc/27062/task/27070/stat : 27070 (java) S 27059 27062 26031 0 -1 1077944384 75139 0 0 0 1010 88 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279201508112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27071] ppid=27059 vsize=27519752 memory=3890300 CPUtime=11 cores=0-7
/proc/27062/task/27071/stat : 27071 (java) S 27059 27062 26031 0 -1 1077944384 64677 0 0 0 1013 87 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279200455824 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27072] ppid=27059 vsize=27519752 memory=288230596050944315 CPUtime=10.96 cores=0-7
/proc/27062/task/27072/stat : 27072 (java) S 27059 27062 26031 0 -1 1077944384 70360 0 0 0 1009 87 0 0 20 0 41 0 256539880 28180226048 972845 33554432000 4194304 4196468 140723701212784 140279199403024 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27073] ppid=27059 vsize=27519752 memory=3890300 CPUtime=1.24 cores=0-7
/proc/27062/task/27073/stat : 27073 (java) R 27059 27062 26031 0 -1 4202560 46892 0 0 0 103 21 0 0 20 0 41 0 256539881 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278235023392 140279648382358 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27074] ppid=27059 vsize=27519752 memory=2032 CPUtime=0 cores=0-7
/proc/27062/task/27074/stat : 27074 (java) S 27059 27062 26031 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 41 0 256539882 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278233969504 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27075] ppid=27059 vsize=27519752 memory=3684 CPUtime=0 cores=0-7
/proc/27062/task/27075/stat : 27075 (java) S 27059 27062 26031 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 41 0 256539882 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278232917120 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27076] ppid=27059 vsize=27519752 memory=69836 CPUtime=0 cores=0-7
/proc/27062/task/27076/stat : 27076 (java) S 27059 27062 26031 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 41 0 256539884 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278231865424 140279648389019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27077] ppid=27059 vsize=27519752 memory=2148 CPUtime=4.63 cores=0-7
/proc/27062/task/27077/stat : 27077 (java) S 27059 27062 26031 0 -1 1077944384 19353 0 0 0 458 5 0 0 20 0 41 0 256539884 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278230813296 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27078] ppid=27059 vsize=27519752 memory=1160 CPUtime=4.32 cores=0-7
/proc/27062/task/27078/stat : 27078 (java) S 27059 27062 26031 0 -1 1077944384 10232 0 0 0 429 3 0 0 20 0 41 0 256539884 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278229760496 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27079] ppid=27059 vsize=27519752 memory=1764 CPUtime=4.25 cores=0-7
/proc/27062/task/27079/stat : 27079 (java) S 27059 27062 26031 0 -1 1077944384 12519 0 0 0 422 3 0 0 20 0 41 0 256539884 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278228708208 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27080] ppid=27059 vsize=27519752 memory=1616 CPUtime=1.7 cores=0-7
/proc/27062/task/27080/stat : 27080 (java) S 27059 27062 26031 0 -1 1077944384 16510 0 0 0 168 2 0 0 20 0 41 0 256539884 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278227655408 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27081] ppid=27059 vsize=27519752 memory=756 CPUtime=0 cores=0-7
/proc/27062/task/27081/stat : 27081 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 41 0 256539885 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278226602336 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27082] ppid=27059 vsize=27519752 memory=9168 CPUtime=1.21 cores=0-7
/proc/27062/task/27082/stat : 27082 (java) S 27059 27062 26031 0 -1 1077944384 2633 0 0 0 57 64 0 0 20 0 41 0 256539885 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278225549616 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27083] ppid=27059 vsize=27519752 memory=872 CPUtime=0 cores=0-7
/proc/27062/task/27083/stat : 27083 (java) S 27059 27062 26031 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 41 0 256540495 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278212109184 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27084] ppid=27059 vsize=27519752 memory=1920 CPUtime=6.18 cores=0-7
/proc/27062/task/27084/stat : 27084 (java) S 27059 27062 26031 0 -1 1077944384 9662 0 0 0 339 279 0 0 20 0 41 0 256540512 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278208959216 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27085] ppid=27059 vsize=27519752 memory=303430223234596890 CPUtime=2492.46 cores=0-7
/proc/27062/task/27085/stat : 27085 (java) S 27059 27062 26031 0 -1 1077944384 370974 0 0 0 249126 120 0 0 20 0 41 0 256540528 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278205801824 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27086] ppid=27059 vsize=27519752 memory=288230596050944315 CPUtime=0.38 cores=0-7
/proc/27062/task/27086/stat : 27086 (java) S 27059 27062 26031 0 -1 1077944384 129 0 0 0 38 0 0 0 20 0 41 0 256540529 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278204756112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27087] ppid=27059 vsize=27519752 memory=13850767857556514 CPUtime=2486.84 cores=0-7
/proc/27062/task/27087/stat : 27087 (java) S 27059 27062 26031 0 -1 1077944384 346457 0 0 0 248573 111 0 0 20 0 41 0 256540529 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278203696608 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27088] ppid=27059 vsize=27519752 memory=6791534058613427641 CPUtime=2490.34 cores=0-7
/proc/27062/task/27088/stat : 27088 (java) S 27059 27062 26031 0 -1 1077944384 373422 0 0 0 248918 116 0 0 20 0 41 0 256540535 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278200546832 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27089] ppid=27059 vsize=27519752 memory=4126316290023845779 CPUtime=2494.06 cores=0-7
/proc/27062/task/27089/stat : 27089 (java) S 27059 27062 26031 0 -1 1077944384 361168 0 0 0 249296 110 0 0 20 0 41 0 256540535 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278199493696 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27090] ppid=27059 vsize=27519752 memory=290763849282617370 CPUtime=0.38 cores=0-7
/proc/27062/task/27090/stat : 27090 (java) S 27059 27062 26031 0 -1 1077944384 80 0 0 0 37 1 0 0 20 0 41 0 256540535 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278198448432 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27091] ppid=27059 vsize=27519752 memory=288230596050944315 CPUtime=0.35 cores=0-7
/proc/27062/task/27091/stat : 27091 (java) S 27059 27062 26031 0 -1 1077944384 266 0 0 0 35 0 0 0 20 0 41 0 256540535 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278197396528 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27092] ppid=27059 vsize=27519752 memory=13850767857556514 CPUtime=0.31 cores=0-7
/proc/27062/task/27092/stat : 27092 (java) S 27059 27062 26031 0 -1 1077944384 179 0 0 0 31 0 0 0 20 0 41 0 256540535 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278196335136 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27093] ppid=27059 vsize=27519752 memory=69836 CPUtime=2494.65 cores=0-7
/proc/27062/task/27093/stat : 27093 (java) S 27059 27062 26031 0 -1 1077944384 348445 0 0 0 249366 99 0 0 20 0 41 0 256540535 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278083110112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27094] ppid=27059 vsize=27519752 memory=3871340 CPUtime=2495.27 cores=0-7
/proc/27062/task/27094/stat : 27094 (java) S 27059 27062 26031 0 -1 1077944384 342697 0 0 0 249409 118 0 0 20 0 41 0 256540536 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278082057312 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27095] ppid=27059 vsize=27519752 memory=1160 CPUtime=2484.78 cores=0-7
/proc/27062/task/27095/stat : 27095 (java) S 27059 27062 26031 0 -1 1077944384 321093 0 0 0 248368 110 0 0 20 0 41 0 256540586 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278081005296 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27096] ppid=27059 vsize=27519752 memory=1160 CPUtime=2493.13 cores=0-7
/proc/27062/task/27096/stat : 27096 (java) S 27059 27062 26031 0 -1 1077944384 382759 0 0 0 249207 106 0 0 20 0 41 0 256540586 28180226048 972845 33554432000 4194304 4196468 140723701212784 140278079952352 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
Current children cumulated CPU time: 20050.5 s
Current children cumulated vsize: 27519752 KiB
Current children cumulated memory: 3891380 KiB

[startup+2520.3 s]
/proc/loadavg: 8.60 8.76 8.81 9/215 27154
/proc/meminfo: memFree=19905132/32770624 swapFree=67108368/67108860
[pid=27062] ppid=27059 vsize=27786008 memory=3902244 CPUtime=20051.2 cores=0-7
/proc/27062/stat : 27062 (java) S 27059 27062 26031 0 -1 1077944320 3546845 0 0 0 2003452 1669 0 0 20 0 43 0 256539879 28452872192 975561 33554432000 4194304 4196468 140723701212784 140723701195328 140279648370423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
/proc/27062/statm: 6946502 975561 3636 1 0 6908053 0
[pid=27062/tid=27064] ppid=27059 vsize=27786008 memory=3890300 CPUtime=6.14 cores=0-7
/proc/27062/task/27064/stat : 27064 (java) S 27059 27062 26031 0 -1 1077944384 26951 0 0 0 600 14 0 0 20 0 43 0 256539879 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279652609104 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27065] ppid=27059 vsize=27786008 memory=3890300 CPUtime=10.96 cores=0-7
/proc/27062/task/27065/stat : 27065 (java) S 27059 27062 26031 0 -1 1077944384 69508 0 0 0 1006 90 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279206771088 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27066] ppid=27059 vsize=27786008 memory=3890708 CPUtime=10.86 cores=0-7
/proc/27062/task/27066/stat : 27066 (java) S 27059 27062 26031 0 -1 1077944384 60888 0 0 0 996 90 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279205718288 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27067] ppid=27059 vsize=27786008 memory=1091 CPUtime=11 cores=0-7
/proc/27062/task/27067/stat : 27067 (java) S 27059 27062 26031 0 -1 1077944384 70200 0 0 0 1009 91 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279204666000 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27068] ppid=27059 vsize=27786008 memory=1083 CPUtime=10.93 cores=0-7
/proc/27062/task/27068/stat : 27068 (java) S 27059 27062 26031 0 -1 1077944384 68633 0 0 0 1005 88 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279203613200 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27069] ppid=27059 vsize=27786008 memory=3886192 CPUtime=10.97 cores=0-7
/proc/27062/task/27069/stat : 27069 (java) S 27059 27062 26031 0 -1 1077944384 71662 0 0 0 1008 89 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279202560912 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27070] ppid=27059 vsize=27786008 memory=3886192 CPUtime=11 cores=0-7
/proc/27062/task/27070/stat : 27070 (java) S 27059 27062 26031 0 -1 1077944384 75192 0 0 0 1011 89 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279201508112 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27071] ppid=27059 vsize=27786008 memory=756 CPUtime=11.01 cores=0-7
/proc/27062/task/27071/stat : 27071 (java) S 27059 27062 26031 0 -1 1077944384 64855 0 0 0 1014 87 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279200455824 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27072] ppid=27059 vsize=27786008 memory=9168 CPUtime=10.97 cores=0-7
/proc/27062/task/27072/stat : 27072 (java) S 27059 27062 26031 0 -1 1077944384 70419 0 0 0 1010 87 0 0 20 0 43 0 256539880 28452872192 975561 33554432000 4194304 4196468 140723701212784 140279199403024 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27073] ppid=27059 vsize=27786008 memory=0 CPUtime=1.24 cores=0-7
/proc/27062/task/27073/stat : 27073 (java) S 27059 27062 26031 0 -1 1077944384 46957 0 0 0 103 21 0 0 20 0 43 0 256539881 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278235023472 140279648381570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27074] ppid=27059 vsize=27786008 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/27062/task/27074/stat : 27074 (java) S 27059 27062 26031 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 43 0 256539882 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278233969504 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27075] ppid=27059 vsize=27786008 memory=13820 CPUtime=0 cores=0-7
/proc/27062/task/27075/stat : 27075 (java) S 27059 27062 26031 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 43 0 256539882 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278232917120 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27076] ppid=27059 vsize=27786008 memory=1616 CPUtime=0 cores=0-7
/proc/27062/task/27076/stat : 27076 (java) S 27059 27062 26031 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 43 0 256539884 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278231865424 140279648389019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27077] ppid=27059 vsize=27786008 memory=3871340 CPUtime=4.64 cores=0-7
/proc/27062/task/27077/stat : 27077 (java) S 27059 27062 26031 0 -1 1077944384 19355 0 0 0 459 5 0 0 20 0 43 0 256539884 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278230813296 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27078] ppid=27059 vsize=27786008 memory=3890300 CPUtime=4.32 cores=0-7
/proc/27062/task/27078/stat : 27078 (java) S 27059 27062 26031 0 -1 1077944384 10232 0 0 0 429 3 0 0 20 0 43 0 256539884 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278229760496 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27079] ppid=27059 vsize=27786008 memory=3875436 CPUtime=4.26 cores=0-7
/proc/27062/task/27079/stat : 27079 (java) S 27059 27062 26031 0 -1 1077944384 12519 0 0 0 423 3 0 0 20 0 43 0 256539884 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278228708208 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27080] ppid=27059 vsize=27786008 memory=928 CPUtime=1.71 cores=0-7
/proc/27062/task/27080/stat : 27080 (java) S 27059 27062 26031 0 -1 1077944384 16520 0 0 0 169 2 0 0 20 0 43 0 256539884 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278227655408 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27081] ppid=27059 vsize=27786008 memory=9258 CPUtime=0 cores=0-7
/proc/27062/task/27081/stat : 27081 (java) S 27059 27062 26031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 256539885 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278226602336 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27082] ppid=27059 vsize=27786008 memory=25942 CPUtime=1.21 cores=0-7
/proc/27062/task/27082/stat : 27082 (java) S 27059 27062 26031 0 -1 1077944384 2633 0 0 0 57 64 0 0 20 0 43 0 256539885 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278225549616 140279648381570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27083] ppid=27059 vsize=27786008 memory=69836 CPUtime=0 cores=0-7
/proc/27062/task/27083/stat : 27083 (java) S 27059 27062 26031 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 43 0 256540495 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278212109184 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27085] ppid=27059 vsize=27786008 memory=1764 CPUtime=2492.54 cores=0-7
/proc/27062/task/27085/stat : 27085 (java) R 27059 27062 26031 0 -1 4202560 370975 0 0 0 249134 120 0 0 20 0 43 0 256540528 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278205802712 140279297608013 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27086] ppid=27059 vsize=27786008 memory=1616 CPUtime=0.38 cores=0-7
/proc/27062/task/27086/stat : 27086 (java) S 27059 27062 26031 0 -1 1077944384 133 0 0 0 38 0 0 0 20 0 43 0 256540529 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278204757168 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27087] ppid=27059 vsize=27786008 memory=3890300 CPUtime=2486.91 cores=0-7
/proc/27062/task/27087/stat : 27087 (java) R 27059 27062 26031 0 -1 4202560 346465 0 0 0 248580 111 0 0 20 0 43 0 256540529 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278203696920 140279299870153 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27088] ppid=27059 vsize=27786008 memory=7596566975250195560 CPUtime=2490.41 cores=0-7
/proc/27062/task/27088/stat : 27088 (java) R 27059 27062 26031 0 -1 4202560 373428 0 0 0 248925 116 0 0 20 0 43 0 256540535 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278200547288 140279297610944 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27089] ppid=27059 vsize=27786008 memory=0 CPUtime=2494.13 cores=0-7
/proc/27062/task/27089/stat : 27089 (java) R 27059 27062 26031 0 -1 4202560 361171 0 0 0 249303 110 0 0 20 0 43 0 256540535 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278199493520 140279299544636 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27090] ppid=27059 vsize=27786008 memory=-6585810021020737321 CPUtime=0.39 cores=0-7
/proc/27062/task/27090/stat : 27090 (java) S 27059 27062 26031 0 -1 1077944384 135 0 0 0 38 1 0 0 20 0 43 0 256540535 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278198448816 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27091] ppid=27059 vsize=27786008 memory=-1807685287717842718 CPUtime=0.35 cores=0-7
/proc/27062/task/27091/stat : 27091 (java) S 27059 27062 26031 0 -1 1077944384 266 0 0 0 35 0 0 0 20 0 43 0 256540535 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278197396528 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27092] ppid=27059 vsize=27786008 memory=1408 CPUtime=0.31 cores=0-7
/proc/27062/task/27092/stat : 27092 (java) S 27059 27062 26031 0 -1 1077944384 207 0 0 0 31 0 0 0 20 0 43 0 256540535 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278196343728 140279648380629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27093] ppid=27059 vsize=27786008 memory=4048 CPUtime=2494.71 cores=0-7
/proc/27062/task/27093/stat : 27093 (java) R 27059 27062 26031 0 -1 4202560 348446 0 0 0 249372 99 0 0 20 0 43 0 256540535 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278083110536 140279299870169 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27094] ppid=27059 vsize=27786008 memory=3761064 CPUtime=2495.32 cores=0-7
/proc/27062/task/27094/stat : 27094 (java) R 27059 27062 26031 0 -1 4202560 342699 0 0 0 249414 118 0 0 20 0 43 0 256540536 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278082057456 140279301680841 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27095] ppid=27059 vsize=27786008 memory=3890300 CPUtime=2484.85 cores=0-7
/proc/27062/task/27095/stat : 27095 (java) R 27059 27062 26031 0 -1 4202560 321099 0 0 0 248375 110 0 0 20 0 43 0 256540586 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278081005576 140279286910689 0 4 0 16800975 0 0 0 -1 7 0 0 18 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
[pid=27062/tid=27096] ppid=27059 vsize=27786008 memory=7378974706345469803 CPUtime=2493.2 cores=0-7
/proc/27062/task/27096/stat : 27096 (java) R 27059 27062 26031 0 -1 4202560 383000 0 0 0 249214 106 0 0 20 0 43 0 256540586 28452872192 975561 33554432000 4194304 4196468 140723701212784 140278079953416 140279299746344 0 4 0 16800975 0 0 0 -1 3 0 0 19 0 0 6293624 6294260 28487680 140723701220429 140723701220613 140723701220613 140723701223375 0
Current children cumulated CPU time: 20051.2 s
Current children cumulated vsize: 27786008 KiB
Current children cumulated memory: 3902244 KiB

Child status: 143
Real time (s): 2520.33
CPU time (s): 20051.3
CPU user time (s): 20034.6
CPU system time (s): 16.7246
CPU usage (%): 795.58
Max. virtual memory (cumulated for all children) (KiB): 27786008
Max. memory (cumulated for all children) (KiB): 3902244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20034.5
system time used= 16.7246
maximum resident set size= 3903528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3546871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 341203
involuntary context switches= 425222


# summary of solver processes directly reported to runsolver:
#   pid: 27062
#   total CPU time (s): 20051.3
#   total CPU user time (s): 20034.6
#   total CPU system time (s): 16.7246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.7439 second user time and 31.1934 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-16 05:22:47
IDJOB=4308782
IDBENCH=141551
IDSOLVER=2793
FILE ID=node148/4308782-1534389767
RUNJOBID= node148-1534382151-26058
PBS_JOBID= 21038300
Free space on /tmp= 44896 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy16_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-4308782-1534389767/watcher-4308782-1534389767 -o /tmp/evaluation-result-4308782-1534389767/solver-4308782-1534389767 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1534382151-26058 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1455120289 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308782-1534389767.xml

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

MD5SUM BENCH= 8cfce4baee5c579b6f10529c309e3c1c
RANDOM SEED=1455120289

node148.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.50
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.50
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.50
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.50
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:        23788604 kB
MemAvailable:   31895960 kB
Buffers:          196332 kB
Cached:          8138648 kB
SwapCached:            4 kB
Active:          4466016 kB
Inactive:        3918704 kB
Active(anon):       3796 kB
Inactive(anon):   106424 kB
Active(file):    4462220 kB
Inactive(file):  3812280 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             36444 kB
Writeback:             0 kB
AnonPages:         54984 kB
Mapped:            56168 kB
Shmem:             57780 kB
Slab:             289560 kB
SReclaimable:     261316 kB
SUnreclaim:        28244 kB
KernelStack:        3472 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357016 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 44860 MiB
End job on node148 at 2018-08-16 06:04:48