Trace number 4285442

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 114.218 19.367201

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0050-int.xml
MD5SUM7780e40de56b9bae3ab082521ef58da1
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 benchmark2.9581299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints4900
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":50}]
Minimum variable degree196
Maximum variable degree196
Distribution of variable degrees[{"degree":196,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4900}]
Number of extensional constraints0
Number of intensional constraints4900
Distribution of constraint types[{"type":"intension","count":4900}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.26	c version: 2017-08-22
0.29/0.26	c seed: 1539889734
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.29	c Parsing instance...
11.80/3.60	c Parsing done, starting search...
114.12/19.31	s SATISFIABLE
114.12/19.31	v <instantiation>
114.12/19.31	v 	<list>
114.12/19.31	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
114.12/19.31	v 	</list>
114.12/19.31	v 	<values>
114.12/19.31	v 		7 4 8 8 16 3 5 0 0 6 6 3 2 3 0 9 2 5 5 1 34 10 4 0 2 0 6 1 6 18 3 1 0 14 22 1 3 2 4 0 1 3 5 0 7 2 0 1 0 3 
114.12/19.31	v 	</values>
114.12/19.31	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 (11272 MiB free)
  memory of node 1: 16384 MiB (9787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285442-1503434468/watcher-4285442-1503434468 -o /tmp/evaluation-result-4285442-1503434468/solver-4285442-1503434468 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503425971-8741 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1539889734 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285442-1503434468.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
Current StackSize limit: 8192 KiB

solver pid=10311, runsolver pid=10308

[startup+0.100161 s]*
/proc/loadavg: 6.16 2.41 1.57 3/198 10331
/proc/meminfo: memFree=21550144/32770624 swapFree=67108860/67108860
[pid=10311] ppid=10308 vsize=26000884 memory=31484 CPUtime=0.11 cores=0-7
/proc/10311/stat : 10311 (java) S 10308 10311 8714 0 -1 1077944320 8277 0 0 0 10 1 0 0 20 0 20 0 176534618 26624905216 7871 33554432000 4194304 4196468 140732574152048 140732574134592 139731589684983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
/proc/10311/statm: 6500221 7871 3412 1 0 6487940 0
[pid=10311/tid=10313] ppid=10308 vsize=26000852 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/10311/task/10313/stat : 10313 (java) R 10308 10311 8714 0 -1 4202560 6207 0 0 0 8 0 0 0 20 0 20 0 176534619 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731593901664 139731589706909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10314] ppid=10308 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10311/task/10314/stat : 10314 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731542305040 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10315] ppid=10308 vsize=26000852 memory=140268393617024 CPUtime=0 cores=0-7
/proc/10311/task/10315/stat : 10315 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731541252496 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10316] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10316/stat : 10316 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731540199952 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10317] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10317/stat : 10317 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731539147408 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10318] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10318/stat : 10318 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731538094864 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10319] ppid=10308 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10311/task/10319/stat : 10319 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731537042320 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10320] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10320/stat : 10320 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731535989776 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10321] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10321/stat : 10321 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 7871 33554432000 4194304 4196468 140732574152048 139731534937232 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10322] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10322/stat : 10322 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534621 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730333005808 139731589696130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10323] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10323/stat : 10323 (java) S 10308 10311 8714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176534622 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730331952032 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10324] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10324/stat : 10324 (java) S 10308 10311 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176534622 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730330899440 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10325] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10325/stat : 10325 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730329848016 139731589703579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10326] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10326/stat : 10326 (java) S 10308 10311 8714 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730328795632 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10327] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10327/stat : 10327 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730327743088 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10328] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10328/stat : 10328 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730326690544 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10329] ppid=10308 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/10311/task/10329/stat : 10329 (java) R 10308 10311 8714 0 -1 4202560 374 0 0 0 1 0 0 0 20 0 20 0 176534624 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730325638000 139731589706330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10330] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10330/stat : 10330 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730324584672 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10331] ppid=10308 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10311/task/10331/stat : 10331 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534625 26624872448 7871 33554432000 4194304 4196468 140732574152048 139730323532208 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26000884 KiB
Current children cumulated memory: 31484 KiB

