Trace number 4275457

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-07-26SAT 25.1812 4.4245701

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-03.xml
MD5SUM179d2a128a53b26e9bde33d3c842c186
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 benchmark6.0598898
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.26	c seed: 197914211
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
0.65/0.50	c Parsing done, starting search...
24.54/4.39	s SATISFIABLE
24.54/4.40	v <instantiation>
24.54/4.40	v 	<list>
24.54/4.40	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]
24.54/4.40	v 	</list>
24.54/4.40	v 	<values>
24.54/4.40	v 		1 0 1 0 1 1 0 1 0 1 1 1 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 1 0 
24.54/4.40	v 	</values>
24.54/4.40	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 (13296 MiB free)
  memory of node 1: 16384 MiB (13785 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275457-1502751916/watcher-4275457-1502751916 -o /tmp/evaluation-result-4275457-1502751916/solver-4275457-1502751916 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502745159-7992 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 197914211 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275457-1502751916.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=8427, runsolver pid=8424
Current StackSize limit: 8192 KiB


[startup+0.100761 s]*
/proc/loadavg: 8.87 8.53 8.38 1/199 8447
/proc/meminfo: memFree=27712448/32770624 swapFree=67108860/67108860
[pid=8427] ppid=8424 vsize=14325320 memory=34728 CPUtime=0.12 cores=0-7
/proc/8427/stat : 8427 (java) S 8424 8427 7965 0 -1 1077944320 8584 0 0 0 10 2 0 0 20 0 20 0 108272517 14669127680 8682 33554432000 4194304 4196468 140732322666384 140732322648928 139927863045879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
/proc/8427/statm: 3581330 8682 3410 1 0 3569050 0
[pid=8427/tid=8429] ppid=8424 vsize=14325320 memory=4282532311828951966 CPUtime=0.08 cores=0-7
/proc/8427/task/8429/stat : 8429 (java) R 8424 8427 7965 0 -1 4202560 6521 0 0 0 7 1 0 0 20 0 20 0 108272518 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927867251872 139927847126366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8430] ppid=8424 vsize=14325320 memory=732370627058379749 CPUtime=0 cores=0-7
/proc/8427/task/8430/stat : 8430 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927821806352 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8431] ppid=8424 vsize=14325320 memory=140488720926336 CPUtime=0 cores=0-7
/proc/8427/task/8431/stat : 8431 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927457446800 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8432] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8432/stat : 8432 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927456394256 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8433] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8433/stat : 8433 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927455341712 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8434] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8434/stat : 8434 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927454288144 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8435] ppid=8424 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8427/task/8435/stat : 8435 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927453235600 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8436] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8436/stat : 8436 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927452183056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8437] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8437/stat : 8437 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927451130512 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8438] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8438/stat : 8438 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272520 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927027870192 139927863057026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8439] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8439/stat : 8439 (java) S 8424 8427 7965 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108272520 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927026816416 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8440] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8440/stat : 8440 (java) S 8424 8427 7965 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108272521 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927025763824 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8441] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8441/stat : 8441 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927024712400 139927863064475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8442] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8442/stat : 8442 (java) S 8424 8427 7965 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927023658992 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8443] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8443/stat : 8443 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927022606448 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8444] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8444/stat : 8444 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927021553904 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8445] ppid=8424 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8445/stat : 8445 (java) S 8424 8427 7965 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 20 0 108272523 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927020501360 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8446] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8446/stat : 8446 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927019449056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8447] ppid=8424 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8427/task/8447/stat : 8447 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108272524 14669127680 8682 33554432000 4194304 4196468 140732322666384 139927018396592 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34728 KiB

