Trace number 4275832

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 2017-07-26SAT (TO) 19860.1 2520.1399

General information on the benchmark

NameCrossword/Crossword-m1c-uk-vg/
Crossword-m1c-uk-vg-4-8.xml
MD5SUM04dba95a54a8594b13594f30f6e89992
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 benchmark0.33755499
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":32}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":32}]
Minimum constraint arity4
Maximum constraint arity8
Distribution of constraint arities[{"arity":4,"count":8},{"arity":8,"count":4}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1906279144
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
1.59/0.74	c Parsing done, starting search...
19859.28/2520.10	s SATISFIABLE
19859.28/2520.10	v <instantiation>
19859.28/2520.10	v 	<list>
19859.28/2520.10	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7]
19859.28/2520.10	v 	</list>
19859.28/2520.10	v 	<values>
19859.28/2520.10	v 		19 17 0 3 9 0 25 25 7 4 19 0 4 17 0 4 0 15 14 11 11 8 13 4 17 14 10 4 11 0 24 18 
19859.28/2520.10	v 	</values>
19859.28/2520.10	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 (12245 MiB free)
  memory of node 1: 16384 MiB (13500 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275832-1502837732/watcher-4275832-1502837732 -o /tmp/evaluation-result-4275832-1502837732/solver-4275832-1502837732 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502829294-25961 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1906279144 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275832-1502837732.xml 

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

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


[startup+0.100111 s]*
/proc/loadavg: 7.25 8.13 8.26 1/199 26591
/proc/meminfo: memFree=26345708/32770624 swapFree=67108860/67108860
[pid=26571] ppid=26568 vsize=14325320 memory=33084 CPUtime=0.12 cores=0-7
/proc/26571/stat : 26571 (java) S 26568 26571 25934 0 -1 1077944320 8176 0 0 0 11 1 0 0 20 0 20 0 116844826 14669127680 8271 33554432000 4194304 4196468 140723281814560 140723281797104 139878411804407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
/proc/26571/statm: 3581330 8271 3407 1 0 3569050 0
[pid=26571/tid=26573] ppid=26568 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26571/task/26573/stat : 26573 (java) R 26568 26571 25934 0 -1 4202560 6116 0 0 0 8 1 0 0 20 0 20 0 116844826 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878416021104 139878395884894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26574] ppid=26568 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26571/task/26574/stat : 26574 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878364424976 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26575] ppid=26568 vsize=14325320 memory=140478570264192 CPUtime=0 cores=0-7
/proc/26571/task/26575/stat : 26575 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878363372432 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26576] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26576/stat : 26576 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878362319888 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26577] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26577/stat : 26577 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878004354192 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26578] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26578/stat : 26578 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878003300624 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26579] ppid=26568 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26571/task/26579/stat : 26579 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878002248080 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26580] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26580/stat : 26580 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878001195536 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26581] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26581/stat : 26581 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 8271 33554432000 4194304 4196468 140723281814560 139878000142992 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26582] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26582/stat : 26582 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844828 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877735639536 139878411815554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26583] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26583/stat : 26583 (java) S 26568 26571 25934 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116844829 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877734585760 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26584] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26584/stat : 26584 (java) S 26568 26571 25934 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116844829 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877733533168 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26585] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26585/stat : 26585 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844831 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877732481744 139878411823003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26586] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26586/stat : 26586 (java) S 26568 26571 25934 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 116844831 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877731428336 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26587] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26587/stat : 26587 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844831 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877730375792 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26588] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26588/stat : 26588 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844831 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877729323248 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26589] ppid=26568 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/26571/task/26589/stat : 26589 (java) S 26568 26571 25934 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 20 0 116844831 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877728270704 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26590] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26590/stat : 26590 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844832 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877727218400 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26591] ppid=26568 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26571/task/26591/stat : 26591 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844832 14669127680 8271 33554432000 4194304 4196468 140723281814560 139877726165936 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33084 KiB

