Trace number 4285002

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 2017-08-22OPT16 6.8894601 2.2243199

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-06.xml
MD5SUM961ba47a71bb5a6b7e86e986065c296e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.188172
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints74
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":14},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":14},{"arity":4,"count":4},{"arity":6,"count":14},{"arity":9,"count":12}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44},{"type":"sum","count":30}]
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.28/0.37	c version: 2017-08-22
0.28/0.37	c seed: 275470470
0.28/0.37	c timeout: 20160
0.28/0.37	c memlimit: 22000
0.28/0.37	c nbcore: 8
0.28/0.39	c Parsing instance...
0.81/0.68	c Parsing done, starting search...
5.43/2.02	o 4
5.43/2.02	o 6
5.43/2.02	o 8
5.43/2.04	o 9
5.43/2.04	o 10
5.43/2.05	o 11
5.43/2.05	o 12
5.43/2.07	o 13
5.43/2.07	o 14
5.43/2.10	o 15
6.19/2.15	o 16
6.19/2.20	s OPTIMUM FOUND
6.19/2.20	v <instantiation>
6.19/2.20	v 	<list>
6.19/2.20	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5]
6.19/2.20	v 	</list>
6.19/2.20	v 	<values>
6.19/2.20	v 		0 0 1 1 0 1 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 0 1 1 1 2 2 2 4 2 2 3 4 4 3 2 2 5 2 4 4 4 2 6 3 5 3 3 2 3 2 4 3 3 
6.19/2.20	v 	</values>
6.19/2.20	v </instantiation>

Verifier Data

OK	16

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285002-1503414614/watcher-4285002-1503414614 -o /tmp/evaluation-result-4285002-1503414614/solver-4285002-1503414614 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 275470470 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285002-1503414614.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=12275, runsolver pid=12272
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 8.47 8.67 8.73 2/182 12285
/proc/meminfo: memFree=30669000/32770624 swapFree=67108860/67108860
[pid=12275] ppid=12272 vsize=25461220 memory=16316 CPUtime=0.01 cores=0-7
/proc/12275/stat : 12275 (java) S 12272 12275 10109 0 -1 1077944320 3946 0 0 0 1 0 0 0 20 0 12 0 143681725 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140733275042352 140691877465847 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
/proc/12275/statm: 6365305 4079 2047 1 0 6354802 0
[pid=12275/tid=12277] ppid=12272 vsize=25461220 memory=0 CPUtime=0.01 cores=0-7
/proc/12275/task/12277/stat : 12277 (java) R 12272 12275 10109 0 -1 4202560 2603 0 0 0 1 0 0 0 20 0 12 0 143681733 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691881705904 140691862835350 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12278] ppid=12272 vsize=25461220 memory=140251705872849 CPUtime=0 cores=0-7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691789372176 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12279] ppid=12272 vsize=25461220 memory=140251705865856 CPUtime=0 cores=0-7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691788319632 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12280] ppid=12272 vsize=25461220 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691438406672 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12281] ppid=12272 vsize=25461220 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691437354128 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12282] ppid=12272 vsize=25461220 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691436300560 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12283] ppid=12272 vsize=25461220 memory=-1 CPUtime=0 cores=0-7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691435248016 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12284] ppid=12272 vsize=25461220 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691434195472 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12285] ppid=12272 vsize=25461220 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 143681734 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140691433142928 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12286] ppid=12272 vsize=25461220 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 143681735 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140690355821040 140691877476994 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12287] ppid=12272 vsize=25461220 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 10109 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 12 0 143681736 26072289280 4079 18446744073709551615 4194304 4196468 140733275059808 140690354766160 140691877476053 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 25461220 KiB
Current children cumulated memory: 16316 KiB