[startup+0.210321 s]*
/proc/loadavg: 8.87 8.53 8.38 2/199 8447
/proc/meminfo: memFree=27702072/32770624 swapFree=67108860/67108860
[pid=8427] ppid=8424 vsize=14325320 memory=43620 CPUtime=0.29 cores=0-7
/proc/8427/stat : 8427 (java) S 8424 8427 7965 0 -1 1077944320 9561 0 0 0 26 3 0 0 20 0 20 0 108272517 14669127680 10905 33554432000 4194304 4196468 140732322666384 140732322648928 139927863045879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
/proc/8427/statm: 3581330 10905 3607 1 0 3569050 0
[pid=8427/tid=8429] ppid=8424 vsize=14325320 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/8427/task/8429/stat : 8429 (java) R 8424 8427 7965 0 -1 4202560 7144 0 0 0 17 2 0 0 20 0 20 0 108272518 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927867265936 139927847126396 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8430] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8430/stat : 8430 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927821806352 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8431] ppid=8424 vsize=14325320 memory=140488721711001 CPUtime=0 cores=0-7
/proc/8427/task/8431/stat : 8431 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927457446800 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8432] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8432/stat : 8432 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927456394256 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8433] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8433/stat : 8433 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927455341712 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8434] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8434/stat : 8434 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927454288144 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8435] ppid=8424 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8427/task/8435/stat : 8435 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927453235600 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8436] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8436/stat : 8436 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927452183056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8437] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8437/stat : 8437 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927451130512 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8438] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8438/stat : 8438 (java) S 8424 8427 7965 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108272520 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927027870192 139927863057026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8439] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8439/stat : 8439 (java) S 8424 8427 7965 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108272520 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927026816416 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8440] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8440/stat : 8440 (java) S 8424 8427 7965 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108272521 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927025763824 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8441] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8441/stat : 8441 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927024712400 139927863064475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8442] ppid=8424 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8427/task/8442/stat : 8442 (java) S 8424 8427 7965 0 -1 1077944384 569 0 0 0 1 0 0 0 20 0 20 0 108272523 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927023658992 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8443] ppid=8424 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8427/task/8443/stat : 8443 (java) S 8424 8427 7965 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 108272523 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927022606448 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8444] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8444/stat : 8444 (java) S 8424 8427 7965 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927021553904 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8445] ppid=8424 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/8427/task/8445/stat : 8445 (java) S 8424 8427 7965 0 -1 1077944384 392 0 0 0 5 0 0 0 20 0 20 0 108272523 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927020501360 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8446] ppid=8424 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8446/stat : 8446 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272523 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927019449056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8447] ppid=8424 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8427/task/8447/stat : 8447 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108272524 14669127680 10905 33554432000 4194304 4196468 140732322666384 139927018396592 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43620 KiB

