Trace number 4275618

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 15.4574 5.1180501

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-12.xml
MD5SUMa557c5b210af073d1486c8e4c563afe6
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 benchmark0.99824297
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":18},{"degree":4,"count":21},{"degree":5,"count":5},{"degree":6,"count":8},{"degree":7,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":1},{"degree":57,"count":1},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":21},{"arity":4,"count":18},{"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 constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1627826191
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.34/1.07	c Parsing done, starting search...
15.33/4.32	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-4275618-1502824344/watcher-4275618-1502824344 -o /tmp/evaluation-result-4275618-1502824344/solver-4275618-1502824344 -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 1627826191 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275618-1502824344.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=23208, runsolver pid=23205

[startup+0.100436 s]*
/proc/loadavg: 6.10 6.91 6.79 1/198 23228
/proc/meminfo: memFree=27686260/32770624 swapFree=67108860/67108860
[pid=23208] ppid=23205 vsize=14325320 memory=35128 CPUtime=0.12 cores=0-7
/proc/23208/stat : 23208 (java) S 23205 23208 21909 0 -1 1077944320 8177 0 0 0 10 2 0 0 20 0 20 0 115515302 14669127680 8782 33554432000 4194304 4196468 140726901944768 140726901927312 139713632734967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
/proc/23208/statm: 3581330 8782 3391 1 0 3569050 0
[pid=23208/tid=23210] ppid=23205 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23208/task/23210/stat : 23210 (java) R 23205 23208 21909 0 -1 4202560 6109 0 0 0 7 2 0 0 20 0 20 0 115515302 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713636931920 139713616815454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23211] ppid=23205 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23208/task/23211/stat : 23211 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713547803792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23212] ppid=23205 vsize=14325320 memory=140661890676352 CPUtime=0 cores=0-7
/proc/23208/task/23212/stat : 23212 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713546750992 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23213] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23213/stat : 23213 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713545698192 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23214] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23214/stat : 23214 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713544645392 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23215] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23215/stat : 23215 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713543592592 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23216] ppid=23205 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23208/task/23216/stat : 23216 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713542539792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23217] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23217/stat : 23217 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713222535568 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23218] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23218/stat : 23218 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713221482768 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23219] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23219/stat : 23219 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515305 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713090857840 139713632746114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23220] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23220/stat : 23220 (java) S 23205 23208 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115515305 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713089803808 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23221] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23221/stat : 23221 (java) S 23205 23208 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115515305 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713088750960 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23222] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23222/stat : 23222 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 8782 33554432000 4194304 4196468 140726901944768 139713087699280 139713632753563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23223] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23223/stat : 23223 (java) S 23205 23208 21909 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 8782 33554432000 4194304 4196468 140726901944768 139712725764464 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23224] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23224/stat : 23224 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 8782 33554432000 4194304 4196468 140726901944768 139712724711664 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23225] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23225/stat : 23225 (java) S 23205 23208 21909 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 8782 33554432000 4194304 4196468 140726901944768 139712723658864 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23226] ppid=23205 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/23208/task/23226/stat : 23226 (java) S 23205 23208 21909 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 20 0 115515308 14669127680 8782 33554432000 4194304 4196468 140726901944768 139712722606064 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23227] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23227/stat : 23227 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 8782 33554432000 4194304 4196468 140726901944768 139712721554528 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23228] ppid=23205 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23208/task/23228/stat : 23228 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 8782 33554432000 4194304 4196468 140726901944768 139712720501808 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 35128 KiB

