Trace number 4275192

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26OPT16 6.71908 2.15097

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-06.xml
MD5SUM961ba47a71bb5a6b7e86e986065c296e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.188172
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints74
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":14},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":14},{"arity":4,"count":4},{"arity":6,"count":14},{"arity":9,"count":12}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 924299474
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.85/0.56	c Parsing done, starting search...
4.53/1.86	o 6
4.53/1.87	o 8
4.53/1.88	o 9
4.53/1.88	o 10
5.24/1.90	o 11
5.24/1.90	o 12
5.24/1.91	o 13
5.24/1.92	o 14
5.24/1.97	o 15
6.12/2.02	o 16
6.12/2.09	s OPTIMUM FOUND
6.12/2.09	v <instantiation>
6.12/2.09	v 	<list>
6.12/2.09	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5]
6.12/2.09	v 	</list>
6.12/2.09	v 	<values>
6.12/2.09	v 		0 0 1 1 0 1 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 0 1 1 1 2 2 2 4 2 2 3 4 4 3 2 2 5 2 4 4 4 2 6 3 5 3 3 2 3 2 4 3 3 
6.12/2.09	v 	</values>
6.12/2.09	v </instantiation>

Verifier Data

OK	16

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 (14250 MiB free)
  memory of node 1: 16384 MiB (14165 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275192-1502674317/watcher-4275192-1502674317 -o /tmp/evaluation-result-4275192-1502674317/solver-4275192-1502674317 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502668412-21724 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 924299474 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275192-1502674317.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=22256, runsolver pid=22253
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 7.39 8.35 8.64 2/199 22276
/proc/meminfo: memFree=29077656/32770624 swapFree=67108860/67108860
[pid=22256] ppid=22253 vsize=14325320 memory=34720 CPUtime=0.12 cores=0-7
/proc/22256/stat : 22256 (java) S 22253 22256 21697 0 -1 1077944320 8073 0 0 0 10 2 0 0 20 0 20 0 100519797 14669127680 8680 33554432000 4194304 4196468 140729202181232 140729202163776 139699878170359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
/proc/22256/statm: 3581330 8680 3409 1 0 3569050 0
[pid=22256/tid=22258] ppid=22253 vsize=14325320 memory=7824612310230409116 CPUtime=0.09 cores=0-7
/proc/22256/task/22258/stat : 22258 (java) R 22253 22256 21697 0 -1 4202560 6013 0 0 0 8 1 0 0 20 0 20 0 100519798 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699882376352 139699862250846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22259] ppid=22253 vsize=14325320 memory=732370280833706981 CPUtime=0 cores=0-7
/proc/22256/task/22259/stat : 22259 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699793239184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22260] ppid=22253 vsize=14325320 memory=140142496253568 CPUtime=0 cores=0-7
/proc/22256/task/22260/stat : 22260 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699792186384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22261] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22261/stat : 22261 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699791133584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22262] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22262/stat : 22262 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699790080784 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22263] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22263/stat : 22263 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699789027984 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22264] ppid=22253 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22256/task/22264/stat : 22264 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699787975184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22265] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22265/stat : 22265 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699786922384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22266] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22266/stat : 22266 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699785869584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22267] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22267/stat : 22267 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519800 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699201428336 139699878181506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22268] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22268/stat : 22268 (java) S 22253 22256 21697 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100519801 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699200374304 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22269] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22269/stat : 22269 (java) S 22253 22256 21697 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100519801 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699199321456 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22270] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22270/stat : 22270 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699198269776 139699878188955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22271] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22271/stat : 22271 (java) S 22253 22256 21697 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699197217136 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22272] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22272/stat : 22272 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699196164336 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22273] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22273/stat : 22273 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699195111536 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22274] ppid=22253 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/22256/task/22274/stat : 22274 (java) S 22253 22256 21697 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 100519803 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699194058736 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22275] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22275/stat : 22275 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699193007200 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22276] ppid=22253 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22256/task/22276/stat : 22276 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519804 14669127680 8680 33554432000 4194304 4196468 140729202181232 139699191954480 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34720 KiB

