Trace number 4309154

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14SAT 24.9562 6.45661

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.5487
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1895264190
0.67/0.55	c timeout: 20160
0.67/0.56	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
2.29/1.20	c Parsing done, starting search...
24.86/6.40	s SATISFIABLE
24.86/6.40	v <instantiation>
24.86/6.40	v 	<list>
24.86/6.40	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6]
24.86/6.40	v 	</list>
24.86/6.40	v 	<values>
24.86/6.40	v 		25 0 12 1 0 23 8 0 15 19 4 17 24 23 19 17 0 11 0 11 0 17 4 11 14 6 4 18 8 12 8 19 14 13 18 0 18 18 4 13 4 4 
24.86/6.40	v 	</values>
24.86/6.40	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309154-1534383075/watcher-4309154-1534383075 -o /tmp/evaluation-result-4309154-1534383075/solver-4309154-1534383075 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1534375482-10256 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1895264190 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309154-1534383075.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=11009, runsolver pid=11006

[startup+0.100889 s]*
/proc/loadavg: 8.04 8.71 8.78 2/199 11029
/proc/meminfo: memFree=23969492/32770624 swapFree=67108196/67108860
[pid=11009] ppid=11006 vsize=26103420 memory=31676 CPUtime=0.11 cores=0-7
/proc/11009/stat : 11009 (java) S 11006 11009 10229 0 -1 1077944320 7337 0 0 0 10 1 0 0 20 0 20 0 255870751 26729902080 7853 33554432000 4194304 4196468 140731877947760 140731877930304 139832480268023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
/proc/11009/statm: 6525855 7919 3139 1 0 6487932 0
[pid=11009/tid=11011] ppid=11006 vsize=26103420 memory=7680214547666215575 CPUtime=0.09 cores=0-7
/proc/11009/task/11011/stat : 11011 (java) R 11006 11009 10229 0 -1 4202560 5429 0 0 0 8 1 0 0 20 0 20 0 255870752 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832484469688 139832480289949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11012] ppid=11006 vsize=26103420 memory=732369876950866917 CPUtime=0 cores=0-7
/proc/11009/task/11012/stat : 11012 (java) S 11006 11009 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832402848784 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11013] ppid=11006 vsize=26103420 memory=139738613413504 CPUtime=0 cores=0-7
/proc/11009/task/11013/stat : 11013 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832401796240 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11014] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11014/stat : 11014 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832400743184 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11015] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11015/stat : 11015 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832399690640 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11016] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11016/stat : 11016 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832398637584 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11017] ppid=11006 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11009/task/11017/stat : 11017 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832397585040 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11018] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11018/stat : 11018 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832396531984 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11019] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11019/stat : 11019 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 7939 33554432000 4194304 4196468 140731877947760 139832395479440 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11020] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11020/stat : 11020 (java) S 11006 11009 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870754 26729902080 7939 33554432000 4194304 4196468 140731877947760 139831989578480 139832480279170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11021] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11021/stat : 11021 (java) S 11006 11009 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255870755 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830752732832 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11022] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11022/stat : 11022 (java) S 11006 11009 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255870755 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830751679728 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11023] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11023/stat : 11023 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830750628304 139832480286619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11024] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11024/stat : 11024 (java) S 11006 11009 10229 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830749575408 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11025] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11025/stat : 11025 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830748522864 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11026] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11026/stat : 11026 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830747469808 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11027] ppid=11006 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/11009/task/11027/stat : 11027 (java) R 11006 11009 10229 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 255870757 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830746417264 139832461508336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11028] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11028/stat : 11028 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830745365472 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11029] ppid=11006 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11009/task/11029/stat : 11029 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 7939 33554432000 4194304 4196468 140731877947760 139830744313008 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31676 KiB