[startup+0.310111 s]*
/proc/loadavg: 8.87 8.53 8.38 2/199 8447
/proc/meminfo: memFree=27694984/32770624 swapFree=67108860/67108860
[pid=8427] ppid=8424 vsize=14325340 memory=51020 CPUtime=0.48 cores=0-7
/proc/8427/stat : 8427 (java) S 8424 8427 7965 0 -1 1077944320 10572 0 0 0 44 4 0 0 20 0 20 0 108272517 14669148160 12755 33554432000 4194304 4196468 140732322666384 140732322648928 139927863045879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
/proc/8427/statm: 3581335 12755 3715 1 0 3569050 0
[pid=8427/tid=8429] ppid=8424 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8427/task/8429/stat : 8429 (java) R 8424 8427 7965 0 -1 4202560 7709 0 0 0 26 3 0 0 20 0 20 0 108272518 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927867276336 139927847125840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8430] ppid=8424 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8430/stat : 8430 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927821806352 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8431] ppid=8424 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8431/stat : 8431 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927457446800 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8432] ppid=8424 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8432/stat : 8432 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927456394256 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8433] ppid=8424 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8433/stat : 8433 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927455341712 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8434] ppid=8424 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/8427/task/8434/stat : 8434 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927454288144 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8435] ppid=8424 vsize=14325340 memory=140488581673903 CPUtime=0 cores=0-7
/proc/8427/task/8435/stat : 8435 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927453235600 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8436] ppid=8424 vsize=14325340 memory=140488581676208 CPUtime=0 cores=0-7
/proc/8427/task/8436/stat : 8436 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927452183056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8437] ppid=8424 vsize=14325340 memory=140488581678512 CPUtime=0 cores=0-7
/proc/8427/task/8437/stat : 8437 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927451130512 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8438] ppid=8424 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8438/stat : 8438 (java) S 8424 8427 7965 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108272520 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927027870192 139927863057026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8439] ppid=8424 vsize=14325340 memory=280977163363984 CPUtime=0 cores=0-7
/proc/8427/task/8439/stat : 8439 (java) S 8424 8427 7965 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108272520 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927026816416 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8440] ppid=8424 vsize=14325340 memory=280977163370896 CPUtime=0 cores=0-7
/proc/8427/task/8440/stat : 8440 (java) S 8424 8427 7965 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108272521 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927025763824 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8441] ppid=8424 vsize=14325340 memory=280977163312176 CPUtime=0 cores=0-7
/proc/8427/task/8441/stat : 8441 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108272523 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927024712400 139927863064475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8442] ppid=8424 vsize=14325340 memory=280977163384720 CPUtime=0.04 cores=0-7
/proc/8427/task/8442/stat : 8442 (java) S 8424 8427 7965 0 -1 1077944384 721 0 0 0 4 0 0 0 20 0 20 0 108272523 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927023658992 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8443] ppid=8424 vsize=14325340 memory=280977163391632 CPUtime=0.02 cores=0-7
/proc/8427/task/8443/stat : 8443 (java) S 8424 8427 7965 0 -1 1077944384 68 0 0 0 2 0 0 0 20 0 20 0 108272523 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927022606448 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8444] ppid=8424 vsize=14325340 memory=280977163389328 CPUtime=0.02 cores=0-7
/proc/8427/task/8444/stat : 8444 (java) S 8424 8427 7965 0 -1 1077944384 182 0 0 0 2 0 0 0 20 0 20 0 108272523 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927021553904 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8445] ppid=8424 vsize=14325340 memory=280977163405888 CPUtime=0.08 cores=0-7
/proc/8427/task/8445/stat : 8445 (java) S 8424 8427 7965 0 -1 1077944384 503 0 0 0 8 0 0 0 20 0 20 0 108272523 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927020501360 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8446] ppid=8424 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8446/stat : 8446 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272523 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927019449056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8447] ppid=8424 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/8427/task/8447/stat : 8447 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108272524 14669148160 12755 33554432000 4194304 4196468 140732322666384 139927018396592 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51020 KiB

[startup+0.700923 s]
/proc/loadavg: 8.87 8.53 8.38 3/199 8447
/proc/meminfo: memFree=27681272/32770624 swapFree=67108860/67108860
[pid=8427] ppid=8424 vsize=14329436 memory=82716 CPUtime=1.06 cores=0-7
/proc/8427/stat : 8427 (java) S 8424 8427 7965 0 -1 1077944320 12897 0 0 0 100 6 0 0 20 0 20 0 108272517 14673342464 20679 33554432000 4194304 4196468 140732322666384 140732322648928 139927863045879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
/proc/8427/statm: 3582359 20679 3748 1 0 3570074 0
[pid=8427/tid=8429] ppid=8424 vsize=14329436 memory=7300728897691738964 CPUtime=0.67 cores=0-7
/proc/8427/task/8429/stat : 8429 (java) R 8424 8427 7965 0 -1 4202560 9605 0 0 0 62 5 0 0 20 0 20 0 108272518 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927867280480 139927863057814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8430] ppid=8424 vsize=14329436 memory=36275293798908 CPUtime=0 cores=0-7
/proc/8427/task/8430/stat : 8430 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927821806352 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8431] ppid=8424 vsize=14329436 memory=140488581684516 CPUtime=0 cores=0-7
/proc/8427/task/8431/stat : 8431 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927457446800 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8432] ppid=8424 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8432/stat : 8432 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927456394256 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8433] ppid=8424 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8433/stat : 8433 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927455341712 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8434] ppid=8424 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8434/stat : 8434 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927454288144 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8435] ppid=8424 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8435/stat : 8435 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927453235600 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8436] ppid=8424 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8436/stat : 8436 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927452183056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8437] ppid=8424 vsize=14329436 memory=1732 CPUtime=0 cores=0-7
/proc/8427/task/8437/stat : 8437 (java) S 8424 8427 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108272519 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927451130512 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8438] ppid=8424 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/8427/task/8438/stat : 8438 (java) S 8424 8427 7965 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108272520 14673342464 20679 33554432000 4194304 4196468 140732322666384 139927027870192 139927863057026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0

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

