Trace number 4244203

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2416.14 333.358

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-14.xml
MD5SUMe8698b72f1d598ed72051801219b61cc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints9560
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":160}]
Minimum variable degree80
Maximum variable degree159
Distribution of variable degrees[{"degree":80,"count":80},{"degree":159,"count":80}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9560}]
Number of extensional constraints0
Number of intensional constraints9560
Distribution of constraint types[{"type":"intension","count":9560}]
Optimization problemNO
Type of objective

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244203-1500681754/watcher-4244203-1500681754 -o /tmp/evaluation-result-4244203-1500681754/solver-4244203-1500681754 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500681065-14813 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244203-1500681754.xml 

pid=15160
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.95 9.15 6.51 3/263 15163
/proc/meminfo: memFree=30825612/32770624 swapFree=5804/215776
[pid=15163] ppid=15160 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3441642 369864704 1935 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 90299 1935 1081 1 0 79210 0
[pid=15163/tid=15164] ppid=15160 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) S 15160 15163 14782 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3441642 369864704 1935 33554432000 4194304 4196468 140732040229248 140599225895328 140599221664386 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0

[startup+0.100162 s]
/proc/loadavg: 8.95 9.15 6.51 3/263 15163
/proc/meminfo: memFree=30825612/32770624 swapFree=5804/215776
[pid=15163] ppid=15160 vsize=10833892 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 4851 0 0 0 6 1 0 0 20 0 19 0 3441642 11093905408 5975 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2708473 5975 2595 1 0 2696911 0
[pid=15163/tid=15164] ppid=15160 vsize=10833892 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) D 15160 15163 14782 0 -1 1077944384 2959 0 0 0 5 1 0 0 20 0 19 0 3441642 11093905408 5975 33554432000 4194304 4196468 140732040229248 140599225890624 140599221677117 0 4 0 16800975 18446744072101498404 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10833892

[startup+0.200422 s]
/proc/loadavg: 8.95 9.15 6.51 3/263 15163
/proc/meminfo: memFree=30825612/32770624 swapFree=5804/215776
[pid=15163] ppid=15160 vsize=10833892 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 4851 0 0 0 6 1 0 0 20 0 19 0 3441642 11093905408 5975 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2708473 5975 2595 1 0 2696911 0
[pid=15163/tid=15164] ppid=15160 vsize=10833892 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) D 15160 15163 14782 0 -1 1077944384 2959 0 0 0 5 1 0 0 20 0 19 0 3441642 11093905408 5975 33554432000 4194304 4196468 140732040229248 140599225890624 140599221677117 0 4 0 16800975 18446744072101498404 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10833892

[startup+0.300332 s]
/proc/loadavg: 8.95 9.15 6.51 3/263 15163
/proc/meminfo: memFree=30825612/32770624 swapFree=5804/215776
[pid=15163] ppid=15160 vsize=10900556 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 6774 0 0 0 18 3 0 0 20 0 20 0 3441642 11162169344 7624 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725139 7624 2785 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900556 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) R 15160 15163 14782 0 -1 4202560 4594 0 0 0 13 2 0 0 20 0 20 0 3441642 11162169344 7624 33554432000 4194304 4196468 140732040229248 140599225878352 140599205733726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10900556

[startup+0.700202 s]
/proc/loadavg: 8.95 9.15 6.51 3/263 15163
/proc/meminfo: memFree=30825612/32770624 swapFree=5804/215776
[pid=15163] ppid=15160 vsize=10900632 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 11643 0 0 0 145 5 0 0 20 0 20 0 3441642 11162247168 18988 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725158 18988 3084 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) R 15160 15163 14782 0 -1 4202560 5781 0 0 0 51 3 0 0 20 0 20 0 3441642 11162247168 18988 33554432000 4194304 4196468 140732040229248 140599225886848 140598861340979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10900632