[startup+0.210381 s]*
/proc/loadavg: 6.10 6.91 6.79 3/198 23228
/proc/meminfo: memFree=27675736/32770624 swapFree=67108860/67108860
[pid=23208] ppid=23205 vsize=14325320 memory=44716 CPUtime=0.29 cores=0-7
/proc/23208/stat : 23208 (java) S 23205 23208 21909 0 -1 1077944320 9235 0 0 0 26 3 0 0 20 0 20 0 115515302 14669127680 11179 33554432000 4194304 4196468 140726901944768 140726901927312 139713632734967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
/proc/23208/statm: 3581330 11179 3647 1 0 3569050 0
[pid=23208/tid=23210] ppid=23205 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/23208/task/23210/stat : 23210 (java) R 23205 23208 21909 0 -1 4202560 6783 0 0 0 17 2 0 0 20 0 20 0 115515302 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713636960048 139713632756893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23211] ppid=23205 vsize=14325320 memory=9203 CPUtime=0 cores=0-7
/proc/23208/task/23211/stat : 23211 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713547803792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23212] ppid=23205 vsize=14325320 memory=140661890698776 CPUtime=0 cores=0-7
/proc/23208/task/23212/stat : 23212 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713546750992 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23213] ppid=23205 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23208/task/23213/stat : 23213 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713545698192 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23214] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23214/stat : 23214 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713544645392 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23215] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23215/stat : 23215 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713543592592 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23216] ppid=23205 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23208/task/23216/stat : 23216 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713542539792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23217] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23217/stat : 23217 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713222535568 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23218] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23218/stat : 23218 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713221482768 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23219] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23219/stat : 23219 (java) S 23205 23208 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115515305 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713090857840 139713632746114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23220] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23220/stat : 23220 (java) S 23205 23208 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115515305 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713089803808 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23221] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23221/stat : 23221 (java) S 23205 23208 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115515305 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713088750960 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23222] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23222/stat : 23222 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 11179 33554432000 4194304 4196468 140726901944768 139713087699280 139713632753563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23223] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23223/stat : 23223 (java) S 23205 23208 21909 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 11179 33554432000 4194304 4196468 140726901944768 139712725764464 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23224] ppid=23205 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/23208/task/23224/stat : 23224 (java) S 23205 23208 21909 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 20 0 115515308 14669127680 11179 33554432000 4194304 4196468 140726901944768 139712724711664 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23225] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23225/stat : 23225 (java) S 23205 23208 21909 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 11179 33554432000 4194304 4196468 140726901944768 139712723658864 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23226] ppid=23205 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/23208/task/23226/stat : 23226 (java) R 23205 23208 21909 0 -1 4202560 432 0 0 0 5 0 0 0 20 0 20 0 115515308 14669127680 11179 33554432000 4194304 4196468 140726901944768 139712722606064 139713632746902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23227] ppid=23205 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23227/stat : 23227 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 11179 33554432000 4194304 4196468 140726901944768 139712721554528 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23228] ppid=23205 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23208/task/23228/stat : 23228 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515308 14669127680 11179 33554432000 4194304 4196468 140726901944768 139712720501808 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 44716 KiB

