Trace number 4308920

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) 20040.5 2520.49

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark256
Best CPU time to get the best result obtained on this benchmark19880.2
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 405975137
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...
3.10/1.37	c Parsing done, starting search...
20036.86/2520.09	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 (12203 MiB free)
  memory of node 1: 16384 MiB (11567 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308920-1534356459/watcher-4308920-1534356459 -o /tmp/evaluation-result-4308920-1534356459/solver-4308920-1534356459 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1534353937-30420 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 405975137 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308920-1534356459.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=30617, runsolver pid=30614

[startup+0.100103 s]*
/proc/loadavg: 8.71 8.67 8.20 3/198 30637
/proc/meminfo: memFree=24324896/32770624 swapFree=67108372/67108860
[pid=30617] ppid=30614 vsize=26103420 memory=31464 CPUtime=0.11 cores=0-7
/proc/30617/stat : 30617 (java) S 30614 30617 30393 0 -1 1077944320 7301 0 0 0 10 1 0 0 20 0 20 0 253209115 26729902080 7866 33554432000 4194304 4196468 140725185571984 140725185554528 140279886245623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
/proc/30617/statm: 6525855 7866 3136 1 0 6487932 0
[pid=30617/tid=30619] ppid=30614 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30617/task/30619/stat : 30619 (java) R 30614 30617 30393 0 -1 4202560 5356 0 0 0 8 1 0 0 20 0 20 0 253209115 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279890430576 140279870326110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30620] ppid=30614 vsize=26103420 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/30617/task/30620/stat : 30620 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279808826384 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30621] ppid=30614 vsize=26103420 memory=139752287807104 CPUtime=0 cores=0-7
/proc/30617/task/30621/stat : 30621 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279807773840 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30622] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30622/stat : 30622 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279442070288 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30623] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30623/stat : 30623 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279441017744 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30624] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30624/stat : 30624 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279439964688 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30625] ppid=30614 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30617/task/30625/stat : 30625 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279438912144 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30626] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30626/stat : 30626 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279437859088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30627] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30627/stat : 30627 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279436806544 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30628] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30628/stat : 30628 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209117 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279282658032 140279886256770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30629] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30629/stat : 30629 (java) S 30614 30617 30393 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253209118 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279281604256 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30630] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30630/stat : 30630 (java) S 30614 30617 30393 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253209118 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279280551152 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30631] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30631/stat : 30631 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279279499728 140279886264219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30632] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30632/stat : 30632 (java) S 30614 30617 30393 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279278446832 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30633] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30633/stat : 30633 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279277394288 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30634] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30634/stat : 30634 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279276341232 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30635] ppid=30614 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/30617/task/30635/stat : 30635 (java) R 30614 30617 30393 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 20 0 253209120 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279275288688 140279870490768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30636] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30636/stat : 30636 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279274236896 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30637] ppid=30614 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30617/task/30637/stat : 30637 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209121 26729902080 7866 33554432000 4194304 4196468 140725185571984 140279273184432 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31464 KiB