[startup+0.210023 s]*
/proc/loadavg: 6.16 2.41 1.57 2/198 10331
/proc/meminfo: memFree=21540964/32770624 swapFree=67108860/67108860
[pid=10311] ppid=10308 vsize=26000852 memory=40844 CPUtime=0.29 cores=0-7
/proc/10311/stat : 10311 (java) S 10308 10311 8714 0 -1 1077944320 9349 0 0 0 27 2 0 0 20 0 20 0 176534618 26624872448 10211 33554432000 4194304 4196468 140732574152048 140732574134592 139731589684983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
/proc/10311/statm: 6500213 10211 3597 1 0 6487932 0
[pid=10311/tid=10313] ppid=10308 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/10311/task/10313/stat : 10313 (java) R 10308 10311 8714 0 -1 4202560 6877 0 0 0 18 1 0 0 20 0 20 0 176534619 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731593897440 139731589706909 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10314] ppid=10308 vsize=26000852 memory=12768 CPUtime=0 cores=0-7
/proc/10311/task/10314/stat : 10314 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731542305040 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10315] ppid=10308 vsize=26000852 memory=140268393626022 CPUtime=0 cores=0-7
/proc/10311/task/10315/stat : 10315 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731541252496 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10316] ppid=10308 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10311/task/10316/stat : 10316 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731540199952 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10317] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10317/stat : 10317 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731539147408 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10318] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10318/stat : 10318 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731538094864 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10319] ppid=10308 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10311/task/10319/stat : 10319 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731537042320 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10320] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10320/stat : 10320 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731535989776 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10321] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10321/stat : 10321 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534620 26624872448 10211 33554432000 4194304 4196468 140732574152048 139731534937232 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10322] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10322/stat : 10322 (java) S 10308 10311 8714 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 176534621 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730333005808 139731589696130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10323] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10323/stat : 10323 (java) S 10308 10311 8714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176534622 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730331952032 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10324] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10324/stat : 10324 (java) S 10308 10311 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176534622 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730330899440 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10325] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10325/stat : 10325 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730329848016 139731589703579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10326] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10326/stat : 10326 (java) S 10308 10311 8714 0 -1 1077944384 480 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730328795632 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10327] ppid=10308 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/10311/task/10327/stat : 10327 (java) S 10308 10311 8714 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 20 0 176534624 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730327743088 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10328] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10328/stat : 10328 (java) R 10308 10311 8714 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730326690640 139731582781410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10329] ppid=10308 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/10311/task/10329/stat : 10329 (java) S 10308 10311 8714 0 -1 1077944384 430 0 0 0 5 0 0 0 20 0 20 0 176534624 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730325638000 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10330] ppid=10308 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10330/stat : 10330 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534624 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730324584672 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10331] ppid=10308 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/10311/task/10331/stat : 10331 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534625 26624872448 10211 33554432000 4194304 4196468 140732574152048 139730323532208 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40844 KiB

[startup+0.309334 s]*
/proc/loadavg: 6.16 2.41 1.57 2/198 10331
/proc/meminfo: memFree=21531548/32770624 swapFree=67108860/67108860
[pid=10311] ppid=10308 vsize=26000872 memory=48904 CPUtime=0.47 cores=0-7
/proc/10311/stat : 10311 (java) S 10308 10311 8714 0 -1 1077944320 10541 0 0 0 45 2 0 0 20 0 20 0 176534618 26624892928 12226 33554432000 4194304 4196468 140732574152048 140732574134592 139731589684983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
/proc/10311/statm: 6500218 12226 3684 1 0 6487932 0
[pid=10311/tid=10313] ppid=10308 vsize=26000872 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/10311/task/10313/stat : 10313 (java) R 10308 10311 8714 0 -1 4202560 7612 0 0 0 27 1 0 0 20 0 20 0 176534619 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731593917632 139731573765470 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10314] ppid=10308 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10314/stat : 10314 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731542305040 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10315] ppid=10308 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10315/stat : 10315 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731541252496 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10316] ppid=10308 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10316/stat : 10316 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731540199952 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10317] ppid=10308 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10317/stat : 10317 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731539147408 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10318] ppid=10308 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/10311/task/10318/stat : 10318 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731538094864 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10319] ppid=10308 vsize=26000872 memory=140268263273391 CPUtime=0 cores=0-7
/proc/10311/task/10319/stat : 10319 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731537042320 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10320] ppid=10308 vsize=26000872 memory=140268263275696 CPUtime=0 cores=0-7
/proc/10311/task/10320/stat : 10320 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731535989776 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10321] ppid=10308 vsize=26000872 memory=140268263278000 CPUtime=0 cores=0-7
/proc/10311/task/10321/stat : 10321 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534620 26624892928 12226 33554432000 4194304 4196468 140732574152048 139731534937232 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10322] ppid=10308 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10322/stat : 10322 (java) S 10308 10311 8714 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 176534621 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730333005808 139731589696130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10323] ppid=10308 vsize=26000872 memory=280536526562960 CPUtime=0 cores=0-7
/proc/10311/task/10323/stat : 10323 (java) S 10308 10311 8714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176534622 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730331952032 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10324] ppid=10308 vsize=26000872 memory=280536526569872 CPUtime=0 cores=0-7
/proc/10311/task/10324/stat : 10324 (java) S 10308 10311 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176534622 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730330899440 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10325] ppid=10308 vsize=26000872 memory=280536526511152 CPUtime=0 cores=0-7
/proc/10311/task/10325/stat : 10325 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534624 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730329848016 139731589703579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10326] ppid=10308 vsize=26000872 memory=280536526583696 CPUtime=0.01 cores=0-7
/proc/10311/task/10326/stat : 10326 (java) S 10308 10311 8714 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 20 0 176534624 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730328795632 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10327] ppid=10308 vsize=26000872 memory=280536526590608 CPUtime=0.04 cores=0-7
/proc/10311/task/10327/stat : 10327 (java) S 10308 10311 8714 0 -1 1077944384 313 0 0 0 4 0 0 0 20 0 20 0 176534624 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730327743088 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10328] ppid=10308 vsize=26000872 memory=280536526588304 CPUtime=0.04 cores=0-7
/proc/10311/task/10328/stat : 10328 (java) S 10308 10311 8714 0 -1 1077944384 191 0 0 0 4 0 0 0 20 0 20 0 176534624 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730326690544 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10329] ppid=10308 vsize=26000872 memory=280536526604912 CPUtime=0.08 cores=0-7
/proc/10311/task/10329/stat : 10329 (java) S 10308 10311 8714 0 -1 1077944384 541 0 0 0 8 0 0 0 20 0 20 0 176534624 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730325638000 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10330] ppid=10308 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10330/stat : 10330 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534624 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730324584672 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10331] ppid=10308 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/10311/task/10331/stat : 10331 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534625 26624892928 12226 33554432000 4194304 4196468 140732574152048 139730323532208 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48904 KiB