[pid=8427/tid=8469] ppid=8424 vsize=16068328 memory=0 CPUtime=0.43 cores=0-7
/proc/8427/task/8469/stat : 8469 (java) R 8424 8427 7965 0 -1 1077944384 33 0 0 0 43 0 0 0 20 0 46 0 108272695 16453967872 157790 33554432000 4194304 4196468 140732322666384 139926911919376 139927863056085 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8470] ppid=8424 vsize=16068328 memory=55 CPUtime=0.57 cores=0-7
/proc/8427/task/8470/stat : 8470 (java) R 8424 8427 7965 0 -1 1077944384 62 0 0 0 57 0 0 0 20 0 46 0 108272695 16453967872 157790 33554432000 4194304 4196468 140732322666384 139926910866832 139927863056085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8471] ppid=8424 vsize=16068328 memory=9133 CPUtime=0.6 cores=0-7
/proc/8427/task/8471/stat : 8471 (java) R 8424 8427 7965 0 -1 1077944384 43 0 0 0 60 0 0 0 20 0 46 0 108272695 16453967872 157790 33554432000 4194304 4196468 140732322666384 139926909814288 139927863056085 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8472] ppid=8424 vsize=16068328 memory=25180 CPUtime=0.48 cores=0-7
/proc/8427/task/8472/stat : 8472 (java) R 8424 8427 7965 0 -1 1077944384 50 0 0 0 48 0 0 0 20 0 46 0 108272696 16453967872 157790 33554432000 4194304 4196468 140732322666384 139926908761744 139927863056085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8473] ppid=8424 vsize=16068328 memory=0 CPUtime=0.73 cores=0-7
/proc/8427/task/8473/stat : 8473 (java) R 8424 8427 7965 0 -1 1077944384 71 0 0 0 72 1 0 0 20 0 46 0 108272696 16453967872 157790 33554432000 4194304 4196468 140732322666384 139926907709200 139927863056085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
Current children cumulated CPU time: 17.36 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 631160 KiB

