Trace number 4285888

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-08-22OPT0 21.4263 4.66997

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-06.xml
MD5SUM315e274f87a0401bb6a43b890592ba0e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark18.0875
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints47
Number of domains2
Minimum domain size2
Maximum domain size36
Distribution of domain sizes[{"size":2,"count":11},{"size":36,"count":37}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":13},{"degree":3,"count":23},{"degree":4,"count":11},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":11},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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-08-22
0.29/0.25	c seed: 1732136169
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
1.04/0.68	c Parsing done, starting search...
13.12/2.79	o 10
13.94/2.81	o 9
13.94/2.85	o 8
16.34/3.15	o 7
17.84/3.37	o 6
18.57/3.45	o 5
18.57/3.47	o 4
19.36/3.56	o 3
20.15/3.63	o 2
20.15/3.69	o 1
20.99/3.84	o 0
21.31/3.93	s OPTIMUM FOUND
21.40/4.55	v <instantiation>
21.40/4.55	v 	<list>
21.40/4.55	v 		q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10]
21.40/4.55	v 	</list>
21.40/4.55	v 	<values>
21.40/4.55	v 		14 11 15 28 17 4 8 0 13 26 30 19 6 2 10 23 34 21 32 24 20 31 18 7 3 14 25 12 1 9 5 16 29 33 22 35 27 0 0 0 0 0 0 0 0 0 0 0 
21.40/4.55	v 	</values>
21.40/4.55	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285888-1503451950/watcher-4285888-1503451950 -o /tmp/evaluation-result-4285888-1503451950/solver-4285888-1503451950 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503440582-24764 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1732136169 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285888-1503451950.xml 

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

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

solver pid=26444, runsolver pid=26441

[startup+0.100059 s]*
/proc/loadavg: 5.97 7.93 8.42 1/199 26464
/proc/meminfo: memFree=23458548/32770624 swapFree=67108860/67108860
[pid=26444] ppid=26441 vsize=26000852 memory=31520 CPUtime=0.12 cores=0-7
/proc/26444/stat : 26444 (java) S 26441 26444 24737 0 -1 1077944320 8305 0 0 0 11 1 0 0 20 0 20 0 178275666 26624872448 7880 33554432000 4194304 4196468 140728867239184 140728867221728 140263831166711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
/proc/26444/statm: 6500213 7880 3412 1 0 6487932 0
[pid=26444/tid=26446] ppid=26441 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26444/task/26446/stat : 26446 (java) R 26441 26444 24737 0 -1 4202560 6235 0 0 0 8 1 0 0 20 0 20 0 178275667 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263835377184 140263815247228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26447] ppid=26441 vsize=26000852 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/26444/task/26447/stat : 26447 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263783787152 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26448] ppid=26441 vsize=26000852 memory=140567462327936 CPUtime=0 cores=0-7
/proc/26444/task/26448/stat : 26448 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263782734352 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26449] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26449/stat : 26449 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263781681552 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26450] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26450/stat : 26450 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263780628752 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26451] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26451/stat : 26451 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263779576976 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26452] ppid=26441 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26444/task/26452/stat : 26452 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263778524176 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26453] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26453/stat : 26453 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263777471376 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26454] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26454/stat : 26454 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 7880 33554432000 4194304 4196468 140728867239184 140263776418576 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26455] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26455/stat : 26455 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275669 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262574459248 140263831177858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26456] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26456/stat : 26456 (java) S 26441 26444 24737 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178275669 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262573405216 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26457] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26457/stat : 26457 (java) S 26441 26444 24737 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178275670 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262572352368 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26458] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26458/stat : 26458 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262571300688 140263831185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26459] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26459/stat : 26459 (java) S 26441 26444 24737 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262570249072 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26460] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26460/stat : 26460 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262569196272 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26461] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26461/stat : 26461 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262568143472 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26462] ppid=26441 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/26444/task/26462/stat : 26462 (java) S 26441 26444 24737 0 -1 1077944384 394 0 0 0 2 0 0 0 20 0 20 0 178275672 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262567090672 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26463] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26463/stat : 26463 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262566038112 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26464] ppid=26441 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26444/task/26464/stat : 26464 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 7880 33554432000 4194304 4196468 140728867239184 140262564985392 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31520 KiB