[startup+0.210126 s]*
/proc/loadavg: 8.04 8.71 8.78 3/199 11029
/proc/meminfo: memFree=23957488/32770624 swapFree=67108196/67108860
[pid=11009] ppid=11006 vsize=26103420 memory=43048 CPUtime=0.29 cores=0-7
/proc/11009/stat : 11009 (java) S 11006 11009 10229 0 -1 1077944320 10415 0 0 0 27 2 0 0 20 0 20 0 255870751 26729902080 10762 33554432000 4194304 4196468 140731877947760 140731877930304 139832480268023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
/proc/11009/statm: 6525855 10762 3346 1 0 6487932 0
[pid=11009/tid=11011] ppid=11006 vsize=26103420 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/11009/task/11011/stat : 11011 (java) R 11006 11009 10229 0 -1 4202560 8179 0 0 0 18 2 0 0 20 0 20 0 255870752 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832484496464 139832464348510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11012] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11012/stat : 11012 (java) S 11006 11009 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832402848784 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11013] ppid=11006 vsize=26103420 memory=139738613424600 CPUtime=0 cores=0-7
/proc/11009/task/11013/stat : 11013 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832401796240 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11014] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11014/stat : 11014 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832400743184 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11015] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11015/stat : 11015 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832399690640 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11016] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11016/stat : 11016 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832398637584 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11017] ppid=11006 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11009/task/11017/stat : 11017 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832397585040 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11018] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11018/stat : 11018 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832396531984 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11019] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11019/stat : 11019 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 10762 33554432000 4194304 4196468 140731877947760 139832395479440 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11020] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11020/stat : 11020 (java) S 11006 11009 10229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255870754 26729902080 10762 33554432000 4194304 4196468 140731877947760 139831989578480 139832480279170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11021] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11021/stat : 11021 (java) S 11006 11009 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255870755 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830752732832 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11022] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11022/stat : 11022 (java) S 11006 11009 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255870755 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830751679728 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11023] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11023/stat : 11023 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830750628304 139832480286619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11024] ppid=11006 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/11009/task/11024/stat : 11024 (java) S 11006 11009 10229 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 20 0 255870757 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830749575408 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11025] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11025/stat : 11025 (java) S 11006 11009 10229 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830748522864 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11026] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11026/stat : 11026 (java) S 11006 11009 10229 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830747469808 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11027] ppid=11006 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/11009/task/11027/stat : 11027 (java) R 11006 11009 10229 0 -1 4202560 315 0 0 0 6 0 0 0 20 0 20 0 255870757 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830746417392 139832458914557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11028] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11028/stat : 11028 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830745365472 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11029] ppid=11006 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11009/task/11029/stat : 11029 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 10762 33554432000 4194304 4196468 140731877947760 139830744313008 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43048 KiB

[startup+0.310232 s]*
/proc/loadavg: 8.04 8.71 8.78 3/199 11029
/proc/meminfo: memFree=23954448/32770624 swapFree=67108196/67108860
[pid=11009] ppid=11006 vsize=26103420 memory=46804 CPUtime=0.43 cores=0-7
/proc/11009/stat : 11009 (java) S 11006 11009 10229 0 -1 1077944320 10857 0 0 0 40 3 0 0 20 0 20 0 255870751 26729902080 11701 33554432000 4194304 4196468 140731877947760 140731877930304 139832480268023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
/proc/11009/statm: 6525855 11701 3374 1 0 6487932 0
[pid=11009/tid=11011] ppid=11006 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/11009/task/11011/stat : 11011 (java) R 11006 11009 10229 0 -1 4202560 8516 0 0 0 28 2 0 0 20 0 20 0 255870752 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832484429760 139832460543810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11012] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11012/stat : 11012 (java) S 11006 11009 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832402848784 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11013] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11013/stat : 11013 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832401796240 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11014] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11014/stat : 11014 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832400743184 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11015] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11015/stat : 11015 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832399690640 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11016] ppid=11006 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/11009/task/11016/stat : 11016 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832398637584 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11017] ppid=11006 vsize=26103420 memory=139738505900975 CPUtime=0 cores=0-7
/proc/11009/task/11017/stat : 11017 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832397585040 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11018] ppid=11006 vsize=26103420 memory=139738505903280 CPUtime=0 cores=0-7
/proc/11009/task/11018/stat : 11018 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832396531984 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11019] ppid=11006 vsize=26103420 memory=139738505905584 CPUtime=0 cores=0-7
/proc/11009/task/11019/stat : 11019 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26729902080 11701 33554432000 4194304 4196468 140731877947760 139832395479440 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11020] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11020/stat : 11020 (java) S 11006 11009 10229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255870754 26729902080 11701 33554432000 4194304 4196468 140731877947760 139831989578480 139832480279170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11021] ppid=11006 vsize=26103420 memory=279477011818128 CPUtime=0 cores=0-7
/proc/11009/task/11021/stat : 11021 (java) S 11006 11009 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255870755 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830752732832 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11022] ppid=11006 vsize=26103420 memory=279477011825040 CPUtime=0 cores=0-7
/proc/11009/task/11022/stat : 11022 (java) S 11006 11009 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255870755 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830751679728 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11023] ppid=11006 vsize=26103420 memory=279477011766320 CPUtime=0 cores=0-7
/proc/11009/task/11023/stat : 11023 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830750628304 139832480286619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11024] ppid=11006 vsize=26103420 memory=279477011838864 CPUtime=0.01 cores=0-7
/proc/11009/task/11024/stat : 11024 (java) S 11006 11009 10229 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 20 0 255870757 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830749575408 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11025] ppid=11006 vsize=26103420 memory=279477011845776 CPUtime=0.01 cores=0-7
/proc/11009/task/11025/stat : 11025 (java) S 11006 11009 10229 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 20 0 255870757 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830748522864 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11026] ppid=11006 vsize=26103420 memory=279477011843472 CPUtime=0 cores=0-7
/proc/11009/task/11026/stat : 11026 (java) S 11006 11009 10229 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830747469808 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11027] ppid=11006 vsize=26103420 memory=279477011860032 CPUtime=0.08 cores=0-7
/proc/11009/task/11027/stat : 11027 (java) S 11006 11009 10229 0 -1 1077944384 333 0 0 0 8 0 0 0 20 0 20 0 255870757 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830746417264 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11028] ppid=11006 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11028/stat : 11028 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830745365472 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11029] ppid=11006 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11009/task/11029/stat : 11029 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870757 26729902080 11701 33554432000 4194304 4196468 140731877947760 139830744313008 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46804 KiB

