Trace number 4290899

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 - Conflict Ordering 2018-07-02? 2399.69 2395.37

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.0171
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 720935566
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
4.48/2.59	c Parsing done, starting search...
2399.61/2395.35	d NO_SOL_FOUND
2399.61/2395.35	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290899-1532247932/watcher-4290899-1532247932 -o /tmp/evaluation-result-4290899-1532247932/solver-4290899-1532247932 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31900 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 720935566 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290899-1532247932.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2346, runsolver pid=2343

[startup+0.103048 s]*
/proc/loadavg: 1.58 1.63 1.55 3/215 2361
/proc/meminfo: memFree=14399688/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14082740 memory=29708 CPUtime=0.12 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 6887 0 0 0 11 1 0 0 20 0 15 0 42356059 14420725760 7427 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3520685 7427 3145 1 0 3482761 0
[pid=2346/tid=2348] ppid=2343 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 4920 0 0 0 9 0 0 0 20 0 15 0 42356060 14420725760 7492 33554432000 4194304 4196468 140732861532752 140292259704960 140292239508837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 7492 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42356062 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42356062 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291167695648 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42356063 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291166643312 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0.01 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) S 2343 2346 31868 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 15 0 42356065 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291162434416 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 7492 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 29708 KiB

[startup+0.210523 s]*
/proc/loadavg: 1.58 1.63 1.55 5/215 2361
/proc/meminfo: memFree=14384292/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14082740 memory=45748 CPUtime=0.3 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 10588 0 0 0 28 2 0 0 20 0 15 0 42356059 14420725760 11437 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3520685 11437 3364 1 0 3482761 0
[pid=2346/tid=2348] ppid=2343 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 8226 0 0 0 19 1 0 0 20 0 15 0 42356060 14420725760 11503 33554432000 4194304 4196468 140732861532752 140292259694688 140292239508837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 11503 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14082740 memory=3760985457155430048 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42356062 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42356062 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291167695648 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42356063 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291166643312 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 583 0 0 0 2 0 0 0 20 0 15 0 42356065 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) R 2343 2346 31868 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 42356065 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0.06 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) R 2343 2346 31868 0 -1 4202560 410 0 0 0 6 0 0 0 20 0 15 0 42356065 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291162430176 140292248562043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 11503 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 45748 KiB

[startup+0.314862 s]*
/proc/loadavg: 1.58 1.63 1.55 3/215 2361
/proc/meminfo: memFree=14380384/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14082740 memory=49396 CPUtime=0.45 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 11025 0 0 0 43 2 0 0 20 0 15 0 42356059 14420725760 12349 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3520685 12349 3369 1 0 3482761 0
[pid=2346/tid=2348] ppid=2343 vsize=14082740 memory=4638778411218063696 CPUtime=0.3 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 8555 0 0 0 29 1 0 0 20 0 15 0 42356060 14420725760 12349 33554432000 4194304 4196468 140732861532752 140292259673040 140292237030170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14082740 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 12349 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14082740 memory=139795030660736 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14082740 memory=279589754702752 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14082740 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42356061 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14082740 memory=279589908014416 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42356062 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14082740 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42356062 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291167695648 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14082740 memory=279589754733312 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42356063 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291166643312 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14082740 memory=67300 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 591 0 0 0 3 0 0 0 20 0 15 0 42356065 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14082740 memory=139794877365263 CPUtime=0.01 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) S 2343 2346 31868 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 15 0 42356065 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14082740 memory=279589908035168 CPUtime=0.08 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) S 2343 2346 31868 0 -1 1077944384 437 0 0 0 8 0 0 0 20 0 15 0 42356065 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291162434416 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14082740 memory=139794877369871 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14082740 memory=139795030660747 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356065 14420725760 12349 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49396 KiB