[startup+0.210457 s]*
/proc/loadavg: 5.97 7.93 8.42 3/199 26464
/proc/meminfo: memFree=23447444/32770624 swapFree=67108860/67108860
[pid=26444] ppid=26441 vsize=26000852 memory=40580 CPUtime=0.29 cores=0-7
/proc/26444/stat : 26444 (java) S 26441 26444 24737 0 -1 1077944320 9364 0 0 0 27 2 0 0 20 0 20 0 178275666 26624872448 10145 33554432000 4194304 4196468 140728867239184 140728867221728 140263831166711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
/proc/26444/statm: 6500213 10145 3588 1 0 6487932 0
[pid=26444/tid=26446] ppid=26441 vsize=26000852 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/26444/task/26446/stat : 26446 (java) R 26441 26444 24737 0 -1 4202560 6905 0 0 0 18 1 0 0 20 0 20 0 178275667 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263835372016 140263831188637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26447] ppid=26441 vsize=26000852 memory=8902 CPUtime=0 cores=0-7
/proc/26444/task/26447/stat : 26447 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263783787152 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26448] ppid=26441 vsize=26000852 memory=140567462351311 CPUtime=0 cores=0-7
/proc/26444/task/26448/stat : 26448 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263782734352 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26449] ppid=26441 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26444/task/26449/stat : 26449 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263781681552 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26450] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26450/stat : 26450 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263780628752 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26451] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26451/stat : 26451 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263779576976 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26452] ppid=26441 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26444/task/26452/stat : 26452 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263778524176 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26453] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26453/stat : 26453 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263777471376 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26454] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26454/stat : 26454 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624872448 10145 33554432000 4194304 4196468 140728867239184 140263776418576 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26455] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26455/stat : 26455 (java) S 26441 26444 24737 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178275669 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262574459248 140263831177858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26456] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26456/stat : 26456 (java) S 26441 26444 24737 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178275669 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262573405216 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26457] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26457/stat : 26457 (java) S 26441 26444 24737 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178275670 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262572352368 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26458] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26458/stat : 26458 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262571300688 140263831185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26459] ppid=26441 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/26444/task/26459/stat : 26459 (java) S 26441 26444 24737 0 -1 1077944384 321 0 0 0 1 0 0 0 20 0 20 0 178275672 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262570249072 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26460] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26460/stat : 26460 (java) S 26441 26444 24737 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262569196272 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26461] ppid=26441 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/26444/task/26461/stat : 26461 (java) S 26441 26444 24737 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 20 0 178275672 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262568143472 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26462] ppid=26441 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/26444/task/26462/stat : 26462 (java) R 26441 26444 24737 0 -1 4202560 451 0 0 0 5 0 0 0 20 0 20 0 178275672 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262567090672 140263831178646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26463] ppid=26441 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26463/stat : 26463 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262566038112 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26464] ppid=26441 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/26444/task/26464/stat : 26464 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275672 26624872448 10145 33554432000 4194304 4196468 140728867239184 140262564985392 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40580 KiB