[startup+0.209385 s]*
/proc/loadavg: 8.47 8.67 8.73 2/192 12295
/proc/meminfo: memFree=30657984/32770624 swapFree=67108860/67108860
[pid=12275] ppid=12272 vsize=25997632 memory=33312 CPUtime=0.12 cores=0-7
/proc/12275/stat : 12275 (java) S 12272 12275 10109 0 -1 1077944320 9610 0 0 0 10 2 0 0 20 0 20 0 143681725 26621575168 8328 18446744073709551615 4194304 4196468 140733275059808 140733275042352 140691877465847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
/proc/12275/statm: 6499408 8328 3388 1 0 6488186 0
[pid=12275/tid=12277] ppid=12272 vsize=25996608 memory=4026532046 CPUtime=0.09 cores=0-7
/proc/12275/task/12277/stat : 12277 (java) R 12272 12275 10109 0 -1 4202560 7543 0 0 0 8 1 0 0 20 0 20 0 143681733 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691881682528 140691870565694 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12278] ppid=12272 vsize=25996608 memory=12918 CPUtime=0 cores=0-7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691789372176 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12279] ppid=12272 vsize=25996608 memory=140251705878230 CPUtime=0 cores=0-7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691788319632 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12280] ppid=12272 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691438406672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12281] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691437354128 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12282] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691436300560 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12283] ppid=12272 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691435248016 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12284] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691434195472 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12285] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140691433142928 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12286] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681735 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690355821040 140691877476994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12287] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 143681736 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690354767264 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12288] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 143681736 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690353714672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12289] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681738 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690352663248 140691877484443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12290] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 10109 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 143681738 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690351609840 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12291] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681738 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690350557296 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12292] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681738 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690349504752 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12293] ppid=12272 vsize=25996608 memory=-1 CPUtime=0.01 cores=0-7
/proc/12275/task/12293/stat : 12293 (java) R 12272 12275 10109 0 -1 4202560 372 0 0 0 1 0 0 0 20 0 20 0 143681738 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690348452208 140691856423632 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12294] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681739 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690347399904 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12295] ppid=12272 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/12275/task/12295/stat : 12295 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681742 26620526592 8131 18446744073709551615 4194304 4196468 140733275059808 140690346347440 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 25997632 KiB
Current children cumulated memory: 33312 KiB

[startup+0.310162 s]*
/proc/loadavg: 8.47 8.67 8.73 2/192 12295
/proc/meminfo: memFree=30651172/32770624 swapFree=67108860/67108860
[pid=12275] ppid=12272 vsize=25996608 memory=39080 CPUtime=0.28 cores=0-7
/proc/12275/stat : 12275 (java) S 12272 12275 10109 0 -1 1077944320 11087 0 0 0 25 3 0 0 20 0 20 0 143681725 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140733275042352 140691877465847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
/proc/12275/statm: 6499152 9770 3574 1 0 6487930 0
[pid=12275/tid=12277] ppid=12272 vsize=25996608 memory=-8774313645642428999 CPUtime=0.19 cores=0-7
/proc/12275/task/12277/stat : 12277 (java) R 12272 12275 10109 0 -1 4202560 8693 0 0 0 17 2 0 0 20 0 20 0 143681733 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691881692192 140691861546334 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12278] ppid=12272 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691789372176 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12279] ppid=12272 vsize=25996608 memory=11210019468133 CPUtime=0 cores=0-7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691788319632 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12280] ppid=12272 vsize=25996608 memory=4206186544037388384 CPUtime=0 cores=0-7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691438406672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12281] ppid=12272 vsize=25996608 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691437354128 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12282] ppid=12272 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691436300560 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12283] ppid=12272 vsize=25996608 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691435248016 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12284] ppid=12272 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691434195472 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12285] ppid=12272 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140691433142928 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12286] ppid=12272 vsize=25996608 memory=7893295687695687954 CPUtime=0 cores=0-7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 143681735 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690355821040 140691877476994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12287] ppid=12272 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 143681736 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690354767264 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12288] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 143681736 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690353714672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12289] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681738 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690352663248 140691877484443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12290] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 10109 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 20 0 143681738 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690351609840 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12291] ppid=12272 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 10109 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 143681738 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690350557296 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12292] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 10109 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 143681738 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690349504752 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12293] ppid=12272 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 10109 0 -1 1077944384 395 0 0 0 5 0 0 0 20 0 20 0 143681738 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690348452208 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12294] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681739 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690347399904 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12295] ppid=12272 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12295/stat : 12295 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681742 26620526592 9770 18446744073709551615 4194304 4196468 140733275059808 140690346347440 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 39080 KiB