[startup+0.310068 s]*
/proc/loadavg: 6.10 6.91 6.79 2/198 23228
/proc/meminfo: memFree=27668044/32770624 swapFree=67108860/67108860
[pid=23208] ppid=23205 vsize=14325340 memory=53040 CPUtime=0.48 cores=0-7
/proc/23208/stat : 23208 (java) S 23205 23208 21909 0 -1 1077944320 10448 0 0 0 43 5 0 0 20 0 20 0 115515302 14669148160 13260 33554432000 4194304 4196468 140726901944768 140726901927312 139713632734967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
/proc/23208/statm: 3581335 13260 3712 1 0 3569050 0
[pid=23208/tid=23210] ppid=23205 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23208/task/23210/stat : 23210 (java) R 23205 23208 21909 0 -1 4202560 7554 0 0 0 26 3 0 0 20 0 20 0 115515302 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713636959024 139713612546093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23211] ppid=23205 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23211/stat : 23211 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713547803792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23212] ppid=23205 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23212/stat : 23212 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713546750992 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23213] ppid=23205 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23213/stat : 23213 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713545698192 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23214] ppid=23205 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23214/stat : 23214 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713544645392 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23215] ppid=23205 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/23208/task/23215/stat : 23215 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713543592592 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23216] ppid=23205 vsize=14325340 memory=140661789651887 CPUtime=0 cores=0-7
/proc/23208/task/23216/stat : 23216 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713542539792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23217] ppid=23205 vsize=14325340 memory=140661789654192 CPUtime=0 cores=0-7
/proc/23208/task/23217/stat : 23217 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713222535568 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23218] ppid=23205 vsize=14325340 memory=140661789656496 CPUtime=0 cores=0-7
/proc/23208/task/23218/stat : 23218 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713221482768 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23219] ppid=23205 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23219/stat : 23219 (java) S 23205 23208 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115515305 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713090857840 139713632746114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23220] ppid=23205 vsize=14325340 memory=281323579319952 CPUtime=0 cores=0-7
/proc/23208/task/23220/stat : 23220 (java) S 23205 23208 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115515305 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713089803808 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23221] ppid=23205 vsize=14325340 memory=281323579326864 CPUtime=0 cores=0-7
/proc/23208/task/23221/stat : 23221 (java) S 23205 23208 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115515305 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713088750960 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23222] ppid=23205 vsize=14325340 memory=281323579268144 CPUtime=0 cores=0-7
/proc/23208/task/23222/stat : 23222 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515308 14669148160 13260 33554432000 4194304 4196468 140726901944768 139713087699280 139713632753563 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23223] ppid=23205 vsize=14325340 memory=281323579340688 CPUtime=0.02 cores=0-7
/proc/23208/task/23223/stat : 23223 (java) S 23205 23208 21909 0 -1 1077944384 213 0 0 0 2 0 0 0 20 0 20 0 115515308 14669148160 13260 33554432000 4194304 4196468 140726901944768 139712725764464 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23224] ppid=23205 vsize=14325340 memory=281323579347600 CPUtime=0.04 cores=0-7
/proc/23208/task/23224/stat : 23224 (java) S 23205 23208 21909 0 -1 1077944384 400 0 0 0 4 0 0 0 20 0 20 0 115515308 14669148160 13260 33554432000 4194304 4196468 140726901944768 139712724711664 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23225] ppid=23205 vsize=14325340 memory=281323579345296 CPUtime=0.02 cores=0-7
/proc/23208/task/23225/stat : 23225 (java) S 23205 23208 21909 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 20 0 115515308 14669148160 13260 33554432000 4194304 4196468 140726901944768 139712723658864 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23226] ppid=23205 vsize=14325340 memory=281323579361904 CPUtime=0.08 cores=0-7
/proc/23208/task/23226/stat : 23226 (java) R 23205 23208 21909 0 -1 4202560 541 0 0 0 8 0 0 0 20 0 20 0 115515308 14669148160 13260 33554432000 4194304 4196468 140726901944768 139712722606064 139713632756314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23227] ppid=23205 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23227/stat : 23227 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515308 14669148160 13260 33554432000 4194304 4196468 140726901944768 139712721554528 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23228] ppid=23205 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/23208/task/23228/stat : 23228 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515308 14669148160 13260 33554432000 4194304 4196468 140726901944768 139712720501808 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 53040 KiB

