Trace number 4285375

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22SAT 6.0297399 2.1266301

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-05_X2.xml
MD5SUMe93f9383432bfdcdac2c998bf48e4532
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.119231
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints309
Number of domains2
Minimum domain size6
Maximum domain size25
Distribution of domain sizes[{"size":6,"count":1},{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree25
Distribution of variable degrees[{"degree":9,"count":1},{"degree":24,"count":16},{"degree":25,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":309}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 771011736
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
1.06/0.68	c Parsing done, starting search...
5.50/2.09	s SATISFIABLE
5.50/2.09	v <instantiation>
5.50/2.09	v 	<list>
5.50/2.09	v 		w0 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]
5.50/2.09	v 	</list>
5.50/2.09	v 	<values>
5.50/2.09	v 		12 24 17 20 11 0 7 4 13 6 3 14 23 16 5 2 9 18 21 10 1 12 15 22 19 8 
5.50/2.09	v 	</values>
5.50/2.09	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285375-1503439289/watcher-4285375-1503439289 -o /tmp/evaluation-result-4285375-1503439289/solver-4285375-1503439289 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503435906-8407 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 771011736 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285375-1503439289.xml 

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

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


[startup+0.100156 s]*
/proc/loadavg: 8.14 8.64 8.65 2/198 8591
/proc/meminfo: memFree=24064628/32770624 swapFree=67108860/67108860
[pid=8571] ppid=8568 vsize=26000852 memory=34044 CPUtime=0.12 cores=0-7
/proc/8571/stat : 8571 (java) S 8568 8571 8380 0 -1 1077944320 8399 0 0 0 11 1 0 0 20 0 20 0 177016972 26624872448 8511 33554432000 4194304 4196468 140721561746944 140721561729488 139844072349431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
/proc/8571/statm: 6500213 8511 3411 1 0 6487932 0
[pid=8571/tid=8573] ppid=8568 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8571/task/8573/stat : 8573 (java) R 8568 8571 8380 0 -1 4202560 6357 0 0 0 8 1 0 0 20 0 20 0 177016972 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844076564464 139844072371357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8574] ppid=8568 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8571/task/8574/stat : 8574 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844024970000 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8575] ppid=8568 vsize=26000852 memory=140492672804480 CPUtime=0 cores=0-7
/proc/8571/task/8575/stat : 8575 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844023917456 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8576] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8576/stat : 8576 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844022864912 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8577] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8577/stat : 8577 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844021812368 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8578] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8578/stat : 8578 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844020758800 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8579] ppid=8568 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8571/task/8579/stat : 8579 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844019706256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8580] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8580/stat : 8580 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844018653712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8581] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8581/stat : 8581 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 8511 33554432000 4194304 4196468 140721561746944 139844017601168 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8582] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8582/stat : 8582 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016974 26624872448 8511 33554432000 4194304 4196468 140721561746944 139843200838128 139844072360578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8583] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8583/stat : 8583 (java) S 8568 8571 8380 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177016975 26624872448 8511 33554432000 4194304 4196468 140721561746944 139843199784352 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8584] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8584/stat : 8584 (java) S 8568 8571 8380 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177016975 26624872448 8511 33554432000 4194304 4196468 140721561746944 139843198731760 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8585] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8585/stat : 8585 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 8511 33554432000 4194304 4196468 140721561746944 139843197680336 139844072368027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8586] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8586/stat : 8586 (java) S 8568 8571 8380 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 8511 33554432000 4194304 4196468 140721561746944 139842206296048 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8587] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8587/stat : 8587 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 8511 33554432000 4194304 4196468 140721561746944 139842205243504 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8588] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8588/stat : 8588 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 8511 33554432000 4194304 4196468 140721561746944 139842204190960 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8589] ppid=8568 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/8571/task/8589/stat : 8589 (java) S 8568 8571 8380 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 20 0 177016977 26624872448 8511 33554432000 4194304 4196468 140721561746944 139842203138416 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8590] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8590/stat : 8590 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 8511 33554432000 4194304 4196468 140721561746944 139842202086112 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8591] ppid=8568 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8571/task/8591/stat : 8591 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016978 26624872448 8511 33554432000 4194304 4196468 140721561746944 139842201033648 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 34044 KiB