[startup+0.210302 s]*
/proc/loadavg: 7.25 8.13 8.26 3/199 26591
/proc/meminfo: memFree=26335388/32770624 swapFree=67108860/67108860
[pid=26571] ppid=26568 vsize=14325320 memory=42680 CPUtime=0.29 cores=0-7
/proc/26571/stat : 26571 (java) S 26568 26571 25934 0 -1 1077944320 9245 0 0 0 27 2 0 0 20 0 20 0 116844826 14669127680 10670 33554432000 4194304 4196468 140723281814560 140723281797104 139878411804407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
/proc/26571/statm: 3581330 10670 3638 1 0 3569050 0
[pid=26571/tid=26573] ppid=26568 vsize=14325320 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/26571/task/26573/stat : 26573 (java) R 26568 26571 25934 0 -1 4202560 6786 0 0 0 18 2 0 0 20 0 20 0 116844826 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878416020384 139878411826333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26574] ppid=26568 vsize=14325320 memory=12833 CPUtime=0 cores=0-7
/proc/26571/task/26574/stat : 26574 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878364424976 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26575] ppid=26568 vsize=14325320 memory=3474162039915247264 CPUtime=0 cores=0-7
/proc/26571/task/26575/stat : 26575 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878363372432 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26576] ppid=26568 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26571/task/26576/stat : 26576 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878362319888 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26577] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26577/stat : 26577 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878004354192 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26578] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26578/stat : 26578 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878003300624 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26579] ppid=26568 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26571/task/26579/stat : 26579 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878002248080 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26580] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26580/stat : 26580 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878001195536 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26581] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26581/stat : 26581 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844827 14669127680 10670 33554432000 4194304 4196468 140723281814560 139878000142992 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26582] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26582/stat : 26582 (java) S 26568 26571 25934 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 116844828 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877735639536 139878411815554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26583] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26583/stat : 26583 (java) S 26568 26571 25934 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116844829 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877734585760 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26584] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26584/stat : 26584 (java) S 26568 26571 25934 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116844829 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877733533168 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26585] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26585/stat : 26585 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844831 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877732481744 139878411823003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26586] ppid=26568 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26571/task/26586/stat : 26586 (java) S 26568 26571 25934 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 20 0 116844831 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877731428336 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26587] ppid=26568 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26571/task/26587/stat : 26587 (java) S 26568 26571 25934 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 20 0 116844831 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877730375792 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26588] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26588/stat : 26588 (java) S 26568 26571 25934 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 116844831 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877729323248 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26589] ppid=26568 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/26571/task/26589/stat : 26589 (java) S 26568 26571 25934 0 -1 1077944384 414 0 0 0 5 0 0 0 20 0 20 0 116844831 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877728270704 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26590] ppid=26568 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26590/stat : 26590 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844832 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877727218400 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26591] ppid=26568 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26571/task/26591/stat : 26591 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844832 14669127680 10670 33554432000 4194304 4196468 140723281814560 139877726165936 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42680 KiB

[startup+0.309795 s]*
/proc/loadavg: 7.25 8.13 8.26 2/199 26591
/proc/meminfo: memFree=26327944/32770624 swapFree=67108860/67108860
[pid=26571] ppid=26568 vsize=14325340 memory=50772 CPUtime=0.48 cores=0-7
/proc/26571/stat : 26571 (java) S 26568 26571 25934 0 -1 1077944320 10451 0 0 0 44 4 0 0 20 0 20 0 116844826 14669148160 12693 33554432000 4194304 4196468 140723281814560 140723281797104 139878411804407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
/proc/26571/statm: 3581335 12693 3700 1 0 3569050 0
[pid=26571/tid=26573] ppid=26568 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26571/task/26573/stat : 26573 (java) R 26568 26571 25934 0 -1 4202560 7557 0 0 0 26 3 0 0 20 0 20 0 116844826 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878416035008 139878411826333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26574] ppid=26568 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26574/stat : 26574 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878364424976 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26575] ppid=26568 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26575/stat : 26575 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878363372432 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26576] ppid=26568 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26576/stat : 26576 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878362319888 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26577] ppid=26568 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26577/stat : 26577 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878004354192 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26578] ppid=26568 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/26571/task/26578/stat : 26578 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878003300624 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26579] ppid=26568 vsize=14325340 memory=140478448235439 CPUtime=0 cores=0-7
/proc/26571/task/26579/stat : 26579 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878002248080 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26580] ppid=26568 vsize=14325340 memory=140478448237744 CPUtime=0 cores=0-7
/proc/26571/task/26580/stat : 26580 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878001195536 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26581] ppid=26568 vsize=14325340 memory=140478448240048 CPUtime=0 cores=0-7
/proc/26571/task/26581/stat : 26581 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844827 14669148160 12693 33554432000 4194304 4196468 140723281814560 139878000142992 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26582] ppid=26568 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26582/stat : 26582 (java) S 26568 26571 25934 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 116844828 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877735639536 139878411815554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26583] ppid=26568 vsize=14325340 memory=280956896487056 CPUtime=0 cores=0-7
/proc/26571/task/26583/stat : 26583 (java) S 26568 26571 25934 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 116844829 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877734585760 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26584] ppid=26568 vsize=14325340 memory=280956896493968 CPUtime=0 cores=0-7
/proc/26571/task/26584/stat : 26584 (java) S 26568 26571 25934 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 116844829 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877733533168 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26585] ppid=26568 vsize=14325340 memory=280956896435248 CPUtime=0 cores=0-7
/proc/26571/task/26585/stat : 26585 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844831 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877732481744 139878411823003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26586] ppid=26568 vsize=14325340 memory=280956896507792 CPUtime=0.03 cores=0-7
/proc/26571/task/26586/stat : 26586 (java) S 26568 26571 25934 0 -1 1077944384 543 0 0 0 3 0 0 0 20 0 20 0 116844831 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877731428336 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26587] ppid=26568 vsize=14325340 memory=280956896514704 CPUtime=0.04 cores=0-7
/proc/26571/task/26587/stat : 26587 (java) S 26568 26571 25934 0 -1 1077944384 467 0 0 0 4 0 0 0 20 0 20 0 116844831 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877730375792 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26588] ppid=26568 vsize=14325340 memory=280956896512400 CPUtime=0.01 cores=0-7
/proc/26571/task/26588/stat : 26588 (java) S 26568 26571 25934 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 116844831 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877729323248 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26589] ppid=26568 vsize=14325340 memory=280956896529008 CPUtime=0.08 cores=0-7
/proc/26571/task/26589/stat : 26589 (java) S 26568 26571 25934 0 -1 1077944384 450 0 0 0 8 0 0 0 20 0 20 0 116844831 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877728270704 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26590] ppid=26568 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26590/stat : 26590 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844832 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877727218400 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26591] ppid=26568 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/26571/task/26591/stat : 26591 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844832 14669148160 12693 33554432000 4194304 4196468 140723281814560 139877726165936 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50772 KiB