[startup+0.209728 s]*
/proc/loadavg: 7.39 8.35 8.64 3/199 22276
/proc/meminfo: memFree=29068456/32770624 swapFree=67108860/67108860
[pid=22256] ppid=22253 vsize=14325320 memory=43868 CPUtime=0.29 cores=0-7
/proc/22256/stat : 22256 (java) S 22253 22256 21697 0 -1 1077944320 9073 0 0 0 27 2 0 0 20 0 20 0 100519797 14669127680 10967 33554432000 4194304 4196468 140729202181232 140729202163776 139699878170359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
/proc/22256/statm: 3581330 10967 3595 1 0 3569050 0
[pid=22256/tid=22258] ppid=22253 vsize=14325320 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/22256/task/22258/stat : 22258 (java) R 22253 22256 21697 0 -1 4202560 6641 0 0 0 18 1 0 0 20 0 20 0 100519798 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699882385376 139699862250846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22259] ppid=22253 vsize=14325320 memory=288230596084498767 CPUtime=0 cores=0-7
/proc/22256/task/22259/stat : 22259 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699793239184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22260] ppid=22253 vsize=14325320 memory=140142496731003 CPUtime=0 cores=0-7
/proc/22256/task/22260/stat : 22260 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699792186384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22261] ppid=22253 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22256/task/22261/stat : 22261 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699791133584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22262] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22262/stat : 22262 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699790080784 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22263] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22263/stat : 22263 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699789027984 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22264] ppid=22253 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22256/task/22264/stat : 22264 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699787975184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22265] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22265/stat : 22265 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699786922384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22266] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22266/stat : 22266 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699785869584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22267] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22267/stat : 22267 (java) S 22253 22256 21697 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100519800 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699201428336 139699878181506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22268] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22268/stat : 22268 (java) S 22253 22256 21697 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100519801 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699200374304 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22269] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22269/stat : 22269 (java) S 22253 22256 21697 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100519801 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699199321456 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22270] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22270/stat : 22270 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699198269776 139699878188955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22271] ppid=22253 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22256/task/22271/stat : 22271 (java) S 22253 22256 21697 0 -1 1077944384 415 0 0 0 1 0 0 0 20 0 20 0 100519803 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699197217136 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22272] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22272/stat : 22272 (java) S 22253 22256 21697 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699196164336 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22273] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22273/stat : 22273 (java) S 22253 22256 21697 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699195111536 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22274] ppid=22253 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/22256/task/22274/stat : 22274 (java) R 22253 22256 21697 0 -1 4202560 399 0 0 0 5 0 0 0 20 0 20 0 100519803 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699194058736 139699857568798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22275] ppid=22253 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22275/stat : 22275 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100519803 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699193007200 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22276] ppid=22253 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22256/task/22276/stat : 22276 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519804 14669127680 10967 33554432000 4194304 4196468 140729202181232 139699191954480 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43868 KiB

