Trace number 4275622

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26UNSAT 14.0589 4.67559

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-40.xml
MD5SUM878edee888014227e65ca0b3d1539934
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05151
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints257
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":108}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":38},{"degree":3,"count":26},{"degree":4,"count":16},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":108},{"arity":2,"count":42},{"arity":3,"count":20},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints108
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":108}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1557663112
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
2.32/1.08	c Parsing done, starting search...
13.84/4.63	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275622-1502824357/watcher-4275622-1502824357 -o /tmp/evaluation-result-4275622-1502824357/solver-4275622-1502824357 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1557663112 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275622-1502824357.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=23414, runsolver pid=23411


[startup+0.10095 s]*
/proc/loadavg: 4.98 6.62 6.69 1/198 23434
/proc/meminfo: memFree=27683232/32770624 swapFree=67108860/67108860
[pid=23414] ppid=23411 vsize=14325320 memory=33044 CPUtime=0.12 cores=0-7
/proc/23414/stat : 23414 (java) S 23411 23414 21909 0 -1 1077944320 8181 0 0 0 11 1 0 0 20 0 20 0 115516604 14669127680 8261 33554432000 4194304 4196468 140731555542880 140731555525424 139938071801591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
/proc/23414/statm: 3581330 8261 3409 1 0 3569050 0
[pid=23414/tid=23416] ppid=23411 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23414/task/23416/stat : 23416 (java) R 23411 23414 21909 0 -1 4202560 6115 0 0 0 8 1 0 0 20 0 20 0 115516604 14669127680 8261 33554432000 4194304 4196468 140731555542880 139938075998544 139938055882078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23417] ppid=23411 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23414/task/23417/stat : 23417 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139938024421776 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23418] ppid=23411 vsize=14325320 memory=140121594381952 CPUtime=0 cores=0-7
/proc/23414/task/23418/stat : 23418 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139938023368976 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23419] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23419/stat : 23419 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139938022316688 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23420] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23420/stat : 23420 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937664133648 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23421] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23421/stat : 23421 (java) S 23411 23414 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937663081360 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23422] ppid=23411 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23414/task/23422/stat : 23422 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937662028560 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23423] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23423/stat : 23423 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937660976272 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23424] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23424/stat : 23424 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937659923472 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23425] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23425/stat : 23425 (java) S 23411 23414 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115516607 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937169188976 139938071812738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23426] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23426/stat : 23426 (java) S 23411 23414 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115516607 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937168134944 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23427] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23427/stat : 23427 (java) S 23411 23414 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115516607 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937167082608 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23428] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23428/stat : 23428 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937166030928 139938071820187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23429] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23429/stat : 23429 (java) S 23411 23414 21909 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937164978800 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23430] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23430/stat : 23430 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937163926000 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23431] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23431/stat : 23431 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937162873712 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23432] ppid=23411 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/23414/task/23432/stat : 23432 (java) S 23411 23414 21909 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 20 0 115516610 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937161820912 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23433] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23433/stat : 23433 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937160767840 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23434] ppid=23411 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23414/task/23434/stat : 23434 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 8261 33554432000 4194304 4196468 140731555542880 139937159715120 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33044 KiB