[startup+0.700784 s]
/proc/loadavg: 6.16 2.41 1.57 4/198 10331
/proc/meminfo: memFree=21516452/32770624 swapFree=67108860/67108860
[pid=10311] ppid=10308 vsize=26002920 memory=102228 CPUtime=1.61 cores=0-7
/proc/10311/stat : 10311 (java) S 10308 10311 8714 0 -1 1077944320 15141 0 0 0 156 5 0 0 20 0 20 0 176534618 26626990080 25557 33554432000 4194304 4196468 140732574152048 140732574134592 139731589684983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
/proc/10311/statm: 6500730 25557 3776 1 0 6488444 0
[pid=10311/tid=10313] ppid=10308 vsize=26002920 memory=0 CPUtime=0.66 cores=0-7
/proc/10311/task/10313/stat : 10313 (java) R 10308 10311 8714 0 -1 4202560 8474 0 0 0 64 2 0 0 20 0 20 0 176534619 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731593921856 139731207867379 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10314] ppid=10308 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10314/stat : 10314 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731542305040 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10315] ppid=10308 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10315/stat : 10315 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731541252496 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10316] ppid=10308 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10316/stat : 10316 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731540199952 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10317] ppid=10308 vsize=26002920 memory=1004 CPUtime=0 cores=0-7
/proc/10311/task/10317/stat : 10317 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731539147408 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10318] ppid=10308 vsize=26002920 memory=5788 CPUtime=0 cores=0-7
/proc/10311/task/10318/stat : 10318 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731538094864 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10319] ppid=10308 vsize=26002920 memory=1196 CPUtime=0 cores=0-7
/proc/10311/task/10319/stat : 10319 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731537042320 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10320] ppid=10308 vsize=26002920 memory=4612 CPUtime=0 cores=0-7
/proc/10311/task/10320/stat : 10320 (java) S 10308 10311 8714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731535989776 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10321] ppid=10308 vsize=26002920 memory=15876 CPUtime=0 cores=0-7
/proc/10311/task/10321/stat : 10321 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176534620 26626990080 25557 33554432000 4194304 4196468 140732574152048 139731534937232 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10322] ppid=10308 vsize=26002920 memory=18448 CPUtime=0 cores=0-7
/proc/10311/task/10322/stat : 10322 (java) S 10308 10311 8714 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 176534621 26626990080 25622 33554432000 4194304 4196468 140732574152048 139730333005808 139731589696130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0

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