[startup+0.700774 s]
/proc/loadavg: 1.58 1.63 1.55 3/215 2361
/proc/meminfo: memFree=14356324/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14084808 memory=87780 CPUtime=0.99 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 17937 0 0 0 95 4 0 0 20 0 15 0 42356059 14422843392 21945 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3521202 21945 3496 1 0 3483273 0
[pid=2346/tid=2348] ppid=2343 vsize=14084808 memory=149900935306384 CPUtime=0.67 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 14998 0 0 0 64 3 0 0 20 0 15 0 42356060 14422843392 21945 33554432000 4194304 4196468 140732861532752 140292259687808 140292255487133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14084808 memory=25205 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14422843392 21945 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356061 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14084808 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42356061 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42356062 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42356062 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291167695648 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42356063 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291166643312 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 725 0 0 0 7 0 0 0 20 0 15 0 42356065 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) S 2343 2346 31868 0 -1 1077944384 245 0 0 0 7 0 0 0 20 0 15 0 42356065 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) S 2343 2346 31868 0 -1 1077944384 587 0 0 0 15 0 0 0 20 0 15 0 42356065 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291162434416 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42356065 14422843392 21945 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 87780 KiB

[startup+1.5042 s]
/proc/loadavg: 1.58 1.63 1.55 4/215 2361
/proc/meminfo: memFree=14252756/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14088904 memory=255200 CPUtime=2.88 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 25923 0 0 0 278 10 0 0 20 0 15 0 42356059 14427037696 63800 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3522226 63800 3571 1 0 3484297 0
[pid=2346/tid=2348] ppid=2343 vsize=14088904 memory=279589754968000 CPUtime=1.44 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 18285 0 0 0 139 5 0 0 20 0 15 0 42356060 14427037696 63800 33554432000 4194304 4196468 140732861532752 140292259697384 140291891407661 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14088904 memory=7444843076533644388 CPUtime=0.01 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 15 0 42356061 14427037696 63800 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14088904 memory=7228928657774891090 CPUtime=0.01 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 324 0 0 0 1 0 0 0 20 0 15 0 42356061 14427037696 63800 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14088904 memory=1408 CPUtime=0.01 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 15 0 42356061 14427037696 63800 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14088904 memory=2209 CPUtime=0.01 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 15 0 42356061 14427037696 63800 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14088904 memory=38948 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 42356062 14427037696 63800 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0

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

[pid=2346/tid=2360] ppid=2343 vsize=14090952 memory=2932880 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14090952 memory=4140 CPUtime=1.22 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 2120 0 0 0 52 70 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 2395.21 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2932880 KiB

[startup+2392.5 s]*
/proc/loadavg: 1.50 1.64 1.73 3/215 2556
/proc/meminfo: memFree=15028408/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14090952 memory=2932880 CPUtime=2396.82 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 187531 0 0 0 239515 167 0 0 20 0 15 0 42356059 14429134848 733220 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3522738 733220 3583 1 0 3484809 0
[pid=2346/tid=2348] ppid=2343 vsize=14090952 memory=5520 CPUtime=2391.76 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 112741 0 0 0 239105 71 0 0 20 0 15 0 42356060 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292259703504 140291896678819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14090952 memory=4616 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 9183 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14090952 memory=14004 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 10474 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14090952 memory=4126316290023845779 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 14462 0 0 0 20 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14090952 memory=9920 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 13413 0 0 0 21 6 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14090952 memory=1788 CPUtime=0.11 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 13646 0 0 0 6 5 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14090952 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291167695712 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14090952 memory=952 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 42356063 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291166643328 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14090952 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14090952 memory=2340 CPUtime=1.02 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 2743 0 0 0 101 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14090952 memory=4104 CPUtime=0.99 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) S 2343 2346 31868 0 -1 1077944384 3814 0 0 0 98 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14090952 memory=1576 CPUtime=0.53 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) S 2343 2346 31868 0 -1 1077944384 3461 0 0 0 52 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291162434416 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14090952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14090952 memory=2240 CPUtime=1.22 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 2122 0 0 0 52 70 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 2396.82 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2932880 KiB