[startup+0.210098 s]*
/proc/loadavg: 8.18 8.56 8.17 4/198 30637
/proc/meminfo: memFree=24311936/32770624 swapFree=67108372/67108860
[pid=30617] ppid=30614 vsize=26103420 memory=43056 CPUtime=0.31 cores=0-7
/proc/30617/stat : 30617 (java) S 30614 30617 30393 0 -1 1077944320 10442 0 0 0 28 3 0 0 20 0 20 0 253209115 26729902080 10764 33554432000 4194304 4196468 140725185571984 140725185554528 140279886245623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
/proc/30617/statm: 6525855 10764 3355 1 0 6487932 0
[pid=30617/tid=30619] ppid=30614 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/30617/task/30619/stat : 30619 (java) R 30614 30617 30393 0 -1 4202560 8207 0 0 0 18 2 0 0 20 0 20 0 253209115 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279890475216 140279870289253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30620] ppid=30614 vsize=26103420 memory=11814 CPUtime=0 cores=0-7
/proc/30617/task/30620/stat : 30620 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279808826384 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30621] ppid=30614 vsize=26103420 memory=3906791664256853664 CPUtime=0 cores=0-7
/proc/30617/task/30621/stat : 30621 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279807773840 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30622] ppid=30614 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30617/task/30622/stat : 30622 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279442070288 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30623] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30623/stat : 30623 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279441017744 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30624] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30624/stat : 30624 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279439964688 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30625] ppid=30614 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30617/task/30625/stat : 30625 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279438912144 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30626] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30626/stat : 30626 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279437859088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30627] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30627/stat : 30627 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279436806544 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30628] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30628/stat : 30628 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209117 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279282658032 140279886256770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30629] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30629/stat : 30629 (java) S 30614 30617 30393 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253209118 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279281604256 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30630] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30630/stat : 30630 (java) S 30614 30617 30393 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253209118 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279280551152 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30631] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30631/stat : 30631 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279279499728 140279886264219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30632] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30632/stat : 30632 (java) S 30614 30617 30393 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279278446832 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30633] ppid=30614 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/30617/task/30633/stat : 30633 (java) S 30614 30617 30393 0 -1 1077944384 169 0 0 0 1 0 0 0 20 0 20 0 253209120 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279277394288 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30634] ppid=30614 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/30617/task/30634/stat : 30634 (java) S 30614 30617 30393 0 -1 1077944384 73 0 0 0 1 0 0 0 20 0 20 0 253209120 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279276341232 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30635] ppid=30614 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/30617/task/30635/stat : 30635 (java) R 30614 30617 30393 0 -1 4202560 311 0 0 0 6 0 0 0 20 0 20 0 253209120 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279275288688 140279871411223 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30636] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30636/stat : 30636 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279274236896 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30637] ppid=30614 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30617/task/30637/stat : 30637 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209121 26729902080 10764 33554432000 4194304 4196468 140725185571984 140279273184432 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43056 KiB

[startup+0.31054 s]*
/proc/loadavg: 8.18 8.56 8.17 2/198 30637
/proc/meminfo: memFree=24307904/32770624 swapFree=67108372/67108860
[pid=30617] ppid=30614 vsize=26103420 memory=46572 CPUtime=0.43 cores=0-7
/proc/30617/stat : 30617 (java) S 30614 30617 30393 0 -1 1077944320 10875 0 0 0 40 3 0 0 20 0 20 0 253209115 26729902080 11643 33554432000 4194304 4196468 140725185571984 140725185554528 140279886245623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
/proc/30617/statm: 6525855 11643 3390 1 0 6487932 0
[pid=30617/tid=30619] ppid=30614 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30617/task/30619/stat : 30619 (java) R 30614 30617 30393 0 -1 4202560 8552 0 0 0 28 2 0 0 20 0 20 0 253209115 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279890407360 140279870326110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30620] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30620/stat : 30620 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279808826384 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30621] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30621/stat : 30621 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279807773840 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30622] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30622/stat : 30622 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279442070288 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30623] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30623/stat : 30623 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279441017744 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30624] ppid=30614 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/30617/task/30624/stat : 30624 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279439964688 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30625] ppid=30614 vsize=26103420 memory=139752129000367 CPUtime=0 cores=0-7
/proc/30617/task/30625/stat : 30625 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279438912144 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30626] ppid=30614 vsize=26103420 memory=139752129002672 CPUtime=0 cores=0-7
/proc/30617/task/30626/stat : 30626 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279437859088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30627] ppid=30614 vsize=26103420 memory=139752129004976 CPUtime=0 cores=0-7
/proc/30617/task/30627/stat : 30627 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209116 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279436806544 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30628] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30628/stat : 30628 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209117 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279282658032 140279886256770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30629] ppid=30614 vsize=26103420 memory=279504258016912 CPUtime=0 cores=0-7
/proc/30617/task/30629/stat : 30629 (java) S 30614 30617 30393 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253209118 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279281604256 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30630] ppid=30614 vsize=26103420 memory=279504258023824 CPUtime=0 cores=0-7
/proc/30617/task/30630/stat : 30630 (java) S 30614 30617 30393 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253209118 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279280551152 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30631] ppid=30614 vsize=26103420 memory=279504257965104 CPUtime=0 cores=0-7
/proc/30617/task/30631/stat : 30631 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279279499728 140279886264219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30632] ppid=30614 vsize=26103420 memory=279504258037648 CPUtime=0 cores=0-7
/proc/30617/task/30632/stat : 30632 (java) S 30614 30617 30393 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279278446832 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30633] ppid=30614 vsize=26103420 memory=279504258044560 CPUtime=0.01 cores=0-7
/proc/30617/task/30633/stat : 30633 (java) S 30614 30617 30393 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 20 0 253209120 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279277394288 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30634] ppid=30614 vsize=26103420 memory=279504258042256 CPUtime=0.01 cores=0-7
/proc/30617/task/30634/stat : 30634 (java) S 30614 30617 30393 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 20 0 253209120 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279276341232 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30635] ppid=30614 vsize=26103420 memory=279504258058864 CPUtime=0.07 cores=0-7
/proc/30617/task/30635/stat : 30635 (java) S 30614 30617 30393 0 -1 1077944384 327 0 0 0 7 0 0 0 20 0 20 0 253209120 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279275288688 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30636] ppid=30614 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30636/stat : 30636 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209120 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279274236896 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30637] ppid=30614 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30617/task/30637/stat : 30637 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209121 26729902080 11643 33554432000 4194304 4196468 140725185571984 140279273184432 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46572 KiB