[startup+0.700852 s]
/proc/loadavg: 6.83 8.02 8.23 4/199 26591
/proc/meminfo: memFree=26309292/32770624 swapFree=67108860/67108860
[pid=26571] ppid=26568 vsize=14327388 memory=130388 CPUtime=1.59 cores=0-7
/proc/26571/stat : 26571 (java) S 26568 26571 25934 0 -1 1077944320 13973 0 0 0 153 6 0 0 20 0 20 0 116844826 14671245312 32597 33554432000 4194304 4196468 140723281814560 140723281797104 139878411804407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
/proc/26571/statm: 3581847 32597 3772 1 0 3569562 0
[pid=26571/tid=26573] ppid=26568 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/26571/task/26573/stat : 26573 (java) R 26568 26571 25934 0 -1 4202560 8389 0 0 0 63 4 0 0 20 0 20 0 116844826 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878416037104 139878411816342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26574] ppid=26568 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26574/stat : 26574 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878364424976 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26575] ppid=26568 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26575/stat : 26575 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878363372432 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26576] ppid=26568 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/26571/task/26576/stat : 26576 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878362319888 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26577] ppid=26568 vsize=14327388 memory=1928 CPUtime=0 cores=0-7
/proc/26571/task/26577/stat : 26577 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878004354192 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26578] ppid=26568 vsize=14327388 memory=1428 CPUtime=0 cores=0-7
/proc/26571/task/26578/stat : 26578 (java) S 26568 26571 25934 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878003300624 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26579] ppid=26568 vsize=14327388 memory=1196 CPUtime=0 cores=0-7
/proc/26571/task/26579/stat : 26579 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878002248080 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26580] ppid=26568 vsize=14327388 memory=10652 CPUtime=0 cores=0-7
/proc/26571/task/26580/stat : 26580 (java) S 26568 26571 25934 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878001195536 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26581] ppid=26568 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/26571/task/26581/stat : 26581 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 116844827 14671245312 32597 33554432000 4194304 4196468 140723281814560 139878000142992 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26582] ppid=26568 vsize=14327388 memory=18376 CPUtime=0 cores=0-7
/proc/26571/task/26582/stat : 26582 (java) S 26568 26571 25934 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 116844828 14671245312 32597 33554432000 4194304 4196468 140723281814560 139877735639536 139878411815554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0

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