[startup+0.700887 s]
/proc/loadavg: 8.04 8.71 8.78 3/199 11029
/proc/meminfo: memFree=23930388/32770624 swapFree=67108196/67108860
[pid=11009] ppid=11006 vsize=26105488 memory=85408 CPUtime=0.98 cores=0-7
/proc/11009/stat : 11009 (java) S 11006 11009 10229 0 -1 1077944320 17808 0 0 0 94 4 0 0 20 0 20 0 255870751 26732019712 21352 33554432000 4194304 4196468 140731877947760 140731877930304 139832480268023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
/proc/11009/statm: 6526372 21352 3471 1 0 6488444 0
[pid=11009/tid=11011] ppid=11006 vsize=26105488 memory=7230638416007686743 CPUtime=0.67 cores=0-7
/proc/11009/task/11011/stat : 11011 (java) R 11006 11009 10229 0 -1 4202560 15006 0 0 0 64 3 0 0 20 0 20 0 255870752 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832484493520 139832464348510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11012] ppid=11006 vsize=26105488 memory=47364899362344 CPUtime=0 cores=0-7
/proc/11009/task/11012/stat : 11012 (java) S 11006 11009 10229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832402848784 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11013] ppid=11006 vsize=26105488 memory=139738505914170 CPUtime=0 cores=0-7
/proc/11009/task/11013/stat : 11013 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832401796240 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11014] ppid=11006 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11014/stat : 11014 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832400743184 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11015] ppid=11006 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11015/stat : 11015 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832399690640 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11016] ppid=11006 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11016/stat : 11016 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832398637584 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11017] ppid=11006 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11017/stat : 11017 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832397585040 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11018] ppid=11006 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11018/stat : 11018 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832396531984 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11019] ppid=11006 vsize=26105488 memory=1752 CPUtime=0 cores=0-7
/proc/11009/task/11019/stat : 11019 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870753 26732019712 21352 33554432000 4194304 4196468 140731877947760 139832395479440 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11020] ppid=11006 vsize=26105488 memory=844 CPUtime=0 cores=0-7
/proc/11009/task/11020/stat : 11020 (java) S 11006 11009 10229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 255870754 26732019712 21352 33554432000 4194304 4196468 140731877947760 139831989578480 139832480279170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0

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

