Trace number 4308698

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-08-14? (TO) 2520.1 2479.23

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-08-0700_c18.xml
MD5SUM1726f38b1078149b3b3b5e51280bc638
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark542126384
Best CPU time to get the best result obtained on this benchmark2521
Satisfiable
(Un)Satisfiability was proved
Number of variables11265
Number of constraints7122
Number of domains159
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":3984},{"size":11,"count":3288},{"size":12,"count":1},{"size":21,"count":10},{"size":23,"count":9},{"size":27,"count":51},{"size":31,"count":72},{"size":34,"count":11},{"size":35,"count":15},{"size":37,"count":59},{"size":38,"count":4},{"size":39,"count":29},{"size":40,"count":1},{"size":41,"count":17},{"size":42,"count":10},{"size":43,"count":1},{"size":44,"count":7},{"size":45,"count":25},{"size":47,"count":11},{"size":49,"count":70},{"size":51,"count":80},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":5},"...",{"size":104,"count":55}, {"size":105,"count":9}, {"size":106,"count":46}, {"size":107,"count":8}, {"size":108,"count":6}, {"size":109,"count":6}, {"size":111,"count":41}, {"size":112,"count":53}, {"size":113,"count":10}, {"size":114,"count":14}, {"size":115,"count":6}, {"size":117,"count":78}, {"size":118,"count":117}, {"size":119,"count":35}, {"size":127,"count":73}, {"size":128,"count":21}, {"size":129,"count":2}, {"size":130,"count":15}, {"size":131,"count":18}, {"size":133,"count":2}, {"size":135,"count":74}, {"size":136,"count":50}, {"size":137,"count":18}, {"size":140,"count":8}, {"size":141,"count":1776}]
Minimum variable degree1
Maximum variable degree3289
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":9869},{"degree":3,"count":14},{"degree":4,"count":31},{"degree":5,"count":51},{"degree":6,"count":71},{"degree":7,"count":99},{"degree":8,"count":104},{"degree":9,"count":116},{"degree":10,"count":158},{"degree":11,"count":226},{"degree":12,"count":258},{"degree":13,"count":171},{"degree":14,"count":35},{"degree":15,"count":26},{"degree":16,"count":18},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":1},{"degree":3289,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":546},{"arity":3,"count":3288},{"arity":6,"count":3288}]
Number of extensional constraints3288
Number of intensional constraints3834
Distribution of constraint types[{"type":"extension","count":3288},{"type":"intension","count":3834}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 503814446
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
77.67/46.89	c Parsing done, starting first complete search...
2520.06/2479.20	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13948 MiB free)
  memory of node 1: 16384 MiB (3473 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308698-1534303566/watcher-4308698-1534303566 -o /tmp/evaluation-result-4308698-1534303566/solver-4308698-1534303566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534293823-2847 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 503814446 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308698-1534303566.xml 

running on 4 cores: 0,2,4,6

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

solver pid=3961, runsolver pid=3958

[startup+0.100062 s]*
/proc/loadavg: 1.82 1.94 2.00 3/220 3976
/proc/meminfo: memFree=17818088/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14082736 memory=32392 CPUtime=0.11 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 6991 0 0 0 10 1 0 0 20 0 15 0 247919927 14420721664 8032 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3520684 8098 3144 1 0 3482761 0
[pid=3961/tid=3963] ppid=3958 vsize=14082736 memory=-8823782537896490176 CPUtime=0.08 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 5360 0 0 0 8 0 0 0 20 0 15 0 247919927 14420721664 8362 33554432000 4194304 4196468 140737289674624 140535144016272 140535132027710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 8362 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 8362 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 8362 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 8362 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919929 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247919930 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534612989088 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247919930 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534611935984 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) S 3958 3961 2816 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534609832688 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534608780144 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0.01 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) S 3958 3961 2816 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 15 0 247919933 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534607727088 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 8362 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32392 KiB