[startup+0.310265 s]*
/proc/loadavg: 5.97 7.93 8.42 2/199 26464
/proc/meminfo: memFree=23439904/32770624 swapFree=67108860/67108860
[pid=26444] ppid=26441 vsize=26000872 memory=49436 CPUtime=0.48 cores=0-7
/proc/26444/stat : 26444 (java) S 26441 26444 24737 0 -1 1077944320 10606 0 0 0 45 3 0 0 20 0 20 0 178275666 26624892928 12359 33554432000 4194304 4196468 140728867239184 140728867221728 140263831166711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
/proc/26444/statm: 6500218 12359 3714 1 0 6487932 0
[pid=26444/tid=26446] ppid=26441 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26444/task/26446/stat : 26446 (java) R 26441 26444 24737 0 -1 4202560 7679 0 0 0 27 2 0 0 20 0 20 0 178275667 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263835397984 140263448260358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26447] ppid=26441 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26447/stat : 26447 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263783787152 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26448] ppid=26441 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26448/stat : 26448 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263782734352 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26449] ppid=26441 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26449/stat : 26449 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263781681552 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26450] ppid=26441 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/26444/task/26450/stat : 26450 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263780628752 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26451] ppid=26441 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/26444/task/26451/stat : 26451 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263779576976 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26452] ppid=26441 vsize=26000872 memory=140567300373679 CPUtime=0 cores=0-7
/proc/26444/task/26452/stat : 26452 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263778524176 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26453] ppid=26441 vsize=26000872 memory=140567300375984 CPUtime=0 cores=0-7
/proc/26444/task/26453/stat : 26453 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263777471376 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26454] ppid=26441 vsize=26000872 memory=140567300378288 CPUtime=0 cores=0-7
/proc/26444/task/26454/stat : 26454 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26624892928 12359 33554432000 4194304 4196468 140728867239184 140263776418576 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26455] ppid=26441 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26455/stat : 26455 (java) S 26441 26444 24737 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178275669 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262574459248 140263831177858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26456] ppid=26441 vsize=26000872 memory=281134600765840 CPUtime=0 cores=0-7
/proc/26444/task/26456/stat : 26456 (java) S 26441 26444 24737 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178275669 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262573405216 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26457] ppid=26441 vsize=26000872 memory=281134600707120 CPUtime=0 cores=0-7
/proc/26444/task/26457/stat : 26457 (java) S 26441 26444 24737 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178275670 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262572352368 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26458] ppid=26441 vsize=26000872 memory=281134600779664 CPUtime=0 cores=0-7
/proc/26444/task/26458/stat : 26458 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275672 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262571300688 140263831185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26459] ppid=26441 vsize=26000872 memory=281134600786576 CPUtime=0.02 cores=0-7
/proc/26444/task/26459/stat : 26459 (java) S 26441 26444 24737 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 20 0 178275672 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262570249072 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26460] ppid=26441 vsize=26000872 memory=281134600784272 CPUtime=0.03 cores=0-7
/proc/26444/task/26460/stat : 26460 (java) S 26441 26444 24737 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 20 0 178275672 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262569196272 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26461] ppid=26441 vsize=26000872 memory=281134600800400 CPUtime=0.02 cores=0-7
/proc/26444/task/26461/stat : 26461 (java) R 26441 26444 24737 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 20 0 178275672 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262568143472 140263831188058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26462] ppid=26441 vsize=26000872 memory=281134600798096 CPUtime=0.08 cores=0-7
/proc/26444/task/26462/stat : 26462 (java) S 26441 26444 24737 0 -1 1077944384 498 0 0 0 8 0 0 0 20 0 20 0 178275672 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262567090672 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26463] ppid=26441 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26463/stat : 26463 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275672 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262566038112 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26464] ppid=26441 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/26444/task/26464/stat : 26464 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275672 26624892928 12359 33554432000 4194304 4196468 140728867239184 140262564985392 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49436 KiB

[startup+0.700894 s]
/proc/loadavg: 5.97 7.93 8.42 2/199 26464
/proc/meminfo: memFree=23427124/32770624 swapFree=67108860/67108860
[pid=26444] ppid=26441 vsize=26002920 memory=84176 CPUtime=1.37 cores=0-7
/proc/26444/stat : 26444 (java) S 26441 26444 24737 0 -1 1077944320 15177 0 0 0 132 5 0 0 20 0 20 0 178275666 26626990080 21044 33554432000 4194304 4196468 140728867239184 140728867221728 140263831166711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
/proc/26444/statm: 6500730 21044 3777 1 0 6488444 0
[pid=26444/tid=26446] ppid=26441 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/26444/task/26446/stat : 26446 (java) R 26441 26444 24737 0 -1 4202560 8839 0 0 0 64 3 0 0 20 0 20 0 178275667 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263835390816 140263831188637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26447] ppid=26441 vsize=26002920 memory=2241 CPUtime=0 cores=0-7
/proc/26444/task/26447/stat : 26447 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263783787152 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26448] ppid=26441 vsize=26002920 memory=2244 CPUtime=0 cores=0-7
/proc/26444/task/26448/stat : 26448 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263782734352 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26449] ppid=26441 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26449/stat : 26449 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263781681552 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26450] ppid=26441 vsize=26002920 memory=1860 CPUtime=0 cores=0-7
/proc/26444/task/26450/stat : 26450 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263780628752 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26451] ppid=26441 vsize=26002920 memory=8744 CPUtime=0 cores=0-7
/proc/26444/task/26451/stat : 26451 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263779576976 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26452] ppid=26441 vsize=26002920 memory=4620 CPUtime=0 cores=0-7
/proc/26444/task/26452/stat : 26452 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263778524176 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26453] ppid=26441 vsize=26002920 memory=1196 CPUtime=0 cores=0-7
/proc/26444/task/26453/stat : 26453 (java) S 26441 26444 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263777471376 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26454] ppid=26441 vsize=26002920 memory=15688 CPUtime=0 cores=0-7
/proc/26444/task/26454/stat : 26454 (java) S 26441 26444 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178275668 26626990080 21044 33554432000 4194304 4196468 140728867239184 140263776418576 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26455] ppid=26441 vsize=26002920 memory=18192 CPUtime=0 cores=0-7
/proc/26444/task/26455/stat : 26455 (java) S 26441 26444 24737 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178275669 26626990080 21044 33554432000 4194304 4196468 140728867239184 140262574459248 140263831177858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0

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