[startup+2394.1 s]
/proc/loadavg: 1.50 1.64 1.73 3/215 2556
/proc/meminfo: memFree=15028532/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14090952 memory=2932880 CPUtime=2398.41 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 187595 0 0 0 239674 167 0 0 20 0 15 0 42356059 14429134848 733220 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3522738 733220 3583 1 0 3484809 0
[pid=2346/tid=2348] ppid=2343 vsize=14090952 memory=1576 CPUtime=2393.35 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 112802 0 0 0 239264 71 0 0 20 0 15 0 42356060 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292259703504 140291896818251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14090952 memory=2932880 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 9183 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14090952 memory=2933392 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 10474 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14090952 memory=1704 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 14462 0 0 0 20 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14090952 memory=1952 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 13413 0 0 0 21 6 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14090952 memory=1704 CPUtime=0.11 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 13646 0 0 0 6 5 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291167695712 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14090952 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 42356063 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291166643328 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14090952 memory=8388 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14090952 memory=4140 CPUtime=1.02 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 2743 0 0 0 101 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14090952 memory=3184097920075968593 CPUtime=0.99 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) S 2343 2346 31868 0 -1 1077944384 3814 0 0 0 98 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14090952 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) S 2343 2346 31868 0 -1 1077944384 3461 0 0 0 52 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291162434416 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14090952 memory=8112282956445269571 CPUtime=1.22 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 2125 0 0 0 52 70 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 2398.41 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2932880 KiB

[startup+2394.9 s]
/proc/loadavg: 1.50 1.64 1.73 3/215 2556
/proc/meminfo: memFree=15028532/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14090952 memory=2932880 CPUtime=2399.21 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 187604 0 0 0 239754 167 0 0 20 0 15 0 42356059 14429134848 733220 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3522738 733220 3583 1 0 3484809 0
[pid=2346/tid=2348] ppid=2343 vsize=14090952 memory=4008 CPUtime=2394.15 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 112811 0 0 0 239344 71 0 0 20 0 15 0 42356060 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292259703504 140291896821674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14090952 memory=18460 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 9183 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14090952 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 10474 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14090952 memory=1296 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 14462 0 0 0 20 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14090952 memory=2408 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 13413 0 0 0 21 6 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14090952 memory=1724 CPUtime=0.11 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 13646 0 0 0 6 5 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14090952 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291167695712 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14090952 memory=18460 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 42356063 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291166643328 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14090952 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14090952 memory=1788 CPUtime=1.02 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 2743 0 0 0 101 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14090952 memory=644 CPUtime=0.99 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) S 2343 2346 31868 0 -1 1077944384 3814 0 0 0 98 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14090952 memory=8112282956445269571 CPUtime=0.53 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) S 2343 2346 31868 0 -1 1077944384 3461 0 0 0 52 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291162434416 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14090952 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14090952 memory=15821101267683193 CPUtime=1.22 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 2125 0 0 0 52 70 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 2399.21 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2932880 KiB