[startup+0.700909 s]
/proc/loadavg: 8.18 8.56 8.17 2/198 30637
/proc/meminfo: memFree=24283952/32770624 swapFree=67108372/67108860
[pid=30617] ppid=30614 vsize=26105488 memory=87744 CPUtime=0.98 cores=0-7
/proc/30617/stat : 30617 (java) S 30614 30617 30393 0 -1 1077944320 17879 0 0 0 92 6 0 0 20 0 20 0 253209115 26732019712 21936 33554432000 4194304 4196468 140725185571984 140725185554528 140279886245623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
/proc/30617/statm: 6526372 21936 3490 1 0 6488444 0
[pid=30617/tid=30619] ppid=30614 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/30617/task/30619/stat : 30619 (java) R 30614 30617 30393 0 -1 4202560 15023 0 0 0 63 4 0 0 20 0 20 0 253209115 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279890471120 140279886267549 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30620] ppid=30614 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30620/stat : 30620 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279808826384 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30621] ppid=30614 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30621/stat : 30621 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279807773840 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30622] ppid=30614 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30617/task/30622/stat : 30622 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279442070288 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30623] ppid=30614 vsize=26105488 memory=11628 CPUtime=0 cores=0-7
/proc/30617/task/30623/stat : 30623 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279441017744 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30624] ppid=30614 vsize=26105488 memory=752 CPUtime=0 cores=0-7
/proc/30617/task/30624/stat : 30624 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279439964688 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30625] ppid=30614 vsize=26105488 memory=1276 CPUtime=0 cores=0-7
/proc/30617/task/30625/stat : 30625 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279438912144 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30626] ppid=30614 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/30617/task/30626/stat : 30626 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279437859088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30627] ppid=30614 vsize=26105488 memory=14884 CPUtime=0 cores=0-7
/proc/30617/task/30627/stat : 30627 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253209116 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279436806544 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30628] ppid=30614 vsize=26105488 memory=38100 CPUtime=0 cores=0-7
/proc/30617/task/30628/stat : 30628 (java) S 30614 30617 30393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253209117 26732019712 21936 33554432000 4194304 4196468 140725185571984 140279282658032 140279886256770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0

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