/proc/26444/task/26460/stat : 26460 (java) R 26441 26444 24737 0 -1 4202560 4323 0 0 0 186 2 0 0 20 0 46 0 178275672 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262569184960 140263815072716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26461] ppid=26441 vsize=27743860 memory=0 CPUtime=1.66 cores=0-7
/proc/26444/task/26461/stat : 26461 (java) R 26441 26444 24737 0 -1 4202560 3928 0 0 0 165 1 0 0 20 0 46 0 178275672 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262568128096 140263816846836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26462] ppid=26441 vsize=27743860 memory=531 CPUtime=0.82 cores=0-7
/proc/26444/task/26462/stat : 26462 (java) S 26441 26444 24737 0 -1 1077944384 9842 0 0 0 79 3 0 0 20 0 46 0 178275672 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262567090672 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26463] ppid=26441 vsize=27743860 memory=48 CPUtime=0 cores=0-7
/proc/26444/task/26463/stat : 26463 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 178275672 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262566038112 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26464] ppid=26441 vsize=27743860 memory=264 CPUtime=0 cores=0-7
/proc/26444/task/26464/stat : 26464 (java) S 26441 26444 24737 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 46 0 178275672 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262564985392 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26465] ppid=26441 vsize=27743860 memory=152 CPUtime=0 cores=0-7
/proc/26444/task/26465/stat : 26465 (java) S 26441 26444 24737 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 46 0 178275798 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262560985728 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26466] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26466/stat : 26466 (java) S 26441 26444 24737 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 46 0 178275810 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262214984272 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26467] ppid=26441 vsize=27743860 memory=842 CPUtime=0.84 cores=0-7
/proc/26444/task/26467/stat : 26467 (java) R 26441 26444 24737 0 -1 4202560 161 0 0 0 84 0 0 0 20 0 46 0 178275819 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262211834528 140263457893875 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26468] ppid=26441 vsize=27743860 memory=1709 CPUtime=0.98 cores=0-7
/proc/26444/task/26468/stat : 26468 (java) S 26441 26444 24737 0 -1 1077944384 133 0 0 0 98 0 0 0 20 0 46 0 178275820 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262210782640 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26469] ppid=26441 vsize=27743860 memory=402 CPUtime=0.88 cores=0-7
/proc/26444/task/26469/stat : 26469 (java) S 26441 26444 24737 0 -1 1077944384 108 0 0 0 88 0 0 0 20 0 46 0 178275820 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262209729840 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26470] ppid=26441 vsize=27743860 memory=63 CPUtime=0.39 cores=0-7
/proc/26444/task/26470/stat : 26470 (java) R 26441 26444 24737 0 -1 4202560 108 0 0 0 39 0 0 0 20 0 46 0 178275820 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262208670680 140263457939832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26471] ppid=26441 vsize=27743860 memory=138 CPUtime=0.13 cores=0-7
/proc/26444/task/26471/stat : 26471 (java) S 26441 26444 24737 0 -1 1077944384 72 0 0 0 13 0 0 0 20 0 46 0 178275820 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262207624240 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26472] ppid=26441 vsize=27743860 memory=5 CPUtime=0.75 cores=0-7
/proc/26444/task/26472/stat : 26472 (java) S 26441 26444 24737 0 -1 1077944384 94 0 0 0 75 0 0 0 20 0 46 0 178275823 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262206571440 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26473] ppid=26441 vsize=27743860 memory=12923 CPUtime=0.73 cores=0-7
/proc/26444/task/26473/stat : 26473 (java) S 26441 26444 24737 0 -1 1077944384 272 0 0 0 73 0 0 0 20 0 46 0 178275823 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262205518640 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26474] ppid=26441 vsize=27743860 memory=512 CPUtime=0.91 cores=0-7
/proc/26444/task/26474/stat : 26474 (java) R 26441 26444 24737 0 -1 4202560 72 0 0 0 91 0 0 0 20 0 46 0 178275823 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262204464960 140263458095472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26475] ppid=26441 vsize=27743860 memory=0 CPUtime=1.12 cores=0-7
/proc/26444/task/26475/stat : 26475 (java) S 26441 26444 24737 0 -1 1077944384 140 0 0 0 112 0 0 0 20 0 46 0 178275823 28409712640 76093 33554432000 4194304 4196468 140728867239184 140262203414064 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26476] ppid=26441 vsize=27743860 memory=1 CPUtime=0.22 cores=0-7
/proc/26444/task/26476/stat : 26476 (java) S 26441 26444 24737 0 -1 1077944384 40 0 0 0 22 0 0 0 20 0 46 0 178275823 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262202361264 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26477] ppid=26441 vsize=27743860 memory=0 CPUtime=0.75 cores=0-7
/proc/26444/task/26477/stat : 26477 (java) S 26441 26444 24737 0 -1 1077944384 48 0 0 0 75 0 0 0 20 0 46 0 178275825 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262201308464 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26478] ppid=26441 vsize=27743860 memory=4489 CPUtime=0.05 cores=0-7
/proc/26444/task/26478/stat : 26478 (java) R 26441 26444 24737 0 -1 1077944384 33 0 0 0 5 0 0 0 20 0 46 0 178275837 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262200248720 140263831176917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26479] ppid=26441 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/26444/task/26479/stat : 26479 (java) S 26441 26444 24737 0 -1 1077944384 25 0 0 0 2 0 0 0 20 0 46 0 178275837 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262199202864 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26480] ppid=26441 vsize=27743860 memory=1042 CPUtime=0.24 cores=0-7
/proc/26444/task/26480/stat : 26480 (java) R 26441 26444 24737 0 -1 4202560 69 0 0 0 24 0 0 0 20 0 46 0 178275838 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262196015136 140263812815659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26481] ppid=26441 vsize=27743860 memory=1 CPUtime=0.17 cores=0-7
/proc/26444/task/26481/stat : 26481 (java) R 26441 26444 24737 0 -1 4202560 26 0 0 0 17 0 0 0 20 0 46 0 178275946 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262194962336 140263458093866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26482] ppid=26441 vsize=27743860 memory=140571757295231 CPUtime=0.21 cores=0-7
/proc/26444/task/26482/stat : 26482 (java) S 26441 26444 24737 0 -1 1077944384 26 0 0 0 21 0 0 0 20 0 46 0 178275946 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262193910416 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26483] ppid=26441 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/26444/task/26483/stat : 26483 (java) S 26441 26444 24737 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 46 0 178275946 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262192858672 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26484] ppid=26441 vsize=27743860 memory=0 CPUtime=0.21 cores=0-7
/proc/26444/task/26484/stat : 26484 (java) S 26441 26444 24737 0 -1 1077944384 25 0 0 0 21 0 0 0 20 0 46 0 178275947 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262191805872 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26485] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26485/stat : 26485 (java) S 26441 26444 24737 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 178275948 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262190753072 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26486] ppid=26441 vsize=27743860 memory=0 CPUtime=0.24 cores=0-7
/proc/26444/task/26486/stat : 26486 (java) S 26441 26444 24737 0 -1 1077944384 25 0 0 0 24 0 0 0 20 0 46 0 178275948 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262189700272 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26487] ppid=26441 vsize=27743860 memory=0 CPUtime=0.05 cores=0-7
/proc/26444/task/26487/stat : 26487 (java) R 26441 26444 24737 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 46 0 178275950 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262188646592 140263458091797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26488] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26488/stat : 26488 (java) S 26441 26444 24737 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 178275952 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262187594672 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26489] ppid=26441 vsize=27743860 memory=0 CPUtime=0.05 cores=0-7
/proc/26444/task/26489/stat : 26489 (java) R 26441 26444 24737 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 46 0 178275952 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262186534896 140263812815659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26490] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26490/stat : 26490 (java) S 26441 26444 24737 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 178275953 28409712640 76605 33554432000 4194304 4196468 140728867239184 140262185489072 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
Current children cumulated CPU time: 17.12 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 304372 KiB