[startup+0.210254 s]*
/proc/loadavg: 8.14 8.64 8.65 3/198 8591
/proc/meminfo: memFree=24055368/32770624 swapFree=67108860/67108860
[pid=8571] ppid=8568 vsize=26000852 memory=42924 CPUtime=0.3 cores=0-7
/proc/8571/stat : 8571 (java) S 8568 8571 8380 0 -1 1077944320 9410 0 0 0 28 2 0 0 20 0 20 0 177016972 26624872448 10731 33554432000 4194304 4196468 140721561746944 140721561729488 139844072349431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
/proc/8571/statm: 6500213 10731 3593 1 0 6487932 0
[pid=8571/tid=8573] ppid=8568 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/8571/task/8573/stat : 8573 (java) R 8568 8571 8380 0 -1 1077944384 7017 0 0 0 18 1 0 0 20 0 20 0 177016972 26624872448 10776 33554432000 4194304 4196468 140721561746944 139844076558688 139844065028653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8574] ppid=8568 vsize=26000852 memory=9275 CPUtime=0 cores=0-7
/proc/8571/task/8574/stat : 8574 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 10776 33554432000 4194304 4196468 140721561746944 139844024970000 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8575] ppid=8568 vsize=26000852 memory=140492672812343 CPUtime=0 cores=0-7
/proc/8571/task/8575/stat : 8575 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 10776 33554432000 4194304 4196468 140721561746944 139844023917456 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8576] ppid=8568 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8571/task/8576/stat : 8576 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 10776 33554432000 4194304 4196468 140721561746944 139844022864912 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8577] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8577/stat : 8577 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 10776 33554432000 4194304 4196468 140721561746944 139844021812368 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8578] ppid=8568 vsize=26000884 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8578/stat : 8578 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624905216 10776 33554432000 4194304 4196468 140721561746944 139844020758800 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8579] ppid=8568 vsize=26000884 memory=-1 CPUtime=0 cores=0-7
/proc/8571/task/8579/stat : 8579 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624905216 10776 33554432000 4194304 4196468 140721561746944 139844019706256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8580] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8580/stat : 8580 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 10776 33554432000 4194304 4196468 140721561746944 139844018653712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8581] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8581/stat : 8581 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26624872448 10776 33554432000 4194304 4196468 140721561746944 139844017601168 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8582] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8582/stat : 8582 (java) S 8568 8571 8380 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177016974 26624872448 10776 33554432000 4194304 4196468 140721561746944 139843200838128 139844072360578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8583] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8583/stat : 8583 (java) S 8568 8571 8380 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177016975 26624872448 10776 33554432000 4194304 4196468 140721561746944 139843199784352 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8584] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8584/stat : 8584 (java) S 8568 8571 8380 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177016975 26624872448 10776 33554432000 4194304 4196468 140721561746944 139843198731760 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8585] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8585/stat : 8585 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 10776 33554432000 4194304 4196468 140721561746944 139843197680336 139844072368027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8586] ppid=8568 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/8571/task/8586/stat : 8586 (java) S 8568 8571 8380 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 177016977 26624872448 10776 33554432000 4194304 4196468 140721561746944 139842206296048 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8587] ppid=8568 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/8571/task/8587/stat : 8587 (java) S 8568 8571 8380 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 20 0 177016977 26624872448 10776 33554432000 4194304 4196468 140721561746944 139842205243504 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8588] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8588/stat : 8588 (java) R 8568 8571 8380 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 10776 33554432000 4194304 4196468 140721561746944 139842204190960 139844072360578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8589] ppid=8568 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/8571/task/8589/stat : 8589 (java) S 8568 8571 8380 0 -1 1077944384 387 0 0 0 5 0 0 0 20 0 20 0 177016977 26624872448 10776 33554432000 4194304 4196468 140721561746944 139842203138416 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8590] ppid=8568 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8590/stat : 8590 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016977 26624872448 10776 33554432000 4194304 4196468 140721561746944 139842202086112 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8591] ppid=8568 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8571/task/8591/stat : 8591 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016978 26624872448 10776 33554432000 4194304 4196468 140721561746944 139842201033648 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 42924 KiB