[startup+0.210526 s]*
/proc/loadavg: 1.82 1.94 2.00 4/220 3976
/proc/meminfo: memFree=17807840/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14082736 memory=46828 CPUtime=0.3 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 10320 0 0 0 28 2 0 0 20 0 15 0 247919927 14420721664 11707 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3520684 11707 3377 1 0 3482761 0
[pid=3961/tid=3963] ppid=3958 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 8069 0 0 0 19 1 0 0 20 0 15 0 247919927 14420721664 11707 33554432000 4194304 4196468 140737289674624 140535144014432 140535123834213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 11707 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14082736 memory=288371060572079744 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 11707 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 11707 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 11707 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247919929 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247919930 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534612989088 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247919930 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534611935984 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) R 3958 3961 2816 0 -1 4202560 521 0 0 0 1 0 0 0 20 0 15 0 247919933 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534609823072 140535117328384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) R 3958 3961 2816 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 247919933 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534608780240 140535139800789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0.06 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) R 3958 3961 2816 0 -1 4202560 268 0 0 0 6 0 0 0 20 0 15 0 247919933 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534607723456 140535118912801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 11707 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46828 KiB

[startup+0.310725 s]*
/proc/loadavg: 1.82 1.94 2.00 3/220 3976
/proc/meminfo: memFree=17800384/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14082736 memory=50404 CPUtime=0.43 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 10729 0 0 0 41 2 0 0 20 0 15 0 247919927 14420721664 12601 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3520684 12601 3380 1 0 3482761 0
[pid=3961/tid=3963] ppid=3958 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 8439 0 0 0 28 1 0 0 20 0 15 0 247919927 14420721664 12601 33554432000 4194304 4196468 140737289674624 140535144011504 140535139804487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14082736 memory=4294980954 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 12601 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14082736 memory=288371060572079744 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 12601 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 12601 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919928 14420721664 12601 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247919929 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247919930 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534612989088 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247919930 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534611935984 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) S 3958 3961 2816 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 247919933 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534609832688 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) S 3958 3961 2816 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 247919933 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534608780144 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0.08 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) S 3958 3961 2816 0 -1 1077944384 287 0 0 0 8 0 0 0 20 0 15 0 247919933 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534607727088 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14082736 memory=140684420368000 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919933 14420721664 12601 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50404 KiB

[startup+0.700738 s]
/proc/loadavg: 1.82 1.94 2.00 3/220 3976
/proc/meminfo: memFree=17779760/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14084804 memory=88964 CPUtime=0.99 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 17584 0 0 0 95 4 0 0 20 0 15 0 247919927 14422839296 22241 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3521201 22241 3503 1 0 3483273 0
[pid=3961/tid=3963] ppid=3958 vsize=14084804 memory=1172 CPUtime=0.67 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 14865 0 0 0 64 3 0 0 20 0 15 0 247919927 14422839296 22241 33554432000 4194304 4196468 140737289674624 140535143993840 140535139812509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14084804 memory=37284 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14422839296 22241 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14084804 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919928 14422839296 22241 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247919928 14422839296 22241 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919928 14422839296 22241 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247919929 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14084804 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247919930 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534612989088 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14084804 memory=924 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247919930 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534611935984 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14084804 memory=7237400421024098393 CPUtime=0.07 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) S 3958 3961 2816 0 -1 1077944384 675 0 0 0 7 0 0 0 20 0 15 0 247919933 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534609832688 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) S 3958 3961 2816 0 -1 1077944384 259 0 0 0 7 0 0 0 20 0 15 0 247919933 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534608780144 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) S 3958 3961 2816 0 -1 1077944384 400 0 0 0 15 0 0 0 20 0 15 0 247919933 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534607727088 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14084804 memory=8696 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247919933 14422839296 22241 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88964 KiB

[startup+1.50085 s]
/proc/loadavg: 1.82 1.94 2.00 5/220 3976
/proc/meminfo: memFree=17535820/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14084804 memory=546792 CPUtime=2.84 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 20606 0 0 0 239 45 0 0 20 0 15 0 247919927 14422839296 136698 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3521201 136698 3563 1 0 3483273 0
[pid=3961/tid=3963] ppid=3958 vsize=14084804 memory=493512 CPUtime=1.25 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 15065 0 0 0 113 12 0 0 20 0 15 0 247919927 14422839296 136698 33554432000 4194304 4196468 140737289674624 140535144020848 140535139812509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14084804 memory=8112282956445269571 CPUtime=0.2 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 483 0 0 0 13 7 0 0 20 0 15 0 247919928 14422839296 136698 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14084804 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 401 0 0 0 11 6 0 0 20 0 15 0 247919928 14422839296 136698 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14084804 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 240 0 0 0 12 7 0 0 20 0 15 0 247919928 14422839296 136698 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14084804 memory=6943526294502006880 CPUtime=0.2 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 633 0 0 0 12 8 0 0 20 0 15 0 247919928 14422839296 136698 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14084804 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 302 0 0 0 1 0 0 0 20 0 15 0 247919929 14422839296 136698 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0

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