[startup+0.21045 s]*
/proc/loadavg: 4.98 6.62 6.69 3/198 23434
/proc/meminfo: memFree=27675600/32770624 swapFree=67108860/67108860
[pid=23414] ppid=23411 vsize=14325320 memory=42380 CPUtime=0.29 cores=0-7
/proc/23414/stat : 23414 (java) S 23411 23414 21909 0 -1 1077944320 9232 0 0 0 27 2 0 0 20 0 20 0 115516604 14669127680 10595 33554432000 4194304 4196468 140731555542880 140731555525424 139938071801591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
/proc/23414/statm: 3581330 10595 3605 1 0 3569050 0
[pid=23414/tid=23416] ppid=23411 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/23414/task/23416/stat : 23416 (java) R 23411 23414 21909 0 -1 4202560 6779 0 0 0 18 1 0 0 20 0 20 0 115516604 14669127680 10595 33554432000 4194304 4196468 140731555542880 139938076010800 139938055882078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23417] ppid=23411 vsize=14325320 memory=9203 CPUtime=0 cores=0-7
/proc/23414/task/23417/stat : 23417 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139938024421776 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23418] ppid=23411 vsize=14325320 memory=140121594404376 CPUtime=0 cores=0-7
/proc/23414/task/23418/stat : 23418 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139938023368976 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23419] ppid=23411 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23414/task/23419/stat : 23419 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139938022316688 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23420] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23420/stat : 23420 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937664133648 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23421] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23421/stat : 23421 (java) S 23411 23414 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937663081360 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23422] ppid=23411 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23414/task/23422/stat : 23422 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937662028560 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23423] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23423/stat : 23423 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937660976272 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23424] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23424/stat : 23424 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937659923472 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23425] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23425/stat : 23425 (java) S 23411 23414 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115516607 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937169188976 139938071812738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23426] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23426/stat : 23426 (java) S 23411 23414 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115516607 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937168134944 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23427] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23427/stat : 23427 (java) S 23411 23414 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115516607 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937167082608 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23428] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23428/stat : 23428 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937166030928 139938071820187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23429] ppid=23411 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/23414/task/23429/stat : 23429 (java) S 23411 23414 21909 0 -1 1077944384 563 0 0 0 1 0 0 0 20 0 20 0 115516610 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937164978800 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23430] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23430/stat : 23430 (java) S 23411 23414 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937163926000 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23431] ppid=23411 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/23414/task/23431/stat : 23431 (java) S 23411 23414 21909 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 20 0 115516610 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937162873712 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23432] ppid=23411 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/23414/task/23432/stat : 23432 (java) R 23411 23414 21909 0 -1 4202560 434 0 0 0 5 0 0 0 20 0 20 0 115516610 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937161820912 139938050476677 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23433] ppid=23411 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23433/stat : 23433 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937160767840 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23434] ppid=23411 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23414/task/23434/stat : 23434 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516610 14669127680 10595 33554432000 4194304 4196468 140731555542880 139937159715120 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42380 KiB

[startup+0.310123 s]*
/proc/loadavg: 4.98 6.62 6.69 2/198 23434
/proc/meminfo: memFree=27665008/32770624 swapFree=67108860/67108860
[pid=23414] ppid=23411 vsize=14325340 memory=50724 CPUtime=0.48 cores=0-7
/proc/23414/stat : 23414 (java) S 23411 23414 21909 0 -1 1077944320 10438 0 0 0 45 3 0 0 20 0 20 0 115516604 14669148160 12681 33554432000 4194304 4196468 140731555542880 140731555525424 139938071801591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
/proc/23414/statm: 3581335 12681 3707 1 0 3569050 0
[pid=23414/tid=23416] ppid=23411 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23414/task/23416/stat : 23416 (java) R 23411 23414 21909 0 -1 4202560 7551 0 0 0 27 2 0 0 20 0 20 0 115516604 14669148160 12681 33554432000 4194304 4196468 140731555542880 139938076025648 139937701768474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23417] ppid=23411 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23417/stat : 23417 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139938024421776 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23418] ppid=23411 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23418/stat : 23418 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139938023368976 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23419] ppid=23411 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23419/stat : 23419 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139938022316688 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23420] ppid=23411 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23420/stat : 23420 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937664133648 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23421] ppid=23411 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/23414/task/23421/stat : 23421 (java) S 23411 23414 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937663081360 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23422] ppid=23411 vsize=14325340 memory=140121496187823 CPUtime=0 cores=0-7
/proc/23414/task/23422/stat : 23422 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937662028560 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23423] ppid=23411 vsize=14325340 memory=140121496190128 CPUtime=0 cores=0-7
/proc/23414/task/23423/stat : 23423 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937660976272 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23424] ppid=23411 vsize=14325340 memory=140121496192432 CPUtime=0 cores=0-7
/proc/23414/task/23424/stat : 23424 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937659923472 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23425] ppid=23411 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23425/stat : 23425 (java) S 23411 23414 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115516607 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937169188976 139938071812738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23426] ppid=23411 vsize=14325340 memory=280242992391824 CPUtime=0 cores=0-7
/proc/23414/task/23426/stat : 23426 (java) S 23411 23414 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115516607 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937168134944 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23427] ppid=23411 vsize=14325340 memory=280242992398736 CPUtime=0 cores=0-7
/proc/23414/task/23427/stat : 23427 (java) S 23411 23414 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115516607 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937167082608 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23428] ppid=23411 vsize=14325340 memory=280242992340016 CPUtime=0 cores=0-7
/proc/23414/task/23428/stat : 23428 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516610 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937166030928 139938071820187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23429] ppid=23411 vsize=14325340 memory=280242992412560 CPUtime=0.04 cores=0-7
/proc/23414/task/23429/stat : 23429 (java) S 23411 23414 21909 0 -1 1077944384 741 0 0 0 4 0 0 0 20 0 20 0 115516610 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937164978800 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23430] ppid=23411 vsize=14325340 memory=280242992419472 CPUtime=0.02 cores=0-7
/proc/23414/task/23430/stat : 23430 (java) S 23411 23414 21909 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 20 0 115516610 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937163926000 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23431] ppid=23411 vsize=14325340 memory=280242992417168 CPUtime=0.01 cores=0-7
/proc/23414/task/23431/stat : 23431 (java) R 23411 23414 21909 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 115516610 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937162873712 139938071812738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23432] ppid=23411 vsize=14325340 memory=280242992433776 CPUtime=0.08 cores=0-7
/proc/23414/task/23432/stat : 23432 (java) R 23411 23414 21909 0 -1 4202560 554 0 0 0 8 0 0 0 20 0 20 0 115516610 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937161820912 139938071813526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23433] ppid=23411 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23433/stat : 23433 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516610 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937160767840 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23434] ppid=23411 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/23414/task/23434/stat : 23434 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516610 14669148160 12681 33554432000 4194304 4196468 140731555542880 139937159715120 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50724 KiB