[pid=10311/tid=10337] ppid=10308 vsize=26809880 memory=6297266306539147617 CPUtime=2.45 cores=0-7
/proc/10311/task/10337/stat : 10337 (java) R 10308 10311 8714 0 -1 4202560 2502 0 0 0 245 0 0 0 20 0 32 0 176535333 27453317120 1572328 33554432000 4194304 4196468 140732574152048 139730235651808 139731217605139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10338] ppid=10308 vsize=26809880 memory=6297266306539147617 CPUtime=2.34 cores=0-7
/proc/10311/task/10338/stat : 10338 (java) R 10308 10311 8714 0 -1 4202560 2839 0 0 0 233 1 0 0 20 0 32 0 176535333 27453317120 1572328 33554432000 4194304 4196468 140732574152048 139730234598488 139731216819626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10339] ppid=10308 vsize=26809880 memory=6297266306539147617 CPUtime=2.46 cores=0-7
/proc/10311/task/10339/stat : 10339 (java) R 10308 10311 8714 0 -1 4202560 2925 0 0 0 243 3 0 0 20 0 32 0 176535333 27453317120 1572328 33554432000 4194304 4196468 140732574152048 139730233545808 139731216817933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10340] ppid=10308 vsize=26809880 memory=6297266306539147617 CPUtime=2.45 cores=0-7
/proc/10311/task/10340/stat : 10340 (java) R 10308 10311 8714 0 -1 4202560 3141 0 0 0 244 1 0 0 20 0 32 0 176535333 27453317120 1572328 33554432000 4194304 4196468 140732574152048 139730232495904 139731218014087 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10341] ppid=10308 vsize=26809880 memory=6297266306539147617 CPUtime=2.41 cores=0-7
/proc/10311/task/10341/stat : 10341 (java) R 10308 10311 8714 0 -1 4202560 2675 0 0 0 239 2 0 0 20 0 32 0 176535333 27453317120 1572328 33554432000 4194304 4196468 140732574152048 139730231440368 139731216819316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10342] ppid=10308 vsize=26809880 memory=6297266306539147617 CPUtime=2.44 cores=0-7
/proc/10311/task/10342/stat : 10342 (java) R 10308 10311 8714 0 -1 4202560 833 0 0 0 242 2 0 0 20 0 32 0 176535334 27453317120 1572328 33554432000 4194304 4196468 140732574152048 139730230388312 139731218014258 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10343] ppid=10308 vsize=26809880 memory=6297266306539147617 CPUtime=0 cores=0-7
/proc/10311/task/10343/stat : 10343 (java) S 10308 10311 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176535334 27453317120 1572328 33554432000 4194304 4196468 140732574152048 139730229343520 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
Current children cumulated CPU time: 110.66 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 6289312 KiB