[startup+0.309601 s]*
/proc/loadavg: 7.39 8.35 8.64 2/199 22276
/proc/meminfo: memFree=29060764/32770624 swapFree=67108860/67108860
[pid=22256] ppid=22253 vsize=14325340 memory=51784 CPUtime=0.47 cores=0-7
/proc/22256/stat : 22256 (java) S 22253 22256 21697 0 -1 1077944320 10145 0 0 0 44 3 0 0 20 0 20 0 100519797 14669148160 12946 33554432000 4194304 4196468 140729202181232 140729202163776 139699878170359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
/proc/22256/statm: 3581335 12946 3721 1 0 3569050 0
[pid=22256/tid=22258] ppid=22253 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22256/task/22258/stat : 22258 (java) R 22253 22256 21697 0 -1 4202560 7200 0 0 0 27 2 0 0 20 0 20 0 100519798 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699882394416 139699857895469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22259] ppid=22253 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22259/stat : 22259 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699793239184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22260] ppid=22253 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22260/stat : 22260 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699792186384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22261] ppid=22253 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22261/stat : 22261 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699791133584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22262] ppid=22253 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22262/stat : 22262 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699790080784 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22263] ppid=22253 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/22256/task/22263/stat : 22263 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699789027984 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22264] ppid=22253 vsize=14325340 memory=140142367044527 CPUtime=0 cores=0-7
/proc/22256/task/22264/stat : 22264 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699787975184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22265] ppid=22253 vsize=14325340 memory=140142367046832 CPUtime=0 cores=0-7
/proc/22256/task/22265/stat : 22265 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699786922384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22266] ppid=22253 vsize=14325340 memory=140142367049136 CPUtime=0 cores=0-7
/proc/22256/task/22266/stat : 22266 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699785869584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22267] ppid=22253 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22267/stat : 22267 (java) S 22253 22256 21697 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100519800 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699201428336 139699878181506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22268] ppid=22253 vsize=14325340 memory=280284734105232 CPUtime=0 cores=0-7
/proc/22256/task/22268/stat : 22268 (java) S 22253 22256 21697 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100519801 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699200374304 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22269] ppid=22253 vsize=14325340 memory=280284734112144 CPUtime=0 cores=0-7
/proc/22256/task/22269/stat : 22269 (java) S 22253 22256 21697 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100519801 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699199321456 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22270] ppid=22253 vsize=14325340 memory=280284734053424 CPUtime=0 cores=0-7
/proc/22256/task/22270/stat : 22270 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519803 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699198269776 139699878188955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22271] ppid=22253 vsize=14325340 memory=280284734125968 CPUtime=0.03 cores=0-7
/proc/22256/task/22271/stat : 22271 (java) S 22253 22256 21697 0 -1 1077944384 588 0 0 0 3 0 0 0 20 0 20 0 100519803 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699197217136 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22272] ppid=22253 vsize=14325340 memory=280284734132880 CPUtime=0.02 cores=0-7
/proc/22256/task/22272/stat : 22272 (java) S 22253 22256 21697 0 -1 1077944384 306 0 0 0 2 0 0 0 20 0 20 0 100519803 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699196164336 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22273] ppid=22253 vsize=14325340 memory=280284734130576 CPUtime=0.02 cores=0-7
/proc/22256/task/22273/stat : 22273 (java) R 22253 22256 21697 0 -1 1077944384 132 0 0 0 2 0 0 0 20 0 20 0 100519803 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699195111536 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22274] ppid=22253 vsize=14325340 memory=280284734147136 CPUtime=0.08 cores=0-7
/proc/22256/task/22274/stat : 22274 (java) R 22253 22256 21697 0 -1 4202560 534 0 0 0 8 0 0 0 20 0 20 0 100519803 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699194058736 139699878182294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22275] ppid=22253 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22275/stat : 22275 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100519803 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699193007200 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22276] ppid=22253 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/22256/task/22276/stat : 22276 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519804 14669148160 12946 33554432000 4194304 4196468 140729202181232 139699191954480 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51784 KiB

[startup+0.700873 s]
/proc/loadavg: 7.39 8.35 8.64 4/199 22276
/proc/meminfo: memFree=29048852/32770624 swapFree=67108860/67108860
[pid=22256] ppid=22253 vsize=14329436 memory=80080 CPUtime=1.13 cores=0-7
/proc/22256/stat : 22256 (java) S 22253 22256 21697 0 -1 1077944320 12596 0 0 0 108 5 0 0 20 0 20 0 100519797 14673342464 20020 33554432000 4194304 4196468 140729202181232 140729202163776 139699878170359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
/proc/22256/statm: 3582359 20020 3762 1 0 3570074 0
[pid=22256/tid=22258] ppid=22253 vsize=14329436 memory=6153958198335591008 CPUtime=0.67 cores=0-7
/proc/22256/task/22258/stat : 22258 (java) R 22253 22256 21697 0 -1 4202560 8783 0 0 0 65 2 0 0 20 0 20 0 100519798 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699882398208 139699878192285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22259] ppid=22253 vsize=14329436 memory=95670396562950 CPUtime=0 cores=0-7
/proc/22256/task/22259/stat : 22259 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699793239184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22260] ppid=22253 vsize=14329436 memory=140142367068969 CPUtime=0 cores=0-7
/proc/22256/task/22260/stat : 22260 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699792186384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22261] ppid=22253 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22261/stat : 22261 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699791133584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22262] ppid=22253 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22262/stat : 22262 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699790080784 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22263] ppid=22253 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22263/stat : 22263 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699789027984 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22264] ppid=22253 vsize=14329436 memory=2353 CPUtime=0 cores=0-7
/proc/22256/task/22264/stat : 22264 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699787975184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22265] ppid=22253 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22265/stat : 22265 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699786922384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22266] ppid=22253 vsize=14329436 memory=1728 CPUtime=0 cores=0-7
/proc/22256/task/22266/stat : 22266 (java) S 22253 22256 21697 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100519799 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699785869584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22267] ppid=22253 vsize=14329436 memory=1420 CPUtime=0 cores=0-7
/proc/22256/task/22267/stat : 22267 (java) S 22253 22256 21697 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100519800 14673342464 20020 33554432000 4194304 4196468 140729202181232 139699201428336 139699878181506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0

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

