Trace number 4290911

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 460.911 456.085

General information on the benchmark

NameHaystacks/
Haystacks-ext-06_c18.xml
MD5SUM40871f7837aaa5db219997aff65857eb
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.011876
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints95
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":36}]
Minimum variable degree5
Maximum variable degree6
Distribution of variable degrees[{"degree":5,"count":26},{"degree":6,"count":10}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":95}]
Number of extensional constraints95
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":95}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 2005623733
0.67/0.55	c timeout: 2400
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
1.53/1.05	c Parsing done, starting search...
460.83/456.07	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 (7324 MiB free)
  memory of node 1: 16384 MiB (10475 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290911-1532245489/watcher-4290911-1532245489 -o /tmp/evaluation-result-4290911-1532245489/solver-4290911-1532245489 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30582 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2005623733 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290911-1532245489.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=999, runsolver pid=996
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 1.08 1.31 1.35 3/216 1015
/proc/meminfo: memFree=18209020/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14082740 memory=30592 CPUtime=0.12 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 6530 0 0 0 11 1 0 0 20 0 15 0 42112072 14420725760 7648 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3520685 7648 3161 1 0 3482761 0
[pid=999/tid=1001] ppid=996 vsize=14082740 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 4620 0 0 0 8 1 0 0 20 0 15 0 42112073 14420725760 7648 33554432000 4194304 4196468 140728896296240 140055821407904 140055801267550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 7648 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14082740 memory=288370557262108288 CPUtime=0 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 7648 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 7648 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 7648 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14082740 memory=140181110396544 CPUtime=0 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 7648 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 7648 33554432000 4194304 4196468 140728896296240 140054795867552 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 7648 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 7648 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 7648 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 7713 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14082740 memory=140181110396544 CPUtime=0.01 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) S 996 999 30550 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 42112078 14420725760 7713 33554432000 4194304 4196468 140728896296240 140054348257520 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 7713 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14082740 memory=140181110396544 CPUtime=0 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 7713 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30592 KiB

[startup+0.211055 s]*
/proc/loadavg: 1.08 1.31 1.35 7/216 1015
/proc/meminfo: memFree=18193268/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14082740 memory=46928 CPUtime=0.3 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 10376 0 0 0 28 2 0 0 20 0 15 0 42112072 14420725760 11732 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3520685 11732 3377 1 0 3482761 0
[pid=999/tid=1001] ppid=996 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 8092 0 0 0 18 2 0 0 20 0 15 0 42112073 14420725760 11732 33554432000 4194304 4196468 140728896296240 140055821413744 140055809424190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 11732 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14082740 memory=288370557262108288 CPUtime=0 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 11732 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 11732 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 11732 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14082740 memory=140181110396544 CPUtime=0 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054795867552 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 448 0 0 0 2 0 0 0 20 0 15 0 42112078 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 15 0 42112078 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14082740 memory=140181110396544 CPUtime=0.06 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) R 996 999 30550 0 -1 4202560 320 0 0 0 6 0 0 0 20 0 15 0 42112078 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054348252784 140055795891788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14082740 memory=140181110396544 CPUtime=0 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 11732 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46928 KiB

[startup+0.310468 s]*
/proc/loadavg: 1.08 1.31 1.35 3/216 1015
/proc/meminfo: memFree=18189112/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14082740 memory=50720 CPUtime=0.43 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 10774 0 0 0 41 2 0 0 20 0 15 0 42112072 14420725760 12680 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3520685 12680 3385 1 0 3482761 0
[pid=999/tid=1001] ppid=996 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 8444 0 0 0 28 2 0 0 20 0 15 0 42112073 14420725760 12680 33554432000 4194304 4196468 140728896296240 140055821404976 140055798750623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 12680 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14082740 memory=3292 CPUtime=0 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 12680 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 12680 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42112073 14420725760 12680 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054795867552 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42112075 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14082740 memory=67 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 42112078 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14082740 memory=140180954548687 CPUtime=0.02 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 156 0 0 0 2 0 0 0 20 0 15 0 42112078 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14082740 memory=280361909197008 CPUtime=0.07 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) S 996 999 30550 0 -1 1077944384 340 0 0 0 7 0 0 0 20 0 15 0 42112078 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054348257520 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14082740 memory=280361909101352 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14082740 memory=12 CPUtime=0 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112078 14420725760 12680 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50720 KiB