[startup+0.700949 s]
/proc/loadavg: 6.10 6.91 6.79 4/198 23228
/proc/meminfo: memFree=27651184/32770624 swapFree=67108860/67108860
[pid=23208] ppid=23205 vsize=14327388 memory=125972 CPUtime=1.59 cores=0-7
/proc/23208/stat : 23208 (java) S 23205 23208 21909 0 -1 1077944320 14857 0 0 0 152 7 0 0 20 0 20 0 115515302 14671245312 31493 33554432000 4194304 4196468 140726901944768 140726901927312 139713632734967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
/proc/23208/statm: 3581847 31493 3767 1 0 3569562 0
[pid=23208/tid=23210] ppid=23205 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/23208/task/23210/stat : 23210 (java) R 23205 23208 21909 0 -1 4202560 8333 0 0 0 63 4 0 0 20 0 20 0 115515302 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713636968896 139713226099992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23211] ppid=23205 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23211/stat : 23211 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713547803792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23212] ppid=23205 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23212/stat : 23212 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713546750992 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23213] ppid=23205 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23213/stat : 23213 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713545698192 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23214] ppid=23205 vsize=14327388 memory=1952 CPUtime=0 cores=0-7
/proc/23208/task/23214/stat : 23214 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713544645392 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23215] ppid=23205 vsize=14327388 memory=8624 CPUtime=0 cores=0-7
/proc/23208/task/23215/stat : 23215 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713543592592 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23216] ppid=23205 vsize=14327388 memory=4620 CPUtime=0 cores=0-7
/proc/23208/task/23216/stat : 23216 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713542539792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23217] ppid=23205 vsize=14327388 memory=1196 CPUtime=0 cores=0-7
/proc/23208/task/23217/stat : 23217 (java) S 23205 23208 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713222535568 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23218] ppid=23205 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/23208/task/23218/stat : 23218 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515303 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713221482768 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23219] ppid=23205 vsize=14327388 memory=18476 CPUtime=0 cores=0-7
/proc/23208/task/23219/stat : 23219 (java) S 23205 23208 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 115515305 14671245312 31493 33554432000 4194304 4196468 140726901944768 139713090857840 139713632746114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0

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

