Trace number 4291183

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02OPT445 8.53029 2.77313

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark5.80203
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 1928743547
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
1.37/0.91	c Parsing done, starting search...
5.97/2.43	o 207
5.97/2.44	o 216
5.97/2.44	o 221
5.97/2.44	o 263
5.97/2.45	o 268
5.97/2.45	o 285
5.97/2.45	o 339
5.97/2.47	o 363
5.97/2.49	o 368
6.70/2.50	o 390
6.70/2.51	o 405
6.70/2.51	o 408
6.70/2.51	o 424
6.70/2.55	o 428
6.70/2.55	o 433
6.70/2.55	o 439
6.70/2.56	o 442
7.52/2.64	o 445
8.28/2.73	s OPTIMUM FOUND
8.28/2.73	v <instantiation>
8.28/2.73	v 	<list>
8.28/2.73	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
8.28/2.73	v 	</list>
8.28/2.73	v 	<values>
8.28/2.73	v 		14 0 6 11 2 1 13 8 3 9 7 4 5 12 10 312 0 137 290 143 43 211 72 71 0 79 11 146 168 210 0 0 74 24 6 5 54 91 22 0 31 3 47 60 28 
8.28/2.73	v 	</values>
8.28/2.73	v </instantiation>

Verifier Data

OK	445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291183-1532670250/watcher-4291183-1532670250 -o /tmp/evaluation-result-4291183-1532670250/solver-4291183-1532670250 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532666875-14096 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1928743547 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291183-1532670250.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=14654, runsolver pid=14651

[startup+0.100378 s]*
/proc/loadavg: 7.97 8.32 8.47 3/204 14674
/proc/meminfo: memFree=28204864/32770624 swapFree=67108744/67108860
[pid=14654] ppid=14651 vsize=26103424 memory=29596 CPUtime=0.11 cores=0-7
/proc/14654/stat : 14654 (java) S 14651 14654 14069 0 -1 1077944320 6858 0 0 0 10 1 0 0 20 0 20 0 84588227 26729906176 7399 33554432000 4194304 4196468 140735085380928 140735085363472 139885183876855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
/proc/14654/statm: 6525856 7399 3133 1 0 6487932 0
[pid=14654/tid=14656] ppid=14651 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 14069 0 -1 4202560 5072 0 0 0 8 1 0 0 20 0 20 0 84588227 26729906176 7531 33554432000 4194304 4196468 140735085380928 139885188064896 139885164152576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14657] ppid=14651 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7531 33554432000 4194304 4196468 140735085380928 139885140429200 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14658] ppid=14651 vsize=26103424 memory=140017006184064 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7531 33554432000 4194304 4196468 140735085380928 139884740868368 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14659] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7597 33554432000 4194304 4196468 140735085380928 139884739816080 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14660] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7597 33554432000 4194304 4196468 140735085380928 139884738763280 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14661] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7597 33554432000 4194304 4196468 140735085380928 139884737710992 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14662] ppid=14651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7597 33554432000 4194304 4196468 140735085380928 139884736658192 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14663] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7597 33554432000 4194304 4196468 140735085380928 139884735605904 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14664] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 7597 33554432000 4194304 4196468 140735085380928 139884734553104 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14665] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 7597 33554432000 4194304 4196468 140735085380928 139883389626480 139885183888002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14666] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 14069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 7597 33554432000 4194304 4196468 140735085380928 139883388572448 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14667] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 14069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 7597 33554432000 4194304 4196468 140735085380928 139883387520112 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14668] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 7597 33554432000 4194304 4196468 140735085380928 139883386468432 139885183895451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14669] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 14069 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 7597 33554432000 4194304 4196468 140735085380928 139883385416304 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14670] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 7663 33554432000 4194304 4196468 140735085380928 139883384363504 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14671] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 7663 33554432000 4194304 4196468 140735085380928 139883383311216 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14672] ppid=14651 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14651 14654 14069 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 84588233 26729906176 7663 33554432000 4194304 4196468 140735085380928 139883382258416 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14673] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 7663 33554432000 4194304 4196468 140735085380928 139883381205344 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14674] ppid=14651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14674/stat : 14674 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 7663 33554432000 4194304 4196468 140735085380928 139883380152624 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 29596 KiB

