Trace number 4290775

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-02UNSAT 268.842 265.514

General information on the benchmark

NameDubois/
Dubois-024_c18.xml
MD5SUM4f48250d2147fae0e085f28a4cc8c702
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.008066
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints48
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":72}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":72}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":48}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1877784757
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.51/1.05	c Parsing done, starting search...
268.82/265.50	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 (7466 MiB free)
  memory of node 1: 16384 MiB (8869 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290775-1532243322/watcher-4290775-1532243322 -o /tmp/evaluation-result-4290775-1532243322/solver-4290775-1532243322 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532226534-30596 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1877784757 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290775-1532243322.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
solver pid=990, runsolver pid=987
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.66 1.42 1.38 3/219 1007
/proc/meminfo: memFree=16708904/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14082740 memory=31412 CPUtime=0.11 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 6735 0 0 0 10 1 0 0 20 0 15 0 41895333 14420725760 7853 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3520685 7853 3152 1 0 3482761 0
[pid=990/tid=992] ppid=987 vsize=14082740 memory=4627829660337606006 CPUtime=0.09 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 4808 0 0 0 8 1 0 0 20 0 15 0 41895333 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179924504088 140179904390494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14082740 memory=140407765128832 CPUtime=0 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14082740 memory=140407765128832 CPUtime=0 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41895335 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41895336 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179394192672 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41895336 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179393140336 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 15 0 41895338 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14082740 memory=140407765128832 CPUtime=0.01 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) S 987 990 30564 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 41895339 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179388930416 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14082740 memory=140407765128832 CPUtime=0 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895339 14420725760 7853 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31412 KiB

[startup+0.210777 s]*
/proc/loadavg: 1.66 1.42 1.38 6/219 1007
/proc/meminfo: memFree=16693400/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14082740 memory=47208 CPUtime=0.29 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 10397 0 0 0 27 2 0 0 20 0 15 0 41895333 14420725760 11802 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3520685 11802 3369 1 0 3482761 0
[pid=990/tid=992] ppid=987 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) S 987 990 30564 0 -1 1077944384 8132 0 0 0 18 2 0 0 20 0 15 0 41895333 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179924538304 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14082740 memory=140407765325989 CPUtime=0 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14082740 memory=140407765128832 CPUtime=0 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41895335 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41895336 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179394192672 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41895336 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179393140336 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 332 0 0 0 2 0 0 0 20 0 15 0 41895338 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) R 987 990 30564 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 41895338 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14082740 memory=140407765128832 CPUtime=0.05 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) R 987 990 30564 0 -1 4202560 299 0 0 0 5 0 0 0 20 0 15 0 41895339 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179388927352 140179900207457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14082740 memory=140407765128832 CPUtime=0 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895339 14420725760 11868 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47208 KiB

[startup+0.310765 s]*
/proc/loadavg: 1.66 1.42 1.38 3/219 1007
/proc/meminfo: memFree=16689740/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14082740 memory=50732 CPUtime=0.43 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 10812 0 0 0 41 2 0 0 20 0 15 0 41895333 14420725760 12683 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3520685 12683 3410 1 0 3482761 0
[pid=990/tid=992] ppid=987 vsize=14082740 memory=1398720917958146503 CPUtime=0.3 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 8497 0 0 0 28 2 0 0 20 0 15 0 41895333 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179924517840 140179901873511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14082740 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14082740 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14082740 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41895334 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41895335 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41895336 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179394192672 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41895336 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179393140336 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14082740 memory=140407648377248 CPUtime=0.03 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 352 0 0 0 3 0 0 0 20 0 15 0 41895338 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) S 987 990 30564 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 15 0 41895338 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14082740 memory=280815413515104 CPUtime=0.07 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) S 987 990 30564 0 -1 1077944384 320 0 0 0 7 0 0 0 20 0 15 0 41895339 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179388930416 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14082740 memory=140407648381711 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14082740 memory=140407765128842 CPUtime=0 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895339 14420725760 12735 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50732 KiB