[startup+4.00155 s]*
/proc/loadavg: 8.24 8.41 8.34 1/225 8473
/proc/meminfo: memFree=26594776/32770624 swapFree=67108860/67108860
[pid=8427] ppid=8424 vsize=16068328 memory=1138952 CPUtime=23.01 cores=0-7
/proc/8427/stat : 8427 (java) S 8424 8427 7965 0 -1 1077944320 38545 0 0 0 2256 45 0 0 20 0 46 0 108272517 16453967872 284738 33554432000 4194304 4196468 140732322666384 140732322648928 139927863045879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
/proc/8427/statm: 4017082 284738 3836 1 0 4004276 0
[pid=8427/tid=8429] ppid=8424 vsize=16068328 memory=8112282956445269571 CPUtime=1.32 cores=0-7
/proc/8427/task/8429/stat : 8429 (java) S 8424 8427 7965 0 -1 1077944384 13042 0 0 0 125 7 0 0 20 0 46 0 108272518 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927867283584 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8430] ppid=8424 vsize=16068328 memory=7524510450776564840 CPUtime=0.03 cores=0-7
/proc/8427/task/8430/stat : 8430 (java) S 8424 8427 7965 0 -1 1077944384 37 0 0 0 2 1 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927821806352 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8431] ppid=8424 vsize=16068328 memory=140488720926336 CPUtime=0 cores=0-7
/proc/8427/task/8431/stat : 8431 (java) S 8424 8427 7965 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927457446800 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8432] ppid=8424 vsize=16068328 memory=-1 CPUtime=0.02 cores=0-7
/proc/8427/task/8432/stat : 8432 (java) S 8424 8427 7965 0 -1 1077944384 45 0 0 0 2 0 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927456394256 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8433] ppid=8424 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8433/stat : 8433 (java) S 8424 8427 7965 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927455341712 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8434] ppid=8424 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8427/task/8434/stat : 8434 (java) S 8424 8427 7965 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927454288144 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8435] ppid=8424 vsize=16068328 memory=7234303152781525023 CPUtime=0.01 cores=0-7
/proc/8427/task/8435/stat : 8435 (java) S 8424 8427 7965 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927453235600 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8436] ppid=8424 vsize=16068328 memory=288285580272600211 CPUtime=0.03 cores=0-7
/proc/8427/task/8436/stat : 8436 (java) S 8424 8427 7965 0 -1 1077944384 68 0 0 0 2 1 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927452183056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8437] ppid=8424 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8437/stat : 8437 (java) S 8424 8427 7965 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 46 0 108272519 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927451130512 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8438] ppid=8424 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8438/stat : 8438 (java) D 8424 8427 7965 0 -1 4202560 479 0 0 0 2 0 0 0 20 0 46 0 108272520 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927027870112 139927848258157 0 0 0 16800975 18446744072100265093 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8439] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8439/stat : 8439 (java) S 8424 8427 7965 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 108272520 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927026816480 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8440] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8440/stat : 8440 (java) S 8424 8427 7965 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 46 0 108272521 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927025763840 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8441] ppid=8424 vsize=16068328 memory=629084 CPUtime=0 cores=0-7
/proc/8427/task/8441/stat : 8441 (java) S 8424 8427 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 108272523 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927024712400 139927863064475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8442] ppid=8424 vsize=16068328 memory=0 CPUtime=0.83 cores=0-7
/proc/8427/task/8442/stat : 8442 (java) D 8424 8427 7965 0 -1 4202560 5453 0 0 0 81 2 0 0 20 0 46 0 108272523 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927023659288 139927842970015 0 4 0 16800975 18446744072100265093 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8443] ppid=8424 vsize=16068328 memory=0 CPUtime=1.01 cores=0-7
/proc/8427/task/8443/stat : 8443 (java) D 8424 8427 7965 0 -1 4202560 4114 0 0 0 100 1 0 0 20 0 46 0 108272523 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927022606744 139927842970015 0 4 0 16800975 18446744072100265093 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8444] ppid=8424 vsize=16068328 memory=0 CPUtime=0.8 cores=0-7
/proc/8427/task/8444/stat : 8444 (java) D 8424 8427 7965 0 -1 4202560 3508 0 0 0 79 1 0 0 20 0 46 0 108272523 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927021553824 139927842970015 0 4 0 16800975 18446744072100265093 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8445] ppid=8424 vsize=16068328 memory=0 CPUtime=0.67 cores=0-7
/proc/8427/task/8445/stat : 8445 (java) D 8424 8427 7965 0 -1 4202560 7263 0 0 0 65 2 0 0 20 0 46 0 108272523 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927020501280 139927842970015 0 4 0 16800975 18446744072100265093 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8446] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8446/stat : 8446 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108272523 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927019449056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8447] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8447/stat : 8447 (java) D 8424 8427 7965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 46 0 108272524 16453967872 284738 33554432000 4194304 4196468 140732322666384 139927018396512 139927847901966 0 4 0 16800975 18446744072100265093 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8448] ppid=8424 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8427/task/8448/stat : 8448 (java) S 8424 8427 7965 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 46 0 108272628 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926940353744 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8449] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8449/stat : 8449 (java) S 8424 8427 7965 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 46 0 108272640 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926939301328 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8450] ppid=8424 vsize=16068328 memory=0 CPUtime=0.71 cores=0-7
/proc/8427/task/8450/stat : 8450 (java) S 8424 8427 7965 0 -1 1077944384 209 0 0 0 71 0 0 0 20 0 46 0 108272650 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926936150928 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8451] ppid=8424 vsize=16068328 memory=0 CPUtime=0.44 cores=0-7
/proc/8427/task/8451/stat : 8451 (java) S 8424 8427 7965 0 -1 1077944384 69 0 0 0 44 0 0 0 20 0 46 0 108272651 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926935098384 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8452] ppid=8424 vsize=16068328 memory=0 CPUtime=0.71 cores=0-7
/proc/8427/task/8452/stat : 8452 (java) S 8424 8427 7965 0 -1 1077944384 278 0 0 0 71 0 0 0 20 0 46 0 108272651 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926934043200 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8453] ppid=8424 vsize=16068328 memory=0 CPUtime=0.93 cores=0-7
/proc/8427/task/8453/stat : 8453 (java) S 8424 8427 7965 0 -1 1077944384 133 0 0 0 93 0 0 0 20 0 46 0 108272651 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926932990752 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8454] ppid=8424 vsize=16068328 memory=0 CPUtime=0.5 cores=0-7
/proc/8427/task/8454/stat : 8454 (java) S 8424 8427 7965 0 -1 1077944384 87 0 0 0 50 0 0 0 20 0 46 0 108272651 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926931940752 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8455] ppid=8424 vsize=16068328 memory=0 CPUtime=0.61 cores=0-7
/proc/8427/task/8455/stat : 8455 (java) S 8424 8427 7965 0 -1 1077944384 80 0 0 0 61 0 0 0 20 0 46 0 108272653 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926930888208 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8456] ppid=8424 vsize=16068328 memory=0 CPUtime=0.68 cores=0-7
/proc/8427/task/8456/stat : 8456 (java) S 8424 8427 7965 0 -1 1077944384 62 0 0 0 68 0 0 0 20 0 46 0 108272653 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926929835664 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8457] ppid=8424 vsize=16068328 memory=0 CPUtime=0.96 cores=0-7
/proc/8427/task/8457/stat : 8457 (java) S 8424 8427 7965 0 -1 1077944384 122 0 0 0 95 1 0 0 20 0 46 0 108272653 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926928780768 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8458] ppid=8424 vsize=16068328 memory=0 CPUtime=0.98 cores=0-7
/proc/8427/task/8458/stat : 8458 (java) S 8424 8427 7965 0 -1 1077944384 83 0 0 0 98 0 0 0 20 0 46 0 108272653 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926927729552 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8459] ppid=8424 vsize=16068328 memory=2209 CPUtime=0.42 cores=0-7
/proc/8427/task/8459/stat : 8459 (java) S 8424 8427 7965 0 -1 1077944384 84 0 0 0 42 0 0 0 20 0 46 0 108272655 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926926674368 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8460] ppid=8424 vsize=16068328 memory=0 CPUtime=1.08 cores=0-7
/proc/8427/task/8460/stat : 8460 (java) S 8424 8427 7965 0 -1 1077944384 124 0 0 0 107 1 0 0 20 0 46 0 108272655 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926925621728 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8461] ppid=8424 vsize=16068328 memory=0 CPUtime=0.61 cores=0-7
/proc/8427/task/8461/stat : 8461 (java) S 8424 8427 7965 0 -1 1077944384 58 0 0 0 61 0 0 0 20 0 46 0 108272657 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926924571920 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8462] ppid=8424 vsize=16068328 memory=4639948313719891052 CPUtime=0.67 cores=0-7
/proc/8427/task/8462/stat : 8462 (java) S 8424 8427 7965 0 -1 1077944384 73 0 0 0 67 0 0 0 20 0 46 0 108272657 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926923519376 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8463] ppid=8424 vsize=16068328 memory=0 CPUtime=0.86 cores=0-7
/proc/8427/task/8463/stat : 8463 (java) S 8424 8427 7965 0 -1 1077944384 138 0 0 0 85 1 0 0 20 0 46 0 108272657 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926922466832 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8464] ppid=8424 vsize=16068328 memory=2319389216346218548 CPUtime=0.85 cores=0-7
/proc/8427/task/8464/stat : 8464 (java) S 8424 8427 7965 0 -1 1077944384 128 0 0 0 84 1 0 0 20 0 46 0 108272657 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926921414288 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8465] ppid=8424 vsize=16068328 memory=7590655979367786604 CPUtime=0.66 cores=0-7
/proc/8427/task/8465/stat : 8465 (java) S 8424 8427 7965 0 -1 1077944384 71 0 0 0 66 0 0 0 20 0 46 0 108272657 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926920361744 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8466] ppid=8424 vsize=16068328 memory=7523376918531162212 CPUtime=0.81 cores=0-7
/proc/8427/task/8466/stat : 8466 (java) S 8424 8427 7965 0 -1 1077944384 71 0 0 0 80 1 0 0 20 0 46 0 108272688 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926915074368 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8467] ppid=8424 vsize=16068328 memory=7307207400642732882 CPUtime=0.54 cores=0-7
/proc/8427/task/8467/stat : 8467 (java) S 8424 8427 7965 0 -1 1077944384 102 0 0 0 53 1 0 0 20 0 46 0 108272694 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926914024464 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8468] ppid=8424 vsize=16068328 memory=734122160799757879 CPUtime=0.5 cores=0-7
/proc/8427/task/8468/stat : 8468 (java) S 8424 8427 7965 0 -1 1077944384 169 0 0 0 49 1 0 0 20 0 46 0 108272695 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926912969280 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8469] ppid=8424 vsize=16068328 memory=0 CPUtime=0.48 cores=0-7
/proc/8427/task/8469/stat : 8469 (java) S 8424 8427 7965 0 -1 1077944384 51 0 0 0 48 0 0 0 20 0 46 0 108272695 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926911919376 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8470] ppid=8424 vsize=16068328 memory=0 CPUtime=0.98 cores=0-7
/proc/8427/task/8470/stat : 8470 (java) S 8424 8427 7965 0 -1 1077944384 128 0 0 0 97 1 0 0 20 0 46 0 108272695 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926910866832 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8471] ppid=8424 vsize=16068328 memory=0 CPUtime=0.99 cores=0-7
/proc/8427/task/8471/stat : 8471 (java) S 8424 8427 7965 0 -1 1077944384 100 0 0 0 98 1 0 0 20 0 46 0 108272695 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926909814288 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8472] ppid=8424 vsize=16068328 memory=0 CPUtime=0.85 cores=0-7
/proc/8427/task/8472/stat : 8472 (java) S 8424 8427 7965 0 -1 1077944384 128 0 0 0 84 1 0 0 20 0 46 0 108272696 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926908761744 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8473] ppid=8424 vsize=16068328 memory=0 CPUtime=0.99 cores=0-7
/proc/8427/task/8473/stat : 8473 (java) S 8424 8427 7965 0 -1 1077944384 109 0 0 0 98 1 0 0 20 0 46 0 108272696 16453967872 284738 33554432000 4194304 4196468 140732322666384 139926907705936 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
Current children cumulated CPU time: 23.01 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 1138952 KiB