[startup+0.21047 s]*
/proc/loadavg: 7.97 8.32 8.47 3/204 14674
/proc/meminfo: memFree=28191300/32770624 swapFree=67108744/67108860
[pid=14654] ppid=14651 vsize=26103424 memory=42744 CPUtime=0.29 cores=0-7
/proc/14654/stat : 14654 (java) S 14651 14654 14069 0 -1 1077944320 10394 0 0 0 27 2 0 0 20 0 20 0 84588227 26729906176 10686 33554432000 4194304 4196468 140735085380928 140735085363472 139885183876855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
/proc/14654/statm: 6525856 10686 3269 1 0 6487932 0
[pid=14654/tid=14656] ppid=14651 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 14069 0 -1 4202560 8173 0 0 0 18 2 0 0 20 0 20 0 84588227 26729906176 10686 33554432000 4194304 4196468 140735085380928 139885188102656 139885167920485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14657] ppid=14651 vsize=26103424 memory=13976 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139885140429200 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14658] ppid=14651 vsize=26103424 memory=3976871488693110432 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139884740868368 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14659] ppid=14651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139884739816080 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14660] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139884738763280 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14661] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139884737710992 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14662] ppid=14651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139884736658192 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14663] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139884735605904 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14664] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 10686 33554432000 4194304 4196468 140735085380928 139884734553104 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14665] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883389626480 139885183888002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14666] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 14069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883388572448 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14667] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 14069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883387520112 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14668] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883386468432 139885183895451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14669] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 14069 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883385416304 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14670] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14651 14654 14069 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883384363504 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14671] ppid=14651 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) S 14651 14654 14069 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 84588233 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883383311216 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14672] ppid=14651 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) R 14651 14654 14069 0 -1 4202560 300 0 0 0 6 0 0 0 20 0 20 0 84588233 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883382254096 139885162362993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14673] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883381205344 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14674] ppid=14651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14674/stat : 14674 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 10686 33554432000 4194304 4196468 140735085380928 139883380152624 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42744 KiB

[startup+0.31071 s]*
/proc/loadavg: 7.97 8.32 8.47 3/204 14674
/proc/meminfo: memFree=28187144/32770624 swapFree=67108744/67108860
[pid=14654] ppid=14651 vsize=26103424 memory=46272 CPUtime=0.43 cores=0-7
/proc/14654/stat : 14654 (java) S 14651 14654 14069 0 -1 1077944320 10851 0 0 0 40 3 0 0 20 0 20 0 84588227 26729906176 11568 33554432000 4194304 4196468 140735085380928 140735085363472 139885183876855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
/proc/14654/statm: 6525856 11568 3319 1 0 6487932 0
[pid=14654/tid=14656] ppid=14651 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 14069 0 -1 4202560 8519 0 0 0 28 2 0 0 20 0 20 0 84588227 26729906176 11568 33554432000 4194304 4196468 140735085380928 139885188038592 139885167957342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14657] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139885140429200 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14658] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139884740868368 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14659] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139884739816080 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14660] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139884738763280 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14661] ppid=14651 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139884737710992 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14662] ppid=14651 vsize=26103424 memory=140016873468847 CPUtime=0 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139884736658192 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14663] ppid=14651 vsize=26103424 memory=140016873471152 CPUtime=0 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139884735605904 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14664] ppid=14651 vsize=26103424 memory=140016873473456 CPUtime=0 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26729906176 11568 33554432000 4194304 4196468 140735085380928 139884734553104 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14665] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883389626480 139885183888002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14666] ppid=14651 vsize=26103424 memory=280033746953872 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 14069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883388572448 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14667] ppid=14651 vsize=26103424 memory=280033746960784 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 14069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84588230 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883387520112 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14668] ppid=14651 vsize=26103424 memory=280033746902064 CPUtime=0 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883386468432 139885183895451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14669] ppid=14651 vsize=26103424 memory=280033746974608 CPUtime=0.01 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 14069 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 20 0 84588233 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883385416304 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14670] ppid=14651 vsize=26103424 memory=280033746981520 CPUtime=0 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14651 14654 14069 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883384363504 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14671] ppid=14651 vsize=26103424 memory=280033746979216 CPUtime=0.01 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) S 14651 14654 14069 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 84588233 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883383311216 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14672] ppid=14651 vsize=26103424 memory=280033746995824 CPUtime=0.07 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14651 14654 14069 0 -1 1077944384 320 0 0 0 7 0 0 0 20 0 20 0 84588233 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883382258416 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14673] ppid=14651 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883381205344 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14674] ppid=14651 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14674/stat : 14674 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588233 26729906176 11568 33554432000 4194304 4196468 140735085380928 139883380152624 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46272 KiB