[startup+0.700934 s]
/proc/loadavg: 8.47 8.67 8.73 2/192 12295
/proc/meminfo: memFree=30636764/32770624 swapFree=67108860/67108860
[pid=12275] ppid=12272 vsize=25998676 memory=65988 CPUtime=0.99 cores=0-7
/proc/12275/stat : 12275 (java) S 12272 12275 10109 0 -1 1077944320 14361 0 0 0 93 6 0 0 20 0 20 0 143681725 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140733275042352 140691877465847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
/proc/12275/statm: 6499669 16497 3726 1 0 6488442 0
[pid=12275/tid=12277] ppid=12272 vsize=25998676 memory=0 CPUtime=0.57 cores=0-7
/proc/12275/task/12277/stat : 12277 (java) R 12272 12275 10109 0 -1 4202560 10778 0 0 0 53 4 0 0 20 0 20 0 143681733 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691881702320 140691861546334 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12278] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691789372176 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12279] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691788319632 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12280] ppid=12272 vsize=25998676 memory=280503106666768 CPUtime=0 cores=0-7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691438406672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12281] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691437354128 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12282] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691436300560 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12283] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691435248016 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12284] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691434195472 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12285] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681734 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140691433142928 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12286] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 143681735 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690355821040 140691877476994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12287] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 143681736 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690354767264 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12288] ppid=12272 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 143681736 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690353714672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12289] ppid=12272 vsize=25998676 memory=2503361955329 CPUtime=0 cores=0-7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 143681738 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690352663248 140691877484443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12290] ppid=12272 vsize=25998676 memory=546657991 CPUtime=0.05 cores=0-7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 10109 0 -1 1077944384 787 0 0 0 5 0 0 0 20 0 20 0 143681738 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690351609840 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12291] ppid=12272 vsize=25998676 memory=7593439925358323031 CPUtime=0.09 cores=0-7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 10109 0 -1 1077944384 392 0 0 0 9 0 0 0 20 0 20 0 143681738 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690350557296 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12292] ppid=12272 vsize=25998676 memory=7158298341970305362 CPUtime=0.04 cores=0-7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 10109 0 -1 1077944384 308 0 0 0 4 0 0 0 20 0 20 0 143681738 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690349504752 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12293] ppid=12272 vsize=25998676 memory=7666647638442008945 CPUtime=0.2 cores=0-7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 10109 0 -1 1077944384 710 0 0 0 20 0 0 0 20 0 20 0 143681738 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690348452208 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12294] ppid=12272 vsize=25998676 memory=5933603990731511913 CPUtime=0 cores=0-7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681739 26622644224 16497 18446744073709551615 4194304 4196468 140733275059808 140690347399904 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0

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

[pid=12275/tid=12291] ppid=12272 vsize=26002772 memory=288230617509003574 CPUtime=0.75 cores=0-7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 10109 0 -1 1077944384 6186 0 0 0 74 1 0 0 20 0 20 0 143681738 26626838528 55368 18446744073709551615 4194304 4196468 140733275059808 140690350557296 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12292] ppid=12272 vsize=26002772 memory=15536310592997909 CPUtime=0.69 cores=0-7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 10109 0 -1 1077944384 4700 0 0 0 68 1 0 0 20 0 20 0 143681738 26626838528 55368 18446744073709551615 4194304 4196468 140733275059808 140690349504752 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12293] ppid=12272 vsize=26002772 memory=0 CPUtime=0.47 cores=0-7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 10109 0 -1 1077944384 5178 0 0 0 46 1 0 0 20 0 20 0 143681738 26626838528 55368 18446744073709551615 4194304 4196468 140733275059808 140690348452208 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12294] ppid=12272 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681739 26626838528 55368 18446744073709551615 4194304 4196468 140733275059808 140690347399904 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12295] ppid=12272 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12295/stat : 12295 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 143681742 26626838528 55368 18446744073709551615 4194304 4196468 140733275059808 140690346347440 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 26002772 KiB
Current children cumulated memory: 221472 KiB