[startup+2520 s]*
/proc/loadavg: 8.61 8.74 8.76 9/211 30683
/proc/meminfo: memFree=22169956/32770624 swapFree=67108372/67108860
[pid=30617] ppid=30614 vsize=26987240 memory=2185540 CPUtime=20036.9 cores=0-7
/proc/30617/stat : 30617 (java) S 30614 30617 30393 0 -1 1077944320 1857793 0 0 0 2002374 1312 0 0 20 0 33 0 253209115 27634933760 546385 33554432000 4194304 4196468 140725185571984 140725185554528 140279886245623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
/proc/30617/statm: 6746810 546385 3624 1 0 6708361 0
[pid=30617/tid=30619] ppid=30614 vsize=26987240 memory=1398720917958146503 CPUtime=6.19 cores=0-7
/proc/30617/task/30619/stat : 30619 (java) S 30614 30617 30393 0 -1 1077944384 23576 0 0 0 608 11 0 0 20 0 33 0 253209115 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279890483088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30620] ppid=30614 vsize=26987240 memory=4126316290023845779 CPUtime=7.03 cores=0-7
/proc/30617/task/30620/stat : 30620 (java) S 30614 30617 30393 0 -1 1077944384 72989 0 0 0 632 71 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279808826384 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30621] ppid=30614 vsize=26987240 memory=7684433391216329530 CPUtime=7.03 cores=0-7
/proc/30617/task/30621/stat : 30621 (java) S 30614 30617 30393 0 -1 1077944384 63226 0 0 0 633 70 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279807773840 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30622] ppid=30614 vsize=26987240 memory=4206468019030941792 CPUtime=7.03 cores=0-7
/proc/30617/task/30622/stat : 30622 (java) S 30614 30617 30393 0 -1 1077944384 69112 0 0 0 634 69 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279442070288 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30623] ppid=30614 vsize=26987240 memory=1399111604655069571 CPUtime=6.96 cores=0-7
/proc/30617/task/30623/stat : 30623 (java) S 30614 30617 30393 0 -1 1077944384 69159 0 0 0 628 68 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279441017744 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30624] ppid=30614 vsize=26987240 memory=301793952531743010 CPUtime=6.99 cores=0-7
/proc/30617/task/30624/stat : 30624 (java) S 30614 30617 30393 0 -1 1077944384 65377 0 0 0 629 70 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279439964688 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30625] ppid=30614 vsize=26987240 memory=14132234227549594 CPUtime=7.05 cores=0-7
/proc/30617/task/30625/stat : 30625 (java) S 30614 30617 30393 0 -1 1077944384 66411 0 0 0 634 71 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279438912144 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30626] ppid=30614 vsize=26987240 memory=0 CPUtime=7.07 cores=0-7
/proc/30617/task/30626/stat : 30626 (java) S 30614 30617 30393 0 -1 1077944384 57671 0 0 0 639 68 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279437859088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30627] ppid=30614 vsize=26987240 memory=6791534058613427641 CPUtime=7.01 cores=0-7
/proc/30617/task/30627/stat : 30627 (java) S 30614 30617 30393 0 -1 1077944384 72312 0 0 0 633 68 0 0 20 0 33 0 253209116 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279436806544 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30628] ppid=30614 vsize=26987240 memory=1172 CPUtime=1.54 cores=0-7
/proc/30617/task/30628/stat : 30628 (java) S 30614 30617 30393 0 -1 1077944384 81471 0 0 0 119 35 0 0 20 0 33 0 253209117 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279282658032 140279886256770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30629] ppid=30614 vsize=26987240 memory=932 CPUtime=0 cores=0-7
/proc/30617/task/30629/stat : 30629 (java) S 30614 30617 30393 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 33 0 253209118 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279281604320 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30630] ppid=30614 vsize=26987240 memory=6416 CPUtime=0 cores=0-7
/proc/30617/task/30630/stat : 30630 (java) S 30614 30617 30393 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 33 0 253209118 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279280551168 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30631] ppid=30614 vsize=26987240 memory=1572 CPUtime=0 cores=0-7
/proc/30617/task/30631/stat : 30631 (java) S 30614 30617 30393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 253209120 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279279499728 140279886264219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30632] ppid=30614 vsize=26987240 memory=928 CPUtime=2.63 cores=0-7
/proc/30617/task/30632/stat : 30632 (java) S 30614 30617 30393 0 -1 1077944384 8915 0 0 0 261 2 0 0 20 0 33 0 253209120 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279278446832 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30633] ppid=30614 vsize=26987240 memory=2196 CPUtime=2.45 cores=0-7
/proc/30617/task/30633/stat : 30633 (java) S 30614 30617 30393 0 -1 1077944384 7990 0 0 0 243 2 0 0 20 0 33 0 253209120 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279277394288 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30634] ppid=30614 vsize=26987240 memory=3988 CPUtime=2.38 cores=0-7
/proc/30617/task/30634/stat : 30634 (java) S 30614 30617 30393 0 -1 1077944384 11014 0 0 0 236 2 0 0 20 0 33 0 253209120 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279276341232 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30635] ppid=30614 vsize=26987240 memory=3812 CPUtime=1.35 cores=0-7
/proc/30617/task/30635/stat : 30635 (java) S 30614 30617 30393 0 -1 1077944384 12038 0 0 0 132 3 0 0 20 0 33 0 253209120 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279275288688 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30636] ppid=30614 vsize=26987240 memory=68920 CPUtime=0 cores=0-7
/proc/30617/task/30636/stat : 30636 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 253209120 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279274236896 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30637] ppid=30614 vsize=26987240 memory=1100 CPUtime=1.01 cores=0-7
/proc/30617/task/30637/stat : 30637 (java) S 30614 30617 30393 0 -1 1077944384 5237 0 0 0 40 61 0 0 20 0 33 0 253209121 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279273184432 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30638] ppid=30614 vsize=26987240 memory=2185540 CPUtime=0 cores=0-7
/proc/30617/task/30638/stat : 30638 (java) S 30614 30617 30393 0 -1 1077944384 820 0 0 0 0 0 0 0 20 0 33 0 253209705 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279270228992 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30639] ppid=30614 vsize=26987240 memory=868 CPUtime=4.96 cores=0-7
/proc/30617/task/30639/stat : 30639 (java) S 30614 30617 30393 0 -1 1077944384 12055 0 0 0 218 278 0 0 20 0 33 0 253209726 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279189333408 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30640] ppid=30614 vsize=26987240 memory=6544 CPUtime=2489.94 cores=0-7
/proc/30617/task/30640/stat : 30640 (java) R 30614 30617 30393 0 -1 4202560 147859 0 0 0 248908 86 0 0 20 0 33 0 253209743 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279186175288 140279499977281 0 4 0 16800975 0 0 0 -1 7 0 0 31 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30641] ppid=30614 vsize=26987240 memory=11628 CPUtime=2497.67 cores=0-7
/proc/30617/task/30641/stat : 30641 (java) R 30614 30617 30393 0 -1 4202560 136699 0 0 0 249681 86 0 0 20 0 33 0 253209744 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279185122368 140279499976586 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30642] ppid=30614 vsize=26987240 memory=752 CPUtime=0.31 cores=0-7
/proc/30617/task/30642/stat : 30642 (java) S 30614 30617 30393 0 -1 1077944384 103 0 0 0 31 0 0 0 20 0 33 0 253209744 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279184077488 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30643] ppid=30614 vsize=26987240 memory=1276 CPUtime=2495.58 cores=0-7
/proc/30617/task/30643/stat : 30643 (java) R 30614 30617 30393 0 -1 4202560 140067 0 0 0 249475 83 0 0 20 0 33 0 253209750 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279183016680 140279498740741 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30644] ppid=30614 vsize=26987240 memory=1068 CPUtime=2499.11 cores=0-7
/proc/30617/task/30644/stat : 30644 (java) R 30614 30617 30393 0 -1 4202560 128068 0 0 0 249831 80 0 0 20 0 33 0 253209750 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279181964984 140279495818074 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30645] ppid=30614 vsize=26987240 memory=14884 CPUtime=0.31 cores=0-7
/proc/30617/task/30645/stat : 30645 (java) S 30614 30617 30393 0 -1 1077944384 114 0 0 0 31 0 0 0 20 0 33 0 253209750 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279180920368 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30646] ppid=30614 vsize=26987240 memory=38128 CPUtime=0.32 cores=0-7
/proc/30617/task/30646/stat : 30646 (java) S 30614 30617 30393 0 -1 1077944384 175 0 0 0 32 0 0 0 20 0 33 0 253209750 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279179867312 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30647] ppid=30614 vsize=26987240 memory=13756 CPUtime=2490 cores=0-7
/proc/30617/task/30647/stat : 30647 (java) R 30614 30617 30393 0 -1 4202560 141262 0 0 0 248917 83 0 0 20 0 33 0 253209751 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279178806840 140279492488552 0 4 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30648] ppid=30614 vsize=26987240 memory=3316 CPUtime=2493.95 cores=0-7
/proc/30617/task/30648/stat : 30648 (java) R 30614 30617 30393 0 -1 4202560 167055 0 0 0 249303 92 0 0 20 0 33 0 253209751 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279177756640 140279492488512 0 4 0 16800975 0 0 0 -1 6 0 0 28 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30649] ppid=30614 vsize=26987240 memory=488 CPUtime=2492.18 cores=0-7
/proc/30617/task/30649/stat : 30649 (java) R 30614 30617 30393 0 -1 4202560 149763 0 0 0 249125 93 0 0 20 0 33 0 253209751 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279176700904 140279499975624 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30650] ppid=30614 vsize=26987240 memory=164 CPUtime=2498.52 cores=0-7
/proc/30617/task/30650/stat : 30650 (java) R 30614 30617 30393 0 -1 4202560 145830 0 0 0 249766 86 0 0 20 0 33 0 253209751 27634933760 546385 33554432000 4194304 4196468 140725185571984 140279175647976 140279492127848 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
Current children cumulated CPU time: 20036.9 s
Current children cumulated vsize: 26987240 KiB
Current children cumulated memory: 2185540 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.49 s]
# the end of solver process 30617 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20027.3 s, system=13.1556 s

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