[startup+19.2021 s]
/proc/loadavg: 4.93 2.37 1.58 9/210 10343
/proc/meminfo: memFree=15278756/32770624 swapFree=67108860/67108860
[pid=10311] ppid=10308 vsize=26809880 memory=6289344 CPUtime=113.73 cores=0-7
/proc/10311/stat : 10311 (java) S 10308 10311 8714 0 -1 1077944320 182280 0 0 0 10244 1129 0 0 20 0 32 0 176534618 27453317120 1572336 33554432000 4194304 4196468 140732574152048 140732574134592 139731589684983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
/proc/10311/statm: 6702470 1572336 3855 1 0 6690184 0
[pid=10311/tid=10313] ppid=10308 vsize=26809880 memory=0 CPUtime=5.61 cores=0-7
/proc/10311/task/10313/stat : 10313 (java) S 10308 10311 8714 0 -1 1077944384 13358 0 0 0 547 14 0 0 20 0 32 0 176534619 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731593922368 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10314] ppid=10308 vsize=26809880 memory=0 CPUtime=9.81 cores=0-7
/proc/10311/task/10314/stat : 10314 (java) S 10308 10311 8714 0 -1 1077944384 14315 0 0 0 853 128 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731542305040 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10315] ppid=10308 vsize=26809880 memory=0 CPUtime=9.87 cores=0-7
/proc/10311/task/10315/stat : 10315 (java) S 10308 10311 8714 0 -1 1077944384 12048 0 0 0 848 139 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731541252496 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10316] ppid=10308 vsize=26809880 memory=288230574492221466 CPUtime=9.83 cores=0-7
/proc/10311/task/10316/stat : 10316 (java) S 10308 10311 8714 0 -1 1077944384 11683 0 0 0 852 131 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731540199952 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10317] ppid=10308 vsize=26809880 memory=288230621803970871 CPUtime=9.81 cores=0-7
/proc/10311/task/10317/stat : 10317 (java) S 10308 10311 8714 0 -1 1077944384 13128 0 0 0 850 131 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731539147408 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10318] ppid=10308 vsize=26809880 memory=15260333174426010 CPUtime=9.82 cores=0-7
/proc/10311/task/10318/stat : 10318 (java) S 10308 10311 8714 0 -1 1077944384 12266 0 0 0 850 132 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731538094864 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10319] ppid=10308 vsize=26809880 memory=184537564860562 CPUtime=9.79 cores=0-7
/proc/10311/task/10319/stat : 10319 (java) S 10308 10311 8714 0 -1 1077944384 11978 0 0 0 842 137 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731537042320 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10320] ppid=10308 vsize=26809880 memory=280536527413056 CPUtime=9.85 cores=0-7
/proc/10311/task/10320/stat : 10320 (java) S 10308 10311 8714 0 -1 1077944384 12789 0 0 0 849 136 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731535989776 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10321] ppid=10308 vsize=26809880 memory=4049493198927682057 CPUtime=9.72 cores=0-7
/proc/10311/task/10321/stat : 10321 (java) S 10308 10311 8714 0 -1 1077944384 12122 0 0 0 839 133 0 0 20 0 32 0 176534620 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139731534937232 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10322] ppid=10308 vsize=26809880 memory=0 CPUtime=0.35 cores=0-7
/proc/10311/task/10322/stat : 10322 (java) S 10308 10311 8714 0 -1 1077944384 18954 0 0 0 29 6 0 0 20 0 32 0 176534621 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730333005808 139731589696130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10323] ppid=10308 vsize=26809880 memory=6289312 CPUtime=0 cores=0-7
/proc/10311/task/10323/stat : 10323 (java) S 10308 10311 8714 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 32 0 176534622 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730331952096 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10324] ppid=10308 vsize=26809880 memory=3968264 CPUtime=0 cores=0-7
/proc/10311/task/10324/stat : 10324 (java) S 10308 10311 8714 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 32 0 176534622 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730330899456 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10325] ppid=10308 vsize=26809880 memory=7813851376487785067 CPUtime=0 cores=0-7
/proc/10311/task/10325/stat : 10325 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 176534624 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730329848016 139731589703579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10326] ppid=10308 vsize=26809880 memory=7813851376487785067 CPUtime=1.68 cores=0-7
/proc/10311/task/10326/stat : 10326 (java) S 10308 10311 8714 0 -1 1077944384 5294 0 0 0 166 2 0 0 20 0 32 0 176534624 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730328795632 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10327] ppid=10308 vsize=26809880 memory=2853616 CPUtime=1.95 cores=0-7
/proc/10311/task/10327/stat : 10327 (java) S 10308 10311 8714 0 -1 1077944384 8455 0 0 0 192 3 0 0 20 0 32 0 176534624 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730327743088 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10328] ppid=10308 vsize=26809880 memory=6656426216303648864 CPUtime=1.97 cores=0-7
/proc/10311/task/10328/stat : 10328 (java) S 10308 10311 8714 0 -1 1077944384 5686 0 0 0 195 2 0 0 20 0 32 0 176534624 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730326690544 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10329] ppid=10308 vsize=26809880 memory=1892168 CPUtime=0.86 cores=0-7
/proc/10311/task/10329/stat : 10329 (java) S 10308 10311 8714 0 -1 1077944384 7813 0 0 0 84 2 0 0 20 0 32 0 176534624 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730325638000 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10330] ppid=10308 vsize=26809880 memory=1608212 CPUtime=0 cores=0-7
/proc/10311/task/10330/stat : 10330 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176534624 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730324584672 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10331] ppid=10308 vsize=26809880 memory=7883340464188517737 CPUtime=0.01 cores=0-7
/proc/10311/task/10331/stat : 10331 (java) S 10308 10311 8714 0 -1 1077944384 1060 0 0 0 0 1 0 0 20 0 32 0 176534625 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730323532208 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10332] ppid=10308 vsize=26809880 memory=6265988 CPUtime=0 cores=0-7
/proc/10311/task/10332/stat : 10332 (java) S 10308 10311 8714 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 32 0 176535308 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730245116672 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10333] ppid=10308 vsize=26809880 memory=1952 CPUtime=0.01 cores=0-7
/proc/10311/task/10333/stat : 10333 (java) S 10308 10311 8714 0 -1 1077944384 147 0 0 0 0 1 0 0 20 0 32 0 176535320 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730241967056 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10334] ppid=10308 vsize=26809880 memory=8624 CPUtime=2.87 cores=0-7
/proc/10311/task/10334/stat : 10334 (java) R 10308 10311 8714 0 -1 4202560 2219 0 0 0 282 5 0 0 20 0 32 0 176535330 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730240906840 139731218013770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10335] ppid=10308 vsize=26809880 memory=1224 CPUtime=2.88 cores=0-7
/proc/10311/task/10335/stat : 10335 (java) R 10308 10311 8714 0 -1 4202560 1859 0 0 0 284 4 0 0 20 0 32 0 176535330 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730237757144 139731218014230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10336] ppid=10308 vsize=26809880 memory=792 CPUtime=0.01 cores=0-7
/proc/10311/task/10336/stat : 10336 (java) S 10308 10311 8714 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 32 0 176535331 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730236712352 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10337] ppid=10308 vsize=26809880 memory=1004 CPUtime=2.79 cores=0-7
/proc/10311/task/10337/stat : 10337 (java) S 10308 10311 8714 0 -1 1077944384 2819 0 0 0 278 1 0 0 20 0 32 0 176535333 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730235659808 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10338] ppid=10308 vsize=26809880 memory=5788 CPUtime=2.73 cores=0-7
/proc/10311/task/10338/stat : 10338 (java) R 10308 10311 8714 0 -1 4202560 2890 0 0 0 271 2 0 0 20 0 32 0 176535333 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730234598488 139731218015248 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10339] ppid=10308 vsize=26809880 memory=1196 CPUtime=2.87 cores=0-7
/proc/10311/task/10339/stat : 10339 (java) R 10308 10311 8714 0 -1 4202560 2973 0 0 0 283 4 0 0 20 0 32 0 176535333 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730233545944 139731218014263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10340] ppid=10308 vsize=26809880 memory=0 CPUtime=2.83 cores=0-7
/proc/10311/task/10340/stat : 10340 (java) S 10308 10311 8714 0 -1 1077944384 3193 0 0 0 281 2 0 0 20 0 32 0 176535333 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730232501152 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10341] ppid=10308 vsize=26809880 memory=0 CPUtime=2.78 cores=0-7
/proc/10311/task/10341/stat : 10341 (java) S 10308 10311 8714 0 -1 1077944384 2728 0 0 0 276 2 0 0 20 0 32 0 176535333 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730231448608 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10342] ppid=10308 vsize=26809880 memory=-7173504570862900581 CPUtime=2.85 cores=0-7
/proc/10311/task/10342/stat : 10342 (java) R 10308 10311 8714 0 -1 4202560 940 0 0 0 282 3 0 0 20 0 32 0 176535334 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730230388312 139731216819316 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10343] ppid=10308 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/10311/task/10343/stat : 10343 (java) S 10308 10311 8714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176535334 27453317120 1572336 33554432000 4194304 4196468 140732574152048 139730229343520 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
Current children cumulated CPU time: 113.73 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 6289344 KiB