[pid=22256/tid=22272] ppid=22253 vsize=14398048 memory=28780 CPUtime=0.63 cores=0-7
/proc/22256/task/22272/stat : 22272 (java) S 22253 22256 21697 0 -1 1077944384 4372 0 0 0 62 1 0 0 20 0 21 0 100519803 14743601152 60499 33554432000 4194304 4196468 140729202181232 139699196164336 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22273] ppid=22253 vsize=14398048 memory=1292 CPUtime=0.67 cores=0-7
/proc/22256/task/22273/stat : 22273 (java) S 22253 22256 21697 0 -1 1077944384 6110 0 0 0 66 1 0 0 20 0 21 0 100519803 14743601152 60499 33554432000 4194304 4196468 140729202181232 139699195111536 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22274] ppid=22253 vsize=14398048 memory=2428 CPUtime=0.55 cores=0-7
/proc/22256/task/22274/stat : 22274 (java) R 22253 22256 21697 0 -1 4202560 5886 0 0 0 53 2 0 0 20 0 21 0 100519803 14743601152 60499 33554432000 4194304 4196468 140729202181232 139699194058736 139699862250846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22275] ppid=22253 vsize=14398048 memory=1728 CPUtime=0 cores=0-7
/proc/22256/task/22275/stat : 22275 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 100519803 14743601152 60499 33554432000 4194304 4196468 140729202181232 139699193007200 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22276] ppid=22253 vsize=14398048 memory=1420 CPUtime=0 cores=0-7
/proc/22256/task/22276/stat : 22276 (java) S 22253 22256 21697 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 100519804 14743601152 60499 33554432000 4194304 4196468 140729202181232 139699191954480 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 14398048 KiB
Current children cumulated memory: 241996 KiB