[startup+0.70115 s]
/proc/loadavg: 4.98 6.62 6.69 4/198 23434
/proc/meminfo: memFree=27648380/32770624 swapFree=67108860/67108860
[pid=23414] ppid=23411 vsize=14327388 memory=125476 CPUtime=1.58 cores=0-7
/proc/23414/stat : 23414 (java) S 23411 23414 21909 0 -1 1077944320 14769 0 0 0 153 5 0 0 20 0 20 0 115516604 14671245312 31369 33554432000 4194304 4196468 140731555542880 140731555525424 139938071801591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
/proc/23414/statm: 3581847 31369 3770 1 0 3569562 0
[pid=23414/tid=23416] ppid=23411 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/23414/task/23416/stat : 23416 (java) R 23411 23414 21909 0 -1 4202560 8318 0 0 0 63 4 0 0 20 0 20 0 115516604 14671245312 31369 33554432000 4194304 4196468 140731555542880 139938076035472 139937705207060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23417] ppid=23411 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23417/stat : 23417 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31369 33554432000 4194304 4196468 140731555542880 139938024421776 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23418] ppid=23411 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23418/stat : 23418 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31369 33554432000 4194304 4196468 140731555542880 139938023368976 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23419] ppid=23411 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23419/stat : 23419 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31369 33554432000 4194304 4196468 140731555542880 139938022316688 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23420] ppid=23411 vsize=14327388 memory=1952 CPUtime=0 cores=0-7
/proc/23414/task/23420/stat : 23420 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31369 33554432000 4194304 4196468 140731555542880 139937664133648 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23421] ppid=23411 vsize=14327388 memory=8624 CPUtime=0 cores=0-7
/proc/23414/task/23421/stat : 23421 (java) S 23411 23414 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31369 33554432000 4194304 4196468 140731555542880 139937663081360 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23422] ppid=23411 vsize=14327388 memory=4620 CPUtime=0 cores=0-7
/proc/23414/task/23422/stat : 23422 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31881 33554432000 4194304 4196468 140731555542880 139937662028560 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23423] ppid=23411 vsize=14327388 memory=1196 CPUtime=0 cores=0-7
/proc/23414/task/23423/stat : 23423 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31881 33554432000 4194304 4196468 140731555542880 139937660976272 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23424] ppid=23411 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/23414/task/23424/stat : 23424 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115516605 14671245312 31881 33554432000 4194304 4196468 140731555542880 139937659923472 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23425] ppid=23411 vsize=14327388 memory=18476 CPUtime=0 cores=0-7
/proc/23414/task/23425/stat : 23425 (java) S 23411 23414 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115516607 14671245312 31881 33554432000 4194304 4196468 140731555542880 139937169188976 139938071812738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0

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