[startup+0.700924 s]
/proc/loadavg: 7.97 8.32 8.47 3/204 14674
/proc/meminfo: memFree=28163200/32770624 swapFree=67108744/67108860
[pid=14654] ppid=14651 vsize=26105492 memory=85660 CPUtime=0.98 cores=0-7
/proc/14654/stat : 14654 (java) S 14651 14654 14069 0 -1 1077944320 17817 0 0 0 93 5 0 0 20 0 20 0 84588227 26732023808 21415 33554432000 4194304 4196468 140735085380928 140735085363472 139885183876855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
/proc/14654/statm: 6526373 21415 3503 1 0 6488444 0
[pid=14654/tid=14656] ppid=14651 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 14069 0 -1 4202560 15012 0 0 0 63 4 0 0 20 0 20 0 84588227 26732023808 21415 33554432000 4194304 4196468 140735085380928 139885188101024 139885183898781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14657] ppid=14651 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139885140429200 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14658] ppid=14651 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139884740868368 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14659] ppid=14651 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139884739816080 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14660] ppid=14651 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139884738763280 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14661] ppid=14651 vsize=26105492 memory=1704 CPUtime=0 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139884737710992 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14662] ppid=14651 vsize=26105492 memory=1952 CPUtime=0 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139884736658192 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14663] ppid=14651 vsize=26105492 memory=10576 CPUtime=0 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139884735605904 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14664] ppid=14651 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84588228 26732023808 21415 33554432000 4194304 4196468 140735085380928 139884734553104 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14665] ppid=14651 vsize=26105492 memory=18280 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 14069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84588230 26732023808 21415 33554432000 4194304 4196468 140735085380928 139883389626480 139885183888002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0

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

[pid=14654/tid=14672] ppid=14651 vsize=26113684 memory=6944656592455359580 CPUtime=0.62 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) R 14651 14654 14069 0 -1 4202560 3371 0 0 0 61 1 0 0 20 0 20 0 84588233 26740412416 40965 33554432000 4194304 4196468 140735085380928 139883382258416 139885169557557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14673] ppid=14651 vsize=26113684 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588233 26740412416 40965 33554432000 4194304 4196468 140735085380928 139883381205344 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14674] ppid=14651 vsize=26113684 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/14654/task/14674/stat : 14674 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84588233 26740412416 40965 33554432000 4194304 4196468 140735085380928 139883380152624 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
Current children cumulated CPU time: 3.49 s
Current children cumulated vsize: 26113684 KiB
Current children cumulated memory: 163860 KiB