[startup+2.00796 s]*
/proc/loadavg: 7.39 8.35 8.64 30/225 22302
/proc/meminfo: memFree=28857868/32770624 swapFree=67108860/67108860
[pid=22256] ppid=22253 vsize=16068328 memory=249984 CPUtime=6.12 cores=0-7
/proc/22256/stat : 22256 (java) S 22253 22256 21697 0 -1 1077944320 38753 0 0 0 593 19 0 0 20 0 46 0 100519797 16453967872 62496 33554432000 4194304 4196468 140729202181232 140729202163776 139699878170359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
/proc/22256/statm: 4017082 62496 3815 1 0 4004276 0
[pid=22256/tid=22258] ppid=22253 vsize=16068328 memory=6791534058613427641 CPUtime=1.75 cores=0-7
/proc/22256/task/22258/stat : 22258 (java) S 22253 22256 21697 0 -1 1077944384 11687 0 0 0 169 6 0 0 20 0 46 0 100519798 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699882408064 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22259] ppid=22253 vsize=16068328 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/22256/task/22259/stat : 22259 (java) S 22253 22256 21697 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699793239184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22260] ppid=22253 vsize=16068328 memory=8514726395715218844 CPUtime=0 cores=0-7
/proc/22256/task/22260/stat : 22260 (java) S 22253 22256 21697 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699792186384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22261] ppid=22253 vsize=16068328 memory=8514726395715218844 CPUtime=0 cores=0-7
/proc/22256/task/22261/stat : 22261 (java) S 22253 22256 21697 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699791133584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22262] ppid=22253 vsize=16068328 memory=5450916479948256810 CPUtime=0 cores=0-7
/proc/22256/task/22262/stat : 22262 (java) S 22253 22256 21697 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699790080784 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22263] ppid=22253 vsize=16068328 memory=-8814538831020006773 CPUtime=0 cores=0-7
/proc/22256/task/22263/stat : 22263 (java) S 22253 22256 21697 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699789027984 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22264] ppid=22253 vsize=16068328 memory=5450909908396308010 CPUtime=0 cores=0-7
/proc/22256/task/22264/stat : 22264 (java) S 22253 22256 21697 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699787975184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22265] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22265/stat : 22265 (java) S 22253 22256 21697 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699786922384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22266] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22266/stat : 22266 (java) S 22253 22256 21697 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 46 0 100519799 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699785869584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22267] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22267/stat : 22267 (java) S 22253 22256 21697 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 46 0 100519800 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699201428336 139699878181506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22268] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22268/stat : 22268 (java) S 22253 22256 21697 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 100519801 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699200374368 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22269] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22269/stat : 22269 (java) S 22253 22256 21697 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 100519801 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699199321472 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22270] ppid=22253 vsize=16068328 memory=6003924180453582700 CPUtime=0 cores=0-7
/proc/22256/task/22270/stat : 22270 (java) S 22253 22256 21697 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 100519803 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699198269776 139699878188955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22271] ppid=22253 vsize=16068328 memory=0 CPUtime=0.85 cores=0-7
/proc/22256/task/22271/stat : 22271 (java) R 22253 22256 21697 0 -1 4202560 5512 0 0 0 83 2 0 0 20 0 46 0 100519803 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699197207128 139699863285535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22272] ppid=22253 vsize=16068328 memory=-7594377895534164676 CPUtime=0.77 cores=0-7
/proc/22256/task/22272/stat : 22272 (java) R 22253 22256 21697 0 -1 4202560 4718 0 0 0 76 1 0 0 20 0 46 0 100519803 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699196146880 139699878182294 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22273] ppid=22253 vsize=16068328 memory=-6943855650595571281 CPUtime=0.78 cores=0-7
/proc/22256/task/22273/stat : 22273 (java) R 22253 22256 21697 0 -1 1077944384 6378 0 0 0 76 2 0 0 20 0 46 0 100519803 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699195099888 139699878180565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22274] ppid=22253 vsize=16068328 memory=-6860437260722525840 CPUtime=0.68 cores=0-7
/proc/22256/task/22274/stat : 22274 (java) R 22253 22256 21697 0 -1 4202560 7411 0 0 0 66 2 0 0 20 0 46 0 100519803 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699194055992 139699857155101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22275] ppid=22253 vsize=16068328 memory=3471202396320837680 CPUtime=0 cores=0-7
/proc/22256/task/22275/stat : 22275 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 100519803 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699193007200 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22276] ppid=22253 vsize=16068328 memory=3472328296227680303 CPUtime=0 cores=0-7
/proc/22256/task/22276/stat : 22276 (java) S 22253 22256 21697 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 46 0 100519804 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699191954480 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22277] ppid=22253 vsize=16068328 memory=3472328296160571439 CPUtime=0.03 cores=0-7
/proc/22256/task/22277/stat : 22277 (java) R 22253 22256 21697 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 46 0 100519953 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699181665672 139699465374012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22278] ppid=22253 vsize=16068328 memory=-6511782102145834793 CPUtime=0 cores=0-7
/proc/22256/task/22278/stat : 22278 (java) S 22253 22256 21697 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 100519964 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699110798416 139699878181506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22279] ppid=22253 vsize=16068328 memory=0 CPUtime=0.09 cores=0-7
/proc/22256/task/22279/stat : 22279 (java) R 22253 22256 21697 0 -1 1077944384 142 0 0 0 9 0 0 0 20 0 46 0 100519974 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699107648544 139699878180565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22280] ppid=22253 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/22256/task/22280/stat : 22280 (java) R 22253 22256 21697 0 -1 4202560 81 0 0 0 8 0 0 0 20 0 46 0 100519974 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699106595744 140729202227138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22281] ppid=22253 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/22256/task/22281/stat : 22281 (java) R 22253 22256 21697 0 -1 4202560 89 0 0 0 7 0 0 0 20 0 46 0 100519975 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699105542080 140729202227138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22282] ppid=22253 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/22256/task/22282/stat : 22282 (java) R 22253 22256 21697 0 -1 4202560 73 0 0 0 8 0 0 0 20 0 46 0 100519977 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699104490144 140729202227138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22283] ppid=22253 vsize=16068328 memory=280284733898992 CPUtime=0.05 cores=0-7
/proc/22256/task/22283/stat : 22283 (java) R 22253 22256 21697 0 -1 1077944384 50 0 0 0 5 0 0 0 20 0 46 0 100519977 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699103438368 139699878180565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22284] ppid=22253 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/22256/task/22284/stat : 22284 (java) R 22253 22256 21697 0 -1 1077944384 92 0 0 0 8 0 0 0 20 0 46 0 100519977 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699102385568 139699878180565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22285] ppid=22253 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/22256/task/22285/stat : 22285 (java) R 22253 22256 21697 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 46 0 100519977 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699101332768 140729202227138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22286] ppid=22253 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/22256/task/22286/stat : 22286 (java) R 22253 22256 21697 0 -1 4202560 51 0 0 0 6 0 0 0 20 0 46 0 100519977 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699100279104 139699470383823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22287] ppid=22253 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/22256/task/22287/stat : 22287 (java) R 22253 22256 21697 0 -1 4202560 42 0 0 0 2 0 0 0 20 0 46 0 100519977 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699099227168 139699465301227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22288] ppid=22253 vsize=16068328 memory=7590655979367786604 CPUtime=0.02 cores=0-7
/proc/22256/task/22288/stat : 22288 (java) R 22253 22256 21697 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 46 0 100519977 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699098174368 139699878180565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22289] ppid=22253 vsize=16068328 memory=8099835407050961511 CPUtime=0.03 cores=0-7
/proc/22256/task/22289/stat : 22289 (java) R 22253 22256 21697 0 -1 1077944384 35 0 0 0 3 0 0 0 20 0 46 0 100519983 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699097121568 139699878180565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22290] ppid=22253 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/22256/task/22290/stat : 22290 (java) S 22253 22256 21697 0 -1 1077944384 32 0 0 0 5 0 0 0 20 0 46 0 100519984 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699093931312 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22291] ppid=22253 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/22256/task/22291/stat : 22291 (java) R 22253 22256 21697 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 46 0 100519984 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699092882976 139699878180565 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22292] ppid=22253 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/22256/task/22292/stat : 22292 (java) R 22253 22256 21697 0 -1 1077944384 23 0 0 0 4 0 0 0 20 0 46 0 100519985 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699091830176 139699878180565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22293] ppid=22253 vsize=16068328 memory=95575907282416 CPUtime=0.03 cores=0-7
/proc/22256/task/22293/stat : 22293 (java) R 22253 22256 21697 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 46 0 100519985 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699090777376 139699878180565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22294] ppid=22253 vsize=16068328 memory=95575907282417 CPUtime=0.04 cores=0-7
/proc/22256/task/22294/stat : 22294 (java) R 22253 22256 21697 0 -1 1077944384 25 0 0 0 4 0 0 0 20 0 46 0 100519985 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699089724576 139699878180565 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22295] ppid=22253 vsize=16068328 memory=95575907282418 CPUtime=0.04 cores=0-7
/proc/22256/task/22295/stat : 22295 (java) S 22253 22256 21697 0 -1 1077944384 27 0 0 0 4 0 0 0 20 0 46 0 100519985 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699088668160 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22296] ppid=22253 vsize=16068328 memory=95575907282419 CPUtime=0.03 cores=0-7
/proc/22256/task/22296/stat : 22296 (java) R 22253 22256 21697 0 -1 1077944384 23 0 0 0 3 0 0 0 20 0 46 0 100519985 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699087618976 139699878180565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22297] ppid=22253 vsize=16068328 memory=95575907282420 CPUtime=0.01 cores=0-7
/proc/22256/task/22297/stat : 22297 (java) R 22253 22256 21697 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 46 0 100519985 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699086564112 139699878180565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22298] ppid=22253 vsize=16068328 memory=10881 CPUtime=0.02 cores=0-7
/proc/22256/task/22298/stat : 22298 (java) R 22253 22256 21697 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 46 0 100519986 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699085512480 139699465337900 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22299] ppid=22253 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/22256/task/22299/stat : 22299 (java) R 22253 22256 21697 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 46 0 100519986 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699084458944 140729202227138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22300] ppid=22253 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/22256/task/22300/stat : 22300 (java) R 22253 22256 21697 0 -1 1077944384 23 0 0 0 3 0 0 0 20 0 46 0 100519986 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699083408800 139699878180565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22301] ppid=22253 vsize=16068328 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/22256/task/22301/stat : 22301 (java) R 22253 22256 21697 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 46 0 100519986 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699082356000 139699878180565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22302] ppid=22253 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/22256/task/22302/stat : 22302 (java) R 22253 22256 21697 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 46 0 100519987 16453967872 62496 33554432000 4194304 4196468 140729202181232 139699081302304 139699465363379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
Current children cumulated CPU time: 6.12 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 249984 KiB