[startup+1.50169 s]
/proc/loadavg: 8.64 9.08 6.50 7/283 15183
/proc/meminfo: memFree=30635872/32770624 swapFree=5804/216140
[pid=15163] ppid=15160 vsize=10900632 CPUtime=5.03 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 14760 0 0 0 445 58 0 0 20 0 20 0 3441642 11162247168 71415 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725158 71415 3123 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900632 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) R 15160 15163 14782 0 -1 4202560 5983 0 0 0 116 4 0 0 20 0 20 0 3441642 11162247168 71415 33554432000 4194304 4196468 140732040229248 140599225887672 140598861902647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15166] ppid=15160 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15166/stat : 15166 (java) S 15160 15163 14782 0 -1 1077944384 83 0 0 0 6 6 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140599178205968 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15167] ppid=15160 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15167/stat : 15167 (java) S 15160 15163 14782 0 -1 1077944384 81 0 0 0 6 6 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598827735952 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15168] ppid=15160 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15168/stat : 15168 (java) S 15160 15163 14782 0 -1 1077944384 86 0 0 0 7 5 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598826683408 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15169] ppid=15160 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15169/stat : 15169 (java) S 15160 15163 14782 0 -1 1077944384 84 0 0 0 7 5 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598825630864 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15170] ppid=15160 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15170/stat : 15170 (java) S 15160 15163 14782 0 -1 1077944384 89 0 0 0 6 6 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598824577296 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15171] ppid=15160 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15171/stat : 15171 (java) S 15160 15163 14782 0 -1 1077944384 84 0 0 0 7 5 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598823524752 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15172] ppid=15160 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15172/stat : 15172 (java) S 15160 15163 14782 0 -1 1077944384 97 0 0 0 6 6 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598822472208 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15173] ppid=15160 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15173/stat : 15173 (java) S 15160 15163 14782 0 -1 1077944384 90 0 0 0 7 6 0 0 20 0 20 0 3441643 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598821419664 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15174] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15174/stat : 15174 (java) S 15160 15163 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3441645 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598039235056 140599221664386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15175] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15175/stat : 15175 (java) S 15160 15163 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 71415 33554432000 4194304 4196468 140732040229248 140598038181280 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15176] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15176/stat : 15176 (java) S 15160 15163 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597834802672 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15177] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15177/stat : 15177 (java) S 15160 15163 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597833751248 140599221671835 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15178] ppid=15160 vsize=10900632 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15178/stat : 15178 (java) S 15160 15163 14782 0 -1 1077944384 1990 0 0 0 76 0 0 0 20 0 20 0 3441650 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597832697840 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15179] ppid=15160 vsize=10900632 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15179/stat : 15179 (java) S 15160 15163 14782 0 -1 1077944384 1263 0 0 0 77 0 0 0 20 0 20 0 3441650 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597831645296 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15180] ppid=15160 vsize=10900632 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15180/stat : 15180 (java) S 15160 15163 14782 0 -1 1077944384 1468 0 0 0 72 0 0 0 20 0 20 0 3441650 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597830592752 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15181] ppid=15160 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15181/stat : 15181 (java) R 15160 15163 14782 0 -1 4202560 1912 0 0 0 46 0 0 0 20 0 20 0 3441650 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597829540504 140599203237901 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15182] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15182/stat : 15182 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597828487904 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15183] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15183/stat : 15183 (java) S 15160 15163 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3441664 11162247168 71415 33554432000 4194304 4196468 140732040229248 140597827435440 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 10900632