[startup+2.40352 s]
/proc/loadavg: 7.65 8.25 8.45 4/205 14675
/proc/meminfo: memFree=27968796/32770624 swapFree=67108744/67108860
[pid=14654] ppid=14651 vsize=27049676 memory=274360 CPUtime=5.97 cores=0-7
/proc/14654/stat : 14654 (java) S 14651 14654 14069 0 -1 1077944320 31129 0 0 0 582 15 0 0 20 0 34 0 84588227 27698868224 68590 33554432000 4194304 4196468 140735085380928 140735085363472 139885183876855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
/proc/14654/statm: 6762419 68590 3587 1 0 6724490 0
[pid=14654/tid=14656] ppid=14651 vsize=27049676 memory=280033747112832 CPUtime=2.23 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14651 14654 14069 0 -1 1077944384 20669 0 0 0 217 6 0 0 20 0 34 0 84588227 27698868224 68590 33554432000 4194304 4196468 140735085380928 139885188113984 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14657] ppid=14651 vsize=27049676 memory=280033747113024 CPUtime=0.01 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 14069 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139885140429200 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14658] ppid=14651 vsize=27049676 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 14069 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139884740868368 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14659] ppid=14651 vsize=27049676 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 14069 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139884739816080 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14660] ppid=14651 vsize=27049676 memory=4580 CPUtime=0.01 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 14069 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139884738763280 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14661] ppid=14651 vsize=27049676 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 14069 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139884737710992 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14662] ppid=14651 vsize=27049676 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 14069 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139884736658192 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14663] ppid=14651 vsize=27049676 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 14069 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139884735605904 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14664] ppid=14651 vsize=27049676 memory=6944656592455360604 CPUtime=0.01 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 14069 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 34 0 84588228 27698868224 68590 33554432000 4194304 4196468 140735085380928 139884734553104 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14665] ppid=14651 vsize=27049676 memory=0 CPUtime=0.02 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 14069 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 34 0 84588230 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883389626480 139885183888002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14666] ppid=14651 vsize=27049676 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 14069 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 34 0 84588230 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883388572512 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14667] ppid=14651 vsize=27049676 memory=-7094132109863559211 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 14069 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 34 0 84588230 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883387520128 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14668] ppid=14651 vsize=27049676 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 84588233 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883386468432 139885183895451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14669] ppid=14651 vsize=27049676 memory=6656426216303648864 CPUtime=0.7 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) R 14651 14654 14069 0 -1 4202560 1565 0 0 0 69 1 0 0 20 0 34 0 84588233 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883385406096 139885163530400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14670] ppid=14651 vsize=27049676 memory=6655300316396806240 CPUtime=0.79 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14651 14654 14069 0 -1 1077944384 1251 0 0 0 78 1 0 0 20 0 34 0 84588233 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883384354832 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14671] ppid=14651 vsize=27049676 memory=6944656592455348282 CPUtime=0.76 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) R 14651 14654 14069 0 -1 4202560 1154 0 0 0 75 1 0 0 20 0 34 0 84588233 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883383309616 139885164511051 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14672] ppid=14651 vsize=27049676 memory=6944656592452807320 CPUtime=0.83 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) R 14651 14654 14069 0 -1 1077944384 3761 0 0 0 82 1 0 0 20 0 34 0 84588233 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883382253456 139885183887061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14673] ppid=14651 vsize=27049676 memory=-7173504570860347296 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 84588233 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883381205344 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14674] ppid=14651 vsize=27049676 memory=-7966001967256141664 CPUtime=0 cores=0-7
/proc/14654/task/14674/stat : 14674 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 84588233 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883380152624 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14675] ppid=14651 vsize=27049676 memory=8257237230052613020 CPUtime=0 cores=0-7
/proc/14654/task/14675/stat : 14675 (java) S 14651 14654 14069 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 34 0 84588415 27698868224 68590 33554432000 4194304 4196468 140735085380928 139883366708096 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 27049676 KiB
Current children cumulated memory: 274360 KiB