[startup+2520.4 s]
/proc/loadavg: 8.61 8.74 8.76 9/211 30683
/proc/meminfo: memFree=22169956/32770624 swapFree=67108372/67108860
[pid=30617] ppid=30614 vsize=27853600 memory=2189208 CPUtime=20039.9 cores=0-7
/proc/30617/stat : 30617 (java) S 30614 30617 30393 0 -1 1077944320 1860137 0 0 0 2002683 1312 0 0 20 0 47 0 253209115 28522086400 547302 33554432000 4194304 4196468 140725185571984 140725185554528 140279886245623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
/proc/30617/statm: 6963400 547302 3627 1 0 6924951 0
[pid=30617/tid=30619] ppid=30614 vsize=27853600 memory=1399111604655069571 CPUtime=6.19 cores=0-7
/proc/30617/task/30619/stat : 30619 (java) S 30614 30617 30393 0 -1 1077944384 23576 0 0 0 608 11 0 0 20 0 47 0 253209115 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279890483088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30620] ppid=30614 vsize=27853600 memory=2185540 CPUtime=7.04 cores=0-7
/proc/30617/task/30620/stat : 30620 (java) S 30614 30617 30393 0 -1 1077944384 73032 0 0 0 633 71 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279808826384 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30621] ppid=30614 vsize=27853600 memory=317222518652141883 CPUtime=7.03 cores=0-7
/proc/30617/task/30621/stat : 30621 (java) S 30614 30617 30393 0 -1 1077944384 63252 0 0 0 633 70 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279807773840 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30622] ppid=30614 vsize=27853600 memory=13567081090131041 CPUtime=7.04 cores=0-7
/proc/30617/task/30622/stat : 30622 (java) S 30614 30617 30393 0 -1 1077944384 69156 0 0 0 635 69 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279442070288 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30623] ppid=30614 vsize=27853600 memory=4872558044660077418 CPUtime=6.97 cores=0-7
/proc/30617/task/30623/stat : 30623 (java) S 30614 30617 30393 0 -1 1077944384 69168 0 0 0 629 68 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279441017744 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30624] ppid=30614 vsize=27853600 memory=4629771062077588875 CPUtime=7 cores=0-7
/proc/30617/task/30624/stat : 30624 (java) S 30614 30617 30393 0 -1 1077944384 65386 0 0 0 630 70 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279439964688 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30625] ppid=30614 vsize=27853600 memory=-8961168018402230209 CPUtime=7.06 cores=0-7
/proc/30617/task/30625/stat : 30625 (java) S 30614 30617 30393 0 -1 1077944384 66420 0 0 0 635 71 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279438912144 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30626] ppid=30614 vsize=27853600 memory=-8253362762722141311 CPUtime=7.08 cores=0-7
/proc/30617/task/30626/stat : 30626 (java) S 30614 30617 30393 0 -1 1077944384 57679 0 0 0 639 69 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279437859088 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30627] ppid=30614 vsize=27853600 memory=7100839861465685612 CPUtime=7.01 cores=0-7
/proc/30617/task/30627/stat : 30627 (java) S 30614 30617 30393 0 -1 1077944384 72321 0 0 0 633 68 0 0 20 0 47 0 253209116 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279436806544 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30628] ppid=30614 vsize=27853600 memory=1796 CPUtime=1.54 cores=0-7
/proc/30617/task/30628/stat : 30628 (java) S 30614 30617 30393 0 -1 1077944384 81471 0 0 0 119 35 0 0 20 0 47 0 253209117 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279282658032 140279886256770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30629] ppid=30614 vsize=27853600 memory=916 CPUtime=0 cores=0-7
/proc/30617/task/30629/stat : 30629 (java) S 30614 30617 30393 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 47 0 253209118 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279281604320 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30630] ppid=30614 vsize=27853600 memory=4188 CPUtime=0 cores=0-7
/proc/30617/task/30630/stat : 30630 (java) S 30614 30617 30393 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 47 0 253209118 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279280551168 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30631] ppid=30614 vsize=27853600 memory=1408 CPUtime=0 cores=0-7
/proc/30617/task/30631/stat : 30631 (java) S 30614 30617 30393 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 47 0 253209120 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279279499728 140279886264219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30632] ppid=30614 vsize=27853600 memory=4028 CPUtime=2.65 cores=0-7
/proc/30617/task/30632/stat : 30632 (java) R 30614 30617 30393 0 -1 1077944384 8946 0 0 0 263 2 0 0 20 0 47 0 253209120 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279278446832 140279886256770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30633] ppid=30614 vsize=27853600 memory=2185540 CPUtime=2.5 cores=0-7
/proc/30617/task/30633/stat : 30633 (java) R 30614 30617 30393 0 -1 4202560 8098 0 0 0 248 2 0 0 20 0 47 0 253209120 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279277394288 140279869630425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30634] ppid=30614 vsize=27853600 memory=4104 CPUtime=2.41 cores=0-7
/proc/30617/task/30634/stat : 30634 (java) R 30614 30617 30393 0 -1 4202560 11025 0 0 0 239 2 0 0 20 0 47 0 253209120 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279276327952 140279865498235 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30635] ppid=30614 vsize=27853600 memory=1398720917958146503 CPUtime=1.37 cores=0-7
/proc/30617/task/30635/stat : 30635 (java) S 30614 30617 30393 0 -1 1077944384 12502 0 0 0 134 3 0 0 20 0 47 0 253209120 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279275288688 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30636] ppid=30614 vsize=27853600 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/30617/task/30636/stat : 30636 (java) S 30614 30617 30393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 47 0 253209120 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279274236896 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30637] ppid=30614 vsize=27853600 memory=4104 CPUtime=1.01 cores=0-7
/proc/30617/task/30637/stat : 30637 (java) S 30614 30617 30393 0 -1 1077944384 5237 0 0 0 40 61 0 0 20 0 47 0 253209121 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279273184432 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30638] ppid=30614 vsize=27853600 memory=1398720917958146503 CPUtime=0 cores=0-7
/proc/30617/task/30638/stat : 30638 (java) S 30614 30617 30393 0 -1 1077944384 820 0 0 0 0 0 0 0 20 0 47 0 253209705 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279270228992 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30639] ppid=30614 vsize=27853600 memory=4126316290023845779 CPUtime=4.96 cores=0-7
/proc/30617/task/30639/stat : 30639 (java) S 30614 30617 30393 0 -1 1077944384 12076 0 0 0 218 278 0 0 20 0 47 0 253209726 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279189333296 140279886256770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30640] ppid=30614 vsize=27853600 memory=1616 CPUtime=2490.3 cores=0-7
/proc/30617/task/30640/stat : 30640 (java) R 30614 30617 30393 0 -1 4202560 147887 0 0 0 248944 86 0 0 20 0 47 0 253209743 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279186175160 140279499977271 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30641] ppid=30614 vsize=27853600 memory=1172 CPUtime=2498.02 cores=0-7
/proc/30617/task/30641/stat : 30641 (java) R 30614 30617 30393 0 -1 4202560 136700 0 0 0 249716 86 0 0 20 0 47 0 253209744 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279185122024 140279499977370 0 4 0 16800975 0 0 0 -1 7 0 0 30 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30642] ppid=30614 vsize=27853600 memory=2185540 CPUtime=0.32 cores=0-7
/proc/30617/task/30642/stat : 30642 (java) S 30614 30617 30393 0 -1 1077944384 252 0 0 0 32 0 0 0 20 0 47 0 253209744 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279184077488 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30643] ppid=30614 vsize=27853600 memory=5540 CPUtime=2495.96 cores=0-7
/proc/30617/task/30643/stat : 30643 (java) R 30614 30617 30393 0 -1 4202560 140067 0 0 0 249513 83 0 0 20 0 47 0 253209750 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279183016680 140279499977370 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30644] ppid=30614 vsize=27853600 memory=4400 CPUtime=2499.49 cores=0-7
/proc/30617/task/30644/stat : 30644 (java) R 30614 30617 30393 0 -1 4202560 128315 0 0 0 249869 80 0 0 20 0 47 0 253209750 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279181964984 140279499977337 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30645] ppid=30614 vsize=27853600 memory=1620 CPUtime=0.33 cores=0-7
/proc/30617/task/30645/stat : 30645 (java) S 30614 30617 30393 0 -1 1077944384 365 0 0 0 33 0 0 0 20 0 47 0 253209750 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279180920368 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30646] ppid=30614 vsize=27853600 memory=1220 CPUtime=0.32 cores=0-7
/proc/30617/task/30646/stat : 30646 (java) S 30614 30617 30393 0 -1 1077944384 198 0 0 0 32 0 0 0 20 0 47 0 253209750 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279179866928 140279886255829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30647] ppid=30614 vsize=27853600 memory=1800 CPUtime=2490.36 cores=0-7
/proc/30617/task/30647/stat : 30647 (java) R 30614 30617 30393 0 -1 4202560 141263 0 0 0 248953 83 0 0 20 0 47 0 253209751 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279178806536 140279499978120 0 4 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30648] ppid=30614 vsize=27853600 memory=868 CPUtime=2494.3 cores=0-7
/proc/30617/task/30648/stat : 30648 (java) R 30614 30617 30393 0 -1 4202560 167057 0 0 0 249338 92 0 0 20 0 47 0 253209751 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279177754088 140279499977243 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30649] ppid=30614 vsize=27853600 memory=6544 CPUtime=2492.51 cores=0-7
/proc/30617/task/30649/stat : 30649 (java) R 30614 30617 30393 0 -1 4202560 149765 0 0 0 249158 93 0 0 20 0 47 0 253209751 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279176704304 140279499977281 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
[pid=30617/tid=30650] ppid=30614 vsize=27853600 memory=11628 CPUtime=2498.89 cores=0-7
/proc/30617/task/30650/stat : 30650 (java) R 30614 30617 30393 0 -1 4202560 145831 0 0 0 249803 86 0 0 20 0 47 0 253209751 28522086400 547302 33554432000 4194304 4196468 140725185571984 140279175652416 140279499977281 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 11993088 140725185578062 140725185578245 140725185578245 140725185581007 0
Current children cumulated CPU time: 20039.9 s
Current children cumulated vsize: 27853600 KiB
Current children cumulated memory: 2189208 KiB