[startup+3.10069 s]
/proc/loadavg: 8.64 9.08 6.50 10/283 15183
/proc/meminfo: memFree=30248804/32770624 swapFree=5804/216140
[pid=15163] ppid=15160 vsize=10900632 CPUtime=13.28 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 16204 0 0 0 1186 142 0 0 20 0 20 0 3441642 11162247168 147787 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725158 147787 3134 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900632 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) R 15160 15163 14782 0 -1 4202560 6054 0 0 0 144 7 0 0 20 0 20 0 3441642 11162247168 147787 33554432000 4194304 4196468 140732040229248 140599225888776 140598862375031 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15166] ppid=15160 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15166/stat : 15166 (java) S 15160 15163 14782 0 -1 1077944384 185 0 0 0 90 16 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140599178205968 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15167] ppid=15160 vsize=10900632 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15167/stat : 15167 (java) S 15160 15163 14782 0 -1 1077944384 187 0 0 0 89 16 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598827735952 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15168] ppid=15160 vsize=10900632 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15168/stat : 15168 (java) S 15160 15163 14782 0 -1 1077944384 208 0 0 0 93 15 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598826683408 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15169] ppid=15160 vsize=10900632 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15169/stat : 15169 (java) S 15160 15163 14782 0 -1 1077944384 169 0 0 0 89 14 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598825630864 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15170] ppid=15160 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15170/stat : 15170 (java) S 15160 15163 14782 0 -1 1077944384 188 0 0 0 90 16 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598824577296 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15171] ppid=15160 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15171/stat : 15171 (java) S 15160 15163 14782 0 -1 1077944384 184 0 0 0 90 16 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598823524752 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15172] ppid=15160 vsize=10900632 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15172/stat : 15172 (java) S 15160 15163 14782 0 -1 1077944384 210 0 0 0 90 17 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598822472208 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15173] ppid=15160 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15173/stat : 15173 (java) S 15160 15163 14782 0 -1 1077944384 190 0 0 0 90 16 0 0 20 0 20 0 3441643 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598821419664 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15174] ppid=15160 vsize=10900632 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15174/stat : 15174 (java) S 15160 15163 14782 0 -1 1077944384 485 0 0 0 34 0 0 0 20 0 20 0 3441645 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598039235056 140599221664386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15175] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15175/stat : 15175 (java) S 15160 15163 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 147787 33554432000 4194304 4196468 140732040229248 140598038181280 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15176] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15176/stat : 15176 (java) S 15160 15163 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597834802672 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15177] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15177/stat : 15177 (java) S 15160 15163 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597833751248 140599221671835 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15178] ppid=15160 vsize=10900632 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15178/stat : 15178 (java) S 15160 15163 14782 0 -1 1077944384 1996 0 0 0 78 0 0 0 20 0 20 0 3441650 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597832697840 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15179] ppid=15160 vsize=10900632 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15179/stat : 15179 (java) S 15160 15163 14782 0 -1 1077944384 1273 0 0 0 80 0 0 0 20 0 20 0 3441650 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597831645296 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15180] ppid=15160 vsize=10900632 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15180/stat : 15180 (java) S 15160 15163 14782 0 -1 1077944384 1470 0 0 0 74 0 0 0 20 0 20 0 3441650 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597830592752 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15181] ppid=15160 vsize=10900632 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15181/stat : 15181 (java) S 15160 15163 14782 0 -1 1077944384 2038 0 0 0 49 0 0 0 20 0 20 0 3441650 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597829540208 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15182] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15182/stat : 15182 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597828487904 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15183] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15183/stat : 15183 (java) S 15160 15163 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3441664 11162247168 147787 33554432000 4194304 4196468 140732040229248 140597827435440 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 10900632