[startup+2.11108 s]
/proc/loadavg: 7.39 8.35 8.64 30/225 22302
/proc/meminfo: memFree=28857868/32770624 swapFree=67108860/67108860
[pid=22256] ppid=22253 vsize=16068328 memory=251972 CPUtime=6.68 cores=0-7
/proc/22256/stat : 22256 (java) S 22253 22256 21697 0 -1 1077944320 39120 0 0 0 648 20 0 0 20 0 19 0 100519797 16453967872 62993 33554432000 4194304 4196468 140729202181232 140729202163776 139699878170359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
/proc/22256/statm: 4017082 62993 3821 1 0 4004276 0
[pid=22256/tid=22258] ppid=22253 vsize=16068328 memory=140146791220863 CPUtime=1.75 cores=0-7
/proc/22256/task/22258/stat : 22258 (java) S 22253 22256 21697 0 -1 1077944384 11690 0 0 0 169 6 0 0 20 0 19 0 100519798 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699882413200 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22259] ppid=22253 vsize=16068328 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/22256/task/22259/stat : 22259 (java) S 22253 22256 21697 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699793239184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22260] ppid=22253 vsize=16068328 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/22256/task/22260/stat : 22260 (java) S 22253 22256 21697 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699792186384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22261] ppid=22253 vsize=16068328 memory=4140 CPUtime=0 cores=0-7
/proc/22256/task/22261/stat : 22261 (java) S 22253 22256 21697 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699791133584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22262] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22262/stat : 22262 (java) S 22253 22256 21697 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699790080784 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22263] ppid=22253 vsize=16068328 memory=140142367258080 CPUtime=0 cores=0-7
/proc/22256/task/22263/stat : 22263 (java) S 22253 22256 21697 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699789027984 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22264] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22264/stat : 22264 (java) S 22253 22256 21697 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699787975184 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22265] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22265/stat : 22265 (java) S 22253 22256 21697 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699786922384 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22266] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22266/stat : 22266 (java) S 22253 22256 21697 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 100519799 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699785869584 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22267] ppid=22253 vsize=16068328 memory=280284734598880 CPUtime=0 cores=0-7
/proc/22256/task/22267/stat : 22267 (java) S 22253 22256 21697 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 100519800 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699201428544 139699878181506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22268] ppid=22253 vsize=16068328 memory=280284734599072 CPUtime=0 cores=0-7
/proc/22256/task/22268/stat : 22268 (java) S 22253 22256 21697 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 100519801 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699200374368 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22269] ppid=22253 vsize=16068328 memory=280284734766496 CPUtime=0 cores=0-7
/proc/22256/task/22269/stat : 22269 (java) S 22253 22256 21697 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 100519801 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699199321472 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22270] ppid=22253 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/22256/task/22270/stat : 22270 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 100519803 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699198269424 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22271] ppid=22253 vsize=16068328 memory=0 CPUtime=0.89 cores=0-7
/proc/22256/task/22271/stat : 22271 (java) S 22253 22256 21697 0 -1 1077944384 5522 0 0 0 87 2 0 0 20 0 19 0 100519803 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699197201648 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22272] ppid=22253 vsize=16068328 memory=0 CPUtime=0.83 cores=0-7
/proc/22256/task/22272/stat : 22272 (java) R 22253 22256 21697 0 -1 4202560 4829 0 0 0 82 1 0 0 20 0 19 0 100519803 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699196145144 139699861667143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22273] ppid=22253 vsize=16068328 memory=0 CPUtime=0.82 cores=0-7
/proc/22256/task/22273/stat : 22273 (java) S 22253 22256 21697 0 -1 1077944384 6378 0 0 0 80 2 0 0 20 0 19 0 100519803 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699195092016 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22274] ppid=22253 vsize=16068328 memory=7156615908638680914 CPUtime=0.71 cores=0-7
/proc/22256/task/22274/stat : 22274 (java) S 22253 22256 21697 0 -1 1077944384 7462 0 0 0 69 2 0 0 20 0 19 0 100519803 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699194054448 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
[pid=22256/tid=22275] ppid=22253 vsize=16068328 memory=7301856073203476816 CPUtime=0 cores=0-7
/proc/22256/task/22275/stat : 22275 (java) S 22253 22256 21697 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 100519803 16453967872 62993 33554432000 4194304 4196468 140729202181232 139699193007200 139699878180565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10518528 140729202189410 140729202189595 140729202189595 140729202192335 0
Current children cumulated CPU time: 6.68 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 251972 KiB