[startup+2.00196 s]*
/proc/loadavg: 8.47 8.67 8.73 8/204 12307
/proc/meminfo: memFree=30444616/32770624 swapFree=67108860/67108860
[pid=12275] ppid=12272 vsize=26806664 memory=246364 CPUtime=5.43 cores=0-7
/proc/12275/stat : 12275 (java) S 12272 12275 10109 0 -1 1077944320 41555 0 0 0 525 18 0 0 20 0 33 0 143681725 27450023936 61591 18446744073709551615 4194304 4196468 140733275059808 140733275042352 140691877465847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
/proc/12275/statm: 6701666 61591 3793 1 0 6690439 0
[pid=12275/tid=12277] ppid=12272 vsize=26806664 memory=7449635920399786097 CPUtime=1.81 cores=0-7
/proc/12275/task/12277/stat : 12277 (java) S 12272 12275 10109 0 -1 1077944384 16015 0 0 0 173 8 0 0 20 0 33 0 143681733 27450023936 61591 18446744073709551615 4194304 4196468 140733275059808 140691881703552 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12278] ppid=12272 vsize=26807692 memory=280503106698496 CPUtime=0 cores=0-7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 10109 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 33 0 143681734 27451076608 61591 18446744073709551615 4194304 4196468 140733275059808 140691789372176 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12279] ppid=12272 vsize=26873228 memory=280503259215072 CPUtime=0 cores=0-7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 10109 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 34 0 143681734 27518185472 61591 18446744073709551615 4194304 4196468 140733275059808 140691788319632 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12280] ppid=12272 vsize=26873228 memory=140251553353855 CPUtime=0 cores=0-7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 10109 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 34 0 143681734 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140691438406672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12281] ppid=12272 vsize=26873228 memory=280503106712320 CPUtime=0 cores=0-7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 10109 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 34 0 143681734 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140691437354128 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12282] ppid=12272 vsize=26873228 memory=4629799972190126725 CPUtime=0 cores=0-7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 143681734 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140691436300560 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12283] ppid=12272 vsize=26873228 memory=3472328296225127027 CPUtime=0 cores=0-7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 10109 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 34 0 143681734 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140691435248016 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12284] ppid=12272 vsize=26873228 memory=-7827150150926572482 CPUtime=0 cores=0-7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 10109 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 34 0 143681734 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140691434195472 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12285] ppid=12272 vsize=26873228 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 10109 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 34 0 143681734 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140691433142928 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12286] ppid=12272 vsize=26873228 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 10109 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 34 0 143681735 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690355821040 140691877476994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12287] ppid=12272 vsize=26873228 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 10109 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 34 0 143681736 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690354767328 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12288] ppid=12272 vsize=26873228 memory=140251553185624 CPUtime=0 cores=0-7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 10109 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 34 0 143681736 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690353714688 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12289] ppid=12272 vsize=26873228 memory=6944656592455360569 CPUtime=0 cores=0-7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 143681738 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690352663248 140691877484443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12290] ppid=12272 vsize=26873228 memory=-7606742951091920751 CPUtime=0.99 cores=0-7
/proc/12275/task/12290/stat : 12290 (java) R 12272 12275 10109 0 -1 4202560 5867 0 0 0 97 2 0 0 20 0 34 0 143681738 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690351597712 140691877487194 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12291] ppid=12272 vsize=26873228 memory=1414298054980309879 CPUtime=0.89 cores=0-7
/proc/12275/task/12291/stat : 12291 (java) R 12272 12275 10109 0 -1 4202560 6243 0 0 0 87 2 0 0 20 0 34 0 143681738 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690350545968 140691877487194 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12292] ppid=12272 vsize=26873228 memory=1414355462422710185 CPUtime=0.82 cores=0-7
/proc/12275/task/12292/stat : 12292 (java) R 12272 12275 10109 0 -1 4202560 4755 0 0 0 81 1 0 0 20 0 34 0 143681738 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690349494544 140691877487194 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12293] ppid=12272 vsize=26873228 memory=-7606742951091920751 CPUtime=0.61 cores=0-7
/proc/12275/task/12293/stat : 12293 (java) R 12272 12275 10109 0 -1 4202560 6086 0 0 0 60 1 0 0 20 0 34 0 143681738 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690348449296 140691877487194 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12294] ppid=12272 vsize=26873228 memory=6944613755479294112 CPUtime=0 cores=0-7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 143681739 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690347399904 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12295] ppid=12272 vsize=26873228 memory=7680491646476186426 CPUtime=0 cores=0-7
/proc/12275/task/12295/stat : 12295 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 143681742 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690346347440 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12296] ppid=12272 vsize=26873228 memory=-6876588452865875872 CPUtime=0 cores=0-7
/proc/12275/task/12296/stat : 12296 (java) S 12272 12275 10109 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 34 0 143681896 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690336056576 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12297] ppid=12272 vsize=26873228 memory=1399717448514900851 CPUtime=0 cores=0-7
/proc/12275/task/12297/stat : 12297 (java) S 12272 12275 10109 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 143681908 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690332906960 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12298] ppid=12272 vsize=26873228 memory=-7595754389018307680 CPUtime=0.03 cores=0-7
/proc/12275/task/12298/stat : 12298 (java) S 12272 12275 10109 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 34 0 143681918 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690329751968 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12299] ppid=12272 vsize=26873228 memory=0 CPUtime=0.03 cores=0-7
/proc/12275/task/12299/stat : 12299 (java) S 12272 12275 10109 0 -1 1077944384 94 0 0 0 3 0 0 0 20 0 34 0 143681918 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690328699424 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12300] ppid=12272 vsize=26873228 memory=0 CPUtime=0.02 cores=0-7
/proc/12275/task/12300/stat : 12300 (java) R 12272 12275 10109 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 34 0 143681919 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690327646224 140691877476053 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12301] ppid=12272 vsize=26873228 memory=0 CPUtime=0.02 cores=0-7
/proc/12275/task/12301/stat : 12301 (java) S 12272 12275 10109 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 34 0 143681921 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690326598688 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12302] ppid=12272 vsize=26873228 memory=0 CPUtime=0.02 cores=0-7
/proc/12275/task/12302/stat : 12302 (java) S 12272 12275 10109 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 34 0 143681921 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690325546144 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12303] ppid=12272 vsize=26873228 memory=0 CPUtime=0.02 cores=0-7
/proc/12275/task/12303/stat : 12303 (java) S 12272 12275 10109 0 -1 1077944384 56 0 0 0 2 0 0 0 20 0 34 0 143681921 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690324489792 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12304] ppid=12272 vsize=26873228 memory=8318277633272384051 CPUtime=0.02 cores=0-7
/proc/12275/task/12304/stat : 12304 (java) S 12272 12275 10109 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 34 0 143681921 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690323436704 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12305] ppid=12272 vsize=26873228 memory=6199840864897867807 CPUtime=0.02 cores=0-7
/proc/12275/task/12305/stat : 12305 (java) S 12272 12275 10109 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 34 0 143681921 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690322385600 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12306] ppid=12272 vsize=26873228 memory=-8412660973955085978 CPUtime=0 cores=0-7
/proc/12275/task/12306/stat : 12306 (java) S 12272 12275 10109 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 34 0 143681921 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690321330592 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12307] ppid=12272 vsize=26873228 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12307/stat : 12307 (java) R 12272 12275 10109 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 143681921 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690320278048 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12308] ppid=12272 vsize=26873228 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12308/stat : 12308 (java) S 12272 12275 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 143681926 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690319229856 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12309] ppid=12272 vsize=26873228 memory=239344 CPUtime=0 cores=0-7
/proc/12275/task/12309/stat : 12309 (java) R 12272 12275 10109 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 34 0 143681926 27518185472 61592 18446744073709551615 4194304 4196468 140733275059808 140690318179296 140691877476053 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 26806664 KiB
Current children cumulated memory: 246364 KiB