[startup+6.30116 s]
/proc/loadavg: 8.19 8.98 6.48 3/283 15183
/proc/meminfo: memFree=29822864/32770624 swapFree=5804/216152
[pid=15163] ppid=15160 vsize=10900632 CPUtime=27.14 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 25712 0 0 0 2391 323 0 0 20 0 20 0 3441642 11162247168 254618 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725158 254618 3151 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900632 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) R 15160 15163 14782 0 -1 4202560 7305 0 0 0 222 8 0 0 20 0 20 0 3441642 11162247168 254618 33554432000 4194304 4196468 140732040229248 140599225888328 140598862501325 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15166] ppid=15160 vsize=10900632 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15166/stat : 15166 (java) S 15160 15163 14782 0 -1 1077944384 408 0 0 0 213 39 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140599178205968 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15167] ppid=15160 vsize=10900632 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15167/stat : 15167 (java) S 15160 15163 14782 0 -1 1077944384 494 0 0 0 211 39 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598827735952 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15168] ppid=15160 vsize=10900632 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15168/stat : 15168 (java) S 15160 15163 14782 0 -1 1077944384 491 0 0 0 211 38 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598826683408 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15169] ppid=15160 vsize=10900632 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15169/stat : 15169 (java) S 15160 15163 14782 0 -1 1077944384 403 0 0 0 211 38 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598825630864 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15170] ppid=15160 vsize=10900632 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15170/stat : 15170 (java) S 15160 15163 14782 0 -1 1077944384 421 0 0 0 211 37 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598824577296 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15171] ppid=15160 vsize=10900632 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15171/stat : 15171 (java) S 15160 15163 14782 0 -1 1077944384 401 0 0 0 217 37 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598823524752 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15172] ppid=15160 vsize=10900632 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15172/stat : 15172 (java) S 15160 15163 14782 0 -1 1077944384 453 0 0 0 211 40 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598822472208 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15173] ppid=15160 vsize=10900632 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15173/stat : 15173 (java) S 15160 15163 14782 0 -1 1077944384 423 0 0 0 214 38 0 0 20 0 20 0 3441643 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598821419664 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15174] ppid=15160 vsize=10900632 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15174/stat : 15174 (java) S 15160 15163 14782 0 -1 1077944384 2283 0 0 0 127 0 0 0 20 0 20 0 3441645 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598039235056 140599221664386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15175] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15175/stat : 15175 (java) S 15160 15163 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 254618 33554432000 4194304 4196468 140732040229248 140598038181280 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15176] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15176/stat : 15176 (java) S 15160 15163 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 254618 33554432000 4194304 4196468 140732040229248 140597834802672 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15177] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=15163/tid=15172] ppid=15160 vsize=10900632 CPUtime=295.58 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15172/stat : 15172 (java) R 15160 15163 14782 0 -1 4202560 18108 0 0 0 29230 328 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598822472328 140599214281447 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15173] ppid=15160 vsize=10900632 CPUtime=296.44 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15173/stat : 15173 (java) R 15160 15163 14782 0 -1 4202560 28762 0 0 0 29327 317 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598821419784 140599214281447 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15174] ppid=15160 vsize=10900632 CPUtime=18.19 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15174/stat : 15174 (java) S 15160 15163 14782 0 -1 1077944384 60582 0 0 0 1815 4 0 0 20 0 20 0 3441645 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598039233600 140599221663445 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15175] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15175/stat : 15175 (java) S 15160 15163 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598038181280 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15176] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15176/stat : 15176 (java) S 15160 15163 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597834802672 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15177] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15177/stat : 15177 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597833750896 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15178] ppid=15160 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15178/stat : 15178 (java) S 15160 15163 14782 0 -1 1077944384 5401 0 0 0 142 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597832697888 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15179] ppid=15160 vsize=10900632 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15179/stat : 15179 (java) S 15160 15163 14782 0 -1 1077944384 12052 0 0 0 204 2 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597831645056 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15180] ppid=15160 vsize=10900632 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15180/stat : 15180 (java) S 15160 15163 14782 0 -1 1077944384 2597 0 0 0 92 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597830592800 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15181] ppid=15160 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15181/stat : 15181 (java) S 15160 15163 14782 0 -1 1077944384 2656 0 0 0 56 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597829540256 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15182] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15182/stat : 15182 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597828487904 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15183] ppid=15160 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15183/stat : 15183 (java) S 15160 15163 14782 0 -1 1077944384 295 0 0 0 9 6 0 0 20 0 20 0 3441664 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597827435440 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 2405.88
Current children cumulated vsize (KiB) 10900632