[startup+4.00163 s]*
/proc/loadavg: 5.97 7.93 8.42 1/197 26491
/proc/meminfo: memFree=22999968/32770624 swapFree=67108860/67108860
[pid=26444] ppid=26441 vsize=27743860 memory=466764 CPUtime=21.4 cores=0-7
/proc/26444/stat : 26444 (java) S 26441 26444 24737 0 -1 1077944320 43204 0 0 0 2100 40 0 0 20 0 18 0 178275666 28409712640 116691 33554432000 4194304 4196468 140728867239184 140728867221728 140263831166711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
/proc/26444/statm: 6935965 116691 3865 1 0 6923158 0
[pid=26444/tid=26446] ppid=26441 vsize=27743860 memory=6791534058613427641 CPUtime=1.53 cores=0-7
/proc/26444/task/26446/stat : 26446 (java) D 26441 26444 24737 0 -1 4202560 13682 0 0 0 146 7 0 0 20 0 18 0 178275667 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263835409720 140263823852343 0 0 0 16800975 18446744072100265093 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26447] ppid=26441 vsize=27743860 memory=6655300316396806240 CPUtime=0.06 cores=0-7
/proc/26444/task/26447/stat : 26447 (java) S 26441 26444 24737 0 -1 1077944384 67 0 0 0 4 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263783787152 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26448] ppid=26441 vsize=27743860 memory=140567462327936 CPUtime=0.07 cores=0-7
/proc/26444/task/26448/stat : 26448 (java) S 26441 26444 24737 0 -1 1077944384 113 0 0 0 5 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263782734352 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26449] ppid=26441 vsize=27743860 memory=4126316290023845779 CPUtime=0.06 cores=0-7
/proc/26444/task/26449/stat : 26449 (java) S 26441 26444 24737 0 -1 1077944384 89 0 0 0 5 1 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263781681552 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26450] ppid=26441 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/26444/task/26450/stat : 26450 (java) S 26441 26444 24737 0 -1 1077944384 104 0 0 0 5 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263780628752 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26451] ppid=26441 vsize=27743860 memory=0 CPUtime=0.05 cores=0-7
/proc/26444/task/26451/stat : 26451 (java) S 26441 26444 24737 0 -1 1077944384 58 0 0 0 3 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263779576976 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26452] ppid=26441 vsize=27743860 memory=0 CPUtime=0.08 cores=0-7
/proc/26444/task/26452/stat : 26452 (java) S 26441 26444 24737 0 -1 1077944384 166 0 0 0 6 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263778524176 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26453] ppid=26441 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/26444/task/26453/stat : 26453 (java) S 26441 26444 24737 0 -1 1077944384 339 0 0 0 5 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263777471376 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26454] ppid=26441 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/26444/task/26454/stat : 26454 (java) S 26441 26444 24737 0 -1 1077944384 43 0 0 0 2 1 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263776418576 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26456] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26456/stat : 26456 (java) S 26441 26444 24737 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 178275669 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262573405280 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26457] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26457/stat : 26457 (java) S 26441 26444 24737 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 18 0 178275670 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262572352384 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26458] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26458/stat : 26458 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262571300336 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26459] ppid=26441 vsize=27743860 memory=0 CPUtime=1.98 cores=0-7
/proc/26444/task/26459/stat : 26459 (java) S 26441 26444 24737 0 -1 1077944384 4961 0 0 0 197 1 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262570234032 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26460] ppid=26441 vsize=27743860 memory=0 CPUtime=2.13 cores=0-7
/proc/26444/task/26460/stat : 26460 (java) S 26441 26444 24737 0 -1 1077944384 4467 0 0 0 211 2 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262569196272 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26461] ppid=26441 vsize=27743860 memory=0 CPUtime=1.87 cores=0-7
/proc/26444/task/26461/stat : 26461 (java) S 26441 26444 24737 0 -1 1077944384 3976 0 0 0 186 1 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262568143472 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26462] ppid=26441 vsize=27743860 memory=0 CPUtime=0.92 cores=0-7
/proc/26444/task/26462/stat : 26462 (java) S 26441 26444 24737 0 -1 1077944384 10020 0 0 0 89 3 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262567086544 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26463] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26463/stat : 26463 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262566038112 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
Current children cumulated CPU time: 21.4 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 466764 KiB