[startup+0.700769 s]
/proc/loadavg: 1.60 1.41 1.37 3/219 1007
/proc/meminfo: memFree=16665444/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14084808 memory=88808 CPUtime=0.99 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 17587 0 0 0 94 5 0 0 20 0 15 0 41895333 14422843392 22202 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3521202 22202 3504 1 0 3483273 0
[pid=990/tid=992] ppid=987 vsize=14084808 memory=2244 CPUtime=0.67 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 14938 0 0 0 63 4 0 0 20 0 15 0 41895333 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179924525056 140179904390494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14084808 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41895334 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14084808 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41895335 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14084808 memory=140407648298336 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41895336 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179394192672 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14084808 memory=280815296603232 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41895336 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179393140336 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14084808 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14084808 memory=6944656575208382560 CPUtime=0.06 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 487 0 0 0 6 0 0 0 20 0 15 0 41895338 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14084808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) S 987 990 30564 0 -1 1077944384 399 0 0 0 8 0 0 0 20 0 15 0 41895338 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14084808 memory=6944652177228980320 CPUtime=0.14 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) S 987 990 30564 0 -1 1077944384 382 0 0 0 14 0 0 0 20 0 15 0 41895339 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179388930416 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14084808 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895339 14422843392 22202 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88808 KiB

[startup+1.50082 s]
/proc/loadavg: 1.60 1.41 1.37 4/219 1007
/proc/meminfo: memFree=16632440/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14090952 memory=194528 CPUtime=2.73 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 24630 0 0 0 265 8 0 0 20 0 15 0 41895333 14429134848 48632 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3522738 48632 3539 1 0 3484809 0
[pid=990/tid=992] ppid=987 vsize=14090952 memory=280815296615168 CPUtime=1.47 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 19167 0 0 0 141 6 0 0 20 0 15 0 41895333 14429134848 48632 33554432000 4194304 4196468 140733360080688 140179924546120 140179561893329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14090952 memory=7013346442758874224 CPUtime=0 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14429134848 48632 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14090952 memory=7522244301412722541 CPUtime=0 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14429134848 48632 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14090952 memory=7013318902640103760 CPUtime=0 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41895334 14429134848 48632 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14090952 memory=280815296832768 CPUtime=0 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41895334 14429134848 48632 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 41895335 14429134848 48632 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0

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

[pid=990/tid=1006] ppid=987 vsize=14090952 memory=2972 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14090952 memory=163372 CPUtime=0.13 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1051 0 0 0 7 6 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 267.31 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 185852 KiB

[startup+264.811 s]
/proc/loadavg: 1.21 1.33 1.36 3/221 1097
/proc/meminfo: memFree=16738796/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14090952 memory=185852 CPUtime=268.12 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 45053 0 0 0 26763 49 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3522738 46463 3568 1 0 3484809 0
[pid=990/tid=992] ppid=987 vsize=14090952 memory=1800 CPUtime=261.44 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 27994 0 0 0 26134 10 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179924548240 140179561811513 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14090952 memory=920 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 3721 0 0 0 78 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14090952 memory=3852 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 944 0 0 0 78 10 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14090952 memory=6947385649911455296 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1061 0 0 0 79 8 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14090952 memory=8384 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 1238 0 0 0 79 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14090952 memory=15872 CPUtime=1.68 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 2190 0 0 0 160 8 0 0 20 0 15 0 41895335 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14090952 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179394192736 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14090952 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179393140352 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14090952 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14090952 memory=2324 CPUtime=0.43 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 1573 0 0 0 43 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14090952 memory=1844 CPUtime=0.49 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) S 987 990 30564 0 -1 1077944384 1339 0 0 0 49 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14090952 memory=796 CPUtime=0.36 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) S 987 990 30564 0 -1 1077944384 2520 0 0 0 36 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179388930416 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14090952 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14090952 memory=12984 CPUtime=0.13 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1051 0 0 0 7 6 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 268.12 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 185852 KiB