/proc/23208/task/23224/stat : 23224 (java) R 23205 23208 21909 0 -1 4202560 3695 0 0 0 156 1 0 0 20 0 46 0 115515308 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712724704856 139713617020971 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23225] ppid=23205 vsize=16068328 memory=0 CPUtime=1.56 cores=0-7
/proc/23208/task/23225/stat : 23225 (java) R 23205 23208 21909 0 -1 4202560 5178 0 0 0 155 1 0 0 20 0 46 0 115515308 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712723645760 139713616145839 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23226] ppid=23205 vsize=16068328 memory=0 CPUtime=0.85 cores=0-7
/proc/23208/task/23226/stat : 23226 (java) S 23205 23208 21909 0 -1 1077944384 5029 0 0 0 83 2 0 0 20 0 46 0 115515308 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712722606064 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23227] ppid=23205 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23227/stat : 23227 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 115515308 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712721554528 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23228] ppid=23205 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23228/stat : 23228 (java) S 23205 23208 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 115515308 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712720501808 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23229] ppid=23205 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/23208/task/23229/stat : 23229 (java) R 23205 23208 21909 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 46 0 115515614 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712710214784 139713632745173 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23230] ppid=23205 vsize=16068328 memory=8225860136551919921 CPUtime=0 cores=0-7
/proc/23208/task/23230/stat : 23230 (java) S 23205 23208 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 115515626 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712707064912 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23231] ppid=23205 vsize=16068328 memory=3467825727391412273 CPUtime=0.29 cores=0-7
/proc/23208/task/23231/stat : 23231 (java) R 23205 23208 21909 0 -1 4202560 173 0 0 0 28 1 0 0 20 0 46 0 115515636 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712706011328 139713231622296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23232] ppid=23205 vsize=16068328 memory=7593750004886759252 CPUtime=0.28 cores=0-7
/proc/23208/task/23232/stat : 23232 (java) R 23205 23208 21909 0 -1 1077944384 217 0 0 0 27 1 0 0 20 0 46 0 115515636 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712702862256 139713632745173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23233] ppid=23205 vsize=16068328 memory=7378982432975050347 CPUtime=0.25 cores=0-7
/proc/23208/task/23233/stat : 23233 (java) R 23205 23208 21909 0 -1 1077944384 130 0 0 0 25 0 0 0 20 0 46 0 115515637 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712701809552 139713632745173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23234] ppid=23205 vsize=16068328 memory=40292 CPUtime=0.22 cores=0-7
/proc/23208/task/23234/stat : 23234 (java) R 23205 23208 21909 0 -1 1077944384 46 0 0 0 21 1 0 0 20 0 46 0 115515638 16453967872 200325 33554432000 4194304 4196468 140726901944768 139712700756624 139713632745173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23235] ppid=23205 vsize=16068328 memory=7649399358444679986 CPUtime=0.02 cores=0-7
/proc/23208/task/23235/stat : 23235 (java) R 23205 23208 21909 0 -1 1077944384 49 0 0 0 2 0 0 0 20 0 46 0 115515639 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712699704976 139713632745173 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23236] ppid=23205 vsize=16068328 memory=7649399362739647282 CPUtime=0.23 cores=0-7
/proc/23208/task/23236/stat : 23236 (java) R 23205 23208 21909 0 -1 4202560 67 0 0 0 22 1 0 0 20 0 46 0 115515639 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712698652176 139713230256556 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23237] ppid=23205 vsize=16068328 memory=140661890676352 CPUtime=0.31 cores=0-7
/proc/23208/task/23237/stat : 23237 (java) R 23205 23208 21909 0 -1 4202560 56 0 0 0 31 0 0 0 20 0 46 0 115515639 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712697598400 139713226912779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23238] ppid=23205 vsize=16068328 memory=7649399371329581874 CPUtime=0.33 cores=0-7
/proc/23208/task/23238/stat : 23238 (java) R 23205 23208 21909 0 -1 4202560 453 0 0 0 32 1 0 0 20 0 46 0 115515639 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712696545600 139713232621992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23239] ppid=23205 vsize=16068328 memory=7649399375624549170 CPUtime=0.23 cores=0-7
/proc/23208/task/23239/stat : 23239 (java) R 23205 23208 21909 0 -1 1077944384 52 0 0 0 23 0 0 0 20 0 46 0 115515640 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712695493776 139713632745173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23240] ppid=23205 vsize=16068328 memory=6082202987142146647 CPUtime=0.04 cores=0-7
/proc/23208/task/23240/stat : 23240 (java) R 23205 23208 21909 0 -1 1077944384 35 0 0 0 4 0 0 0 20 0 46 0 115515640 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712694440976 139713632745173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23241] ppid=23205 vsize=16068328 memory=7884785145258731883 CPUtime=0 cores=0-7
/proc/23208/task/23241/stat : 23241 (java) R 23205 23208 21909 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 115515680 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712693388176 139713632745173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23242] ppid=23205 vsize=16068328 memory=7523107478184158290 CPUtime=0.05 cores=0-7
/proc/23208/task/23242/stat : 23242 (java) R 23205 23208 21909 0 -1 1077944384 34 0 0 0 5 0 0 0 20 0 46 0 115515680 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712692335376 139713632745173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23243] ppid=23205 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/23208/task/23243/stat : 23243 (java) S 23205 23208 21909 0 -1 1077944384 29 0 0 0 5 0 0 0 20 0 46 0 115515680 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712691283600 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23244] ppid=23205 vsize=16068328 memory=281323580088400 CPUtime=0.03 cores=0-7
/proc/23208/task/23244/stat : 23244 (java) R 23205 23208 21909 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 46 0 115515680 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712690230800 139713632745173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23245] ppid=23205 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/23208/task/23245/stat : 23245 (java) R 23205 23208 21909 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 46 0 115515680 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712689177024 139713229823963 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23246] ppid=23205 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/23208/task/23246/stat : 23246 (java) R 23205 23208 21909 0 -1 1077944384 34 0 0 0 8 0 0 0 20 0 46 0 115515680 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712688125200 139713632745173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23247] ppid=23205 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/23208/task/23247/stat : 23247 (java) R 23205 23208 21909 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 46 0 115515683 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712684937408 139713230257974 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23248] ppid=23205 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/23208/task/23248/stat : 23248 (java) R 23205 23208 21909 0 -1 1077944384 27 0 0 0 5 0 0 0 20 0 46 0 115515683 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712683885504 139713632745173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23249] ppid=23205 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/23208/task/23249/stat : 23249 (java) R 23205 23208 21909 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 46 0 115515683 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712682832784 139713632745173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23250] ppid=23205 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/23208/task/23250/stat : 23250 (java) R 23205 23208 21909 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 46 0 115515683 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712681779984 139713632745173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23251] ppid=23205 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/23208/task/23251/stat : 23251 (java) R 23205 23208 21909 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 46 0 115515684 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712680728208 139713632745173 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23252] ppid=23205 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/23208/task/23252/stat : 23252 (java) R 23205 23208 21909 0 -1 1077944384 25 0 0 0 4 0 0 0 20 0 46 0 115515686 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712679672368 139713632745173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23253] ppid=23205 vsize=16068328 memory=0 CPUtime=0.11 cores=0-7
/proc/23208/task/23253/stat : 23253 (java) R 23205 23208 21909 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 46 0 115515686 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712678621632 139713230257998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23254] ppid=23205 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/23208/task/23254/stat : 23254 (java) R 23205 23208 21909 0 -1 1077944384 26 0 0 0 6 0 0 0 20 0 46 0 115515686 16453967872 200391 33554432000 4194304 4196468 140726901944768 139712677569808 139713632745173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
Current children cumulated CPU time: 13.01 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 801300 KiB