/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 152128 0 0 0 231112 50 0 0 20 0 15 0 247919927 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140535144028736 140534782195703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14090948 memory=5098736 CPUtime=10.04 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 48579 0 0 0 884 120 0 0 20 0 15 0 247919928 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14090948 memory=4993624 CPUtime=10.02 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 48930 0 0 0 881 121 0 0 20 0 15 0 247919928 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14090948 memory=4993624 CPUtime=10.01 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 48732 0 0 0 881 120 0 0 20 0 15 0 247919928 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14090948 memory=4993624 CPUtime=10.02 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 50464 0 0 0 882 120 0 0 20 0 15 0 247919928 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14090948 memory=4993624 CPUtime=0.44 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 20032 0 0 0 40 4 0 0 20 0 15 0 247919929 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14090948 memory=4993624 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534612989152 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14090948 memory=4993624 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534611936000 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14090948 memory=3824 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14090948 memory=67504 CPUtime=4.53 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) S 3958 3961 2816 0 -1 1077944384 10458 0 0 0 451 2 0 0 20 0 15 0 247919933 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534609832688 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14090948 memory=4993624 CPUtime=4.22 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) S 3958 3961 2816 0 -1 1077944384 9364 0 0 0 420 2 0 0 20 0 15 0 247919933 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534608780144 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14090948 memory=4993624 CPUtime=1.35 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) S 3958 3961 2816 0 -1 1077944384 8945 0 0 0 131 4 0 0 20 0 15 0 247919933 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534607727088 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14090948 memory=-8707038579349950309 CPUtime=0.71 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 2363 0 0 0 35 36 0 0 20 0 15 0 247919933 14429130752 1248406 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 2363.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4993624 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 1.98 1.97 3/219 4157
/proc/meminfo: memFree=13915984/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14090948 memory=4890532 CPUtime=2423.08 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 411588 0 0 0 241730 578 0 0 20 0 15 0 247919927 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3522737 1222633 3607 1 0 3484809 0
[pid=3961/tid=3963] ppid=3958 vsize=14090948 memory=4890532 CPUtime=2371.61 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 155057 0 0 0 237110 51 0 0 20 0 15 0 247919927 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140535144028672 140534782150892 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14090948 memory=4993624 CPUtime=10.04 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 50263 0 0 0 884 120 0 0 20 0 15 0 247919928 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14090948 memory=4993624 CPUtime=10.03 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 50656 0 0 0 882 121 0 0 20 0 15 0 247919928 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14090948 memory=4993624 CPUtime=10.02 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 50182 0 0 0 882 120 0 0 20 0 15 0 247919928 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14090948 memory=4890532 CPUtime=10.03 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 52541 0 0 0 883 120 0 0 20 0 15 0 247919928 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14090948 memory=4890532 CPUtime=0.44 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 20276 0 0 0 40 4 0 0 20 0 15 0 247919929 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14090948 memory=5473936 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534612989152 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14090948 memory=281368543570224 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534611936000 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14090948 memory=37328 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14090948 memory=4890532 CPUtime=4.53 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) S 3958 3961 2816 0 -1 1077944384 10461 0 0 0 451 2 0 0 20 0 15 0 247919933 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534609832688 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14090948 memory=1796 CPUtime=4.22 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) S 3958 3961 2816 0 -1 1077944384 9372 0 0 0 420 2 0 0 20 0 15 0 247919933 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534608780144 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14090948 memory=916 CPUtime=1.35 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) S 3958 3961 2816 0 -1 1077944384 8949 0 0 0 131 4 0 0 20 0 15 0 247919933 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534607727088 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14090948 memory=4890532 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14090948 memory=4890532 CPUtime=0.72 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 2391 0 0 0 36 36 0 0 20 0 15 0 247919933 14429130752 1222633 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 2423.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4890532 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 1.98 1.97 3/218 4158
/proc/meminfo: memFree=14021088/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14090948 memory=4790036 CPUtime=2483.12 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 421349 0 0 0 247733 579 0 0 20 0 15 0 247919927 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3522737 1197509 3607 1 0 3484809 0
[pid=3961/tid=3963] ppid=3958 vsize=14090948 memory=4790036 CPUtime=2431.6 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 157500 0 0 0 243109 51 0 0 20 0 15 0 247919927 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140535144028640 140534782195726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14090948 memory=4790036 CPUtime=10.05 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 52026 0 0 0 885 120 0 0 20 0 15 0 247919928 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14090948 memory=4790036 CPUtime=10.03 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 52390 0 0 0 882 121 0 0 20 0 15 0 247919928 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14090948 memory=4790036 CPUtime=10.03 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 52327 0 0 0 883 120 0 0 20 0 15 0 247919928 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14090948 memory=4790036 CPUtime=10.04 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 53929 0 0 0 884 120 0 0 20 0 15 0 247919928 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14090948 memory=4790036 CPUtime=0.44 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 20520 0 0 0 40 4 0 0 20 0 15 0 247919929 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14090948 memory=281368542130512 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534612989152 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14090948 memory=4790036 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534611936000 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14090948 memory=4790036 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14090948 memory=4790036 CPUtime=4.53 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) S 3958 3961 2816 0 -1 1077944384 10464 0 0 0 451 2 0 0 20 0 15 0 247919933 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534609832688 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14090948 memory=4790036 CPUtime=4.23 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) S 3958 3961 2816 0 -1 1077944384 9380 0 0 0 421 2 0 0 20 0 15 0 247919933 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534608780144 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14090948 memory=4790036 CPUtime=1.35 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) S 3958 3961 2816 0 -1 1077944384 8954 0 0 0 131 4 0 0 20 0 15 0 247919933 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534607727088 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14090948 memory=872 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14090948 memory=4216 CPUtime=0.74 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 2419 0 0 0 37 37 0 0 20 0 15 0 247919933 14429130752 1197509 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 2483.12 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4790036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.2 s]
/proc/loadavg: 2.02 1.99 1.97 3/219 4160
/proc/meminfo: memFree=14110812/32770624 swapFree=67108688/67108860
[pid=3961] ppid=3958 vsize=14090948 memory=4692060 CPUtime=2520.06 cores=0,2,4,6
/proc/3961/stat : 3961 (java) S 3958 3961 2816 0 -1 1077944320 430180 0 0 0 251425 581 0 0 20 0 15 0 247919927 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140737289657168 140535139790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
/proc/3961/statm: 3522737 1173015 3607 1 0 3484809 0
[pid=3961/tid=3963] ppid=3958 vsize=14090948 memory=8112282956445269571 CPUtime=2468.48 cores=0,2,4,6
/proc/3961/task/3963/stat : 3963 (java) R 3958 3961 2816 0 -1 4202560 159032 0 0 0 246797 51 0 0 20 0 15 0 247919927 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140535144028672 140534782195665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3964] ppid=3958 vsize=14090948 memory=4216 CPUtime=10.06 cores=0,2,4,6
/proc/3961/task/3964/stat : 3964 (java) S 3958 3961 2816 0 -1 1077944384 53785 0 0 0 886 120 0 0 20 0 15 0 247919928 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140535092411408 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3965] ppid=3958 vsize=14090948 memory=752 CPUtime=10.04 cores=0,2,4,6
/proc/3961/task/3965/stat : 3965 (java) S 3958 3961 2816 0 -1 1077944384 54097 0 0 0 883 121 0 0 20 0 15 0 247919928 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140535091358864 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3966] ppid=3958 vsize=14090948 memory=3732 CPUtime=10.03 cores=0,2,4,6
/proc/3961/task/3966/stat : 3966 (java) S 3958 3961 2816 0 -1 1077944384 54406 0 0 0 883 120 0 0 20 0 15 0 247919928 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140535090305808 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3967] ppid=3958 vsize=14090948 memory=1276 CPUtime=10.05 cores=0,2,4,6
/proc/3961/task/3967/stat : 3967 (java) S 3958 3961 2816 0 -1 1077944384 55398 0 0 0 885 120 0 0 20 0 15 0 247919928 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140535089253264 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3968] ppid=3958 vsize=14090948 memory=9604 CPUtime=0.44 cores=0,2,4,6
/proc/3961/task/3968/stat : 3968 (java) S 3958 3961 2816 0 -1 1077944384 20764 0 0 0 40 4 0 0 20 0 15 0 247919929 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534614042864 140535139801730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3969] ppid=3958 vsize=14090948 memory=1068 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3969/stat : 3969 (java) S 3958 3961 2816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534612989152 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3970] ppid=3958 vsize=14090948 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3970/stat : 3970 (java) S 3958 3961 2816 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 247919930 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534611936000 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3971] ppid=3958 vsize=14090948 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3971/stat : 3971 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534610884560 140535139809179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3972] ppid=3958 vsize=14090948 memory=1808 CPUtime=4.53 cores=0,2,4,6
/proc/3961/task/3972/stat : 3972 (java) S 3958 3961 2816 0 -1 1077944384 10467 0 0 0 451 2 0 0 20 0 15 0 247919933 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534609832688 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3973] ppid=3958 vsize=14090948 memory=8696 CPUtime=4.23 cores=0,2,4,6
/proc/3961/task/3973/stat : 3973 (java) S 3958 3961 2816 0 -1 1077944384 9388 0 0 0 421 2 0 0 20 0 15 0 247919933 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534608780144 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3974] ppid=3958 vsize=14090948 memory=7636 CPUtime=1.35 cores=0,2,4,6
/proc/3961/task/3974/stat : 3974 (java) S 3958 3961 2816 0 -1 1077944384 8958 0 0 0 131 4 0 0 20 0 15 0 247919933 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534607727088 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3975] ppid=3958 vsize=14090948 memory=804 CPUtime=0 cores=0,2,4,6
/proc/3961/task/3975/stat : 3975 (java) S 3958 3961 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247919933 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534606674784 140535139800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
[pid=3961/tid=3976] ppid=3958 vsize=14090948 memory=1796 CPUtime=0.76 cores=0,2,4,6
/proc/3961/task/3976/stat : 3976 (java) S 3958 3961 2816 0 -1 1077944384 2445 0 0 0 38 38 0 0 20 0 15 0 247919933 14429130752 1173015 33554432000 4194304 4196468 140737289674624 140534605621808 140535139801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 38223872 140737289679957 140737289680137 140737289680137 140737289682895 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4692060 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2479.23 s]
# the end of solver process 3961 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.26 s, system=5.83658 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2479.23
CPU time (s): 2520.1
CPU user time (s): 2514.26
CPU system time (s): 5.83658
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 6295984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.26
system time used= 5.83658
maximum resident set size= 6295984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430750
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59408
involuntary context switches= 2541