[startup+2395.3 s]
/proc/loadavg: 1.50 1.64 1.73 3/215 2556
/proc/meminfo: memFree=15028532/32770624 swapFree=67108860/67108860
[pid=2346] ppid=2343 vsize=14090952 memory=2932880 CPUtime=2399.61 cores=1,3,5,7
/proc/2346/stat : 2346 (java) S 2343 2346 31868 0 -1 1077944320 187610 0 0 0 239794 167 0 0 20 0 15 0 42356059 14429134848 733220 33554432000 4194304 4196468 140732861532752 140732861515296 140292255465207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
/proc/2346/statm: 3522738 733220 3583 1 0 3484809 0
[pid=2346/tid=2348] ppid=2343 vsize=14090952 memory=215228 CPUtime=2394.55 cores=1,3,5,7
/proc/2346/task/2348/stat : 2348 (java) R 2343 2346 31868 0 -1 4202560 112817 0 0 0 239384 71 0 0 20 0 15 0 42356060 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292259703504 140292235190304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2349] ppid=2343 vsize=14090952 memory=1796 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2349/stat : 2349 (java) S 2343 2346 31868 0 -1 1077944384 9183 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140292223024016 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2350] ppid=2343 vsize=14090952 memory=912 CPUtime=0.28 cores=1,3,5,7
/proc/2346/task/2350/stat : 2350 (java) S 2343 2346 31868 0 -1 1077944384 10474 0 0 0 21 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291849779984 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2351] ppid=2343 vsize=14090952 memory=2932880 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2351/stat : 2351 (java) S 2343 2346 31868 0 -1 1077944384 14462 0 0 0 20 7 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291848727696 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2352] ppid=2343 vsize=14090952 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/2346/task/2352/stat : 2352 (java) S 2343 2346 31868 0 -1 1077944384 13413 0 0 0 21 6 0 0 20 0 15 0 42356061 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291847674896 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2353] ppid=2343 vsize=14090952 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/2346/task/2353/stat : 2353 (java) S 2343 2346 31868 0 -1 1077944384 13646 0 0 0 6 5 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291168749680 140292255476354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2354] ppid=2343 vsize=14090952 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2354/stat : 2354 (java) S 2343 2346 31868 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 42356062 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291167695712 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2355] ppid=2343 vsize=14090952 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2355/stat : 2355 (java) S 2343 2346 31868 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 42356063 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291166643328 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2356] ppid=2343 vsize=14090952 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2356/stat : 2356 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291165591632 140292255483803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2357] ppid=2343 vsize=14090952 memory=952 CPUtime=1.02 cores=1,3,5,7
/proc/2346/task/2357/stat : 2357 (java) S 2343 2346 31868 0 -1 1077944384 2743 0 0 0 101 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291164539504 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2358] ppid=2343 vsize=14090952 memory=1236 CPUtime=0.99 cores=1,3,5,7
/proc/2346/task/2358/stat : 2358 (java) S 2343 2346 31868 0 -1 1077944384 3814 0 0 0 98 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291163486704 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2359] ppid=2343 vsize=14090952 memory=2340 CPUtime=0.53 cores=1,3,5,7
/proc/2346/task/2359/stat : 2359 (java) S 2343 2346 31868 0 -1 1077944384 3461 0 0 0 52 1 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291162434416 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2360] ppid=2343 vsize=14090952 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/2346/task/2360/stat : 2360 (java) S 2343 2346 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291161381856 140292255475413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
[pid=2346/tid=2361] ppid=2343 vsize=14090952 memory=1576 CPUtime=1.22 cores=1,3,5,7
/proc/2346/task/2361/stat : 2361 (java) S 2343 2346 31868 0 -1 1077944384 2125 0 0 0 52 70 0 0 20 0 15 0 42356065 14429134848 733220 33554432000 4194304 4196468 140732861532752 140291160328624 140292255476354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140732861535313 140732861535497 140732861535497 140732861538255 0
Current children cumulated CPU time: 2399.61 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 2932880 KiB

Child status: 0
Real time (s): 2395.37
CPU time (s): 2399.69
CPU user time (s): 2398
CPU system time (s): 1.68702
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 3511148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398
system time used= 1.68702
maximum resident set size= 3513196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55795
involuntary context switches= 1844


# summary of solver processes directly reported to runsolver:
#   pid: 2346
#   total CPU time (s): 2399.69
#   total CPU user time (s): 2398
#   total CPU system time (s): 1.68702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8935 second user time and 22.2377 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 10:25:32
IDJOB=4290899
IDBENCH=141444
IDSOLVER=2744
FILE ID=node106/4290899-1532247932
RUNJOBID= node106-1532226506-31900
PBS_JOBID= 21018948
Free space on /tmp= 52988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290899-1532247932/watcher-4290899-1532247932 -o /tmp/evaluation-result-4290899-1532247932/solver-4290899-1532247932 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31900 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 720935566 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290899-1532247932.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=720935566

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        14416796 kB
MemAvailable:   28197608 kB
Buffers:          238612 kB
Cached:         13631756 kB
SwapCached:            0 kB
Active:          5062832 kB
Inactive:       12596556 kB
Active(anon):    3791772 kB
Inactive(anon):    17096 kB
Active(file):    1271060 kB
Inactive(file): 12579460 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38460 kB
Writeback:             0 kB
AnonPages:       3865460 kB
Mapped:            48864 kB
Shmem:             17036 kB
Slab:             386284 kB
SReclaimable:     358752 kB
SUnreclaim:        27532 kB
KernelStack:        3808 kB
PageTables:        12372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4570900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3731456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52956 MiB
End job on node106 at 2018-07-22 11:05:27