[startup+4.80079 s]
/proc/loadavg: 5.61 6.79 6.75 30/224 23254
/proc/meminfo: memFree=26917052/32770624 swapFree=67108860/67108860
[pid=23208] ppid=23205 vsize=16068328 memory=800636 CPUtime=15.43 cores=0-7
/proc/23208/stat : 23208 (java) S 23205 23208 21909 0 -1 1077944320 35150 0 0 0 1454 89 0 0 20 0 18 0 115515302 16453967872 200159 33554432000 4194304 4196468 140726901944768 140726901927312 139713632734967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
/proc/23208/statm: 4017082 200159 3850 1 0 4004276 0
[pid=23208/tid=23210] ppid=23205 vsize=16068328 memory=0 CPUtime=3.27 cores=0-7
/proc/23208/task/23210/stat : 23210 (java) D 23205 23208 21909 0 -1 4202560 11554 0 0 0 318 9 0 0 20 0 18 0 115515302 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713636977976 139713625420599 0 0 0 16800975 18446744072100265093 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23211] ppid=23205 vsize=16068328 memory=6791534058613427641 CPUtime=0.17 cores=0-7
/proc/23208/task/23211/stat : 23211 (java) S 23205 23208 21909 0 -1 1077944384 189 0 0 0 9 8 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713547803792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23212] ppid=23205 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/23208/task/23212/stat : 23212 (java) S 23205 23208 21909 0 -1 1077944384 169 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713546750992 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23213] ppid=23205 vsize=16068328 memory=140661790018496 CPUtime=0.18 cores=0-7
/proc/23208/task/23213/stat : 23213 (java) S 23205 23208 21909 0 -1 1077944384 198 0 0 0 10 8 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713545698192 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23214] ppid=23205 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/23208/task/23214/stat : 23214 (java) S 23205 23208 21909 0 -1 1077944384 157 0 0 0 9 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713544645392 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23215] ppid=23205 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/23208/task/23215/stat : 23215 (java) S 23205 23208 21909 0 -1 1077944384 184 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713543592592 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23216] ppid=23205 vsize=16068328 memory=0 CPUtime=0.16 cores=0-7
/proc/23208/task/23216/stat : 23216 (java) S 23205 23208 21909 0 -1 1077944384 196 0 0 0 9 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713542539792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23217] ppid=23205 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/23208/task/23217/stat : 23217 (java) S 23205 23208 21909 0 -1 1077944384 221 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713222535568 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23218] ppid=23205 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/23208/task/23218/stat : 23218 (java) S 23205 23208 21909 0 -1 1077944384 196 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713221482768 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23220] ppid=23205 vsize=16068328 memory=225 CPUtime=0 cores=0-7
/proc/23208/task/23220/stat : 23220 (java) S 23205 23208 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 115515305 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713089803872 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23221] ppid=23205 vsize=16068328 memory=8761640388971749472 CPUtime=0 cores=0-7
/proc/23208/task/23221/stat : 23221 (java) S 23205 23208 21909 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 115515305 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713088750976 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23222] ppid=23205 vsize=16068328 memory=-7233780906022716832 CPUtime=0 cores=0-7
/proc/23208/task/23222/stat : 23222 (java) S 23205 23208 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713087698048 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23223] ppid=23205 vsize=16068328 memory=0 CPUtime=1.74 cores=0-7
/proc/23208/task/23223/stat : 23223 (java) S 23205 23208 21909 0 -1 1077944384 4236 0 0 0 173 1 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712725764464 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23224] ppid=23205 vsize=16068328 memory=0 CPUtime=1.79 cores=0-7
/proc/23208/task/23224/stat : 23224 (java) S 23205 23208 21909 0 -1 1077944384 3730 0 0 0 178 1 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712724711664 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23225] ppid=23205 vsize=16068328 memory=0 CPUtime=1.8 cores=0-7
/proc/23208/task/23225/stat : 23225 (java) S 23205 23208 21909 0 -1 1077944384 5216 0 0 0 179 1 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712723637968 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23226] ppid=23205 vsize=16068328 memory=8098718298942498921 CPUtime=0.89 cores=0-7
/proc/23208/task/23226/stat : 23226 (java) S 23205 23208 21909 0 -1 1077944384 5073 0 0 0 87 2 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712722600384 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23227] ppid=23205 vsize=16068328 memory=7523107478184158290 CPUtime=0 cores=0-7
/proc/23208/task/23227/stat : 23227 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712721554528 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
Current children cumulated CPU time: 15.43 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 800636 KiB