[startup+19.3012 s]
/proc/loadavg: 4.93 2.37 1.58 9/210 10343
/proc/meminfo: memFree=15278756/32770624 swapFree=67108860/67108860
[pid=10311] ppid=10308 vsize=27411040 memory=6291048 CPUtime=114.12 cores=0-7
/proc/10311/stat : 10311 (java) S 10308 10311 8714 0 -1 1077944320 185192 0 0 0 10282 1130 0 0 20 0 40 0 176534618 28068904960 1572762 33554432000 4194304 4196468 140732574152048 140732574134592 139731589684983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
/proc/10311/statm: 6852760 1572762 3867 1 0 6839953 0
[pid=10311/tid=10313] ppid=10308 vsize=27411040 memory=0 CPUtime=5.61 cores=0-7
/proc/10311/task/10313/stat : 10313 (java) S 10308 10311 8714 0 -1 1077944384 13500 0 0 0 547 14 0 0 20 0 40 0 176534619 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731593922688 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10314] ppid=10308 vsize=27411040 memory=0 CPUtime=9.81 cores=0-7
/proc/10311/task/10314/stat : 10314 (java) S 10308 10311 8714 0 -1 1077944384 14315 0 0 0 853 128 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731542305040 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10315] ppid=10308 vsize=27411040 memory=0 CPUtime=9.87 cores=0-7
/proc/10311/task/10315/stat : 10315 (java) S 10308 10311 8714 0 -1 1077944384 12048 0 0 0 848 139 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731541252496 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10316] ppid=10308 vsize=27411040 memory=0 CPUtime=9.83 cores=0-7
/proc/10311/task/10316/stat : 10316 (java) S 10308 10311 8714 0 -1 1077944384 11683 0 0 0 852 131 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731540199952 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10317] ppid=10308 vsize=27411040 memory=6791534058613427641 CPUtime=9.81 cores=0-7
/proc/10311/task/10317/stat : 10317 (java) S 10308 10311 8714 0 -1 1077944384 13128 0 0 0 850 131 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731539147408 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10318] ppid=10308 vsize=27411040 memory=2632 CPUtime=9.82 cores=0-7
/proc/10311/task/10318/stat : 10318 (java) S 10308 10311 8714 0 -1 1077944384 12266 0 0 0 850 132 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731538094864 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10319] ppid=10308 vsize=27411040 memory=1895820 CPUtime=9.79 cores=0-7
/proc/10311/task/10319/stat : 10319 (java) S 10308 10311 8714 0 -1 1077944384 11978 0 0 0 842 137 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731537042320 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10320] ppid=10308 vsize=27411040 memory=46461882468842 CPUtime=9.85 cores=0-7
/proc/10311/task/10320/stat : 10320 (java) S 10308 10311 8714 0 -1 1077944384 12789 0 0 0 849 136 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731535989776 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10321] ppid=10308 vsize=27411040 memory=280536526825408 CPUtime=9.72 cores=0-7
/proc/10311/task/10321/stat : 10321 (java) S 10308 10311 8714 0 -1 1077944384 12122 0 0 0 839 133 0 0 20 0 40 0 176534620 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139731534937232 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10322] ppid=10308 vsize=27411040 memory=7800344954196685412 CPUtime=0.36 cores=0-7
/proc/10311/task/10322/stat : 10322 (java) S 10308 10311 8714 0 -1 1077944384 18976 0 0 0 30 6 0 0 20 0 40 0 176534621 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730333005808 139731589696130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10323] ppid=10308 vsize=27411040 memory=4639948313719891052 CPUtime=0 cores=0-7
/proc/10311/task/10323/stat : 10323 (java) S 10308 10311 8714 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 40 0 176534622 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730331952096 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10324] ppid=10308 vsize=27411040 memory=4279641677668970341 CPUtime=0 cores=0-7
/proc/10311/task/10324/stat : 10324 (java) S 10308 10311 8714 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 40 0 176534622 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730330899456 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10325] ppid=10308 vsize=27411040 memory=5755916 CPUtime=0 cores=0-7
/proc/10311/task/10325/stat : 10325 (java) S 10308 10311 8714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 176534624 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730329848016 139731589703579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10326] ppid=10308 vsize=27411040 memory=956 CPUtime=1.68 cores=0-7
/proc/10311/task/10326/stat : 10326 (java) S 10308 10311 8714 0 -1 1077944384 5297 0 0 0 166 2 0 0 20 0 40 0 176534624 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730328795632 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10327] ppid=10308 vsize=27411040 memory=2464 CPUtime=1.96 cores=0-7
/proc/10311/task/10327/stat : 10327 (java) S 10308 10311 8714 0 -1 1077944384 8586 0 0 0 193 3 0 0 20 0 40 0 176534624 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730327743088 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10328] ppid=10308 vsize=27411040 memory=1236 CPUtime=1.98 cores=0-7
/proc/10311/task/10328/stat : 10328 (java) R 10308 10311 8714 0 -1 4202560 5721 0 0 0 196 2 0 0 20 0 40 0 176534624 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730326682192 139731581926425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10329] ppid=10308 vsize=27411040 memory=2240 CPUtime=0.87 cores=0-7
/proc/10311/task/10329/stat : 10329 (java) R 10308 10311 8714 0 -1 4202560 8986 0 0 0 85 2 0 0 20 0 40 0 176534624 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730325638128 139731589696918 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10330] ppid=10308 vsize=27411040 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10311/task/10330/stat : 10330 (java) S 10308 10311 8714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 176534624 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730324584672 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10331] ppid=10308 vsize=27411040 memory=280536526356720 CPUtime=0.01 cores=0-7
/proc/10311/task/10331/stat : 10331 (java) S 10308 10311 8714 0 -1 1077944384 1060 0 0 0 0 1 0 0 20 0 40 0 176534625 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730323532208 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10333] ppid=10308 vsize=27411040 memory=280536526356720 CPUtime=0.01 cores=0-7
/proc/10311/task/10333/stat : 10333 (java) S 10308 10311 8714 0 -1 1077944384 147 0 0 0 0 1 0 0 20 0 40 0 176535320 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730241967056 139731589696130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10334] ppid=10308 vsize=27411040 memory=280536526356720 CPUtime=2.89 cores=0-7
/proc/10311/task/10334/stat : 10334 (java) S 10308 10311 8714 0 -1 1077944384 2243 0 0 0 284 5 0 0 20 0 40 0 176535330 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730240914608 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10335] ppid=10308 vsize=27411040 memory=280536526356720 CPUtime=2.93 cores=0-7
/proc/10311/task/10335/stat : 10335 (java) S 10308 10311 8714 0 -1 1077944384 1953 0 0 0 289 4 0 0 20 0 40 0 176535330 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730237764912 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10336] ppid=10308 vsize=27411040 memory=5103884 CPUtime=0.03 cores=0-7
/proc/10311/task/10336/stat : 10336 (java) S 10308 10311 8714 0 -1 1077944384 206 0 0 0 3 0 0 0 20 0 40 0 176535331 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730236712368 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10337] ppid=10308 vsize=27411040 memory=4896736 CPUtime=2.82 cores=0-7
/proc/10311/task/10337/stat : 10337 (java) S 10308 10311 8714 0 -1 1077944384 2959 0 0 0 281 1 0 0 20 0 40 0 176535333 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730235659824 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10338] ppid=10308 vsize=27411040 memory=4050096 CPUtime=2.8 cores=0-7
/proc/10311/task/10338/stat : 10338 (java) S 10308 10311 8714 0 -1 1077944384 2958 0 0 0 278 2 0 0 20 0 40 0 176535333 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730234606256 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10339] ppid=10308 vsize=27411040 memory=912 CPUtime=2.93 cores=0-7
/proc/10311/task/10339/stat : 10339 (java) R 10308 10311 8714 0 -1 4202560 3297 0 0 0 289 4 0 0 20 0 40 0 176535333 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730233541344 139731575366272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10340] ppid=10308 vsize=27411040 memory=4424 CPUtime=2.83 cores=0-7
/proc/10311/task/10340/stat : 10340 (java) S 10308 10311 8714 0 -1 1077944384 3201 0 0 0 281 2 0 0 20 0 40 0 176535333 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730232501168 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10341] ppid=10308 vsize=27411040 memory=4104 CPUtime=2.78 cores=0-7
/proc/10311/task/10341/stat : 10341 (java) S 10308 10311 8714 0 -1 1077944384 2758 0 0 0 276 2 0 0 20 0 40 0 176535333 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730231448624 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10342] ppid=10308 vsize=27411040 memory=1156 CPUtime=2.89 cores=0-7
/proc/10311/task/10342/stat : 10342 (java) S 10308 10311 8714 0 -1 1077944384 991 0 0 0 286 3 0 0 20 0 40 0 176535334 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730230396080 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
[pid=10311/tid=10343] ppid=10308 vsize=27411040 memory=5751040 CPUtime=0 cores=0-7
/proc/10311/task/10343/stat : 10343 (java) S 10308 10311 8714 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 40 0 176535334 28068904960 1572762 33554432000 4194304 4196468 140732574152048 139730229343536 139731589695189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6909952 140732574155873 140732574156059 140732574156059 140732574158799 0
Current children cumulated CPU time: 114.12 s
Current children cumulated vsize: 27411040 KiB
Current children cumulated memory: 6291048 KiB