[startup+4.40075 s]
/proc/loadavg: 5.97 7.93 8.42 1/197 26491
/proc/meminfo: memFree=22999968/32770624 swapFree=67108860/67108860
[pid=26444] ppid=26441 vsize=27743860 memory=466764 CPUtime=21.4 cores=0-7
/proc/26444/stat : 26444 (java) S 26441 26444 24737 0 -1 1077944320 43204 0 0 0 2100 40 0 0 20 0 18 0 178275666 28409712640 116691 33554432000 4194304 4196468 140728867239184 140728867221728 140263831166711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
/proc/26444/statm: 6935965 116691 3865 1 0 6923158 0
[pid=26444/tid=26446] ppid=26441 vsize=27743860 memory=140567300382737 CPUtime=1.53 cores=0-7
/proc/26444/task/26446/stat : 26446 (java) D 26441 26444 24737 0 -1 4202560 13682 0 0 0 146 7 0 0 20 0 18 0 178275667 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263835409720 140263823852343 0 0 0 16800975 18446744072100265093 0 0 -1 3 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26447] ppid=26441 vsize=27743860 memory=11222904370021 CPUtime=0.06 cores=0-7
/proc/26444/task/26447/stat : 26447 (java) S 26441 26444 24737 0 -1 1077944384 67 0 0 0 4 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263783787152 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26448] ppid=26441 vsize=27743860 memory=6944656575208382560 CPUtime=0.07 cores=0-7
/proc/26444/task/26448/stat : 26448 (java) S 26441 26444 24737 0 -1 1077944384 113 0 0 0 5 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263782734352 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26449] ppid=26441 vsize=27743860 memory=609 CPUtime=0.06 cores=0-7
/proc/26444/task/26449/stat : 26449 (java) S 26441 26444 24737 0 -1 1077944384 89 0 0 0 5 1 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263781681552 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26450] ppid=26441 vsize=27743860 memory=6944656592455359580 CPUtime=0.07 cores=0-7
/proc/26444/task/26450/stat : 26450 (java) S 26441 26444 24737 0 -1 1077944384 104 0 0 0 5 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263780628752 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26451] ppid=26441 vsize=27743860 memory=6944656575208382560 CPUtime=0.05 cores=0-7
/proc/26444/task/26451/stat : 26451 (java) S 26441 26444 24737 0 -1 1077944384 58 0 0 0 3 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263779576976 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26452] ppid=26441 vsize=27743860 memory=6944652177228980320 CPUtime=0.08 cores=0-7
/proc/26444/task/26452/stat : 26452 (java) S 26441 26444 24737 0 -1 1077944384 166 0 0 0 6 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263778524176 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26453] ppid=26441 vsize=27743860 memory=281134600555888 CPUtime=0.07 cores=0-7
/proc/26444/task/26453/stat : 26453 (java) S 26441 26444 24737 0 -1 1077944384 339 0 0 0 5 2 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263777471376 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26454] ppid=26441 vsize=27743860 memory=413172 CPUtime=0.03 cores=0-7
/proc/26444/task/26454/stat : 26454 (java) S 26441 26444 24737 0 -1 1077944384 43 0 0 0 2 1 0 0 20 0 18 0 178275668 28409712640 116691 33554432000 4194304 4196468 140728867239184 140263776418576 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26456] ppid=26441 vsize=27743860 memory=227358388833990 CPUtime=0 cores=0-7
/proc/26444/task/26456/stat : 26456 (java) S 26441 26444 24737 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 178275669 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262573405280 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26457] ppid=26441 vsize=27743860 memory=-6664436420846797971 CPUtime=0 cores=0-7
/proc/26444/task/26457/stat : 26457 (java) S 26441 26444 24737 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 18 0 178275670 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262572352384 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26458] ppid=26441 vsize=27743860 memory=7100839852556125036 CPUtime=0 cores=0-7
/proc/26444/task/26458/stat : 26458 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262571300336 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26459] ppid=26441 vsize=27743860 memory=-7737643479190322274 CPUtime=1.98 cores=0-7
/proc/26444/task/26459/stat : 26459 (java) S 26441 26444 24737 0 -1 1077944384 4961 0 0 0 197 1 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262570234032 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26460] ppid=26441 vsize=27743860 memory=288230574492221466 CPUtime=2.13 cores=0-7
/proc/26444/task/26460/stat : 26460 (java) S 26441 26444 24737 0 -1 1077944384 4467 0 0 0 211 2 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262569196272 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26461] ppid=26441 vsize=27743860 memory=288230621803970871 CPUtime=1.87 cores=0-7
/proc/26444/task/26461/stat : 26461 (java) S 26441 26444 24737 0 -1 1077944384 3976 0 0 0 186 1 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262568143472 140263831177858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26462] ppid=26441 vsize=27743860 memory=14412618299345479 CPUtime=0.92 cores=0-7
/proc/26444/task/26462/stat : 26462 (java) S 26441 26444 24737 0 -1 1077944384 10020 0 0 0 89 3 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262567086544 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
[pid=26444/tid=26463] ppid=26441 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/26444/task/26463/stat : 26463 (java) S 26441 26444 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 178275672 28409712640 116691 33554432000 4194304 4196468 140728867239184 140262566038112 140263831176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36990976 140728867243111 140728867243296 140728867243296 140728867246031 0
Current children cumulated CPU time: 21.4 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 466764 KiB