[startup+0.700716 s]
/proc/loadavg: 1.08 1.31 1.35 4/216 1015
/proc/meminfo: memFree=18165052/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14084808 memory=89120 CPUtime=0.99 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 17638 0 0 0 94 5 0 0 20 0 15 0 42112072 14422843392 22280 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3521202 22280 3503 1 0 3483273 0
[pid=999/tid=1001] ppid=996 vsize=14084808 memory=194 CPUtime=0.67 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 14908 0 0 0 63 4 0 0 20 0 15 0 42112073 14422843392 22280 33554432000 4194304 4196468 140728896296240 140055821411168 140055817208989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14422843392 22280 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14422843392 22280 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14422843392 22280 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42112073 14422843392 22280 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42112075 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42112075 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054795867552 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42112075 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14084808 memory=1 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 615 0 0 0 7 0 0 0 20 0 15 0 42112078 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14084808 memory=5 CPUtime=0.07 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 15 0 42112078 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) S 996 999 30550 0 -1 1077944384 427 0 0 0 15 0 0 0 20 0 15 0 42112078 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054348257520 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112078 14422843392 22280 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89120 KiB

[startup+1.50079 s]
/proc/loadavg: 1.08 1.31 1.35 3/216 1015
/proc/meminfo: memFree=18131304/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14090952 memory=159600 CPUtime=2.93 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 23318 0 0 0 286 7 0 0 20 0 15 0 42112072 14429134848 39900 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3522738 39900 3540 1 0 3484809 0
[pid=999/tid=1001] ppid=996 vsize=14090952 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 17885 0 0 0 142 6 0 0 20 0 15 0 42112073 14429134848 39900 33554432000 4194304 4196468 140728896296240 140055821422848 140055411683424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14090952 memory=133756 CPUtime=0 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14429134848 39900 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14090952 memory=89120 CPUtime=0 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14429134848 39900 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14090952 memory=194 CPUtime=0 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42112073 14429134848 39900 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42112073 14429134848 39900 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 39900 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0

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

[pid=999/tid=1014] ppid=996 vsize=14090952 memory=190468 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14090952 memory=1200 CPUtime=0.22 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1821 0 0 0 11 11 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 455.99 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 190468 KiB

[startup+454.401 s]
/proc/loadavg: 1.10 1.21 1.30 3/216 1034
/proc/meminfo: memFree=18019864/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14090952 memory=190468 CPUtime=459.2 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 52167 0 0 0 45858 62 0 0 20 0 15 0 42112072 14429134848 47617 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3522738 47617 3569 1 0 3484809 0
[pid=999/tid=1001] ppid=996 vsize=14090952 memory=796 CPUtime=451.17 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 23584 0 0 0 45106 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055821425312 140055801525875 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14090952 memory=190468 CPUtime=1.1 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 3755 0 0 0 99 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14090952 memory=4124 CPUtime=1.11 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1250 0 0 0 102 9 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14090952 memory=2200 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1200 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14090952 memory=190468 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 1628 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14090952 memory=4616 CPUtime=1.28 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 2314 0 0 0 117 11 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14090952 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054795867616 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14090952 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14090952 memory=14488 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14090952 memory=1292 CPUtime=0.72 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 5903 0 0 0 72 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14090952 memory=6947385649911455296 CPUtime=0.87 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 5511 0 0 0 87 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14090952 memory=932 CPUtime=0.41 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) S 996 999 30550 0 -1 1077944384 3785 0 0 0 41 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054348257520 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14090952 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14090952 memory=190468 CPUtime=0.22 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1821 0 0 0 11 11 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 459.2 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 190468 KiB