[startup+0.310144 s]*
/proc/loadavg: 8.14 8.64 8.65 2/198 8591
/proc/meminfo: memFree=24047908/32770624 swapFree=67108860/67108860
[pid=8571] ppid=8568 vsize=26000872 memory=51176 CPUtime=0.49 cores=0-7
/proc/8571/stat : 8571 (java) S 8568 8571 8380 0 -1 1077944320 10622 0 0 0 46 3 0 0 20 0 20 0 177016972 26624892928 12794 33554432000 4194304 4196468 140721561746944 140721561729488 139844072349431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
/proc/8571/statm: 6500218 12794 3711 1 0 6487932 0
[pid=8571/tid=8573] ppid=8568 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8571/task/8573/stat : 8573 (java) R 8568 8571 8380 0 -1 4202560 7740 0 0 0 28 1 0 0 20 0 20 0 177016972 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844076574288 139844056393061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8574] ppid=8568 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8574/stat : 8574 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844024970000 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8575] ppid=8568 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8575/stat : 8575 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844023917456 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8576] ppid=8568 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8576/stat : 8576 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844022864912 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8577] ppid=8568 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8577/stat : 8577 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844021812368 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8578] ppid=8568 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/8571/task/8578/stat : 8578 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844020758800 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8579] ppid=8568 vsize=26000872 memory=140492541096879 CPUtime=0 cores=0-7
/proc/8571/task/8579/stat : 8579 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844019706256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8580] ppid=8568 vsize=26000872 memory=140492541099184 CPUtime=0 cores=0-7
/proc/8571/task/8580/stat : 8580 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844018653712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8581] ppid=8568 vsize=26000872 memory=140492541101488 CPUtime=0 cores=0-7
/proc/8571/task/8581/stat : 8581 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26624892928 12794 33554432000 4194304 4196468 140721561746944 139844017601168 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8582] ppid=8568 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8582/stat : 8582 (java) S 8568 8571 8380 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177016974 26624892928 12794 33554432000 4194304 4196468 140721561746944 139843200838128 139844072360578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8583] ppid=8568 vsize=26000872 memory=280985082209936 CPUtime=0 cores=0-7
/proc/8571/task/8583/stat : 8583 (java) S 8568 8571 8380 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177016975 26624892928 12794 33554432000 4194304 4196468 140721561746944 139843199784352 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8584] ppid=8568 vsize=26000872 memory=280985082216848 CPUtime=0 cores=0-7
/proc/8571/task/8584/stat : 8584 (java) S 8568 8571 8380 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177016975 26624892928 12794 33554432000 4194304 4196468 140721561746944 139843198731760 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8585] ppid=8568 vsize=26000872 memory=280985082158128 CPUtime=0 cores=0-7
/proc/8571/task/8585/stat : 8585 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016977 26624892928 12794 33554432000 4194304 4196468 140721561746944 139843197680336 139844072368027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8586] ppid=8568 vsize=26000872 memory=280985082230672 CPUtime=0.02 cores=0-7
/proc/8571/task/8586/stat : 8586 (java) S 8568 8571 8380 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 20 0 177016977 26624892928 12794 33554432000 4194304 4196468 140721561746944 139842206296048 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8587] ppid=8568 vsize=26000872 memory=280985082237584 CPUtime=0.04 cores=0-7
/proc/8571/task/8587/stat : 8587 (java) S 8568 8571 8380 0 -1 1077944384 256 0 0 0 4 0 0 0 20 0 20 0 177016977 26624892928 12794 33554432000 4194304 4196468 140721561746944 139842205243504 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8588] ppid=8568 vsize=26000872 memory=280985082235280 CPUtime=0.02 cores=0-7
/proc/8571/task/8588/stat : 8588 (java) S 8568 8571 8380 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 20 0 177016977 26624892928 12794 33554432000 4194304 4196468 140721561746944 139842204190960 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8589] ppid=8568 vsize=26000872 memory=280985082251888 CPUtime=0.08 cores=0-7
/proc/8571/task/8589/stat : 8589 (java) R 8568 8571 8380 0 -1 4202560 523 0 0 0 8 0 0 0 20 0 20 0 177016977 26624892928 12794 33554432000 4194304 4196468 140721561746944 139842203138416 139844050869520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8590] ppid=8568 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8590/stat : 8590 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016977 26624892928 12794 33554432000 4194304 4196468 140721561746944 139842202086112 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8591] ppid=8568 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/8571/task/8591/stat : 8591 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016978 26624892928 12794 33554432000 4194304 4196468 140721561746944 139842201033648 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 51176 KiB