[pid=11009/tid=11011] ppid=11006 vsize=27184884 memory=0 CPUtime=3.89 cores=0-7
/proc/11009/task/11011/stat : 11011 (java) S 11006 11009 10229 0 -1 1077944384 21503 0 0 0 378 11 0 0 20 0 36 0 255870752 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832484505488 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11012] ppid=11006 vsize=27184884 memory=7598824234097836114 CPUtime=0.57 cores=0-7
/proc/11009/task/11012/stat : 11012 (java) S 11006 11009 10229 0 -1 1077944384 603 0 0 0 38 19 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832402848784 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11013] ppid=11006 vsize=27184884 memory=17742 CPUtime=0.59 cores=0-7
/proc/11009/task/11013/stat : 11013 (java) S 11006 11009 10229 0 -1 1077944384 535 0 0 0 41 18 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832401796240 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11014] ppid=11006 vsize=27184884 memory=6944656592387989600 CPUtime=0.57 cores=0-7
/proc/11009/task/11014/stat : 11014 (java) S 11006 11009 10229 0 -1 1077944384 543 0 0 0 38 19 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832400743184 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11015] ppid=11006 vsize=27184884 memory=1057 CPUtime=0.57 cores=0-7
/proc/11009/task/11015/stat : 11015 (java) S 11006 11009 10229 0 -1 1077944384 580 0 0 0 38 19 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832399690640 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11016] ppid=11006 vsize=27184884 memory=388 CPUtime=0.56 cores=0-7
/proc/11009/task/11016/stat : 11016 (java) S 11006 11009 10229 0 -1 1077944384 562 0 0 0 38 18 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832398637584 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11017] ppid=11006 vsize=27184884 memory=14 CPUtime=0.59 cores=0-7
/proc/11009/task/11017/stat : 11017 (java) S 11006 11009 10229 0 -1 1077944384 482 0 0 0 38 21 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832397585040 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11018] ppid=11006 vsize=27184884 memory=16 CPUtime=0.58 cores=0-7
/proc/11009/task/11018/stat : 11018 (java) S 11006 11009 10229 0 -1 1077944384 667 0 0 0 38 20 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832396531984 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11019] ppid=11006 vsize=27184884 memory=6791534058613427641 CPUtime=0.58 cores=0-7
/proc/11009/task/11019/stat : 11019 (java) S 11006 11009 10229 0 -1 1077944384 536 0 0 0 38 20 0 0 20 0 36 0 255870753 27837321216 393790 33554432000 4194304 4196468 140731877947760 139832395479440 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11020] ppid=11006 vsize=27184884 memory=7668335397682635091 CPUtime=0.18 cores=0-7
/proc/11009/task/11020/stat : 11020 (java) S 11006 11009 10229 0 -1 1077944384 2315 0 0 0 18 0 0 0 20 0 36 0 255870754 27837321216 393790 33554432000 4194304 4196468 140731877947760 139831989578480 139832480279170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11021] ppid=11006 vsize=27184884 memory=7740391905142729059 CPUtime=0 cores=0-7
/proc/11009/task/11021/stat : 11021 (java) S 11006 11009 10229 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 36 0 255870755 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830752732896 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11022] ppid=11006 vsize=27184884 memory=7440053569103876176 CPUtime=0 cores=0-7
/proc/11009/task/11022/stat : 11022 (java) S 11006 11009 10229 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 36 0 255870755 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830751679744 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11023] ppid=11006 vsize=27184884 memory=4639074098508484690 CPUtime=0 cores=0-7
/proc/11009/task/11023/stat : 11023 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 255870757 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830750628304 139832480286619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11024] ppid=11006 vsize=27184884 memory=56 CPUtime=0.95 cores=0-7
/proc/11009/task/11024/stat : 11024 (java) R 11006 11009 10229 0 -1 4202560 4358 0 0 0 93 2 0 0 20 0 36 0 255870757 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830749556424 139832464174028 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11025] ppid=11006 vsize=27184884 memory=-7882018838379555936 CPUtime=1.01 cores=0-7
/proc/11009/task/11025/stat : 11025 (java) R 11006 11009 10229 0 -1 4202560 4018 0 0 0 100 1 0 0 20 0 36 0 255870757 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830748508328 139832465165648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11026] ppid=11006 vsize=27184884 memory=8187704045996132563 CPUtime=1.07 cores=0-7
/proc/11009/task/11026/stat : 11026 (java) R 11006 11009 10229 0 -1 4202560 4227 0 0 0 105 2 0 0 20 0 36 0 255870757 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830747450824 139832464660713 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11027] ppid=11006 vsize=27184884 memory=6944656592455360608 CPUtime=0.91 cores=0-7
/proc/11009/task/11027/stat : 11027 (java) S 11006 11009 10229 0 -1 1077944384 7586 0 0 0 87 4 0 0 20 0 36 0 255870757 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830746417264 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11028] ppid=11006 vsize=27184884 memory=6933690279252828305 CPUtime=0 cores=0-7
/proc/11009/task/11028/stat : 11028 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 255870757 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830745365472 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11029] ppid=11006 vsize=27184884 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11029/stat : 11029 (java) S 11006 11009 10229 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 36 0 255870757 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830744313008 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11030] ppid=11006 vsize=27184884 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/11009/task/11030/stat : 11030 (java) S 11006 11009 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 36 0 255871108 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830732968960 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11031] ppid=11006 vsize=27184884 memory=288230596050944315 CPUtime=0.01 cores=0-7
/proc/11009/task/11031/stat : 11031 (java) S 11006 11009 10229 0 -1 1077944384 27 0 0 0 0 1 0 0 20 0 36 0 255871125 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830729819344 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11032] ppid=11006 vsize=27184884 memory=15537418795230700 CPUtime=1.49 cores=0-7
/proc/11009/task/11032/stat : 11032 (java) R 11006 11009 10229 0 -1 4202560 326 0 0 0 143 6 0 0 20 0 36 0 255871149 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830726660008 139832079593907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11033] ppid=11006 vsize=27184884 memory=0 CPUtime=0.69 cores=0-7
/proc/11009/task/11033/stat : 11033 (java) R 11006 11009 10229 0 -1 4202560 211 0 0 0 69 0 0 0 20 0 36 0 255871150 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830725609528 139832075219332 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11034] ppid=11006 vsize=27184884 memory=44 CPUtime=0.77 cores=0-7
/proc/11009/task/11034/stat : 11034 (java) S 11006 11009 10229 0 -1 1077944384 113 0 0 0 76 1 0 0 20 0 36 0 255871150 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830724563632 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11035] ppid=11006 vsize=27184884 memory=43 CPUtime=0.76 cores=0-7
/proc/11009/task/11035/stat : 11035 (java) S 11006 11009 10229 0 -1 1077944384 87 0 0 0 74 2 0 0 20 0 36 0 255871157 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830721413936 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11036] ppid=11006 vsize=27184884 memory=46 CPUtime=0.78 cores=0-7
/proc/11009/task/11036/stat : 11036 (java) S 11006 11009 10229 0 -1 1077944384 104 0 0 0 76 2 0 0 20 0 36 0 255871157 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830720361904 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11037] ppid=11006 vsize=27184884 memory=46 CPUtime=1.46 cores=0-7
/proc/11009/task/11037/stat : 11037 (java) R 11006 11009 10229 0 -1 4202560 126 0 0 0 145 1 0 0 20 0 36 0 255871157 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830719304168 139832480279958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11038] ppid=11006 vsize=27184884 memory=45 CPUtime=0.81 cores=0-7
/proc/11009/task/11038/stat : 11038 (java) S 11006 11009 10229 0 -1 1077944384 103 0 0 0 79 2 0 0 20 0 36 0 255871157 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830718256304 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11039] ppid=11006 vsize=27184884 memory=0 CPUtime=1.42 cores=0-7
/proc/11009/task/11039/stat : 11039 (java) R 11006 11009 10229 0 -1 4202560 142 0 0 0 141 1 0 0 20 0 36 0 255871157 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830717197880 139832075115719 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11040] ppid=11006 vsize=27184884 memory=33 CPUtime=1.42 cores=0-7
/proc/11009/task/11040/stat : 11040 (java) R 11006 11009 10229 0 -1 4202560 142 0 0 0 139 3 0 0 20 0 36 0 255871158 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830716142776 139832074502134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11041] ppid=11006 vsize=27184884 memory=0 CPUtime=0 cores=0-7
/proc/11009/task/11041/stat : 11041 (java) S 11006 11009 10229 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 36 0 255871158 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830715098160 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11042] ppid=11006 vsize=27184884 memory=0 CPUtime=0.65 cores=0-7
/proc/11009/task/11042/stat : 11042 (java) R 11006 11009 10229 0 -1 4202560 76 0 0 0 65 0 0 0 20 0 36 0 255871309 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830271750336 139832075219522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11043] ppid=11006 vsize=27184884 memory=0 CPUtime=0.55 cores=0-7
/proc/11009/task/11043/stat : 11043 (java) R 11006 11009 10229 0 -1 4202560 93 0 0 0 55 0 0 0 20 0 36 0 255871309 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830270697960 139832075220493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11044] ppid=11006 vsize=27184884 memory=0 CPUtime=0.49 cores=0-7
/proc/11009/task/11044/stat : 11044 (java) R 11006 11009 10229 0 -1 4202560 73 0 0 0 49 0 0 0 20 0 36 0 255871310 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830269640264 139832075220172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11045] ppid=11006 vsize=27184884 memory=3760 CPUtime=0 cores=0-7
/proc/11009/task/11045/stat : 11045 (java) S 11006 11009 10229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 255871310 27837321216 393790 33554432000 4194304 4196468 140731877947760 139830268601904 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
Current children cumulated CPU time: 24.23 s
Current children cumulated vsize: 27184884 KiB
Current children cumulated memory: 1575160 KiB