[startup+332.801 s]
/proc/loadavg: 8.14 8.35 6.89 10/282 15188
/proc/meminfo: memFree=22216868/32770624 swapFree=5804/216448
[pid=15163] ppid=15160 vsize=10900632 CPUtime=2412.1 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 306630 0 0 0 238612 2598 0 0 20 0 20 0 3441642 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725158 2046533 3167 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900632 CPUtime=14.37 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) S 15160 15163 14782 0 -1 1077944384 17992 0 0 0 1426 11 0 0 20 0 20 0 3441642 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140599225891456 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15166] ppid=15160 vsize=10900632 CPUtime=297.57 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15166/stat : 15166 (java) R 15160 15163 14782 0 -1 4202560 22937 0 0 0 29427 330 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140599178206168 140599206353883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15167] ppid=15160 vsize=10900632 CPUtime=296.89 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15167/stat : 15167 (java) R 15160 15163 14782 0 -1 4202560 30958 0 0 0 29369 320 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598827736072 140599205036272 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15168] ppid=15160 vsize=10900632 CPUtime=296.1 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15168/stat : 15168 (java) R 15160 15163 14782 0 -1 4202560 24719 0 0 0 29270 340 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598826683528 140599214281447 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15169] ppid=15160 vsize=10900632 CPUtime=296.8 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15169/stat : 15169 (java) R 15160 15163 14782 0 -1 4202560 22900 0 0 0 29367 313 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598825630984 140599214281447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15170] ppid=15160 vsize=10900632 CPUtime=296.34 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15170/stat : 15170 (java) R 15160 15163 14782 0 -1 4202560 19741 0 0 0 29320 314 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598824577416 140599214281447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15171] ppid=15160 vsize=10900632 CPUtime=297.01 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15171/stat : 15171 (java) R 15160 15163 14782 0 -1 4202560 35561 0 0 0 29395 306 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598823524872 140599205036274 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15172] ppid=15160 vsize=10900632 CPUtime=296.35 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15172/stat : 15172 (java) R 15160 15163 14782 0 -1 4202560 18108 0 0 0 29307 328 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598822472328 140599214281447 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15173] ppid=15160 vsize=10900632 CPUtime=297.22 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15173/stat : 15173 (java) R 15160 15163 14782 0 -1 4202560 28762 0 0 0 29404 318 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598821419784 140599214281447 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15174] ppid=15160 vsize=10900632 CPUtime=18.19 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15174/stat : 15174 (java) S 15160 15163 14782 0 -1 1077944384 60582 0 0 0 1815 4 0 0 20 0 20 0 3441645 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598039233600 140599221663445 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15175] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15175/stat : 15175 (java) S 15160 15163 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598038181280 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15176] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15176/stat : 15176 (java) S 15160 15163 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597834802672 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15177] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15177/stat : 15177 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597833750896 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15178] ppid=15160 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15178/stat : 15178 (java) S 15160 15163 14782 0 -1 1077944384 5401 0 0 0 142 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597832697888 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15179] ppid=15160 vsize=10900632 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15179/stat : 15179 (java) S 15160 15163 14782 0 -1 1077944384 12052 0 0 0 204 2 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597831645056 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15180] ppid=15160 vsize=10900632 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15180/stat : 15180 (java) S 15160 15163 14782 0 -1 1077944384 2597 0 0 0 92 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597830592800 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15181] ppid=15160 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15181/stat : 15181 (java) S 15160 15163 14782 0 -1 1077944384 2656 0 0 0 56 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597829540256 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15182] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15182/stat : 15182 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597828487904 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15183] ppid=15160 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15183/stat : 15183 (java) S 15160 15163 14782 0 -1 1077944384 295 0 0 0 9 6 0 0 20 0 20 0 3441664 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597827435440 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 2412.1
Current children cumulated vsize (KiB) 10900632