[startup+0.701552 s]
/proc/loadavg: 8.14 8.64 8.65 3/198 8591
/proc/meminfo: memFree=24034880/32770624 swapFree=67108860/67108860
[pid=8571] ppid=8568 vsize=26004968 memory=82616 CPUtime=1.35 cores=0-7
/proc/8571/stat : 8571 (java) S 8568 8571 8380 0 -1 1077944320 14246 0 0 0 130 5 0 0 20 0 20 0 177016972 26629087232 20654 33554432000 4194304 4196468 140721561746944 140721561729488 139844072349431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
/proc/8571/statm: 6501242 20654 3776 1 0 6488956 0
[pid=8571/tid=8573] ppid=8568 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/8571/task/8573/stat : 8573 (java) R 8568 8571 8380 0 -1 4202560 8915 0 0 0 64 3 0 0 20 0 20 0 177016972 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844076570320 139844056429918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8574] ppid=8568 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8574/stat : 8574 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844024970000 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8575] ppid=8568 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8575/stat : 8575 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844023917456 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8576] ppid=8568 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8576/stat : 8576 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844022864912 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8577] ppid=8568 vsize=26004968 memory=1224 CPUtime=0 cores=0-7
/proc/8571/task/8577/stat : 8577 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844021812368 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8578] ppid=8568 vsize=26004968 memory=5792 CPUtime=0 cores=0-7
/proc/8571/task/8578/stat : 8578 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844020758800 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8579] ppid=8568 vsize=26004968 memory=4620 CPUtime=0 cores=0-7
/proc/8571/task/8579/stat : 8579 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844019706256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8580] ppid=8568 vsize=26004968 memory=1200 CPUtime=0 cores=0-7
/proc/8571/task/8580/stat : 8580 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844018653712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8581] ppid=8568 vsize=26004968 memory=15880 CPUtime=0 cores=0-7
/proc/8571/task/8581/stat : 8581 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26629087232 20654 33554432000 4194304 4196468 140721561746944 139844017601168 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8582] ppid=8568 vsize=26004968 memory=16236 CPUtime=0 cores=0-7
/proc/8571/task/8582/stat : 8582 (java) S 8568 8571 8380 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177016974 26629087232 20654 33554432000 4194304 4196468 140721561746944 139843200838128 139844072360578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0

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

[pid=8571/tid=8573] ppid=8568 vsize=26007016 memory=0 CPUtime=1.57 cores=0-7
/proc/8571/task/8573/stat : 8573 (java) R 8568 8571 8380 0 -1 4202560 11060 0 0 0 152 5 0 0 20 0 20 0 177016972 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844076582112 139844072361366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8574] ppid=8568 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8574/stat : 8574 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844024970000 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8575] ppid=8568 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8575/stat : 8575 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844023917456 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8576] ppid=8568 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8576/stat : 8576 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844022864912 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8577] ppid=8568 vsize=26007016 memory=4136 CPUtime=0 cores=0-7
/proc/8571/task/8577/stat : 8577 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844021812368 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8578] ppid=8568 vsize=26007016 memory=48964 CPUtime=0 cores=0-7
/proc/8571/task/8578/stat : 8578 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844020758800 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8579] ppid=8568 vsize=26007016 memory=6395206304940 CPUtime=0 cores=0-7
/proc/8571/task/8579/stat : 8579 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844019706256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8580] ppid=8568 vsize=26007016 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/8571/task/8580/stat : 8580 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844018653712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8581] ppid=8568 vsize=26007016 memory=13845266004445726 CPUtime=0 cores=0-7
/proc/8571/task/8581/stat : 8581 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016973 26631184384 49744 33554432000 4194304 4196468 140721561746944 139844017601168 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8582] ppid=8568 vsize=26007016 memory=1424 CPUtime=0 cores=0-7
/proc/8571/task/8582/stat : 8582 (java) S 8568 8571 8380 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 177016974 26631184384 49744 33554432000 4194304 4196468 140721561746944 139843200838128 139844072360578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8583] ppid=8568 vsize=26007016 memory=8620 CPUtime=0 cores=0-7
/proc/8571/task/8583/stat : 8583 (java) S 8568 8571 8380 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177016975 26631184384 49744 33554432000 4194304 4196468 140721561746944 139843199784352 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8584] ppid=8568 vsize=26007016 memory=1724 CPUtime=0 cores=0-7
/proc/8571/task/8584/stat : 8584 (java) S 8568 8571 8380 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177016975 26631184384 49744 33554432000 4194304 4196468 140721561746944 139843198731760 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8585] ppid=8568 vsize=26007016 memory=11104 CPUtime=0 cores=0-7
/proc/8571/task/8585/stat : 8585 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177016977 26631184384 49744 33554432000 4194304 4196468 140721561746944 139843197680336 139844072368027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8586] ppid=8568 vsize=26007016 memory=20036 CPUtime=0.68 cores=0-7
/proc/8571/task/8586/stat : 8586 (java) R 8568 8571 8380 0 -1 4202560 7613 0 0 0 66 2 0 0 20 0 20 0 177016977 26631184384 49744 33554432000 4194304 4196468 140721561746944 139842206296048 139844056604732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8587] ppid=8568 vsize=26007016 memory=6656426216303648864 CPUtime=0.73 cores=0-7
/proc/8571/task/8587/stat : 8587 (java) R 8568 8571 8380 0 -1 4202560 5665 0 0 0 71 2 0 0 20 0 20 0 177016977 26631184384 49744 33554432000 4194304 4196468 140721561746944 139842205243504 139844051704288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8588] ppid=8568 vsize=26007016 memory=6943526294502006880 CPUtime=0.71 cores=0-7
/proc/8571/task/8588/stat : 8588 (java) R 8568 8571 8380 0 -1 4202560 4845 0 0 0 70 1 0 0 20 0 20 0 177016977 26631184384 49744 33554432000 4194304 4196468 140721561746944 139842204190960 139844051747954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8589] ppid=8568 vsize=26007016 memory=6656426216303648864 CPUtime=0.57 cores=0-7
/proc/8571/task/8589/stat : 8589 (java) S 8568 8571 8380 0 -1 1077944384 5982 0 0 0 56 1 0 0 20 0 20 0 177016977 26631184384 49744 33554432000 4194304 4196468 140721561746944 139842203138416 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8590] ppid=8568 vsize=26007016 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/8571/task/8590/stat : 8590 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016977 26631184384 49744 33554432000 4194304 4196468 140721561746944 139842202086112 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8591] ppid=8568 vsize=26007016 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/8571/task/8591/stat : 8591 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177016978 26631184384 49744 33554432000 4194304 4196468 140721561746944 139842201033648 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 198976 KiB