Child status: 0
Real time (s): 2.15097
CPU time (s): 6.71908
CPU user time (s): 6.51081
CPU system time (s): 0.208273
CPU usage (%): 312.375
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 251972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.51081
system time used= 0.208273
maximum resident set size= 252904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5646
involuntary context switches= 89


# summary of solver processes directly reported to runsolver:
#   pid: 22256
#   total CPU time (s): 6.71908
#   total CPU user time (s): 6.51081
#   total CPU system time (s): 0.208273

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043296 second user time and 0.058056 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-14 03:17:39
IDJOB=4275192
IDBENCH=115966
IDSOLVER=2668
FILE ID=node107/4275192-1502674317
RUNJOBID= node107-1502668412-21724
PBS_JOBID= 20628968
Free space on /tmp= 61660 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-06.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-4275192-1502674317/watcher-4275192-1502674317 -o /tmp/evaluation-result-4275192-1502674317/solver-4275192-1502674317 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502668412-21724 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 924299474 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275192-1502674317.xml

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

MD5SUM BENCH= 961ba47a71bb5a6b7e86e986065c296e
RANDOM SEED=924299474

node107.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.84
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.84
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.84
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.84
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:        29099084 kB
MemAvailable:   31989000 kB
Buffers:          181892 kB
Cached:          2996484 kB
SwapCached:            0 kB
Active:           571396 kB
Inactive:        2658496 kB
Active(anon):      54948 kB
Inactive(anon):    24972 kB
Active(file):     516448 kB
Inactive(file):  2633524 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42328 kB
Writeback:             0 kB
AnonPages:         52408 kB
Mapped:            44004 kB
Shmem:             25228 kB
Slab:             136992 kB
SReclaimable:     111556 kB
SUnreclaim:        25436 kB
KernelStack:        3280 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61620 MiB
End job on node107 at 2017-08-14 03:17:41