[startup+4.40154 s]
/proc/loadavg: 8.24 8.41 8.34 1/225 8473
/proc/meminfo: memFree=26594776/32770624 swapFree=67108860/67108860
[pid=8427] ppid=8424 vsize=16068328 memory=1139748 CPUtime=25.16 cores=0-7
/proc/8427/stat : 8427 (java) S 8424 8427 7965 0 -1 1077944320 40787 0 0 0 2470 46 0 0 20 0 19 0 108272517 16453967872 284937 33554432000 4194304 4196468 140732322666384 140732322648928 139927863045879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
/proc/8427/statm: 4017082 284937 3838 1 0 4004276 0
[pid=8427/tid=8429] ppid=8424 vsize=16068328 memory=0 CPUtime=1.32 cores=0-7
/proc/8427/task/8429/stat : 8429 (java) S 8424 8427 7965 0 -1 1077944384 13092 0 0 0 125 7 0 0 20 0 19 0 108272518 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927867288720 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8430] ppid=8424 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/8427/task/8430/stat : 8430 (java) S 8424 8427 7965 0 -1 1077944384 41 0 0 0 2 1 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927821806352 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8431] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8431/stat : 8431 (java) S 8424 8427 7965 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927457446800 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8432] ppid=8424 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8432/stat : 8432 (java) S 8424 8427 7965 0 -1 1077944384 48 0 0 0 2 0 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927456394256 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8433] ppid=8424 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8433/stat : 8433 (java) S 8424 8427 7965 0 -1 1077944384 44 0 0 0 2 0 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927455341712 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8434] ppid=8424 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8427/task/8434/stat : 8434 (java) S 8424 8427 7965 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927454288144 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8435] ppid=8424 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8427/task/8435/stat : 8435 (java) S 8424 8427 7965 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927453235600 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8436] ppid=8424 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/8427/task/8436/stat : 8436 (java) S 8424 8427 7965 0 -1 1077944384 80 0 0 0 2 1 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927452183056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8437] ppid=8424 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8437/stat : 8437 (java) S 8424 8427 7965 0 -1 1077944384 26 0 0 0 2 0 0 0 20 0 19 0 108272519 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927451130512 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8438] ppid=8424 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8427/task/8438/stat : 8438 (java) S 8424 8427 7965 0 -1 1077944384 1311 0 0 0 2 0 0 0 20 0 19 0 108272520 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927027870400 139927863057026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8439] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8439/stat : 8439 (java) S 8424 8427 7965 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 108272520 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927026816480 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8440] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8440/stat : 8440 (java) S 8424 8427 7965 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 108272521 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927025763840 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8441] ppid=8424 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8427/task/8441/stat : 8441 (java) S 8424 8427 7965 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 108272523 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927024711168 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8442] ppid=8424 vsize=16068328 memory=0 CPUtime=0.84 cores=0-7
/proc/8427/task/8442/stat : 8442 (java) S 8424 8427 7965 0 -1 1077944384 5457 0 0 0 82 2 0 0 20 0 19 0 108272523 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927023658992 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8443] ppid=8424 vsize=16068328 memory=7505928880668315508 CPUtime=1.02 cores=0-7
/proc/8427/task/8443/stat : 8443 (java) S 8424 8427 7965 0 -1 1077944384 4139 0 0 0 101 1 0 0 20 0 19 0 108272523 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927022606448 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8444] ppid=8424 vsize=16068328 memory=-6079718012894977833 CPUtime=0.81 cores=0-7
/proc/8427/task/8444/stat : 8444 (java) S 8424 8427 7965 0 -1 1077944384 3611 0 0 0 80 1 0 0 20 0 19 0 108272523 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927021553904 139927863057026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8445] ppid=8424 vsize=16068328 memory=6943526294502006880 CPUtime=0.68 cores=0-7
/proc/8427/task/8445/stat : 8445 (java) S 8424 8427 7965 0 -1 1077944384 7343 0 0 0 66 2 0 0 20 0 19 0 108272523 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927020495680 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
[pid=8427/tid=8446] ppid=8424 vsize=16068328 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/8427/task/8446/stat : 8446 (java) S 8424 8427 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 108272523 16453967872 284937 33554432000 4194304 4196468 140732322666384 139927019449056 139927863056085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9158656 140732322673762 140732322673947 140732322673947 140732322676687 0
Current children cumulated CPU time: 25.16 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 1139748 KiB