[startup+2.00652 s]*
/proc/loadavg: 8.14 8.64 8.65 10/210 8603
/proc/meminfo: memFree=23844748/32770624 swapFree=67108860/67108860
[pid=8571] ppid=8568 vsize=26809880 memory=252184 CPUtime=5.5 cores=0-7
/proc/8571/stat : 8571 (java) S 8568 8571 8380 0 -1 1077944320 39894 0 0 0 531 19 0 0 20 0 32 0 177016972 27453317120 63046 33554432000 4194304 4196468 140721561746944 140721561729488 139844072349431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
/proc/8571/statm: 6702470 63046 3807 1 0 6690184 0
[pid=8571/tid=8573] ppid=8568 vsize=26809880 memory=8316850467074736180 CPUtime=1.91 cores=0-7
/proc/8571/task/8573/stat : 8573 (java) S 8568 8571 8380 0 -1 1077944384 12573 0 0 0 184 7 0 0 20 0 32 0 177016972 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844076586816 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8574] ppid=8568 vsize=26809880 memory=9296 CPUtime=0 cores=0-7
/proc/8571/task/8574/stat : 8574 (java) S 8568 8571 8380 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844024970000 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8575] ppid=8568 vsize=26809880 memory=140492672813223 CPUtime=0 cores=0-7
/proc/8571/task/8575/stat : 8575 (java) S 8568 8571 8380 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844023917456 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8576] ppid=8568 vsize=26809880 memory=3472330495250935855 CPUtime=0 cores=0-7
/proc/8571/task/8576/stat : 8576 (java) S 8568 8571 8380 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844022864912 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8577] ppid=8568 vsize=26809880 memory=-2892745056948402235 CPUtime=0 cores=0-7
/proc/8571/task/8577/stat : 8577 (java) S 8568 8571 8380 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844021812368 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8578] ppid=8568 vsize=26809880 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8571/task/8578/stat : 8578 (java) S 8568 8571 8380 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844020758800 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8579] ppid=8568 vsize=26809880 memory=3184097920075968559 CPUtime=0 cores=0-7
/proc/8571/task/8579/stat : 8579 (java) S 8568 8571 8380 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844019706256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8580] ppid=8568 vsize=26809880 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/8571/task/8580/stat : 8580 (java) S 8568 8571 8380 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844018653712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8581] ppid=8568 vsize=26809880 memory=-2893623298589923098 CPUtime=0 cores=0-7
/proc/8571/task/8581/stat : 8581 (java) S 8568 8571 8380 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 32 0 177016973 27453317120 63046 33554432000 4194304 4196468 140721561746944 139844017601168 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8582] ppid=8568 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8582/stat : 8582 (java) S 8568 8571 8380 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 32 0 177016974 27453317120 63046 33554432000 4194304 4196468 140721561746944 139843200838128 139844072360578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8583] ppid=8568 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8583/stat : 8583 (java) S 8568 8571 8380 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 32 0 177016975 27453317120 63046 33554432000 4194304 4196468 140721561746944 139843199784416 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8584] ppid=8568 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8584/stat : 8584 (java) S 8568 8571 8380 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 32 0 177016975 27453317120 63046 33554432000 4194304 4196468 140721561746944 139843198731776 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8585] ppid=8568 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8585/stat : 8585 (java) S 8568 8571 8380 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 177016977 27453317120 63046 33554432000 4194304 4196468 140721561746944 139843197680336 139844072368027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8586] ppid=8568 vsize=26809880 memory=0 CPUtime=0.81 cores=0-7
/proc/8571/task/8586/stat : 8586 (java) R 8568 8571 8380 0 -1 4202560 7666 0 0 0 78 3 0 0 20 0 32 0 177016977 27453317120 63046 33554432000 4194304 4196468 140721561746944 139842206282128 139844072370778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8587] ppid=8568 vsize=26809880 memory=0 CPUtime=0.86 cores=0-7
/proc/8571/task/8587/stat : 8587 (java) R 8568 8571 8380 0 -1 4202560 5711 0 0 0 84 2 0 0 20 0 32 0 177016977 27453317120 63046 33554432000 4194304 4196468 140721561746944 139842205229112 139844055553093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8588] ppid=8568 vsize=26809880 memory=734139722786418735 CPUtime=0.82 cores=0-7
/proc/8571/task/8588/stat : 8588 (java) R 8568 8571 8380 0 -1 4202560 4886 0 0 0 81 1 0 0 20 0 32 0 177016977 27453317120 63046 33554432000 4194304 4196468 140721561746944 139842204179296 139844051568135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8589] ppid=8568 vsize=26809880 memory=3472328296227680303 CPUtime=0.72 cores=0-7
/proc/8571/task/8589/stat : 8589 (java) R 8568 8571 8380 0 -1 4202560 6778 0 0 0 70 2 0 0 20 0 32 0 177016977 27453317120 63046 33554432000 4194304 4196468 140721561746944 139842203135040 139844051295019 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8590] ppid=8568 vsize=26809880 memory=3471202396320837680 CPUtime=0 cores=0-7
/proc/8571/task/8590/stat : 8590 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 177016977 27453317120 63046 33554432000 4194304 4196468 140721561746944 139842202086112 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8591] ppid=8568 vsize=26809880 memory=3184097920075968559 CPUtime=0 cores=0-7
/proc/8571/task/8591/stat : 8591 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 177016978 27453317120 63046 33554432000 4194304 4196468 140721561746944 139842201033648 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8592] ppid=8568 vsize=26809880 memory=3472328296227679279 CPUtime=0 cores=0-7
/proc/8571/task/8592/stat : 8592 (java) S 8568 8571 8380 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 32 0 177017142 27453317120 63046 33554432000 4194304 4196468 140721561746944 139842190742784 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8593] ppid=8568 vsize=26809880 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8571/task/8593/stat : 8593 (java) S 8568 8571 8380 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 177017155 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841582917072 139844072360578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8594] ppid=8568 vsize=26809880 memory=-6295283977269433430 CPUtime=0.04 cores=0-7
/proc/8571/task/8594/stat : 8594 (java) S 8568 8571 8380 0 -1 1077944384 105 0 0 0 4 0 0 0 20 0 32 0 177017164 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841579766432 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8595] ppid=8568 vsize=26809880 memory=0 CPUtime=0.04 cores=0-7
/proc/8571/task/8595/stat : 8595 (java) S 8568 8571 8380 0 -1 1077944384 61 0 0 0 4 0 0 0 20 0 32 0 177017165 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841578713888 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8596] ppid=8568 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8596/stat : 8596 (java) S 8568 8571 8380 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 32 0 177017165 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841577661344 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8597] ppid=8568 vsize=26809880 memory=0 CPUtime=0.02 cores=0-7
/proc/8571/task/8597/stat : 8597 (java) R 8568 8571 8380 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 32 0 177017167 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841576597392 139843686383746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8598] ppid=8568 vsize=26809880 memory=0 CPUtime=0.04 cores=0-7
/proc/8571/task/8598/stat : 8598 (java) S 8568 8571 8380 0 -1 1077944384 25 0 0 0 4 0 0 0 20 0 32 0 177017167 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841575556256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8599] ppid=8568 vsize=26809880 memory=0 CPUtime=0.04 cores=0-7
/proc/8571/task/8599/stat : 8599 (java) S 8568 8571 8380 0 -1 1077944384 39 0 0 0 4 0 0 0 20 0 32 0 177017167 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841574503712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8600] ppid=8568 vsize=26809880 memory=-3535359994705170781 CPUtime=0.01 cores=0-7
/proc/8571/task/8600/stat : 8600 (java) R 8568 8571 8380 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 32 0 177017167 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841573441472 139844072359637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8601] ppid=8568 vsize=26809880 memory=6944656592455097440 CPUtime=0.03 cores=0-7
/proc/8571/task/8601/stat : 8601 (java) R 8568 8571 8380 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 32 0 177017167 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841572387936 139843686375460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8602] ppid=8568 vsize=26809880 memory=0 CPUtime=0.02 cores=0-7
/proc/8571/task/8602/stat : 8602 (java) R 8568 8571 8380 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 32 0 177017167 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841571333424 139843686375167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8603] ppid=8568 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8603/stat : 8603 (java) S 8568 8571 8380 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 177017167 27453317120 63046 33554432000 4194304 4196468 140721561746944 139841570292512 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 252184 KiB