/proc/26571/task/26594/stat : 26594 (java) S 26568 26571 25934 0 -1 1077944384 3324 0 0 0 301 4 0 0 20 0 46 0 116845065 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877711676368 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26595] ppid=26568 vsize=16068328 memory=6944656575208382560 CPUtime=1028.76 cores=0-7
/proc/26571/task/26595/stat : 26595 (java) R 26568 26571 25934 0 -1 4202560 26037 0 0 0 102849 27 0 0 20 0 46 0 116845066 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877710617432 139878050326125 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26596] ppid=26568 vsize=16068328 memory=6656426216303648864 CPUtime=2251.08 cores=0-7
/proc/26571/task/26596/stat : 26596 (java) R 26568 26571 25934 0 -1 1077944384 60999 0 0 0 225040 68 0 0 20 0 46 0 116845066 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877709571280 139878411814613 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26597] ppid=26568 vsize=16068328 memory=6944656575208382560 CPUtime=1711.79 cores=0-7
/proc/26571/task/26597/stat : 26597 (java) S 26568 26571 25934 0 -1 1077944384 54446 0 0 0 171115 64 0 0 20 0 46 0 116845068 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877706421584 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26598] ppid=26568 vsize=16068328 memory=280956896280816 CPUtime=515.11 cores=0-7
/proc/26571/task/26598/stat : 26598 (java) S 26568 26571 25934 0 -1 1077944384 20968 0 0 0 51478 33 0 0 20 0 46 0 116845068 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877705369040 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26599] ppid=26568 vsize=16068328 memory=0 CPUtime=144.12 cores=0-7
/proc/26571/task/26599/stat : 26599 (java) S 26568 26571 25934 0 -1 1077944384 11976 0 0 0 14391 21 0 0 20 0 46 0 116845068 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877704316496 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26600] ppid=26568 vsize=16068328 memory=0 CPUtime=573.96 cores=0-7
/proc/26571/task/26600/stat : 26600 (java) S 26568 26571 25934 0 -1 1077944384 22903 0 0 0 57365 31 0 0 20 0 46 0 116845068 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877703263952 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26601] ppid=26568 vsize=16068328 memory=0 CPUtime=1.04 cores=0-7
/proc/26571/task/26601/stat : 26601 (java) S 26568 26571 25934 0 -1 1077944384 2902 0 0 0 92 12 0 0 20 0 46 0 116845068 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877702211408 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26602] ppid=26568 vsize=16068328 memory=0 CPUtime=1436.99 cores=0-7
/proc/26571/task/26602/stat : 26602 (java) S 26568 26571 25934 0 -1 1077944384 46212 0 0 0 143638 61 0 0 20 0 46 0 116845068 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877701157840 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26603] ppid=26568 vsize=16068328 memory=0 CPUtime=666 cores=0-7
/proc/26571/task/26603/stat : 26603 (java) R 26568 26571 25934 0 -1 4202560 18112 0 0 0 66570 30 0 0 20 0 46 0 116845069 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877700103352 139878050325889 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26604] ppid=26568 vsize=16068328 memory=0 CPUtime=839.48 cores=0-7
/proc/26571/task/26604/stat : 26604 (java) R 26568 26571 25934 0 -1 4202560 24347 0 0 0 83910 38 0 0 20 0 46 0 116845070 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877699050808 139878046210476 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26605] ppid=26568 vsize=16068328 memory=0 CPUtime=1842.64 cores=0-7
/proc/26571/task/26605/stat : 26605 (java) R 26568 26571 25934 0 -1 4202560 47576 0 0 0 184211 53 0 0 20 0 46 0 116845104 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877697997464 139878050327216 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26606] ppid=26568 vsize=16068328 memory=0 CPUtime=0.82 cores=0-7
/proc/26571/task/26606/stat : 26606 (java) S 26568 26571 25934 0 -1 1077944384 3154 0 0 0 52 30 0 0 20 0 46 0 116845104 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877696947664 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26607] ppid=26568 vsize=16068328 memory=0 CPUtime=0.68 cores=0-7
/proc/26571/task/26607/stat : 26607 (java) S 26568 26571 25934 0 -1 1077944384 2700 0 0 0 36 32 0 0 20 0 46 0 116845104 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877695895120 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26608] ppid=26568 vsize=16068328 memory=0 CPUtime=0.76 cores=0-7
/proc/26571/task/26608/stat : 26608 (java) S 26568 26571 25934 0 -1 1077944384 2868 0 0 0 56 20 0 0 20 0 46 0 116845104 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877694842576 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26609] ppid=26568 vsize=16068328 memory=0 CPUtime=1848.51 cores=0-7
/proc/26571/task/26609/stat : 26609 (java) R 26568 26571 25934 0 -1 4202560 44185 0 0 0 184805 46 0 0 20 0 46 0 116845811 16453967872 834158 33554432000 4194304 4196468 140723281814560 139877691649624 139878046530414 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26610] ppid=26568 vsize=16068328 memory=0 CPUtime=0.71 cores=0-7
/proc/26571/task/26610/stat : 26610 (java) S 26568 26571 25934 0 -1 1077944384 1811 0 0 0 40 31 0 0 20 0 46 0 116845813 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876926481360 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26611] ppid=26568 vsize=16068328 memory=0 CPUtime=1541.64 cores=0-7
/proc/26571/task/26611/stat : 26611 (java) R 26568 26571 25934 0 -1 4202560 40881 0 0 0 154121 43 0 0 20 0 46 0 116845815 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876925426872 139878046210634 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26612] ppid=26568 vsize=16068328 memory=0 CPUtime=974 cores=0-7
/proc/26571/task/26612/stat : 26612 (java) S 26568 26571 25934 0 -1 1077944384 29950 0 0 0 97368 32 0 0 20 0 46 0 116847371 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876924376272 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26613] ppid=26568 vsize=16068328 memory=640 CPUtime=1030.48 cores=0-7
/proc/26571/task/26613/stat : 26613 (java) S 26568 26571 25934 0 -1 1077944384 26564 0 0 0 103011 37 0 0 20 0 46 0 116847386 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876923323728 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26614] ppid=26568 vsize=16068328 memory=960 CPUtime=754.05 cores=0-7
/proc/26571/task/26614/stat : 26614 (java) R 26568 26571 25934 0 -1 4202560 17468 0 0 0 75380 25 0 0 20 0 46 0 116847597 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876922268440 139878050360221 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26615] ppid=26568 vsize=16068328 memory=1236 CPUtime=1266.78 cores=0-7
/proc/26571/task/26615/stat : 26615 (java) R 26568 26571 25934 0 -1 4202560 32361 0 0 0 126644 34 0 0 20 0 46 0 116847598 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876921216696 139878050325714 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26616] ppid=26568 vsize=16068328 memory=2344 CPUtime=1293.62 cores=0-7
/proc/26571/task/26616/stat : 26616 (java) S 26568 26571 25934 0 -1 1077944384 36401 0 0 0 129328 34 0 0 20 0 46 0 116847601 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876920166096 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26617] ppid=26568 vsize=16068328 memory=1576 CPUtime=0.84 cores=0-7
/proc/26571/task/26617/stat : 26617 (java) S 26568 26571 25934 0 -1 1077944384 2668 0 0 0 55 29 0 0 20 0 46 0 116847991 16453967872 834158 33554432000 4194304 4196468 140723281814560 139876919113552 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
Current children cumulated CPU time: 19859.3 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 3336632 KiB

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