[pid=23414/tid=23433] ppid=23411 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23433/stat : 23433 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 115516610 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937160767840 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23434] ppid=23411 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23434/stat : 23434 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 115516610 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937159715120 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 73 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23435] ppid=23411 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/23414/task/23435/stat : 23435 (java) R 23411 23414 21909 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 46 0 115516957 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937149428528 139938071811797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23436] ppid=23411 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23436/stat : 23436 (java) S 23411 23414 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 115516969 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937078829904 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23437] ppid=23411 vsize=16068328 memory=0 CPUtime=0.24 cores=0-7
/proc/23414/task/23437/stat : 23437 (java) S 23411 23414 21909 0 -1 1077944384 136 0 0 0 23 1 0 0 20 0 46 0 115516979 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937077777936 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23438] ppid=23411 vsize=16068328 memory=0 CPUtime=0.3 cores=0-7
/proc/23414/task/23438/stat : 23438 (java) R 23411 23414 21909 0 -1 4202560 87 0 0 0 29 1 0 0 20 0 46 0 115516979 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937074626864 139937711982231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23439] ppid=23411 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/23414/task/23439/stat : 23439 (java) R 23411 23414 21909 0 -1 1077944384 79 0 0 0 8 0 0 0 20 0 46 0 115516979 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937073575696 139938071811797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23440] ppid=23411 vsize=16068328 memory=0 CPUtime=0.25 cores=0-7
/proc/23414/task/23440/stat : 23440 (java) R 23411 23414 21909 0 -1 1077944384 110 0 0 0 24 1 0 0 20 0 46 0 115516982 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937072522896 139938071811797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23441] ppid=23411 vsize=16068328 memory=0 CPUtime=0.23 cores=0-7
/proc/23414/task/23441/stat : 23441 (java) R 23411 23414 21909 0 -1 1077944384 557 0 0 0 22 1 0 0 20 0 46 0 115516982 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937071469584 139938071811797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23442] ppid=23411 vsize=16068328 memory=0 CPUtime=0.31 cores=0-7
/proc/23414/task/23442/stat : 23442 (java) R 23411 23414 21909 0 -1 1077944384 107 0 0 0 30 1 0 0 20 0 46 0 115516982 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937070409776 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23443] ppid=23411 vsize=16068328 memory=0 CPUtime=0.23 cores=0-7
/proc/23414/task/23443/stat : 23443 (java) R 23411 23414 21909 0 -1 1077944384 59 0 0 0 23 0 0 0 20 0 46 0 115516982 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937069364496 139938071811797 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23444] ppid=23411 vsize=16068328 memory=0 CPUtime=0.22 cores=0-7
/proc/23414/task/23444/stat : 23444 (java) R 23411 23414 21909 0 -1 1077944384 50 0 0 0 22 0 0 0 20 0 46 0 115516982 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937068311696 139938071811797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23445] ppid=23411 vsize=16068328 memory=0 CPUtime=0.23 cores=0-7
/proc/23414/task/23445/stat : 23445 (java) R 23411 23414 21909 0 -1 1077944384 53 0 0 0 23 0 0 0 20 0 46 0 115516982 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937067259408 139938071811797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23446] ppid=23411 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/23414/task/23446/stat : 23446 (java) R 23411 23414 21909 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 46 0 115516983 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937066204672 139938071822938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23447] ppid=23411 vsize=16068328 memory=0 CPUtime=0.11 cores=0-7
/proc/23414/task/23447/stat : 23447 (java) S 23411 23414 21909 0 -1 1077944384 32 0 0 0 11 0 0 0 20 0 46 0 115517018 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937065154320 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23448] ppid=23411 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/23414/task/23448/stat : 23448 (java) R 23411 23414 21909 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 46 0 115517019 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937064101520 139937708933631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23449] ppid=23411 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/23414/task/23449/stat : 23449 (java) R 23411 23414 21909 0 -1 1077944384 28 0 0 0 4 0 0 0 20 0 46 0 115517019 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937063048208 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23450] ppid=23411 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/23414/task/23450/stat : 23450 (java) S 23411 23414 21909 0 -1 1077944384 30 0 0 0 10 0 0 0 20 0 46 0 115517019 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937061995408 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23451] ppid=23411 vsize=16068328 memory=0 CPUtime=0.09 cores=0-7
/proc/23414/task/23451/stat : 23451 (java) R 23411 23414 21909 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 46 0 115517019 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937060942000 139937708933711 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23452] ppid=23411 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/23414/task/23452/stat : 23452 (java) S 23411 23414 21909 0 -1 1077944384 23 0 0 0 8 0 0 0 20 0 46 0 115517022 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937057756304 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23453] ppid=23411 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/23414/task/23453/stat : 23453 (java) R 23411 23414 21909 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 46 0 115517022 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937056704016 140731556149186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23454] ppid=23411 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/23414/task/23454/stat : 23454 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 2 0 0 0 20 0 46 0 115517022 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937055651216 139938071811797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23455] ppid=23411 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/23414/task/23455/stat : 23455 (java) R 23411 23414 21909 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 46 0 115517022 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937054597808 139937708935549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23456] ppid=23411 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/23414/task/23456/stat : 23456 (java) R 23411 23414 21909 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 46 0 115517023 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937053545008 139937712023046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23457] ppid=23411 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/23414/task/23457/stat : 23457 (java) R 23411 23414 21909 0 -1 1077944384 27 0 0 0 6 0 0 0 20 0 46 0 115517023 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937052492816 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23458] ppid=23411 vsize=16068328 memory=0 CPUtime=0.09 cores=0-7
/proc/23414/task/23458/stat : 23458 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 9 0 0 0 20 0 46 0 115517023 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937051440016 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23459] ppid=23411 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/23414/task/23459/stat : 23459 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 7 0 0 0 20 0 46 0 115517023 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937050387728 139938071811797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23460] ppid=23411 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/23414/task/23460/stat : 23460 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 5 0 0 0 20 0 46 0 115517023 16453967872 197127 33554432000 4194304 4196468 140731555542880 139937049334928 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
Current children cumulated CPU time: 13.03 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 788508 KiB