[startup+4.60073 s]*
/proc/loadavg: 5.97 7.93 8.42 1/181 26491
/proc/meminfo: memFree=23472156/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.66997
CPU time (s): 21.4263
CPU user time (s): 21.0071
CPU system time (s): 0.419145
CPU usage (%): 458.809
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 466996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0071
system time used= 0.419145
maximum resident set size= 467800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6997
involuntary context switches= 685


# summary of solver processes directly reported to runsolver:
#   pid: 26444
#   total CPU time (s): 21.4263
#   total CPU user time (s): 21.0071
#   total CPU system time (s): 0.419145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061849 second user time and 0.090641 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-23 03:18:09
IDJOB=4285888
IDBENCH=130609
IDSOLVER=2682
FILE ID=node149/4285888-1503451950
RUNJOBID= node149-1503440582-24764
PBS_JOBID= 20632152
Free space on /tmp= 61524 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-06.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285888-1503451950/watcher-4285888-1503451950 -o /tmp/evaluation-result-4285888-1503451950/solver-4285888-1503451950 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503440582-24764 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1732136169 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285888-1503451950.xml

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

MD5SUM BENCH= 315e274f87a0401bb6a43b890592ba0e
RANDOM SEED=1732136169

node149.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.43
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.43
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.43
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.43
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:        23474564 kB
MemAvailable:   31937312 kB
Buffers:          289244 kB
Cached:          8448984 kB
SwapCached:            0 kB
Active:          3273288 kB
Inactive:        5519700 kB
Active(anon):       3764 kB
Inactive(anon):    95356 kB
Active(file):    3269524 kB
Inactive(file):  5424344 kB
Unevictable:        7916 kB
Mlocked:            7916 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42552 kB
Writeback:            48 kB
AnonPages:         63164 kB
Mapped:            54544 kB
Shmem:             41640 kB
Slab:             197088 kB
SReclaimable:     169432 kB
SUnreclaim:        27656 kB
KernelStack:        3216 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61484 MiB
End job on node149 at 2017-08-23 03:18:14