[startup+455.201 s]
/proc/loadavg: 1.10 1.21 1.30 3/216 1034
/proc/meminfo: memFree=18019864/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14090952 memory=190468 CPUtime=460.01 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 52171 0 0 0 45939 62 0 0 20 0 15 0 42112072 14429134848 47617 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3522738 47617 3569 1 0 3484809 0
[pid=999/tid=1001] ppid=996 vsize=14090952 memory=190468 CPUtime=451.96 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 23588 0 0 0 45185 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055821425216 140055415465527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14090952 memory=636 CPUtime=1.1 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 3755 0 0 0 99 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14090952 memory=190468 CPUtime=1.11 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1250 0 0 0 102 9 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14090952 memory=1580 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1200 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14090952 memory=2240 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 1628 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14090952 memory=4124 CPUtime=1.28 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 2314 0 0 0 117 11 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14090952 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054795867616 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14090952 memory=8948 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14090952 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14090952 memory=4096 CPUtime=0.72 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 5903 0 0 0 72 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14090952 memory=6947385649911455296 CPUtime=0.87 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 5511 0 0 0 87 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14090952 memory=14488 CPUtime=0.41 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) S 996 999 30550 0 -1 1077944384 3785 0 0 0 41 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054348257520 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14090952 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14090952 memory=1008 CPUtime=0.22 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1821 0 0 0 11 11 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 460.01 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 190468 KiB

[startup+455.601 s]
/proc/loadavg: 1.10 1.21 1.30 3/216 1034
/proc/meminfo: memFree=18019864/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14090952 memory=190468 CPUtime=460.41 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 52173 0 0 0 45979 62 0 0 20 0 15 0 42112072 14429134848 47617 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3522738 47617 3569 1 0 3484809 0
[pid=999/tid=1001] ppid=996 vsize=14090952 memory=6947385649911455296 CPUtime=452.36 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 23590 0 0 0 45225 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055821425120 140055415503500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14090952 memory=4616 CPUtime=1.1 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 3755 0 0 0 99 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14090952 memory=1428 CPUtime=1.11 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1250 0 0 0 102 9 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14090952 memory=15876 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1200 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14090952 memory=1408 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 1628 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14090952 memory=3296 CPUtime=1.28 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 2314 0 0 0 117 11 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14090952 memory=293452 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054795867616 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14090952 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14090952 memory=8948 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14090952 memory=4048 CPUtime=0.72 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 5903 0 0 0 72 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14090952 memory=4096 CPUtime=0.87 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 5511 0 0 0 87 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14090952 memory=1796 CPUtime=0.41 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) S 996 999 30550 0 -1 1077944384 3785 0 0 0 41 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054348257520 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14090952 memory=636 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14090952 memory=960 CPUtime=0.22 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1821 0 0 0 11 11 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 460.41 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 190468 KiB