[startup+2520.14 s]
# the end of solver process 26571 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19847.5 s, system=12.6187 s

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

[startup+2520.12 s]
/proc/loadavg: 9.98 9.97 9.93 9/225 26678
/proc/meminfo: memFree=23033964/32770624 swapFree=67108860/67108860
[pid=26571] ppid=26568 vsize=16201456 memory=3336844 CPUtime=19860.1 cores=0-7
/proc/26571/stat : 26571 (java) S 26568 26571 25934 0 -1 1077944320 1663314 0 0 0 1984750 1259 0 0 20 0 46 0 116844826 16590290944 834211 33554432000 4194304 4196468 140723281814560 140723281797104 139878411804407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
/proc/26571/statm: 4050364 834211 3869 1 0 4037558 0
[pid=26571/tid=26573] ppid=26568 vsize=16201456 memory=3336632 CPUtime=2.36 cores=0-7
/proc/26571/task/26573/stat : 26573 (java) S 26568 26571 25934 0 -1 1077944384 11508 0 0 0 230 6 0 0 20 0 46 0 116844826 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878416042112 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26574] ppid=26568 vsize=16201456 memory=3336632 CPUtime=12.2 cores=0-7
/proc/26571/task/26574/stat : 26574 (java) S 26568 26571 25934 0 -1 1077944384 89655 0 0 0 1164 56 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878364424976 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26575] ppid=26568 vsize=16201456 memory=58 CPUtime=12.21 cores=0-7
/proc/26571/task/26575/stat : 26575 (java) S 26568 26571 25934 0 -1 1077944384 95510 0 0 0 1169 52 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878363372432 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26576] ppid=26568 vsize=16201456 memory=3336632 CPUtime=12.19 cores=0-7
/proc/26571/task/26576/stat : 26576 (java) S 26568 26571 25934 0 -1 1077944384 93043 0 0 0 1165 54 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878362319888 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26577] ppid=26568 vsize=16201456 memory=3336632 CPUtime=12.15 cores=0-7
/proc/26571/task/26577/stat : 26577 (java) S 26568 26571 25934 0 -1 1077944384 92414 0 0 0 1163 52 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878004354192 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26578] ppid=26568 vsize=16201456 memory=3336632 CPUtime=12.24 cores=0-7
/proc/26571/task/26578/stat : 26578 (java) S 26568 26571 25934 0 -1 1077944384 86159 0 0 0 1171 53 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878003300624 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26579] ppid=26568 vsize=16201456 memory=1215 CPUtime=12.27 cores=0-7
/proc/26571/task/26579/stat : 26579 (java) S 26568 26571 25934 0 -1 1077944384 92352 0 0 0 1170 57 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878002248080 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26580] ppid=26568 vsize=16201456 memory=3334676 CPUtime=12.17 cores=0-7
/proc/26571/task/26580/stat : 26580 (java) S 26568 26571 25934 0 -1 1077944384 88469 0 0 0 1162 55 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878001195536 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26581] ppid=26568 vsize=16201456 memory=3336632 CPUtime=12.25 cores=0-7
/proc/26571/task/26581/stat : 26581 (java) S 26568 26571 25934 0 -1 1077944384 91595 0 0 0 1171 54 0 0 20 0 46 0 116844827 16590290944 834211 33554432000 4194304 4196468 140723281814560 139878000142992 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26582] ppid=26568 vsize=16201456 memory=3336632 CPUtime=11.22 cores=0-7
/proc/26571/task/26582/stat : 26582 (java) R 26568 26571 25934 0 -1 1077944384 201684 0 0 0 988 134 0 0 20 0 46 0 116844828 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877735639536 139878411815554 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26583] ppid=26568 vsize=16201456 memory=3336632 CPUtime=0 cores=0-7
/proc/26571/task/26583/stat : 26583 (java) S 26568 26571 25934 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 46 0 116844829 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877734585824 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26584] ppid=26568 vsize=16201456 memory=3334656 CPUtime=0 cores=0-7
/proc/26571/task/26584/stat : 26584 (java) S 26568 26571 25934 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 116844829 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877733533184 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26585] ppid=26568 vsize=16201456 memory=4012 CPUtime=0 cores=0-7
/proc/26571/task/26585/stat : 26585 (java) R 26568 26571 25934 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 46 0 116844831 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877732481744 139878411823003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26586] ppid=26568 vsize=16201456 memory=3336632 CPUtime=1.88 cores=0-7
/proc/26571/task/26586/stat : 26586 (java) S 26568 26571 25934 0 -1 1077944384 14021 0 0 0 185 3 0 0 20 0 46 0 116844831 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877731428336 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26587] ppid=26568 vsize=16201456 memory=33 CPUtime=2.18 cores=0-7
/proc/26571/task/26587/stat : 26587 (java) S 26568 26571 25934 0 -1 1077944384 18026 0 0 0 214 4 0 0 20 0 46 0 116844831 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877730375792 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26588] ppid=26568 vsize=16201456 memory=7812726576340533336 CPUtime=1.62 cores=0-7
/proc/26571/task/26588/stat : 26588 (java) S 26568 26571 25934 0 -1 1077944384 9942 0 0 0 161 1 0 0 20 0 46 0 116844831 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877729323248 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26589] ppid=26568 vsize=16201456 memory=1228 CPUtime=0.92 cores=0-7
/proc/26571/task/26589/stat : 26589 (java) S 26568 26571 25934 0 -1 1077944384 39049 0 0 0 86 6 0 0 20 0 46 0 116844831 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877728270704 139878411815554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26590] ppid=26568 vsize=16201456 memory=5300 CPUtime=0 cores=0-7
/proc/26571/task/26590/stat : 26590 (java) S 26568 26571 25934 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 116844832 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877727218400 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26592] ppid=26568 vsize=16201456 memory=2200 CPUtime=9.31 cores=0-7
/proc/26571/task/26592/stat : 26592 (java) S 26568 26571 25934 0 -1 1077944384 28976 0 0 0 689 242 0 0 20 0 46 0 116845043 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877715879568 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26593] ppid=26568 vsize=16201456 memory=1928 CPUtime=4.13 cores=0-7
/proc/26571/task/26593/stat : 26593 (java) R 26568 26571 25934 0 -1 1077944384 19164 0 0 0 211 202 0 0 20 0 46 0 116845055 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877712729760 139878411815554 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26594] ppid=26568 vsize=16201456 memory=1428 CPUtime=3.05 cores=0-7
/proc/26571/task/26594/stat : 26594 (java) S 26568 26571 25934 0 -1 1077944384 3324 0 0 0 301 4 0 0 20 0 46 0 116845065 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877711676368 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26595] ppid=26568 vsize=16201456 memory=1196 CPUtime=1028.86 cores=0-7
/proc/26571/task/26595/stat : 26595 (java) R 26568 26571 25934 0 -1 4202560 26038 0 0 0 102859 27 0 0 20 0 46 0 116845066 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877710617808 139878046210416 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26596] ppid=26568 vsize=16201456 memory=1576 CPUtime=2251.08 cores=0-7
/proc/26571/task/26596/stat : 26596 (java) S 26568 26571 25934 0 -1 1077944384 60999 0 0 0 225040 68 0 0 20 0 46 0 116845066 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877709571280 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26597] ppid=26568 vsize=16201456 memory=928 CPUtime=1711.79 cores=0-7
/proc/26571/task/26597/stat : 26597 (java) S 26568 26571 25934 0 -1 1077944384 54446 0 0 0 171115 64 0 0 20 0 46 0 116845068 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877706421584 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26598] ppid=26568 vsize=16201456 memory=2240 CPUtime=515.11 cores=0-7
/proc/26571/task/26598/stat : 26598 (java) S 26568 26571 25934 0 -1 1077944384 20968 0 0 0 51478 33 0 0 20 0 46 0 116845068 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877705369040 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26599] ppid=26568 vsize=16201456 memory=370 CPUtime=144.12 cores=0-7
/proc/26571/task/26599/stat : 26599 (java) S 26568 26571 25934 0 -1 1077944384 11976 0 0 0 14391 21 0 0 20 0 46 0 116845068 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877704316496 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26600] ppid=26568 vsize=16201456 memory=546 CPUtime=573.96 cores=0-7
/proc/26571/task/26600/stat : 26600 (java) S 26568 26571 25934 0 -1 1077944384 22903 0 0 0 57365 31 0 0 20 0 46 0 116845068 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877703263952 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26601] ppid=26568 vsize=16201456 memory=0 CPUtime=1.04 cores=0-7
/proc/26571/task/26601/stat : 26601 (java) S 26568 26571 25934 0 -1 1077944384 2902 0 0 0 92 12 0 0 20 0 46 0 116845068 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877702211408 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26602] ppid=26568 vsize=16201456 memory=3334676 CPUtime=1436.99 cores=0-7
/proc/26571/task/26602/stat : 26602 (java) S 26568 26571 25934 0 -1 1077944384 46212 0 0 0 143638 61 0 0 20 0 46 0 116845068 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877701157840 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26603] ppid=26568 vsize=16201456 memory=6791534058613427641 CPUtime=666.1 cores=0-7
/proc/26571/task/26603/stat : 26603 (java) S 26568 26571 25934 0 -1 1077944384 18112 0 0 0 66580 30 0 0 20 0 46 0 116845069 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877700098768 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26604] ppid=26568 vsize=16201456 memory=4367812851684605984 CPUtime=839.58 cores=0-7
/proc/26571/task/26604/stat : 26604 (java) R 26568 26571 25934 0 -1 4202560 24347 0 0 0 83920 38 0 0 20 0 46 0 116845070 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877699049776 139878050325854 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26605] ppid=26568 vsize=16201456 memory=4293518851230662688 CPUtime=1842.73 cores=0-7
/proc/26571/task/26605/stat : 26605 (java) R 26568 26571 25934 0 -1 1077944384 47576 0 0 0 184220 53 0 0 20 0 46 0 116845104 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877697993680 139878411814613 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26606] ppid=26568 vsize=16201456 memory=288284467842515652 CPUtime=0.82 cores=0-7
/proc/26571/task/26606/stat : 26606 (java) S 26568 26571 25934 0 -1 1077944384 3154 0 0 0 52 30 0 0 20 0 46 0 116845104 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877696947664 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26607] ppid=26568 vsize=16201456 memory=563071 CPUtime=0.68 cores=0-7
/proc/26571/task/26607/stat : 26607 (java) S 26568 26571 25934 0 -1 1077944384 2700 0 0 0 36 32 0 0 20 0 46 0 116845104 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877695895120 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26608] ppid=26568 vsize=16201456 memory=3336632 CPUtime=0.76 cores=0-7
/proc/26571/task/26608/stat : 26608 (java) S 26568 26571 25934 0 -1 1077944384 2868 0 0 0 56 20 0 0 20 0 46 0 116845104 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877694842576 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26609] ppid=26568 vsize=16201456 memory=4012 CPUtime=1848.61 cores=0-7
/proc/26571/task/26609/stat : 26609 (java) R 26568 26571 25934 0 -1 4202560 44185 0 0 0 184815 46 0 0 20 0 46 0 116845811 16590290944 834211 33554432000 4194304 4196468 140723281814560 139877691650000 139878050654132 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26610] ppid=26568 vsize=16201456 memory=32756 CPUtime=0.71 cores=0-7
/proc/26571/task/26610/stat : 26610 (java) S 26568 26571 25934 0 -1 1077944384 1811 0 0 0 40 31 0 0 20 0 46 0 116845813 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876926481360 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26611] ppid=26568 vsize=16201456 memory=1296 CPUtime=1541.74 cores=0-7
/proc/26571/task/26611/stat : 26611 (java) R 26568 26571 25934 0 -1 4202560 40881 0 0 0 154131 43 0 0 20 0 46 0 116845815 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876925422288 139878050535596 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26612] ppid=26568 vsize=16201456 memory=2400 CPUtime=974 cores=0-7
/proc/26571/task/26612/stat : 26612 (java) S 26568 26571 25934 0 -1 1077944384 29950 0 0 0 97368 32 0 0 20 0 46 0 116847371 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876924376272 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26613] ppid=26568 vsize=16201456 memory=3336632 CPUtime=1030.48 cores=0-7
/proc/26571/task/26613/stat : 26613 (java) S 26568 26571 25934 0 -1 1077944384 26564 0 0 0 103011 37 0 0 20 0 46 0 116847386 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876923323728 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26614] ppid=26568 vsize=16201456 memory=2400 CPUtime=754.15 cores=0-7
/proc/26571/task/26614/stat : 26614 (java) R 26568 26571 25934 0 -1 4202560 17468 0 0 0 75390 25 0 0 20 0 46 0 116847597 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876922265376 139878050653676 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26615] ppid=26568 vsize=16201456 memory=1728 CPUtime=1266.88 cores=0-7
/proc/26571/task/26615/stat : 26615 (java) R 26568 26571 25934 0 -1 4202560 32361 0 0 0 126654 34 0 0 20 0 46 0 116847598 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876921212112 139878050327174 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26616] ppid=26568 vsize=16201456 memory=3336632 CPUtime=1293.62 cores=0-7
/proc/26571/task/26616/stat : 26616 (java) S 26568 26571 25934 0 -1 1077944384 36401 0 0 0 129328 34 0 0 20 0 46 0 116847601 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876920166096 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
[pid=26571/tid=26617] ppid=26568 vsize=16201456 memory=4012 CPUtime=0.84 cores=0-7
/proc/26571/task/26617/stat : 26617 (java) S 26568 26571 25934 0 -1 1077944384 2668 0 0 0 55 29 0 0 20 0 46 0 116847991 16590290944 834211 33554432000 4194304 4196468 140723281814560 139876919113552 139878411814613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8364032 140723281822817 140723281823003 140723281823003 140723281825743 0
Current children cumulated CPU time: 19860.1 s
Current children cumulated vsize: 16201456 KiB
Current children cumulated memory: 3336844 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 19860.1
CPU user time (s): 19847.5
CPU system time (s): 12.6187
CPU usage (%): 788.056
Max. virtual memory (cumulated for all children) (KiB): 16201456
Max. memory (cumulated for all children) (KiB): 3871256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19847.5
system time used= 12.6187
maximum resident set size= 3877404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1663344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1809552
involuntary context switches= 950687