[startup+265.201 s]
/proc/loadavg: 1.21 1.33 1.36 3/221 1097
/proc/meminfo: memFree=16738796/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14090952 memory=185852 CPUtime=268.52 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 45055 0 0 0 26803 49 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3522738 46463 3568 1 0 3484809 0
[pid=990/tid=992] ppid=987 vsize=14090952 memory=7016714190785702558 CPUtime=261.83 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 27996 0 0 0 26173 10 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179924548400 140179562174856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14090952 memory=6947385649911455296 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 3721 0 0 0 78 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14090952 memory=2196 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 944 0 0 0 78 10 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14090952 memory=7380 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1061 0 0 0 79 8 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14090952 memory=840 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 1238 0 0 0 79 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14090952 memory=1800 CPUtime=1.68 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 2190 0 0 0 160 8 0 0 20 0 15 0 41895335 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14090952 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179394192736 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14090952 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179393140352 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14090952 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14090952 memory=1572 CPUtime=0.43 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 1573 0 0 0 43 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14090952 memory=928 CPUtime=0.49 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) S 987 990 30564 0 -1 1077944384 1339 0 0 0 49 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14090952 memory=2244 CPUtime=0.36 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) S 987 990 30564 0 -1 1077944384 2520 0 0 0 36 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179388930416 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14090952 memory=4312 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14090952 memory=2196 CPUtime=0.13 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1051 0 0 0 7 6 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 268.52 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 185852 KiB

[startup+265.401 s]
/proc/loadavg: 1.21 1.33 1.36 3/221 1097
/proc/meminfo: memFree=16738796/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14090952 memory=185852 CPUtime=268.72 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 45057 0 0 0 26823 49 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3522738 46463 3568 1 0 3484809 0
[pid=990/tid=992] ppid=987 vsize=14090952 memory=840 CPUtime=262.02 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 27998 0 0 0 26192 10 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179924548240 140179561891399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14090952 memory=6947385649911455296 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 3721 0 0 0 78 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14090952 memory=288230621803970871 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 944 0 0 0 78 10 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14090952 memory=14978853885969741 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1061 0 0 0 79 8 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14090952 memory=2912 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 1238 0 0 0 79 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14090952 memory=163372 CPUtime=1.68 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 2190 0 0 0 160 8 0 0 20 0 15 0 41895335 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14090952 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179394192736 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14090952 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179393140352 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14090952 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14090952 memory=2244 CPUtime=0.43 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 1573 0 0 0 43 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14090952 memory=4312 CPUtime=0.49 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) S 987 990 30564 0 -1 1077944384 1339 0 0 0 49 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14090952 memory=4036 CPUtime=0.36 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) S 987 990 30564 0 -1 1077944384 2520 0 0 0 36 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179388930416 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14090952 memory=14528 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14090952 memory=185852 CPUtime=0.13 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1051 0 0 0 7 6 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 268.72 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 185852 KiB