# summary of solver processes directly reported to runsolver:
#   pid: 3961
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2514.26
#   total CPU system time (s): 5.83658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8182 second user time and 21.1383 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 05:26:07
IDJOB=4308698
IDBENCH=141271
IDSOLVER=2792
FILE ID=node134/4308698-1534303566
RUNJOBID= node134-1534293823-2847
PBS_JOBID= 21038145
Free space on /tmp= 43096 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-08-0700_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308698-1534303566/watcher-4308698-1534303566 -o /tmp/evaluation-result-4308698-1534303566/solver-4308698-1534303566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534293823-2847 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 503814446 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308698-1534303566.xml

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

MD5SUM BENCH= 1726f38b1078149b3b3b5e51280bc638
RANDOM SEED=503814446

node134.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.68
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.68
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.68
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.68
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:        17839644 kB
MemAvailable:   25488884 kB
Buffers:          192616 kB
Cached:          7669120 kB
SwapCached:           32 kB
Active:         10621684 kB
Inactive:        3650320 kB
Active(anon):    6358988 kB
Inactive(anon):   111440 kB
Active(file):    4262696 kB
Inactive(file):  3538880 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:            165600 kB
Writeback:         71244 kB
AnonPages:       6414812 kB
Mapped:            68644 kB
Shmem:             57844 kB
Slab:             345064 kB
SReclaimable:     276124 kB
SUnreclaim:        68940 kB
KernelStack:        3568 kB
PageTables:        18324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7292244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6164480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43088 MiB
End job on node134 at 2018-08-15 06:07:27