Child status: 0
Real time (s): 19.3672
CPU time (s): 114.218
CPU user time (s): 102.868
CPU system time (s): 11.35
CPU usage (%): 589.75
Max. virtual memory (cumulated for all children) (KiB): 27411040
Max. memory (cumulated for all children) (KiB): 6291048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.868
system time used= 11.35
maximum resident set size= 6291480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10743
involuntary context switches= 2077


# summary of solver processes directly reported to runsolver:
#   pid: 10311
#   total CPU time (s): 114.218
#   total CPU user time (s): 102.868
#   total CPU system time (s): 11.35

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.155333 second user time and 0.283193 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-22 22:26:47
IDJOB=4285442
IDBENCH=126922
IDSOLVER=2681
FILE ID=node107/4285442-1503434468
RUNJOBID= node107-1503425971-8741
PBS_JOBID= 20632137
Free space on /tmp= 61252 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0050-int.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-4285442-1503434468/watcher-4285442-1503434468 -o /tmp/evaluation-result-4285442-1503434468/solver-4285442-1503434468 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503425971-8741 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1539889734 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285442-1503434468.xml

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

MD5SUM BENCH= 7780e40de56b9bae3ab082521ef58da1
RANDOM SEED=1539889734

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21566024 kB
MemAvailable:   31949388 kB
Buffers:          282624 kB
Cached:         10386716 kB
SwapCached:            0 kB
Active:          1788088 kB
Inactive:        8934612 kB
Active(anon):      56368 kB
Inactive(anon):    41324 kB
Active(file):    1731720 kB
Inactive(file):  8893288 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42636 kB
Writeback:             0 kB
AnonPages:         60472 kB
Mapped:            55068 kB
Shmem:             41612 kB
Slab:             175232 kB
SReclaimable:     148384 kB
SUnreclaim:        26848 kB
KernelStack:        3232 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61212 MiB
End job on node107 at 2017-08-22 22:27:06