[startup+265.501 s]
/proc/loadavg: 1.21 1.33 1.36 3/221 1097
/proc/meminfo: memFree=16738796/32770624 swapFree=67108860/67108860
[pid=990] ppid=987 vsize=14090952 memory=185852 CPUtime=268.82 cores=1,3,5,7
/proc/990/stat : 990 (java) S 987 990 30564 0 -1 1077944320 45058 0 0 0 26833 49 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140733360063232 140179920310007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
/proc/990/statm: 3522738 46463 3568 1 0 3484809 0
[pid=990/tid=992] ppid=987 vsize=14090952 memory=185852 CPUtime=262.12 cores=1,3,5,7
/proc/990/task/992/stat : 992 (java) R 987 990 30564 0 -1 4202560 27999 0 0 0 26202 10 0 0 20 0 15 0 41895333 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179924548336 140179561892229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=993] ppid=987 vsize=14090952 memory=185852 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/993/stat : 993 (java) S 987 990 30564 0 -1 1077944384 3721 0 0 0 78 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179516139920 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=995] ppid=987 vsize=14090952 memory=185852 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/995/stat : 995 (java) S 987 990 30564 0 -1 1077944384 944 0 0 0 78 10 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179515087120 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=996] ppid=987 vsize=14090952 memory=185852 CPUtime=0.87 cores=1,3,5,7
/proc/990/task/996/stat : 996 (java) S 987 990 30564 0 -1 1077944384 1061 0 0 0 79 8 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179514034832 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=997] ppid=987 vsize=14090952 memory=1414353297708861353 CPUtime=0.88 cores=1,3,5,7
/proc/990/task/997/stat : 997 (java) S 987 990 30564 0 -1 1077944384 1238 0 0 0 79 9 0 0 20 0 15 0 41895334 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179512982032 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=998] ppid=987 vsize=14090952 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/990/task/998/stat : 998 (java) S 987 990 30564 0 -1 1077944384 2190 0 0 0 161 8 0 0 20 0 15 0 41895335 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179395246704 140179920321154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=999] ppid=987 vsize=14090952 memory=185852 CPUtime=0 cores=1,3,5,7
/proc/990/task/999/stat : 999 (java) S 987 990 30564 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179394192736 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1000] ppid=987 vsize=14090952 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/990/task/1000/stat : 1000 (java) S 987 990 30564 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41895336 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179393140352 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1001] ppid=987 vsize=14090952 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/990/task/1001/stat : 1001 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179392088656 140179920328603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1002] ppid=987 vsize=14090952 memory=12984 CPUtime=0.43 cores=1,3,5,7
/proc/990/task/1002/stat : 1002 (java) S 987 990 30564 0 -1 1077944384 1573 0 0 0 43 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179391035504 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1003] ppid=987 vsize=14090952 memory=185852 CPUtime=0.49 cores=1,3,5,7
/proc/990/task/1003/stat : 1003 (java) S 987 990 30564 0 -1 1077944384 1339 0 0 0 49 0 0 0 20 0 15 0 41895338 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179389982704 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1005] ppid=987 vsize=14090952 memory=1012 CPUtime=0.36 cores=1,3,5,7
/proc/990/task/1005/stat : 1005 (java) S 987 990 30564 0 -1 1077944384 2520 0 0 0 36 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179388930416 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1006] ppid=987 vsize=14090952 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/990/task/1006/stat : 1006 (java) S 987 990 30564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179387877856 140179920320213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
[pid=990/tid=1007] ppid=987 vsize=14090952 memory=14528 CPUtime=0.13 cores=1,3,5,7
/proc/990/task/1007/stat : 1007 (java) S 987 990 30564 0 -1 1077944384 1051 0 0 0 7 6 0 0 20 0 15 0 41895339 14429134848 46463 33554432000 4194304 4196468 140733360080688 140179386825648 140179920321154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 23248896 140733360088144 140733360088329 140733360088329 140733360091087 0
Current children cumulated CPU time: 268.82 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 185852 KiB

Child status: 0
Real time (s): 265.514
CPU time (s): 268.842
CPU user time (s): 268.342
CPU system time (s): 0.499672
CPU usage (%): 101.253
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 227676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.342
system time used= 0.499672
maximum resident set size= 229156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37545
involuntary context switches= 805


# summary of solver processes directly reported to runsolver:
#   pid: 990
#   total CPU time (s): 268.842
#   total CPU user time (s): 268.342
#   total CPU system time (s): 0.499672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95594 second user time and 2.17875 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 09:08:42
IDJOB=4290775
IDBENCH=141408
IDSOLVER=2744
FILE ID=node133/4290775-1532243322
RUNJOBID= node133-1532226534-30596
PBS_JOBID= 21018957
Free space on /tmp= 52612 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Dubois/Dubois-024_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-4290775-1532243322/watcher-4290775-1532243322 -o /tmp/evaluation-result-4290775-1532243322/solver-4290775-1532243322 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532226534-30596 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1877784757 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290775-1532243322.xml

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

MD5SUM BENCH= 4f48250d2147fae0e085f28a4cc8c702
RANDOM SEED=1877784757

node133.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.24
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.24
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.24
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.24
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:        16727556 kB
MemAvailable:   31604132 kB
Buffers:          226700 kB
Cached:         14727564 kB
SwapCached:            0 kB
Active:          1614380 kB
Inactive:       13728724 kB
Active(anon):     391792 kB
Inactive(anon):    17016 kB
Active(file):    1222588 kB
Inactive(file): 13711708 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35748 kB
Writeback:             0 kB
AnonPages:        396140 kB
Mapped:            48976 kB
Shmem:             17056 kB
Slab:             398268 kB
SReclaimable:     370740 kB
SUnreclaim:        27528 kB
KernelStack:        3616 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1187388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52576 MiB
End job on node133 at 2018-07-22 09:13:07