Child status: 0
Real time (s): 4.42457
CPU time (s): 25.1812
CPU user time (s): 24.7016
CPU system time (s): 0.47965
CPU usage (%): 569.122
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 1140324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.7016
system time used= 0.47965
maximum resident set size= 1141212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9940
involuntary context switches= 1869


# summary of solver processes directly reported to runsolver:
#   pid: 8427
#   total CPU time (s): 25.1812
#   total CPU user time (s): 24.7016
#   total CPU system time (s): 0.47965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052723 second user time and 0.103294 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 00:50:58
IDJOB=4275457
IDBENCH=133094
IDSOLVER=2668
FILE ID=node149/4275457-1502751916
RUNJOBID= node149-1502745159-7992
PBS_JOBID= 20629068
Free space on /tmp= 61936 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-03.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275457-1502751916/watcher-4275457-1502751916 -o /tmp/evaluation-result-4275457-1502751916/solver-4275457-1502751916 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502745159-7992 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 197914211 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275457-1502751916.xml

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

MD5SUM BENCH= 179d2a128a53b26e9bde33d3c842c186
RANDOM SEED=197914211

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27732532 kB
MemAvailable:   31969844 kB
Buffers:          306228 kB
Cached:          4203944 kB
SwapCached:            0 kB
Active:          1219668 kB
Inactive:        3344136 kB
Active(anon):      56860 kB
Inactive(anon):    24944 kB
Active(file):    1162808 kB
Inactive(file):  3319192 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42208 kB
Writeback:             0 kB
AnonPages:         60424 kB
Mapped:            45316 kB
Shmem:             25224 kB
Slab:             168908 kB
SReclaimable:     142292 kB
SUnreclaim:        26616 kB
KernelStack:        3328 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61892 MiB
End job on node149 at 2017-08-15 00:51:02