[startup+5.00079 s]*
/proc/loadavg: 5.61 6.79 6.75 1/196 23255
/proc/meminfo: memFree=26915428/32770624 swapFree=67108860/67108860
[pid=23208] ppid=23205 vsize=16068328 memory=800636 CPUtime=15.43 cores=0-7
/proc/23208/stat : 23208 (java) S 23205 23208 21909 0 -1 1077944320 35150 0 0 0 1454 89 0 0 20 0 18 0 115515302 16453967872 200159 33554432000 4194304 4196468 140726901944768 140726901927312 139713632734967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
/proc/23208/statm: 4017082 200159 3850 1 0 4004276 0
[pid=23208/tid=23210] ppid=23205 vsize=16068328 memory=0 CPUtime=3.27 cores=0-7
/proc/23208/task/23210/stat : 23210 (java) D 23205 23208 21909 0 -1 4202560 11554 0 0 0 318 9 0 0 20 0 18 0 115515302 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713636977976 139713625420599 0 0 0 16800975 18446744072100265093 0 0 -1 1 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23211] ppid=23205 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/23208/task/23211/stat : 23211 (java) S 23205 23208 21909 0 -1 1077944384 189 0 0 0 9 8 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713547803792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23212] ppid=23205 vsize=16068328 memory=140661890676352 CPUtime=0.17 cores=0-7
/proc/23208/task/23212/stat : 23212 (java) S 23205 23208 21909 0 -1 1077944384 169 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713546750992 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23213] ppid=23205 vsize=16068328 memory=140661790199007 CPUtime=0.18 cores=0-7
/proc/23208/task/23213/stat : 23213 (java) S 23205 23208 21909 0 -1 1077944384 198 0 0 0 10 8 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713545698192 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23214] ppid=23205 vsize=16068328 memory=93236 CPUtime=0.16 cores=0-7
/proc/23208/task/23214/stat : 23214 (java) S 23205 23208 21909 0 -1 1077944384 157 0 0 0 9 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713544645392 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23215] ppid=23205 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/23208/task/23215/stat : 23215 (java) S 23205 23208 21909 0 -1 1077944384 184 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713543592592 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23216] ppid=23205 vsize=16068328 memory=140661790195359 CPUtime=0.16 cores=0-7
/proc/23208/task/23216/stat : 23216 (java) S 23205 23208 21909 0 -1 1077944384 196 0 0 0 9 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713542539792 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23217] ppid=23205 vsize=16068328 memory=2209 CPUtime=0.17 cores=0-7
/proc/23208/task/23217/stat : 23217 (java) S 23205 23208 21909 0 -1 1077944384 221 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713222535568 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23218] ppid=23205 vsize=16068328 memory=0 CPUtime=0.17 cores=0-7
/proc/23208/task/23218/stat : 23218 (java) S 23205 23208 21909 0 -1 1077944384 196 0 0 0 10 7 0 0 20 0 18 0 115515303 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713221482768 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23220] ppid=23205 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/23208/task/23220/stat : 23220 (java) S 23205 23208 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 115515305 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713089803872 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23221] ppid=23205 vsize=16068328 memory=3905243424672186399 CPUtime=0 cores=0-7
/proc/23208/task/23221/stat : 23221 (java) S 23205 23208 21909 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 18 0 115515305 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713088750976 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23222] ppid=23205 vsize=16068328 memory=3472328296227692065 CPUtime=0 cores=0-7
/proc/23208/task/23222/stat : 23222 (java) S 23205 23208 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139713087698048 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23223] ppid=23205 vsize=16068328 memory=6944656575208382560 CPUtime=1.74 cores=0-7
/proc/23208/task/23223/stat : 23223 (java) S 23205 23208 21909 0 -1 1077944384 4236 0 0 0 173 1 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712725764464 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23224] ppid=23205 vsize=16068328 memory=7229237629517063782 CPUtime=1.79 cores=0-7
/proc/23208/task/23224/stat : 23224 (java) S 23205 23208 21909 0 -1 1077944384 3730 0 0 0 178 1 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712724711664 139713632746114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23225] ppid=23205 vsize=16068328 memory=-7029379521808015264 CPUtime=1.8 cores=0-7
/proc/23208/task/23225/stat : 23225 (java) S 23205 23208 21909 0 -1 1077944384 5216 0 0 0 179 1 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712723637968 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23226] ppid=23205 vsize=16068328 memory=-6948055166404804227 CPUtime=0.89 cores=0-7
/proc/23208/task/23226/stat : 23226 (java) S 23205 23208 21909 0 -1 1077944384 5073 0 0 0 87 2 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712722600384 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
[pid=23208/tid=23227] ppid=23205 vsize=16068328 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/23208/task/23227/stat : 23227 (java) S 23205 23208 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 115515308 16453967872 200159 33554432000 4194304 4196468 140726901944768 139712721554528 139713632745173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20721664 140726901949537 140726901949723 140726901949723 140726901952463 0
Current children cumulated CPU time: 15.43 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 800636 KiB