[startup+2.60538 s]
/proc/loadavg: 7.65 8.25 8.45 4/205 14675
/proc/meminfo: memFree=27968796/32770624 swapFree=67108744/67108860
[pid=14654] ppid=14651 vsize=27852576 memory=279728 CPUtime=7.52 cores=0-7
/proc/14654/stat : 14654 (java) S 14651 14654 14069 0 -1 1077944320 32984 0 0 0 736 16 0 0 20 0 46 0 84588227 28521037824 69932 33554432000 4194304 4196468 140735085380928 140735085363472 139885183876855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
/proc/14654/statm: 6963144 69932 3588 1 0 6924694 0
[pid=14654/tid=14656] ppid=14651 vsize=27852576 memory=6944652177228980320 CPUtime=2.23 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14651 14654 14069 0 -1 1077944384 20679 0 0 0 217 6 0 0 20 0 46 0 84588227 28521037824 69932 33554432000 4194304 4196468 140735085380928 139885188114320 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14657] ppid=14651 vsize=27852576 memory=6655300316396806240 CPUtime=0.01 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 14069 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139885140429200 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14658] ppid=14651 vsize=27852576 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 14069 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139884740868368 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14659] ppid=14651 vsize=27852576 memory=6655300316396806240 CPUtime=0.01 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 14069 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139884739816080 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14660] ppid=14651 vsize=27852576 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 14069 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139884738763280 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14661] ppid=14651 vsize=27852576 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 14069 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139884737710992 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14662] ppid=14651 vsize=27852576 memory=288230596050944315 CPUtime=0.01 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 14069 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139884736658192 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14663] ppid=14651 vsize=27852576 memory=14689686639610196 CPUtime=0.01 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 14069 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139884735605904 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14664] ppid=14651 vsize=27852576 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 14069 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 69932 33554432000 4194304 4196468 140735085380928 139884734553104 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14665] ppid=14651 vsize=27852576 memory=0 CPUtime=0.02 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 14069 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 46 0 84588230 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883389626480 139885183888002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14666] ppid=14651 vsize=27852576 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 14069 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 84588230 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883388572512 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14667] ppid=14651 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 14069 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 84588230 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883387520128 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14668] ppid=14651 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 84588233 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883386468432 139885183895451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14669] ppid=14651 vsize=27852576 memory=0 CPUtime=0.89 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) R 14651 14654 14069 0 -1 4202560 1634 0 0 0 88 1 0 0 20 0 46 0 84588233 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883385397920 139885167373381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14670] ppid=14651 vsize=27852576 memory=0 CPUtime=0.93 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) R 14651 14654 14069 0 -1 4202560 1498 0 0 0 92 1 0 0 20 0 46 0 84588233 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883384349008 139885165398246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14671] ppid=14651 vsize=27852576 memory=0 CPUtime=0.94 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) R 14651 14654 14069 0 -1 4202560 1271 0 0 0 93 1 0 0 20 0 46 0 84588233 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883383304408 139885164577159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14672] ppid=14651 vsize=27852576 memory=0 CPUtime=0.93 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) R 14651 14654 14069 0 -1 1077944384 4491 0 0 0 92 1 0 0 20 0 46 0 84588233 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883382252800 139885183887061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14673] ppid=14651 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84588233 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883381205344 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14674] ppid=14651 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14674/stat : 14674 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84588233 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883380152624 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14675] ppid=14651 vsize=27852576 memory=140016873840609 CPUtime=0.01 cores=0-7
/proc/14654/task/14675/stat : 14675 (java) R 14651 14654 14069 0 -1 4202560 37 0 0 0 1 0 0 0 20 0 46 0 84588415 28521037824 69932 33554432000 4194304 4196468 140735085380928 139883366708096 139885183898202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 27852576 KiB
Current children cumulated memory: 279728 KiB