Child status: 143
Real time (s): 2520.49
CPU time (s): 20040.5
CPU user time (s): 20027.3
CPU system time (s): 13.1556
CPU usage (%): 795.102
Max. virtual memory (cumulated for all children) (KiB): 27853600
Max. memory (cumulated for all children) (KiB): 2234316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20027.3
system time used= 13.1556
maximum resident set size= 2234340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1860303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 376596
involuntary context switches= 422391


# summary of solver processes directly reported to runsolver:
#   pid: 30617
#   total CPU time (s): 20040.5
#   total CPU user time (s): 20027.3
#   total CPU system time (s): 13.1556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3329 second user time and 34.0684 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-15 20:07:39
IDJOB=4308920
IDBENCH=141102
IDSOLVER=2793
FILE ID=node137/4308920-1534356459
RUNJOBID= node137-1534353937-30420
PBS_JOBID= 21038262
Free space on /tmp= 35832 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Tal/Tal-10_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-4308920-1534356459/watcher-4308920-1534356459 -o /tmp/evaluation-result-4308920-1534356459/solver-4308920-1534356459 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1534353937-30420 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 405975137 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308920-1534356459.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=405975137

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24342324 kB
MemAvailable:   31890156 kB
Buffers:          181912 kB
Cached:          7597912 kB
SwapCached:            8 kB
Active:          4055292 kB
Inactive:        3781168 kB
Active(anon):       3880 kB
Inactive(anon):   113400 kB
Active(file):    4051412 kB
Inactive(file):  3667768 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             36192 kB
Writeback:             4 kB
AnonPages:         63900 kB
Mapped:            56376 kB
Shmem:             57816 kB
Slab:             285328 kB
SReclaimable:     257112 kB
SUnreclaim:        28216 kB
KernelStack:        3216 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 35796 MiB
End job on node137 at 2018-08-15 20:49:40