[startup+5.1095 s]*
/proc/loadavg: 5.61 6.79 6.75 1/180 23255
/proc/meminfo: memFree=27705584/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 5.11805
CPU time (s): 15.4574
CPU user time (s): 14.5471
CPU system time (s): 0.910318
CPU usage (%): 302.017
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 801300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5471
system time used= 0.910318
maximum resident set size= 802112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6737
involuntary context switches= 411


# summary of solver processes directly reported to runsolver:
#   pid: 23208
#   total CPU time (s): 15.4574
#   total CPU user time (s): 14.5471
#   total CPU system time (s): 0.910318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050506 second user time and 0.104042 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 20:58:05
IDJOB=4275618
IDBENCH=139308
IDSOLVER=2668
FILE ID=node149/4275618-1502824344
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-12.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-4275618-1502824344/watcher-4275618-1502824344 -o /tmp/evaluation-result-4275618-1502824344/solver-4275618-1502824344 -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 1627826191 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275618-1502824344.xml

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

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=1627826191

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:        27706136 kB
MemAvailable:   31967056 kB
Buffers:          326556 kB
Cached:          4206932 kB
SwapCached:            0 kB
Active:          1235240 kB
Inactive:        3353492 kB
Active(anon):      58636 kB
Inactive(anon):    24956 kB
Active(file):    1176604 kB
Inactive(file):  3328536 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45592 kB
Writeback:             0 kB
AnonPages:         62116 kB
Mapped:            46356 kB
Shmem:             25224 kB
Slab:             170328 kB
SReclaimable:     143228 kB
SUnreclaim:        27100 kB
KernelStack:        3264 kB
PageTables:         4636 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:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

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