[startup+2.20196 s]
/proc/loadavg: 8.47 8.67 8.73 8/204 12307
/proc/meminfo: memFree=30444616/32770624 swapFree=67108860/67108860
[pid=12275] ppid=12272 vsize=27739616 memory=250296 CPUtime=6.85 cores=0-7
/proc/12275/stat : 12275 (java) S 12272 12275 10109 0 -1 1077944320 43705 0 0 0 665 20 0 0 20 0 44 0 143681725 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140733275042352 140691877465847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
/proc/12275/statm: 6934904 62574 3801 1 0 6923156 0
[pid=12275/tid=12277] ppid=12272 vsize=27739616 memory=0 CPUtime=1.81 cores=0-7
/proc/12275/task/12277/stat : 12277 (java) S 12272 12275 10109 0 -1 1077944384 16015 0 0 0 173 8 0 0 20 0 44 0 143681733 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691881703552 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12278] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 10109 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691789372176 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12279] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 10109 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691788319632 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12280] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 10109 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691438406672 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12281] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 10109 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691437354128 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12282] ppid=12272 vsize=27739616 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691436300560 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12283] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 10109 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691435248016 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12284] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 10109 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691434195472 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12285] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 10109 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 44 0 143681734 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140691433142928 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12286] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 10109 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 44 0 143681735 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690355821040 140691877476994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12287] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 10109 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 44 0 143681736 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690354767328 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12288] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 10109 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 44 0 143681736 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690353714688 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12289] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 44 0 143681738 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690352663248 140691877484443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12290] ppid=12272 vsize=27739616 memory=0 CPUtime=1.09 cores=0-7
/proc/12275/task/12290/stat : 12290 (java) R 12272 12275 10109 0 -1 4202560 6025 0 0 0 107 2 0 0 20 0 44 0 143681738 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690351596368 140691858658135 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12291] ppid=12272 vsize=27739616 memory=0 CPUtime=1.05 cores=0-7
/proc/12275/task/12291/stat : 12291 (java) R 12272 12275 10109 0 -1 4202560 6363 0 0 0 103 2 0 0 20 0 44 0 143681738 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690350542448 140691859011264 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12292] ppid=12272 vsize=27739616 memory=0 CPUtime=0.95 cores=0-7
/proc/12275/task/12292/stat : 12292 (java) R 12272 12275 10109 0 -1 4202560 4928 0 0 0 93 2 0 0 20 0 44 0 143681738 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690349486288 140691856641909 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12293] ppid=12272 vsize=27739616 memory=0 CPUtime=0.69 cores=0-7
/proc/12275/task/12293/stat : 12293 (java) R 12272 12275 10109 0 -1 4202560 7028 0 0 0 68 1 0 0 20 0 44 0 143681738 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690348448080 140691870562683 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12294] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 143681739 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690347399904 140691877476053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12295] ppid=12272 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/12275/task/12295/stat : 12295 (java) S 12272 12275 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 143681742 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690346347440 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12298] ppid=12272 vsize=27739616 memory=0 CPUtime=0.08 cores=0-7
/proc/12275/task/12298/stat : 12298 (java) R 12272 12275 10109 0 -1 4202560 165 0 0 0 8 0 0 0 20 0 44 0 143681918 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690329752976 140691861546334 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12299] ppid=12272 vsize=27739616 memory=0 CPUtime=0.06 cores=0-7
/proc/12275/task/12299/stat : 12299 (java) R 12272 12275 10109 0 -1 1077944384 106 0 0 0 6 0 0 0 20 0 44 0 143681918 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690328703568 140691877476994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12300] ppid=12272 vsize=27739616 memory=0 CPUtime=0.07 cores=0-7
/proc/12275/task/12300/stat : 12300 (java) R 12272 12275 10109 0 -1 1077944384 113 0 0 0 7 0 0 0 20 0 44 0 143681919 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690327651232 140691877476053 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12301] ppid=12272 vsize=27739616 memory=0 CPUtime=0.05 cores=0-7
/proc/12275/task/12301/stat : 12301 (java) R 12272 12275 10109 0 -1 1077944384 38 0 0 0 5 0 0 0 20 0 44 0 143681921 28405366784 62574 18446744073709551615 4194304 4196468 140733275059808 140690326598688 140691877476053 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12302] ppid=12272 vsize=27739616 memory=0 CPUtime=0.04 cores=0-7
/proc/12275/task/12302/stat : 12302 (java) R 12272 12275 10109 0 -1 1077944384 44 0 0 0 4 0 0 0 20 0 44 0 143681921 28405366784 62559 18446744073709551615 4194304 4196468 140733275059808 140690325546144 140691877476053 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12303] ppid=12272 vsize=27739616 memory=0 CPUtime=0.06 cores=0-7
/proc/12275/task/12303/stat : 12303 (java) R 12272 12275 10109 0 -1 1077944384 68 0 0 0 6 0 0 0 20 0 43 0 143681921 28405366784 62559 18446744073709551615 4194304 4196468 140733275059808 140690324493600 140691877476053 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12304] ppid=12272 vsize=27739616 memory=0 CPUtime=0.06 cores=0-7
/proc/12275/task/12304/stat : 12304 (java) R 12272 12275 10109 0 -1 1077944384 36 0 0 0 6 0 0 0 20 0 43 0 143681921 28405366784 62596 18446744073709551615 4194304 4196468 140733275059808 140690323441056 140691877476053 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12305] ppid=12272 vsize=27739616 memory=0 CPUtime=0.06 cores=0-7
/proc/12275/task/12305/stat : 12305 (java) R 12272 12275 10109 0 -1 1077944384 71 0 0 0 6 0 0 0 20 0 43 0 143681921 28405366784 62632 18446744073709551615 4194304 4196468 140733275059808 140690322388512 140691877476053 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12306] ppid=12272 vsize=27739616 memory=0 CPUtime=0.03 cores=0-7
/proc/12275/task/12306/stat : 12306 (java) D 12272 12275 10109 0 -1 4202560 61 0 0 0 3 0 0 0 20 0 43 0 143681921 28405366784 62614 18446744073709551615 4194304 4196468 140733275059808 140690321336328 140691870182810 0 4 1 16800974 18446744071582151463 0 0 -1 6 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12307] ppid=12272 vsize=27739616 memory=0 CPUtime=0.04 cores=0-7
/proc/12275/task/12307/stat : 12307 (java) D 12272 12275 10109 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 43 0 143681921 28405366784 62652 18446744073709551615 4194304 4196468 140733275059808 140690320283784 140691870182810 0 4 1 16800974 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
[pid=12275/tid=12308] ppid=12272 vsize=27739616 memory=0 CPUtime=0.04 cores=0-7
/proc/12275/task/12308/stat : 12308 (java) D 12272 12275 10109 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 43 0 143681926 28405366784 62652 18446744073709551615 4194304 4196468 140733275059808 140690319231240 140691870182810 0 4 1 16800974 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 25321472 140733275062636 140733275062821 140733275062821 140733275066319 0
Current children cumulated CPU time: 6.85 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 250296 KiB