[startup+2.11062 s]
/proc/loadavg: 8.14 8.64 8.65 10/210 8603
/proc/meminfo: memFree=23844748/32770624 swapFree=67108860/67108860
[pid=8571] ppid=8568 vsize=27344476 memory=255020 CPUtime=6.01 cores=0-7
/proc/8571/stat : 8571 (java) S 8568 8571 8380 0 -1 1077944320 40908 0 0 0 582 19 0 0 20 0 19 0 177016972 28000743424 63755 33554432000 4194304 4196468 140721561746944 140721561729488 139844072349431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
/proc/8571/statm: 6836119 63755 3835 1 0 6823312 0
[pid=8571/tid=8573] ppid=8568 vsize=27344476 memory=0 CPUtime=1.91 cores=0-7
/proc/8571/task/8573/stat : 8573 (java) S 8568 8571 8380 0 -1 1077944384 12582 0 0 0 184 7 0 0 20 0 19 0 177016972 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844076592272 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8574] ppid=8568 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8574/stat : 8574 (java) S 8568 8571 8380 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844024970000 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8575] ppid=8568 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8575/stat : 8575 (java) S 8568 8571 8380 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844023917456 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8576] ppid=8568 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8576/stat : 8576 (java) S 8568 8571 8380 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844022864912 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8577] ppid=8568 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8577/stat : 8577 (java) S 8568 8571 8380 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844021812368 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8578] ppid=8568 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8578/stat : 8578 (java) S 8568 8571 8380 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844020758800 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8579] ppid=8568 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/8571/task/8579/stat : 8579 (java) S 8568 8571 8380 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844019706256 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8580] ppid=8568 vsize=27344476 memory=177356 CPUtime=0 cores=0-7
/proc/8571/task/8580/stat : 8580 (java) S 8568 8571 8380 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844018653712 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8581] ppid=8568 vsize=27344476 memory=280985082171808 CPUtime=0 cores=0-7
/proc/8571/task/8581/stat : 8581 (java) S 8568 8571 8380 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 177016973 28000743424 63755 33554432000 4194304 4196468 140721561746944 139844017601168 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8582] ppid=8568 vsize=27344476 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8571/task/8582/stat : 8582 (java) S 8568 8571 8380 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 177016974 28000743424 63755 33554432000 4194304 4196468 140721561746944 139843200838336 139844072360578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8583] ppid=8568 vsize=27344476 memory=280985082368704 CPUtime=0 cores=0-7
/proc/8571/task/8583/stat : 8583 (java) S 8568 8571 8380 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 177016975 28000743424 63755 33554432000 4194304 4196468 140721561746944 139843199784416 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8584] ppid=8568 vsize=27344476 memory=280985082368896 CPUtime=0 cores=0-7
/proc/8571/task/8584/stat : 8584 (java) S 8568 8571 8380 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 177016975 28000743424 63755 33554432000 4194304 4196468 140721561746944 139843198731776 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8585] ppid=8568 vsize=27344476 memory=280985082369088 CPUtime=0 cores=0-7
/proc/8571/task/8585/stat : 8585 (java) S 8568 8571 8380 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 177016977 28000743424 63755 33554432000 4194304 4196468 140721561746944 139843197679984 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8586] ppid=8568 vsize=27344476 memory=140496967771775 CPUtime=0.88 cores=0-7
/proc/8571/task/8586/stat : 8586 (java) S 8568 8571 8380 0 -1 1077944384 7700 0 0 0 85 3 0 0 20 0 19 0 177016977 28000743424 63755 33554432000 4194304 4196468 140721561746944 139842206287152 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8587] ppid=8568 vsize=27344476 memory=6943526294502006880 CPUtime=0.93 cores=0-7
/proc/8571/task/8587/stat : 8587 (java) S 8568 8571 8380 0 -1 1077944384 5764 0 0 0 91 2 0 0 20 0 19 0 177016977 28000743424 63755 33554432000 4194304 4196468 140721561746944 139842205223904 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8588] ppid=8568 vsize=27344476 memory=6944652177228980320 CPUtime=0.91 cores=0-7
/proc/8571/task/8588/stat : 8588 (java) S 8568 8571 8380 0 -1 1077944384 4886 0 0 0 90 1 0 0 20 0 19 0 177016977 28000743424 63755 33554432000 4194304 4196468 140721561746944 139842204175472 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8589] ppid=8568 vsize=27344476 memory=6944656591801717405 CPUtime=0.77 cores=0-7
/proc/8571/task/8589/stat : 8589 (java) S 8568 8571 8380 0 -1 1077944384 7151 0 0 0 75 2 0 0 20 0 19 0 177016977 28000743424 63755 33554432000 4194304 4196468 140721561746944 139842203134128 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
[pid=8571/tid=8590] ppid=8568 vsize=27344476 memory=7682475212697334586 CPUtime=0 cores=0-7
/proc/8571/task/8590/stat : 8590 (java) S 8568 8571 8380 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 177016977 28000743424 63755 33554432000 4194304 4196468 140721561746944 139842202086112 139844072359637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32509952 140721561748578 140721561748763 140721561748763 140721561751503 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 27344476 KiB
Current children cumulated memory: 255020 KiB