[startup+6.45655 s]
# the end of solver process 11009 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=22.8323 s, system=2.12391 s

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

[startup+6.40194 s]
/proc/loadavg: 7.56 8.60 8.74 9/215 11045
/proc/meminfo: memFree=22443904/32770624 swapFree=67108196/67108860
[pid=11009] ppid=11006 vsize=27451140 memory=1592828 CPUtime=24.86 cores=0-7
/proc/11009/stat : 11009 (java) S 11006 11009 10229 0 -1 1077944320 52728 0 0 0 2277 209 0 0 20 0 40 0 255870751 28109967360 398207 33554432000 4194304 4196468 140731877947760 140731877930304 139832480268023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
/proc/11009/statm: 6862785 398207 3618 1 0 6824336 0
[pid=11009/tid=11011] ppid=11006 vsize=27451140 memory=1224 CPUtime=3.89 cores=0-7
/proc/11009/task/11011/stat : 11011 (java) S 11006 11009 10229 0 -1 1077944384 21503 0 0 0 378 11 0 0 20 0 40 0 255870752 28109967360 398207 33554432000 4194304 4196468 140731877947760 139832484505488 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11012] ppid=11006 vsize=27451140 memory=2180 CPUtime=0.57 cores=0-7
/proc/11009/task/11012/stat : 11012 (java) S 11006 11009 10229 0 -1 1077944384 603 0 0 0 38 19 0 0 20 0 40 0 255870753 28109967360 398207 33554432000 4194304 4196468 140731877947760 139832402848784 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11013] ppid=11006 vsize=27451140 memory=1752 CPUtime=0.59 cores=0-7
/proc/11009/task/11013/stat : 11013 (java) S 11006 11009 10229 0 -1 1077944384 535 0 0 0 41 18 0 0 20 0 40 0 255870753 28109967360 398207 33554432000 4194304 4196468 140731877947760 139832401796240 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11014] ppid=11006 vsize=27451140 memory=844 CPUtime=0.57 cores=0-7
/proc/11009/task/11014/stat : 11014 (java) S 11006 11009 10229 0 -1 1077944384 543 0 0 0 38 19 0 0 20 0 40 0 255870753 28109967360 398207 33554432000 4194304 4196468 140731877947760 139832400743184 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11015] ppid=11006 vsize=27451140 memory=10072 CPUtime=0.57 cores=0-7
/proc/11009/task/11015/stat : 11015 (java) S 11006 11009 10229 0 -1 1077944384 580 0 0 0 38 19 0 0 20 0 40 0 255870753 28109967360 398273 33554432000 4194304 4196468 140731877947760 139832399690640 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11016] ppid=11006 vsize=27451140 memory=5012 CPUtime=0.56 cores=0-7
/proc/11009/task/11016/stat : 11016 (java) S 11006 11009 10229 0 -1 1077944384 562 0 0 0 38 18 0 0 20 0 40 0 255870753 28109967360 398273 33554432000 4194304 4196468 140731877947760 139832398637584 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11017] ppid=11006 vsize=27451140 memory=752 CPUtime=0.59 cores=0-7
/proc/11009/task/11017/stat : 11017 (java) S 11006 11009 10229 0 -1 1077944384 482 0 0 0 38 21 0 0 20 0 40 0 255870753 28109967360 398273 33554432000 4194304 4196468 140731877947760 139832397585040 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11018] ppid=11006 vsize=27451140 memory=1124 CPUtime=0.58 cores=0-7
/proc/11009/task/11018/stat : 11018 (java) S 11006 11009 10229 0 -1 1077944384 667 0 0 0 38 20 0 0 20 0 40 0 255870753 28109967360 398273 33554432000 4194304 4196468 140731877947760 139832396531984 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11019] ppid=11006 vsize=27451140 memory=1824 CPUtime=0.58 cores=0-7
/proc/11009/task/11019/stat : 11019 (java) S 11006 11009 10229 0 -1 1077944384 536 0 0 0 38 20 0 0 20 0 40 0 255870753 28109967360 398273 33554432000 4194304 4196468 140731877947760 139832395479440 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11020] ppid=11006 vsize=27451140 memory=1356 CPUtime=0.18 cores=0-7
/proc/11009/task/11020/stat : 11020 (java) S 11006 11009 10229 0 -1 1077944384 2315 0 0 0 18 0 0 0 20 0 40 0 255870754 28109967360 398273 33554432000 4194304 4196468 140731877947760 139831989578480 139832480279170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11021] ppid=11006 vsize=27451140 memory=4140 CPUtime=0 cores=0-7
/proc/11009/task/11021/stat : 11021 (java) S 11006 11009 10229 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 40 0 255870755 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830752732896 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11022] ppid=11006 vsize=27451140 memory=6340 CPUtime=0 cores=0-7
/proc/11009/task/11022/stat : 11022 (java) S 11006 11009 10229 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 40 0 255870755 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830751679744 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11023] ppid=11006 vsize=27451140 memory=1628 CPUtime=0 cores=0-7
/proc/11009/task/11023/stat : 11023 (java) S 11006 11009 10229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 255870757 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830750628304 139832480286619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11024] ppid=11006 vsize=27451140 memory=1100 CPUtime=1.01 cores=0-7
/proc/11009/task/11024/stat : 11024 (java) R 11006 11009 10229 0 -1 4202560 4674 0 0 0 99 2 0 0 20 0 40 0 255870757 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830749561432 139832461812683 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11025] ppid=11006 vsize=27451140 memory=15188 CPUtime=1.09 cores=0-7
/proc/11009/task/11025/stat : 11025 (java) R 11006 11009 10229 0 -1 4202560 4021 0 0 0 108 1 0 0 20 0 40 0 255870757 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830748501872 139832480289370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11026] ppid=11006 vsize=27451140 memory=39132 CPUtime=1.12 cores=0-7
/proc/11009/task/11026/stat : 11026 (java) R 11006 11009 10229 0 -1 4202560 4554 0 0 0 110 2 0 0 20 0 40 0 255870757 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830747456336 139832472557472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11027] ppid=11006 vsize=27451140 memory=4028 CPUtime=0.93 cores=0-7
/proc/11009/task/11027/stat : 11027 (java) R 11006 11009 10229 0 -1 4202560 7597 0 0 0 89 4 0 0 20 0 40 0 255870757 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830746417264 139832480289370 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11028] ppid=11006 vsize=27451140 memory=15916 CPUtime=0 cores=0-7
/proc/11009/task/11028/stat : 11028 (java) S 11006 11009 10229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 255870757 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830745365472 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11029] ppid=11006 vsize=27451140 memory=504 CPUtime=0 cores=0-7
/proc/11009/task/11029/stat : 11029 (java) S 11006 11009 10229 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 40 0 255870757 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830744313008 139832480279170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11031] ppid=11006 vsize=27451140 memory=1176 CPUtime=0.01 cores=0-7
/proc/11009/task/11031/stat : 11031 (java) R 11006 11009 10229 0 -1 4202560 49 0 0 0 0 1 0 0 20 0 40 0 255871125 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830729816992 139832076836823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11032] ppid=11006 vsize=27451140 memory=932 CPUtime=1.55 cores=0-7
/proc/11009/task/11032/stat : 11032 (java) S 11006 11009 10229 0 -1 1077944384 332 0 0 0 149 6 0 0 20 0 40 0 255871149 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830726669232 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11033] ppid=11006 vsize=27451140 memory=2056 CPUtime=0.74 cores=0-7
/proc/11009/task/11033/stat : 11033 (java) S 11006 11009 10229 0 -1 1077944384 216 0 0 0 74 0 0 0 20 0 40 0 255871150 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830725616688 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11034] ppid=11006 vsize=27451140 memory=928 CPUtime=0.78 cores=0-7
/proc/11009/task/11034/stat : 11034 (java) S 11006 11009 10229 0 -1 1077944384 118 0 0 0 77 1 0 0 20 0 40 0 255871150 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830724563632 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11035] ppid=11006 vsize=27451140 memory=1568 CPUtime=0.77 cores=0-7
/proc/11009/task/11035/stat : 11035 (java) S 11006 11009 10229 0 -1 1077944384 152 0 0 0 75 2 0 0 20 0 40 0 255871157 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830721413936 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11036] ppid=11006 vsize=27451140 memory=2216 CPUtime=0.79 cores=0-7
/proc/11009/task/11036/stat : 11036 (java) S 11006 11009 10229 0 -1 1077944384 135 0 0 0 77 2 0 0 20 0 40 0 255871157 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830720361904 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11037] ppid=11006 vsize=27451140 memory=3984 CPUtime=1.51 cores=0-7
/proc/11009/task/11037/stat : 11037 (java) S 11006 11009 10229 0 -1 1077944384 134 0 0 0 150 1 0 0 20 0 40 0 255871157 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830719309360 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11038] ppid=11006 vsize=27451140 memory=2036 CPUtime=0.82 cores=0-7
/proc/11009/task/11038/stat : 11038 (java) S 11006 11009 10229 0 -1 1077944384 153 0 0 0 80 2 0 0 20 0 40 0 255871157 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830718256304 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11039] ppid=11006 vsize=27451140 memory=8148 CPUtime=1.47 cores=0-7
/proc/11009/task/11039/stat : 11039 (java) S 11006 11009 10229 0 -1 1077944384 149 0 0 0 146 1 0 0 20 0 40 0 255871157 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830717203760 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11040] ppid=11006 vsize=27451140 memory=816 CPUtime=1.47 cores=0-7
/proc/11009/task/11040/stat : 11040 (java) S 11006 11009 10229 0 -1 1077944384 148 0 0 0 144 3 0 0 20 0 40 0 255871158 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830716150704 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11041] ppid=11006 vsize=27451140 memory=1796 CPUtime=0 cores=0-7
/proc/11009/task/11041/stat : 11041 (java) S 11006 11009 10229 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 40 0 255871158 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830715098160 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11042] ppid=11006 vsize=27451140 memory=916 CPUtime=0.68 cores=0-7
/proc/11009/task/11042/stat : 11042 (java) S 11006 11009 10229 0 -1 1077944384 135 0 0 0 68 0 0 0 20 0 40 0 255871309 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830271759024 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11043] ppid=11006 vsize=27451140 memory=4140 CPUtime=0.58 cores=0-7
/proc/11009/task/11043/stat : 11043 (java) S 11006 11009 10229 0 -1 1077944384 98 0 0 0 58 0 0 0 20 0 40 0 255871309 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830270706480 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11044] ppid=11006 vsize=27451140 memory=94772748375600 CPUtime=0.52 cores=0-7
/proc/11009/task/11044/stat : 11044 (java) S 11006 11009 10229 0 -1 1077944384 76 0 0 0 52 0 0 0 20 0 40 0 255871310 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830269654448 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
[pid=11009/tid=11045] ppid=11006 vsize=27451140 memory=279477012433568 CPUtime=0 cores=0-7
/proc/11009/task/11045/stat : 11045 (java) S 11006 11009 10229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 40 0 255871310 28109967360 398273 33554432000 4194304 4196468 140731877947760 139830268601904 139832480278229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16560128 140731877954637 140731877954821 140731877954821 140731877957583 0
Current children cumulated CPU time: 24.86 s
Current children cumulated vsize: 27451140 KiB
Current children cumulated memory: 1592828 KiB