[startup+4.60411 s]
/proc/loadavg: 4.98 6.62 6.69 25/224 23460
/proc/meminfo: memFree=26927212/32770624 swapFree=67108860/67108860
[pid=23414] ppid=23411 vsize=16068328 memory=784632 CPUtime=13.84 cores=0-7
/proc/23414/stat : 23414 (java) S 23411 23414 21909 0 -1 1077944320 32687 0 0 0 1303 81 0 0 20 0 46 0 115516604 16453967872 196158 33554432000 4194304 4196468 140731555542880 140731555525424 139938071801591 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
/proc/23414/statm: 4017082 196158 3844 1 0 4004276 0
[pid=23414/tid=23416] ppid=23411 vsize=16068328 memory=0 CPUtime=3.13 cores=0-7
/proc/23414/task/23416/stat : 23416 (java) S 23411 23414 21909 0 -1 1077944384 11521 0 0 0 304 9 0 0 20 0 46 0 115516604 16453967872 196158 33554432000 4194304 4196468 140731555542880 139938076039296 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23417] ppid=23411 vsize=16068328 memory=0 CPUtime=0.15 cores=0-7
/proc/23414/task/23417/stat : 23417 (java) S 23411 23414 21909 0 -1 1077944384 236 0 0 0 8 7 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139938024421776 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23418] ppid=23411 vsize=16068328 memory=1351 CPUtime=0.13 cores=0-7
/proc/23414/task/23418/stat : 23418 (java) S 23411 23414 21909 0 -1 1077944384 112 0 0 0 7 6 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139938023368976 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23419] ppid=23411 vsize=16068328 memory=0 CPUtime=0.15 cores=0-7
/proc/23414/task/23419/stat : 23419 (java) S 23411 23414 21909 0 -1 1077944384 184 0 0 0 8 7 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139938022316688 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23420] ppid=23411 vsize=16068328 memory=405932 CPUtime=0.15 cores=0-7
/proc/23414/task/23420/stat : 23420 (java) S 23411 23414 21909 0 -1 1077944384 216 0 0 0 8 7 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937664133648 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23421] ppid=23411 vsize=16068328 memory=0 CPUtime=0.14 cores=0-7
/proc/23414/task/23421/stat : 23421 (java) S 23411 23414 21909 0 -1 1077944384 178 0 0 0 8 6 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937663081360 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23422] ppid=23411 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/23414/task/23422/stat : 23422 (java) S 23411 23414 21909 0 -1 1077944384 225 0 0 0 9 7 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937662028560 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23423] ppid=23411 vsize=16068328 memory=410080 CPUtime=0.15 cores=0-7
/proc/23414/task/23423/stat : 23423 (java) S 23411 23414 21909 0 -1 1077944384 207 0 0 0 8 7 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937660976272 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23424] ppid=23411 vsize=16068328 memory=0 CPUtime=0.14 cores=0-7
/proc/23414/task/23424/stat : 23424 (java) S 23411 23414 21909 0 -1 1077944384 195 0 0 0 8 6 0 0 20 0 46 0 115516605 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937659923472 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23425] ppid=23411 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/23414/task/23425/stat : 23425 (java) S 23411 23414 21909 0 -1 1077944384 534 0 0 0 1 0 0 0 20 0 46 0 115516607 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937169188976 139938071812738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23426] ppid=23411 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/23414/task/23426/stat : 23426 (java) S 23411 23414 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 46 0 115516607 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937168135008 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23427] ppid=23411 vsize=16068328 memory=32652 CPUtime=0 cores=0-7
/proc/23414/task/23427/stat : 23427 (java) S 23411 23414 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 115516607 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937167082624 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23428] ppid=23411 vsize=16068328 memory=1296 CPUtime=0 cores=0-7
/proc/23414/task/23428/stat : 23428 (java) S 23411 23414 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 115516610 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937166030928 139938071820187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23429] ppid=23411 vsize=16068328 memory=2408 CPUtime=1.54 cores=0-7
/proc/23414/task/23429/stat : 23429 (java) R 23411 23414 21909 0 -1 4202560 4188 0 0 0 154 0 0 0 20 0 46 0 115516610 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937164960224 139938055212605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23430] ppid=23411 vsize=16068328 memory=1732 CPUtime=1.61 cores=0-7
/proc/23414/task/23430/stat : 23430 (java) R 23411 23414 21909 0 -1 1077944384 2448 0 0 0 161 0 0 0 20 0 46 0 115516610 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937163912528 139938071822781 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23431] ppid=23411 vsize=16068328 memory=56 CPUtime=1.51 cores=0-7
/proc/23414/task/23431/stat : 23431 (java) R 23411 23414 21909 0 -1 4202560 4246 0 0 0 150 1 0 0 20 0 46 0 115516610 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937162854656 139938052993849 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23432] ppid=23411 vsize=16068328 memory=7235147594880805952 CPUtime=0.89 cores=0-7
/proc/23414/task/23432/stat : 23432 (java) S 23411 23414 21909 0 -1 1077944384 5114 0 0 0 88 1 0 0 20 0 46 0 115516610 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937161820912 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23433] ppid=23411 vsize=16068328 memory=5787495302091465810 CPUtime=0 cores=0-7
/proc/23414/task/23433/stat : 23433 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 115516610 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937160767840 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23434] ppid=23411 vsize=16068328 memory=5787495302022849088 CPUtime=0 cores=0-7
/proc/23414/task/23434/stat : 23434 (java) S 23411 23414 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 115516610 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937159715120 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 73 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23435] ppid=23411 vsize=16068328 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/23414/task/23435/stat : 23435 (java) R 23411 23414 21909 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 46 0 115516957 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937149428528 139938071811797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23436] ppid=23411 vsize=16068328 memory=6441932401094447185 CPUtime=0 cores=0-7
/proc/23414/task/23436/stat : 23436 (java) S 23411 23414 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 115516969 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937078829904 139938071812738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23437] ppid=23411 vsize=16068328 memory=6369047897087500881 CPUtime=0.28 cores=0-7
/proc/23414/task/23437/stat : 23437 (java) R 23411 23414 21909 0 -1 1077944384 136 0 0 0 27 1 0 0 20 0 46 0 115516979 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937077777936 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23438] ppid=23411 vsize=16068328 memory=0 CPUtime=0.33 cores=0-7
/proc/23414/task/23438/stat : 23438 (java) R 23411 23414 21909 0 -1 4202560 87 0 0 0 32 1 0 0 20 0 46 0 115516979 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937074626864 140731556149186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23439] ppid=23411 vsize=16068328 memory=0 CPUtime=0.12 cores=0-7
/proc/23414/task/23439/stat : 23439 (java) R 23411 23414 21909 0 -1 1077944384 79 0 0 0 12 0 0 0 20 0 46 0 115516979 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937073575696 139938071811797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23440] ppid=23411 vsize=16068328 memory=0 CPUtime=0.28 cores=0-7
/proc/23414/task/23440/stat : 23440 (java) R 23411 23414 21909 0 -1 1077944384 110 0 0 0 27 1 0 0 20 0 46 0 115516982 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937072522896 139938071811797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23441] ppid=23411 vsize=16068328 memory=0 CPUtime=0.28 cores=0-7
/proc/23414/task/23441/stat : 23441 (java) R 23411 23414 21909 0 -1 1077944384 557 0 0 0 27 1 0 0 20 0 46 0 115516982 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937071469584 139938071811797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23442] ppid=23411 vsize=16068328 memory=0 CPUtime=0.35 cores=0-7
/proc/23414/task/23442/stat : 23442 (java) R 23411 23414 21909 0 -1 1077944384 107 0 0 0 34 1 0 0 20 0 46 0 115516982 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937070416784 139938071811797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23443] ppid=23411 vsize=16068328 memory=0 CPUtime=0.24 cores=0-7
/proc/23414/task/23443/stat : 23443 (java) R 23411 23414 21909 0 -1 1077944384 59 0 0 0 24 0 0 0 20 0 46 0 115516982 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937069364496 139938071811797 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23444] ppid=23411 vsize=16068328 memory=0 CPUtime=0.23 cores=0-7
/proc/23414/task/23444/stat : 23444 (java) R 23411 23414 21909 0 -1 4202560 50 0 0 0 23 0 0 0 20 0 46 0 115516982 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937068310576 139937708933378 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23445] ppid=23411 vsize=16068328 memory=0 CPUtime=0.23 cores=0-7
/proc/23414/task/23445/stat : 23445 (java) R 23411 23414 21909 0 -1 1077944384 53 0 0 0 23 0 0 0 20 0 46 0 115516982 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937067259408 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23446] ppid=23411 vsize=16068328 memory=6944656575208382560 CPUtime=0.06 cores=0-7
/proc/23414/task/23446/stat : 23446 (java) R 23411 23414 21909 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 46 0 115516983 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937066206608 139937712021931 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23447] ppid=23411 vsize=16068328 memory=8976414709404591081 CPUtime=0.13 cores=0-7
/proc/23414/task/23447/stat : 23447 (java) R 23411 23414 21909 0 -1 4202560 32 0 0 0 13 0 0 0 20 0 46 0 115517018 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937065153200 139937708932150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23448] ppid=23411 vsize=16068328 memory=-6800859132029471843 CPUtime=0.03 cores=0-7
/proc/23414/task/23448/stat : 23448 (java) S 23411 23414 21909 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 46 0 115517019 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937064101520 139938071811797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23449] ppid=23411 vsize=16068328 memory=-3967418655009478193 CPUtime=0.05 cores=0-7
/proc/23414/task/23449/stat : 23449 (java) R 23411 23414 21909 0 -1 1077944384 28 0 0 0 5 0 0 0 20 0 46 0 115517019 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937063048208 139938071811797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23450] ppid=23411 vsize=16068328 memory=301741373374332954 CPUtime=0.1 cores=0-7
/proc/23414/task/23450/stat : 23450 (java) R 23411 23414 21909 0 -1 1077944384 30 0 0 0 10 0 0 0 20 0 46 0 115517019 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937061995408 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23451] ppid=23411 vsize=16068328 memory=301741420686082359 CPUtime=0.12 cores=0-7
/proc/23414/task/23451/stat : 23451 (java) R 23411 23414 21909 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 46 0 115517019 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937060942000 139937712023473 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23452] ppid=23411 vsize=16068328 memory=15252640887999017 CPUtime=0.11 cores=0-7
/proc/23414/task/23452/stat : 23452 (java) R 23411 23414 21909 0 -1 1077944384 23 0 0 0 11 0 0 0 20 0 46 0 115517022 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937057756304 139938071811797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23453] ppid=23411 vsize=16068328 memory=6943526294502006880 CPUtime=0.09 cores=0-7
/proc/23414/task/23453/stat : 23453 (java) R 23411 23414 21909 0 -1 1077944384 28 0 0 0 9 0 0 0 20 0 46 0 115517022 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937056704016 139938071811797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23454] ppid=23411 vsize=16068328 memory=4137282616176384387 CPUtime=0.04 cores=0-7
/proc/23414/task/23454/stat : 23454 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 4 0 0 0 20 0 46 0 115517022 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937055651216 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23455] ppid=23411 vsize=16068328 memory=8041079860532773434 CPUtime=0.07 cores=0-7
/proc/23414/task/23455/stat : 23455 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 7 0 0 0 20 0 46 0 115517022 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937054598928 139938071811797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23456] ppid=23411 vsize=16068328 memory=-7313218805096079717 CPUtime=0.1 cores=0-7
/proc/23414/task/23456/stat : 23456 (java) R 23411 23414 21909 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 46 0 115517023 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937053543888 139938071822938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23457] ppid=23411 vsize=16068328 memory=8041079860532773434 CPUtime=0.11 cores=0-7
/proc/23414/task/23457/stat : 23457 (java) R 23411 23414 21909 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 46 0 115517023 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937052491696 139937712023650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23458] ppid=23411 vsize=16068328 memory=8041079860532773434 CPUtime=0.1 cores=0-7
/proc/23414/task/23458/stat : 23458 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 10 0 0 0 20 0 46 0 115517023 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937051440016 139938071811797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23459] ppid=23411 vsize=16068328 memory=-7025448733113094249 CPUtime=0.1 cores=0-7
/proc/23414/task/23459/stat : 23459 (java) R 23411 23414 21909 0 -1 1077944384 25 0 0 0 10 0 0 0 20 0 46 0 115517023 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937050387728 139938071811797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
[pid=23414/tid=23460] ppid=23411 vsize=16068328 memory=8390361644446492005 CPUtime=0.09 cores=0-7
/proc/23414/task/23460/stat : 23460 (java) R 23411 23414 21909 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 46 0 115517023 16453967872 196158 33554432000 4194304 4196468 140731555542880 139937049333808 139937712023934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29351936 140731555546209 140731555546395 140731555546395 140731555549135 0
Current children cumulated CPU time: 13.84 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 784632 KiB