[startup+333.201 s]
/proc/loadavg: 8.14 8.35 6.89 10/282 15188
/proc/meminfo: memFree=22216868/32770624 swapFree=5804/216448
[pid=15163] ppid=15160 vsize=10900632 CPUtime=2415.21 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 306630 0 0 0 238923 2598 0 0 20 0 20 0 3441642 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725158 2046533 3167 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900632 CPUtime=14.37 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) S 15160 15163 14782 0 -1 1077944384 17992 0 0 0 1426 11 0 0 20 0 20 0 3441642 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140599225891456 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15166] ppid=15160 vsize=10900632 CPUtime=297.97 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15166/stat : 15166 (java) R 15160 15163 14782 0 -1 4202560 22937 0 0 0 29467 330 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140599178206168 140599206353944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15167] ppid=15160 vsize=10900632 CPUtime=297.28 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15167/stat : 15167 (java) R 15160 15163 14782 0 -1 4202560 30958 0 0 0 29408 320 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598827736072 140599214281447 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15168] ppid=15160 vsize=10900632 CPUtime=296.49 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15168/stat : 15168 (java) R 15160 15163 14782 0 -1 4202560 24719 0 0 0 29309 340 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598826683528 140599214281447 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15169] ppid=15160 vsize=10900632 CPUtime=297.19 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15169/stat : 15169 (java) R 15160 15163 14782 0 -1 4202560 22900 0 0 0 29406 313 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598825630984 140599214281447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15170] ppid=15160 vsize=10900632 CPUtime=296.73 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15170/stat : 15170 (java) R 15160 15163 14782 0 -1 4202560 19741 0 0 0 29359 314 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598824577416 140599214281447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15171] ppid=15160 vsize=10900632 CPUtime=297.4 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15171/stat : 15171 (java) R 15160 15163 14782 0 -1 4202560 35561 0 0 0 29434 306 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598823524872 140599207412056 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15172] ppid=15160 vsize=10900632 CPUtime=296.74 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15172/stat : 15172 (java) S 15160 15163 14782 0 -1 1077944384 18108 0 0 0 29346 328 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598822472016 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15173] ppid=15160 vsize=10900632 CPUtime=297.61 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15173/stat : 15173 (java) R 15160 15163 14782 0 -1 4202560 28762 0 0 0 29443 318 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598821419784 140599214281447 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15174] ppid=15160 vsize=10900632 CPUtime=18.19 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15174/stat : 15174 (java) S 15160 15163 14782 0 -1 1077944384 60582 0 0 0 1815 4 0 0 20 0 20 0 3441645 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598039233600 140599221663445 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15175] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15175/stat : 15175 (java) S 15160 15163 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598038181280 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15176] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15176/stat : 15176 (java) S 15160 15163 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597834802672 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15177] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15177/stat : 15177 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597833750896 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15178] ppid=15160 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15178/stat : 15178 (java) S 15160 15163 14782 0 -1 1077944384 5401 0 0 0 142 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597832697888 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15179] ppid=15160 vsize=10900632 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15179/stat : 15179 (java) S 15160 15163 14782 0 -1 1077944384 12052 0 0 0 204 2 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597831645056 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15180] ppid=15160 vsize=10900632 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15180/stat : 15180 (java) S 15160 15163 14782 0 -1 1077944384 2597 0 0 0 92 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597830592800 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15181] ppid=15160 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15181/stat : 15181 (java) S 15160 15163 14782 0 -1 1077944384 2656 0 0 0 56 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597829540256 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15182] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15182/stat : 15182 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597828487904 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15183] ppid=15160 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15183/stat : 15183 (java) S 15160 15163 14782 0 -1 1077944384 295 0 0 0 9 6 0 0 20 0 20 0 3441664 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597827435440 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 2415.21
Current children cumulated vsize (KiB) 10900632