Child status: 0
Real time (s): 2.22432
CPU time (s): 6.88946
CPU user time (s): 6.67617
CPU system time (s): 0.213283
CPU usage (%): 309.733
Max. virtual memory (cumulated for all children) (KiB): 27739616
Max. memory (cumulated for all children) (KiB): 250296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.67617
system time used= 0.213283
maximum resident set size= 252308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43760
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= 5308
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 12275
#   total CPU time (s): 6.88946
#   total CPU user time (s): 6.67617
#   total CPU system time (s): 0.213283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038741 second user time and 0.064229 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-22 16:56:04
IDJOB=4285002
IDBENCH=115966
IDSOLVER=2681
FILE ID=node125/4285002-1503414614
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-06.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285002-1503414614/watcher-4285002-1503414614 -o /tmp/evaluation-result-4285002-1503414614/solver-4285002-1503414614 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 275470470 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285002-1503414614.xml

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

MD5SUM BENCH= 961ba47a71bb5a6b7e86e986065c296e
RANDOM SEED=275470470

node125.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.07
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.07
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.07
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.07
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:        30676652 kB
MemAvailable:   31956084 kB
Buffers:          337908 kB
Cached:          1254460 kB
SwapCached:            0 kB
Active:           941196 kB
Inactive:         705268 kB
Active(anon):      54244 kB
Inactive(anon):    57676 kB
Active(file):     886952 kB
Inactive(file):   647592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42400 kB
Writeback:             0 kB
AnonPages:         53532 kB
Mapped:            68332 kB
Shmem:             58020 kB
Slab:             147704 kB
SReclaimable:     121448 kB
SUnreclaim:        26256 kB
KernelStack:        3120 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327100 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node125 at 2017-08-22 16:56:07