[startup+2.70156 s]
/proc/loadavg: 7.65 8.25 8.45 4/205 14675
/proc/meminfo: memFree=27968796/32770624 swapFree=67108744/67108860
[pid=14654] ppid=14651 vsize=27852576 memory=282280 CPUtime=8.28 cores=0-7
/proc/14654/stat : 14654 (java) S 14651 14654 14069 0 -1 1077944320 33547 0 0 0 812 16 0 0 20 0 46 0 84588227 28521037824 70570 33554432000 4194304 4196468 140735085380928 140735085363472 139885183876855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
/proc/14654/statm: 6963144 70570 3588 1 0 6924694 0
[pid=14654/tid=14656] ppid=14651 vsize=27852576 memory=270256 CPUtime=2.23 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14651 14654 14069 0 -1 1077944384 20679 0 0 0 217 6 0 0 20 0 46 0 84588227 28521037824 70570 33554432000 4194304 4196468 140735085380928 139885188114320 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14657] ppid=14651 vsize=27852576 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 14069 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139885140429200 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14658] ppid=14651 vsize=27852576 memory=280033746750768 CPUtime=0.01 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 14069 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139884740868368 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14659] ppid=14651 vsize=27852576 memory=65112643733738 CPUtime=0.01 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 14069 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139884739816080 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14660] ppid=14651 vsize=27852576 memory=192592 CPUtime=0.01 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 14069 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139884738763280 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14661] ppid=14651 vsize=27852576 memory=122304 CPUtime=0.01 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 14069 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139884737710992 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14662] ppid=14651 vsize=27852576 memory=4052 CPUtime=0.01 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 14069 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139884736658192 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14663] ppid=14651 vsize=27852576 memory=644 CPUtime=0.01 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 14069 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139884735605904 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14664] ppid=14651 vsize=27852576 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 14069 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 46 0 84588228 28521037824 70570 33554432000 4194304 4196468 140735085380928 139884734553104 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14665] ppid=14651 vsize=27852576 memory=0 CPUtime=0.02 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 14069 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 46 0 84588230 28521037824 70570 33554432000 4194304 4196468 140735085380928 139883389626480 139885183888002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14666] ppid=14651 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 14069 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 84588230 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883388572512 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14667] ppid=14651 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 14069 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 84588230 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883387520128 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14668] ppid=14651 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 14069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 84588233 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883386468432 139885183895451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14669] ppid=14651 vsize=27852576 memory=288230574492221466 CPUtime=0.99 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) R 14651 14654 14069 0 -1 4202560 2086 0 0 0 98 1 0 0 20 0 46 0 84588233 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883385397920 139885168986440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14670] ppid=14651 vsize=27852576 memory=0 CPUtime=0.97 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) R 14651 14654 14069 0 -1 4202560 1517 0 0 0 96 1 0 0 20 0 46 0 84588233 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883384352384 139885163720430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14671] ppid=14651 vsize=27852576 memory=6656426216303648864 CPUtime=0.97 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) R 14651 14654 14069 0 -1 4202560 1275 0 0 0 96 1 0 0 20 0 46 0 84588233 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883383304408 139885163269439 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14672] ppid=14651 vsize=27852576 memory=142044 CPUtime=0.96 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) R 14651 14654 14069 0 -1 4202560 4536 0 0 0 95 1 0 0 20 0 46 0 84588233 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883382256208 139885176976555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14673] ppid=14651 vsize=27852576 memory=280033746915744 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84588233 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883381205344 139885183887061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14674] ppid=14651 vsize=27852576 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/14654/task/14674/stat : 14674 (java) S 14651 14654 14069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84588233 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883380152624 139885183888002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
[pid=14654/tid=14675] ppid=14651 vsize=27852576 memory=278700 CPUtime=0.03 cores=0-7
/proc/14654/task/14675/stat : 14675 (java) R 14651 14654 14069 0 -1 1077944384 37 0 0 0 3 0 0 0 20 0 46 0 84588415 28521037824 70581 33554432000 4194304 4196468 140735085380928 139883366708096 139885183887061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20324352 140735085384781 140735085384965 140735085384965 140735085387727 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 27852576 KiB
Current children cumulated memory: 282280 KiB

Child status: 0
Real time (s): 2.77313
CPU time (s): 8.53029
CPU user time (s): 8.34017
CPU system time (s): 0.19012
CPU usage (%): 307.605
Max. virtual memory (cumulated for all children) (KiB): 27852576
Max. memory (cumulated for all children) (KiB): 282280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.34017
system time used= 0.19012
maximum resident set size= 286024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6453
involuntary context switches= 119


# summary of solver processes directly reported to runsolver:
#   pid: 14654
#   total CPU time (s): 8.53029
#   total CPU user time (s): 8.34017
#   total CPU system time (s): 0.19012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038599 second user time and 0.071983 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-27 07:44:10
IDJOB=4291183
IDBENCH=141525
IDSOLVER=2745
FILE ID=node134/4291183-1532670250
RUNJOBID= node134-1532666875-14096
PBS_JOBID= 21022243
Free space on /tmp= 55560 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Mario/Mario-easy-5_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291183-1532670250/watcher-4291183-1532670250 -o /tmp/evaluation-result-4291183-1532670250/solver-4291183-1532670250 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532666875-14096 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1928743547 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291183-1532670250.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=1928743547

node134.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.68
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.68
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.68
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.68
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:        28222036 kB
MemAvailable:   31958532 kB
Buffers:          144680 kB
Cached:          3855384 kB
SwapCached:            0 kB
Active:          1757568 kB
Inactive:        2298152 kB
Active(anon):       4640 kB
Inactive(anon):    78800 kB
Active(file):    1752928 kB
Inactive(file):  2219352 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             36124 kB
Writeback:             0 kB
AnonPages:         75144 kB
Mapped:            41564 kB
Shmem:             25132 kB
Slab:             187772 kB
SReclaimable:     160104 kB
SUnreclaim:        27668 kB
KernelStack:        3616 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55528 MiB
End job on node134 at 2018-07-27 07:44:13