[startup+333.301 s]
/proc/loadavg: 8.14 8.35 6.89 10/282 15188
/proc/meminfo: memFree=22216868/32770624 swapFree=5804/216448
[pid=15163] ppid=15160 vsize=10900632 CPUtime=2416.06 cores=0,2,4,6,8,10,12,14
/proc/15163/stat : 15163 (java) S 15160 15163 14782 0 -1 1077944320 306630 0 0 0 239008 2598 0 0 20 0 20 0 3441642 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140732040211792 140599221653239 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
/proc/15163/statm: 2725158 2046533 3167 1 0 2713552 0
[pid=15163/tid=15164] ppid=15160 vsize=10900632 CPUtime=14.37 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15164/stat : 15164 (java) S 15160 15163 14782 0 -1 1077944384 17992 0 0 0 1426 11 0 0 20 0 20 0 3441642 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140599225891456 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15166] ppid=15160 vsize=10900632 CPUtime=298.08 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15166/stat : 15166 (java) R 15160 15163 14782 0 -1 4202560 22937 0 0 0 29478 330 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140599178206168 140599206353824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15167] ppid=15160 vsize=10900632 CPUtime=297.38 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15167/stat : 15167 (java) R 15160 15163 14782 0 -1 4202560 30958 0 0 0 29418 320 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598827736072 140599214281447 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15168] ppid=15160 vsize=10900632 CPUtime=296.59 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15168/stat : 15168 (java) R 15160 15163 14782 0 -1 4202560 24719 0 0 0 29319 340 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598826683528 140599214281447 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15169] ppid=15160 vsize=10900632 CPUtime=297.3 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15169/stat : 15169 (java) R 15160 15163 14782 0 -1 4202560 22900 0 0 0 29417 313 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598825630984 140599214281447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15170] ppid=15160 vsize=10900632 CPUtime=296.83 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15170/stat : 15170 (java) R 15160 15163 14782 0 -1 4202560 19741 0 0 0 29369 314 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598824577416 140599214281447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15171] ppid=15160 vsize=10900632 CPUtime=297.49 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15171/stat : 15171 (java) R 15160 15163 14782 0 -1 4202560 35561 0 0 0 29443 306 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598823524872 140599205036274 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15172] ppid=15160 vsize=10900632 CPUtime=296.86 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15172/stat : 15172 (java) S 15160 15163 14782 0 -1 1077944384 18108 0 0 0 29357 329 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598822472016 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15173] ppid=15160 vsize=10900632 CPUtime=297.72 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15173/stat : 15173 (java) R 15160 15163 14782 0 -1 4202560 28762 0 0 0 29454 318 0 0 20 0 20 0 3441643 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598821419784 140599214281447 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15174] ppid=15160 vsize=10900632 CPUtime=18.19 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15174/stat : 15174 (java) S 15160 15163 14782 0 -1 1077944384 60582 0 0 0 1815 4 0 0 20 0 20 0 3441645 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598039233600 140599221663445 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15175] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15175/stat : 15175 (java) S 15160 15163 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140598038181280 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15176] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15176/stat : 15176 (java) S 15160 15163 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3441646 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597834802672 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15177] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15177/stat : 15177 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597833750896 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15178] ppid=15160 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15178/stat : 15178 (java) S 15160 15163 14782 0 -1 1077944384 5401 0 0 0 142 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597832697888 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15179] ppid=15160 vsize=10900632 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15179/stat : 15179 (java) S 15160 15163 14782 0 -1 1077944384 12052 0 0 0 204 2 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597831645056 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15180] ppid=15160 vsize=10900632 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15180/stat : 15180 (java) S 15160 15163 14782 0 -1 1077944384 2597 0 0 0 92 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597830592800 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15181] ppid=15160 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15181/stat : 15181 (java) S 15160 15163 14782 0 -1 1077944384 2656 0 0 0 56 1 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597829540256 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15182] ppid=15160 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15182/stat : 15182 (java) S 15160 15163 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3441650 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597828487904 140599221663445 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
[pid=15163/tid=15183] ppid=15160 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15163/task/15183/stat : 15183 (java) S 15160 15163 14782 0 -1 1077944384 295 0 0 0 9 6 0 0 20 0 20 0 3441664 11162247168 2046533 33554432000 4194304 4196468 140732040229248 140597827435440 140599221664386 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36655104 140732040234155 140732040234308 140732040234308 140732040237007 0
Current children cumulated CPU time (s) 2416.06
Current children cumulated vsize (KiB) 10900632

Child ended because it received signal 9 (SIGKILL)
Real time (s): 333.358
CPU time (s): 2416.14
CPU user time (s): 2390.11
CPU system time (s): 26.0297
CPU usage (%): 724.79
Max. virtual memory (cumulated for all children) (KiB): 10900632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.11
system time used= 26.0297
maximum resident set size= 8186496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29313
involuntary context switches= 149847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.87475 second user time and 3.70132 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 02:02:34
IDJOB=4244203
IDBENCH=138399
IDSOLVER=2623
FILE ID=node143/4244203-1500681754
RUNJOBID= node143-1500681065-14813
PBS_JOBID= 20623040
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-14.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244203-1500681754/watcher-4244203-1500681754 -o /tmp/evaluation-result-4244203-1500681754/solver-4244203-1500681754 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500681065-14813 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244203-1500681754.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= e8698b72f1d598ed72051801219b61cc
RANDOM SEED=879358805

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30825688 kB
MemAvailable:   30893908 kB
Buffers:           77036 kB
Cached:           289916 kB
SwapCached:            0 kB
Active:          1319688 kB
Inactive:         224512 kB
Active(anon):    1180044 kB
Inactive(anon):     8736 kB
Active(file):     139644 kB
Inactive(file):   215776 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1988 kB
Writeback:             0 kB
AnonPages:       1203140 kB
Mapped:            42576 kB
Shmem:              8852 kB
Slab:              90376 kB
SReclaimable:      57268 kB
SUnreclaim:        33108 kB
KernelStack:        4896 kB
PageTables:         8076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2153400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61988 MiB
End job on node143 at 2017-07-22 02:08:07