Child status: 0
Real time (s): 4.67559
CPU time (s): 14.0589
CPU user time (s): 13.2277
CPU system time (s): 0.831252
CPU usage (%): 300.687
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 788508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2277
system time used= 0.831252
maximum resident set size= 788780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6560
involuntary context switches= 380


# summary of solver processes directly reported to runsolver:
#   pid: 23414
#   total CPU time (s): 14.0589
#   total CPU user time (s): 13.2277
#   total CPU system time (s): 0.831252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057755 second user time and 0.084641 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 20:58:18
IDJOB=4275622
IDBENCH=139312
IDSOLVER=2668
FILE ID=node149/4275622-1502824357
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61936 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-40.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275622-1502824357/watcher-4275622-1502824357 -o /tmp/evaluation-result-4275622-1502824357/solver-4275622-1502824357 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1557663112 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275622-1502824357.xml

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

MD5SUM BENCH= 878edee888014227e65ca0b3d1539934
RANDOM SEED=1557663112

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27705628 kB
MemAvailable:   31966580 kB
Buffers:          326576 kB
Cached:          4206992 kB
SwapCached:            0 kB
Active:          1235828 kB
Inactive:        3353528 kB
Active(anon):      59248 kB
Inactive(anon):    24956 kB
Active(file):    1176580 kB
Inactive(file):  3328572 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45544 kB
Writeback:             8 kB
AnonPages:         58196 kB
Mapped:            46372 kB
Shmem:             25224 kB
Slab:             170256 kB
SReclaimable:     143268 kB
SUnreclaim:        26988 kB
KernelStack:        3312 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61896 MiB
End job on node149 at 2017-08-15 20:58:23