[startup+456.001 s]*
/proc/loadavg: 1.10 1.21 1.30 3/216 1034
/proc/meminfo: memFree=18019864/32770624 swapFree=67108860/67108860
[pid=999] ppid=996 vsize=14090952 memory=190468 CPUtime=460.83 cores=1,3,5,7
/proc/999/stat : 999 (java) S 996 999 30550 0 -1 1077944320 52175 0 0 0 46020 63 0 0 20 0 15 0 42112072 14429134848 47617 33554432000 4194304 4196468 140728896296240 140728896278784 140055817187063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
/proc/999/statm: 3522738 47617 3569 1 0 3484809 0
[pid=999/tid=1001] ppid=996 vsize=14090952 memory=6935054825532540783 CPUtime=452.76 cores=1,3,5,7
/proc/999/task/1001/stat : 1001 (java) R 996 999 30550 0 -1 4202560 23592 0 0 0 45265 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055821425216 140728896305352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1003] ppid=996 vsize=14090952 memory=4126316290023845779 CPUtime=1.1 cores=1,3,5,7
/proc/999/task/1003/stat : 1003 (java) S 996 999 30550 0 -1 1077944384 3755 0 0 0 99 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055732254992 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1004] ppid=996 vsize=14090952 memory=190468 CPUtime=1.11 cores=1,3,5,7
/proc/999/task/1004/stat : 1004 (java) S 996 999 30550 0 -1 1077944384 1250 0 0 0 102 9 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055731202448 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1005] ppid=996 vsize=14090952 memory=1232 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1005/stat : 1005 (java) S 996 999 30550 0 -1 1077944384 1200 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055410633232 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1006] ppid=996 vsize=14090952 memory=2344 CPUtime=1.12 cores=1,3,5,7
/proc/999/task/1006/stat : 1006 (java) S 996 999 30550 0 -1 1077944384 1628 0 0 0 101 11 0 0 20 0 15 0 42112073 14429134848 47617 33554432000 4194304 4196468 140728896296240 140055409580688 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1007] ppid=996 vsize=14090952 memory=2588 CPUtime=1.28 cores=1,3,5,7
/proc/999/task/1007/stat : 1007 (java) S 996 999 30550 0 -1 1077944384 2314 0 0 0 117 11 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054796921328 140055817198210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1008] ppid=996 vsize=14090952 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/999/task/1008/stat : 1008 (java) S 996 999 30550 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054795867616 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1009] ppid=996 vsize=14090952 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/999/task/1009/stat : 1009 (java) S 996 999 30550 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42112075 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054794814960 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1010] ppid=996 vsize=14090952 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/999/task/1010/stat : 1010 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054793763536 140055817205659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1011] ppid=996 vsize=14090952 memory=4124 CPUtime=0.72 cores=1,3,5,7
/proc/999/task/1011/stat : 1011 (java) S 996 999 30550 0 -1 1077944384 5903 0 0 0 72 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054792710128 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1012] ppid=996 vsize=14090952 memory=2200 CPUtime=0.87 cores=1,3,5,7
/proc/999/task/1012/stat : 1012 (java) S 996 999 30550 0 -1 1077944384 5511 0 0 0 87 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054791657584 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1013] ppid=996 vsize=14090952 memory=7528 CPUtime=0.41 cores=1,3,5,7
/proc/999/task/1013/stat : 1013 (java) S 996 999 30550 0 -1 1077944384 3785 0 0 0 41 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054348257520 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1014] ppid=996 vsize=14090952 memory=844 CPUtime=0 cores=1,3,5,7
/proc/999/task/1014/stat : 1014 (java) S 996 999 30550 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054347205216 140055817197269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
[pid=999/tid=1015] ppid=996 vsize=14090952 memory=190468 CPUtime=0.22 cores=1,3,5,7
/proc/999/task/1015/stat : 1015 (java) S 996 999 30550 0 -1 1077944384 1821 0 0 0 11 11 0 0 20 0 15 0 42112078 14429134848 47617 33554432000 4194304 4196468 140728896296240 140054346152752 140055817198210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 12984320 140728896300112 140728896300297 140728896300297 140728896303055 0
Current children cumulated CPU time: 460.83 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 190468 KiB

Child status: 0
Real time (s): 456.085
CPU time (s): 460.911
CPU user time (s): 460.275
CPU system time (s): 0.636064
CPU usage (%): 101.058
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 229608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 460.275
system time used= 0.636064
maximum resident set size= 231264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46524
involuntary context switches= 1131


# summary of solver processes directly reported to runsolver:
#   pid: 999
#   total CPU time (s): 460.911
#   total CPU user time (s): 460.275
#   total CPU system time (s): 0.636064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.83535 second user time and 3.9987 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 09:44:49
IDJOB=4290911
IDBENCH=141416
IDSOLVER=2744
FILE ID=node139/4290911-1532245489
RUNJOBID= node139-1532226532-30582
PBS_JOBID= 21018952
Free space on /tmp= 45888 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-06_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-4290911-1532245489/watcher-4290911-1532245489 -o /tmp/evaluation-result-4290911-1532245489/solver-4290911-1532245489 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532226532-30582 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2005623733 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290911-1532245489.xml

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

MD5SUM BENCH= 40871f7837aaa5db219997aff65857eb
RANDOM SEED=2005623733

node139.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.80
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.80
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.80
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.80
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:        18227016 kB
MemAvailable:   31689104 kB
Buffers:          150440 kB
Cached:         13364348 kB
SwapCached:            0 kB
Active:          1437316 kB
Inactive:       12382792 kB
Active(anon):     260996 kB
Inactive(anon):    64064 kB
Active(file):    1176320 kB
Inactive(file): 12318728 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35856 kB
Writeback:             0 kB
AnonPages:        312632 kB
Mapped:            48876 kB
Shmem:             17036 kB
Slab:             422368 kB
SReclaimable:     395500 kB
SUnreclaim:        26868 kB
KernelStack:        3504 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1183052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45852 MiB
End job on node139 at 2018-07-22 09:52:25