# summary of solver processes directly reported to runsolver:
#   pid: 26571
#   total CPU time (s): 19860.1
#   total CPU user time (s): 19847.5
#   total CPU system time (s): 12.6187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.7457 second user time and 36.906 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-16 00:41:13
IDJOB=4275832
IDBENCH=140293
IDSOLVER=2668
FILE ID=node105/4275832-1502837732
RUNJOBID= node105-1502829294-25961
PBS_JOBID= 20629842
Free space on /tmp= 60668 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Crossword/Crossword-m1c-uk-vg/Crossword-m1c-uk-vg-4-8.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275832-1502837732/watcher-4275832-1502837732 -o /tmp/evaluation-result-4275832-1502837732/solver-4275832-1502837732 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502829294-25961 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1906279144 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275832-1502837732.xml

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

MD5SUM BENCH= 04dba95a54a8594b13594f30f6e89992
RANDOM SEED=1906279144

node105.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.17
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.17
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.17
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.17
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:        26364552 kB
MemAvailable:   31971248 kB
Buffers:          245860 kB
Cached:          5633148 kB
SwapCached:            0 kB
Active:           803688 kB
Inactive:        5129208 kB
Active(anon):      56828 kB
Inactive(anon):    25060 kB
Active(file):     746860 kB
Inactive(file):  5104148 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42916 kB
Writeback:             0 kB
AnonPages:        166452 kB
Mapped:            46352 kB
Shmem:             25228 kB
Slab:             169084 kB
SReclaimable:     143048 kB
SUnreclaim:        26036 kB
KernelStack:        3648 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60624 MiB
End job on node105 at 2017-08-16 01:23:14