Child status: 0
Real time (s): 2.12663
CPU time (s): 6.02974
CPU user time (s): 5.82572
CPU system time (s): 0.204021
CPU usage (%): 283.535
Max. virtual memory (cumulated for all children) (KiB): 27344476
Max. memory (cumulated for all children) (KiB): 255020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.82572
system time used= 0.204021
maximum resident set size= 255668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5006
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 8571
#   total CPU time (s): 6.02974
#   total CPU user time (s): 5.82572
#   total CPU system time (s): 0.204021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038075 second user time and 0.065129 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-22 23:47:08
IDJOB=4285375
IDBENCH=130607
IDSOLVER=2681
FILE ID=node102/4285375-1503439289
RUNJOBID= node102-1503435906-8407
PBS_JOBID= 20632144
Free space on /tmp= 61048 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.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-4285375-1503439289/watcher-4285375-1503439289 -o /tmp/evaluation-result-4285375-1503439289/solver-4285375-1503439289 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503435906-8407 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 771011736 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285375-1503439289.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=771011736

node102.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.35
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.35
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.35
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.35
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:        24083484 kB
MemAvailable:   31955116 kB
Buffers:          238260 kB
Cached:          7922132 kB
SwapCached:            0 kB
Active:          1805936 kB
Inactive:        6406184 kB
Active(anon):       3880 kB
Inactive(anon):    92160 kB
Active(file):    1802056 kB
Inactive(file):  6314024 kB
Unevictable:        7484 kB
Mlocked:            7484 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42296 kB
Writeback:            40 kB
AnonPages:         58164 kB
Mapped:            55072 kB
Shmem:             41612 kB
Slab:             169876 kB
SReclaimable:     142772 kB
SUnreclaim:        27104 kB
KernelStack:        3088 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61008 MiB
End job on node102 at 2017-08-22 23:47:10