Child status: 0
Real time (s): 6.45661
CPU time (s): 24.9562
CPU user time (s): 22.8323
CPU system time (s): 2.12391
CPU usage (%): 386.522
Max. virtual memory (cumulated for all children) (KiB): 27451140
Max. memory (cumulated for all children) (KiB): 1592828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.8323
system time used= 2.12391
maximum resident set size= 1596952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8161
involuntary context switches= 525


# summary of solver processes directly reported to runsolver:
#   pid: 11009
#   total CPU time (s): 24.9562
#   total CPU user time (s): 22.8323
#   total CPU system time (s): 2.12391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082677 second user time and 0.095377 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-16 03:31:15
IDJOB=4309154
IDBENCH=141440
IDSOLVER=2793
FILE ID=node151/4309154-1534383075
RUNJOBID= node151-1534375482-10256
PBS_JOBID= 21038297
Free space on /tmp= 44720 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_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-4309154-1534383075/watcher-4309154-1534383075 -o /tmp/evaluation-result-4309154-1534383075/solver-4309154-1534383075 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1534375482-10256 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1895264190 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309154-1534383075.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=1895264190

node151.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.87
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.87
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.87
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.87
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:        23987024 kB
MemAvailable:   31892668 kB
Buffers:          193972 kB
Cached:          7951652 kB
SwapCached:           12 kB
Active:          4196736 kB
Inactive:        4003580 kB
Active(anon):       4296 kB
Inactive(anon):   110768 kB
Active(file):    4192440 kB
Inactive(file):  3892812 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             37160 kB
Writeback:             0 kB
AnonPages:         62296 kB
Mapped:            57112 kB
Shmem:             57716 kB
Slab:             276852 kB
SReclaimable:     248852 kB
SUnreclaim:        28000 kB
KernelStack:        3168 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 44688 MiB
End job on node151 at 2018-08-16 03:31:22