Trace number 4387034

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
Concrete 3.10SAT 2467.25 2447.78

General information on the benchmark

NameRandom/Random-RB-3-24-24/
rand-3-24-24-76-632-16.xml
MD5SUM15519537de8ee4184d6d10278c400490
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark68.0219
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree4
Maximum variable degree17
Distribution of variable degrees[{"degree":4,"count":3},{"degree":5,"count":1},{"degree":6,"count":2},{"degree":7,"count":2},{"degree":9,"count":4},{"degree":10,"count":3},{"degree":11,"count":4},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":1},{"degree":17,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":74}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74}]
Optimization problemNO
Type of objective

Solver Data

0.70/0.60	c Concrete v3.10.1560635388952 running
2467.12/2447.76	v <instantiation
2467.12/2447.76	v         >
2467.12/2447.76	v       <list>
2467.12/2447.76	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23]
2467.12/2447.76	v       </list>
2467.12/2447.76	v       <values>
2467.12/2447.76	v         5 7 6 21 12 3 3 8 0 8 1 12 13 5 9 20 4 7 2 0 21 6 1 18
2467.12/2447.76	v       </values>
2467.12/2447.76	v     </instantiation>
2467.12/2447.76	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387034-1568288456/watcher-4387034-1568288456 -o /tmp/evaluation-result-4387034-1568288456/solver-4387034-1568288456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1055099677 HOME/instance-4387034-1568288456.xml 

running on 4 cores: 0-3

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
solver pid=2050, runsolver pid=2047
Current StackSize limit: 8192 KiB


[startup+0.100407 s]*
/proc/loadavg: 1.61 1.42 1.45 2/215 2103
/proc/meminfo: memFree=23594476/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=9970508 memory=11344 CPUtime=0.1 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 3560 13211 0 0 1 0 6 3 20 0 6 0 404851982 10209800192 2831 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2492626 2836 1338 1 0 2481537 0
[pid=2050/tid=2103] ppid=2047 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 1749 13211 0 0 0 0 6 3 20 0 6 0 404851992 10212057088 3742 33554432000 4194304 4196468 140735116735952 140212976169552 140212927409773 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=9972712 memory=5792869726567804975 CPUtime=0.09 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 6 0 404851992 10212057088 3742 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=9972712 memory=140176675722880 CPUtime=0.09 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 6 0 404851992 10212057088 3742 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=9972712 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 2 13211 0 0 0 0 6 3 20 0 6 0 404851992 10212057088 3742 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=9972712 memory=-1 CPUtime=0.09 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 6 0 404851992 10212057088 3742 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9970508 KiB
Current children cumulated memory: 11344 KiB

[startup+0.21179 s]*
/proc/loadavg: 1.61 1.42 1.45 5/228 2116
/proc/meminfo: memFree=23572508/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10818900 memory=36332 CPUtime=0.27 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 6872 13211 0 0 16 2 6 3 20 0 15 0 404851982 11078553600 9083 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2704725 9083 2970 1 0 2667149 0
[pid=2050/tid=2103] ppid=2047 vsize=10818900 memory=8389772277269004345 CPUtime=0.2 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 3387 13211 0 0 10 1 6 3 20 0 15 0 404851992 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212976142472 140212985896351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10818900 memory=4294967660 CPUtime=0.09 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078553600 9083 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10818900 memory=140176677638558 CPUtime=0.09 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10818900 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 2 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10818900 memory=-1 CPUtime=0.09 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10818900 memory=140176675722880 CPUtime=0.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 2 13211 0 0 0 0 6 3 20 0 15 0 404851994 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10818900 memory=-1 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 13 13211 0 0 0 0 6 3 20 0 15 0 404851994 11078553600 9083 33554432000 4194304 4196468 140735116735952 140211891725088 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10818900 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851995 11078553600 9083 33554432000 4194304 4196468 140735116735952 140211757507696 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10818900 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11078553600 9083 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10818900 memory=0 CPUtime=0.1 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) S 2047 2050 463 0 -1 1077944384 479 13211 0 0 1 0 6 3 20 0 15 0 404851998 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212461918832 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10818900 memory=-1 CPUtime=0.1 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) S 2047 2050 463 0 -1 1077944384 166 13211 0 0 1 0 6 3 20 0 15 0 404851998 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212460866032 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10818900 memory=140176675722880 CPUtime=0.11 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 608 13211 0 0 2 0 6 3 20 0 15 0 404851998 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10818900 memory=-1 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11078553600 9083 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10818900 memory=140176675722880 CPUtime=0.09 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851998 11078553600 9083 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 36332 KiB

[startup+0.311447 s]*
/proc/loadavg: 1.61 1.42 1.45 4/228 2116
/proc/meminfo: memFree=23559796/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10819084 memory=46856 CPUtime=0.4 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 10294 13211 0 0 28 3 6 3 20 0 15 0 404851982 11078742016 11714 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2704771 11714 3024 1 0 2667149 0
[pid=2050/tid=2103] ppid=2047 vsize=10819084 memory=8514726395714820750 CPUtime=0.29 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 6925 13211 0 0 18 2 6 3 20 0 15 0 404851992 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212976136880 140212988376421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10819084 memory=4122819175002409273 CPUtime=0.09 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078742016 11746 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10819084 memory=140180970690175 CPUtime=0.09 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10819084 memory=2209 CPUtime=0.09 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 2 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10819084 memory=2240 CPUtime=0.09 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10819084 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 2 13211 0 0 0 0 6 3 20 0 15 0 404851994 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10819084 memory=-1 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 13 13211 0 0 0 0 6 3 20 0 15 0 404851994 11078742016 11746 33554432000 4194304 4196468 140735116735952 140211891725088 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10819084 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851995 11078742016 11746 33554432000 4194304 4196468 140735116735952 140211757507696 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10819084 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11078742016 11746 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10819084 memory=0 CPUtime=0.1 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) S 2047 2050 463 0 -1 1077944384 479 13211 0 0 1 0 6 3 20 0 15 0 404851998 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212461918832 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10819084 memory=-1 CPUtime=0.11 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) S 2047 2050 463 0 -1 1077944384 167 13211 0 0 2 0 6 3 20 0 15 0 404851998 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212460866032 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10819084 memory=140176675722880 CPUtime=0.14 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 629 13211 0 0 5 0 6 3 20 0 15 0 404851998 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10819084 memory=-1 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11078742016 11746 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10819084 memory=140176675722880 CPUtime=0.09 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851998 11078742016 11746 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 46856 KiB

[startup+0.701686 s]
/proc/loadavg: 1.61 1.42 1.45 3/228 2116
/proc/meminfo: memFree=23549124/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10822292 memory=76292 CPUtime=1.12 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 14348 13211 0 0 98 5 6 3 20 0 15 0 404851982 11082027008 19073 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2705573 19073 3483 1 0 2667661 0
[pid=2050/tid=2103] ppid=2047 vsize=10822292 memory=280353050806656 CPUtime=0.68 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 10091 13211 0 0 55 4 6 3 20 0 15 0 404851992 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212976148400 140213004354717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10822292 memory=280353050806848 CPUtime=0.09 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11082027008 19073 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10822292 memory=280353050807040 CPUtime=0.09 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10822292 memory=539 CPUtime=0.09 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 2 13211 0 0 0 0 6 3 20 0 15 0 404851992 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851992 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10822292 memory=7007709130511765846 CPUtime=0.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 5 13211 0 0 0 0 6 3 20 0 15 0 404851994 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10822292 memory=5865469479800824941 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 13 13211 0 0 0 0 6 3 20 0 15 0 404851994 11082027008 19073 33554432000 4194304 4196468 140735116735952 140211891725088 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10822292 memory=5787213827147130983 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851995 11082027008 19073 33554432000 4194304 4196468 140735116735952 140211757507696 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10822292 memory=3624 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11082027008 19073 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10822292 memory=43244 CPUtime=0.2 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) R 2047 2050 463 0 -1 4202560 712 13211 0 0 11 0 6 3 20 0 15 0 404851998 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212461904928 140212989440466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10822292 memory=4548 CPUtime=0.22 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) R 2047 2050 463 0 -1 4202560 512 13211 0 0 13 0 6 3 20 0 15 0 404851998 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212460857984 140212985876544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10822292 memory=288230617492226348 CPUtime=0.26 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 800 13211 0 0 17 0 6 3 20 0 15 0 404851998 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10822292 memory=14697387499193893 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11082027008 19073 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10822292 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851998 11082027008 19073 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76292 KiB

[startup+1.50466 s]
/proc/loadavg: 1.61 1.42 1.45 5/228 2116
/proc/meminfo: memFree=23500772/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10826464 memory=276340 CPUtime=2.92 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 19455 13211 0 0 270 13 6 3 20 0 15 0 404851982 11086299136 69085 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2706616 69085 3564 1 0 2668685 0
[pid=2050/tid=2103] ppid=2047 vsize=10826464 memory=280353050725968 CPUtime=1.45 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 11665 13211 0 0 129 7 6 3 20 0 15 0 404851992 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212976144960 140212927389052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10826464 memory=10979614132970 CPUtime=0.11 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 53 13211 0 0 1 1 6 3 20 0 15 0 404851992 11086299136 69085 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10826464 memory=11491151128 CPUtime=0.11 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 319 13211 0 0 1 1 6 3 20 0 15 0 404851992 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10826464 memory=5792286093261510826 CPUtime=0.1 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 40 13211 0 0 1 0 6 3 20 0 15 0 404851992 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10826464 memory=5792286093261510826 CPUtime=0.1 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 54 13211 0 0 1 0 6 3 20 0 15 0 404851992 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10826464 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 88 13211 0 0 0 0 6 3 20 0 15 0 404851994 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10826464 memory=7305218370954291028 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 13 13211 0 0 0 0 6 3 20 0 15 0 404851994 11086299136 69085 33554432000 4194304 4196468 140735116735952 140211891725088 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10826464 memory=7305218370954291028 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851995 11086299136 69085 33554432000 4194304 4196468 140735116735952 140211757507696 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10826464 memory=7305218370954291028 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11086299136 69085 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10826464 memory=7305218370954291028 CPUtime=0.57 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) S 2047 2050 463 0 -1 1077944384 1822 13211 0 0 48 0 6 3 20 0 15 0 404851998 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212461918832 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10826464 memory=7305218370954291028 CPUtime=0.58 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) S 2047 2050 463 0 -1 1077944384 1766 13211 0 0 49 0 6 3 20 0 15 0 404851998 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212460866032 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10826464 memory=7305218370954291028 CPUtime=0.45 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 1419 13211 0 0 36 0 6 3 20 0 15 0 404851998 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10826464 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11086299136 69085 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10826464 memory=6944652027076318631 CPUtime=0.09 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1 13211 0 0 0 0 6 3 20 0 15 0 404851998 11086299136 69085 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10826464 KiB

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

[pid=2050/tid=2115] ppid=2047 vsize=10844916 memory=1374968 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343742 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10844916 memory=1656 CPUtime=1.44 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1396 13211 0 0 69 66 6 3 20 0 15 0 404851998 11105193984 343742 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 2464.21 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1374968 KiB

[startup+2446.4 s]
/proc/loadavg: 1.54 1.53 1.58 3/228 2344
/proc/meminfo: memFree=21126264/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10844916 memory=1374976 CPUtime=2465.82 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 265638 13211 0 0 246391 182 6 3 20 0 15 0 404851982 11105193984 343744 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2711229 343744 3616 1 0 2673293 0
[pid=2050/tid=2103] ppid=2047 vsize=10844916 memory=1408 CPUtime=2441.11 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 66471 13211 0 0 244062 40 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212976163808 140212591653017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10844916 memory=3260 CPUtime=2.15 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 20658 13211 0 0 189 17 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10844916 memory=1374968 CPUtime=2.14 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 29096 13211 0 0 187 18 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10844916 memory=1056 CPUtime=2.17 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 24668 13211 0 0 192 16 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10844916 memory=2828 CPUtime=2.17 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 22910 13211 0 0 189 19 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10844916 memory=1176 CPUtime=2.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 21447 13211 0 0 187 13 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10844916 memory=980 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 26 13211 0 0 0 0 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211891725216 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10844916 memory=14008 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 15 13211 0 0 0 0 6 3 20 0 15 0 404851995 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211757507712 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10844916 memory=8112282956445269571 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10844916 memory=23712 CPUtime=4.62 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) S 2047 2050 463 0 -1 1077944384 23020 13211 0 0 448 5 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212461918832 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10844916 memory=2120 CPUtime=5.05 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) S 2047 2050 463 0 -1 1077944384 24893 13211 0 0 490 6 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212460866032 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10844916 memory=496 CPUtime=3.57 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 28826 13211 0 0 341 7 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10844916 memory=1560 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10844916 memory=3624 CPUtime=1.44 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1396 13211 0 0 69 66 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 2465.82 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1374976 KiB

[startup+2447.2 s]
/proc/loadavg: 1.54 1.53 1.58 3/228 2344
/proc/meminfo: memFree=21126264/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10844916 memory=1374976 CPUtime=2466.62 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 265640 13211 0 0 246471 182 6 3 20 0 15 0 404851982 11105193984 343744 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2711229 343744 3616 1 0 2673293 0
[pid=2050/tid=2103] ppid=2047 vsize=10844916 memory=1432 CPUtime=2441.9 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 66472 13211 0 0 244141 40 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212976165168 140212590315492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10844916 memory=776 CPUtime=2.15 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 20659 13211 0 0 189 17 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10844916 memory=660 CPUtime=2.14 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 29096 13211 0 0 187 18 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10844916 memory=1176 CPUtime=2.17 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 24668 13211 0 0 192 16 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10844916 memory=980 CPUtime=2.17 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 22910 13211 0 0 189 19 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10844916 memory=14008 CPUtime=2.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 21447 13211 0 0 187 13 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10844916 memory=12028 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 26 13211 0 0 0 0 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211891725216 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10844916 memory=23712 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 15 13211 0 0 0 0 6 3 20 0 15 0 404851995 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211757507712 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10844916 memory=2120 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10844916 memory=9588 CPUtime=4.62 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) S 2047 2050 463 0 -1 1077944384 23020 13211 0 0 448 5 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212461918832 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10844916 memory=1712 CPUtime=5.05 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) S 2047 2050 463 0 -1 1077944384 24893 13211 0 0 490 6 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212460866032 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10844916 memory=5968 CPUtime=3.57 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 28826 13211 0 0 341 7 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10844916 memory=3252 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10844916 memory=1056 CPUtime=1.44 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1396 13211 0 0 69 66 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 2466.62 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1374976 KiB

[startup+2447.6 s]
/proc/loadavg: 1.54 1.53 1.58 3/228 2344
/proc/meminfo: memFree=21126264/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10844916 memory=1374976 CPUtime=2467.02 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 265640 13211 0 0 246511 182 6 3 20 0 15 0 404851982 11105193984 343744 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2711229 343744 3616 1 0 2673293 0
[pid=2050/tid=2103] ppid=2047 vsize=10844916 memory=1408 CPUtime=2442.3 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 66472 13211 0 0 244181 40 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212976165168 140212590315492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10844916 memory=3260 CPUtime=2.15 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 20659 13211 0 0 189 17 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10844916 memory=1374968 CPUtime=2.14 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 29096 13211 0 0 187 18 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10844916 memory=1964 CPUtime=2.17 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 24668 13211 0 0 192 16 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10844916 memory=55 CPUtime=2.17 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 22910 13211 0 0 189 19 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10844916 memory=-7674914008656224160 CPUtime=2.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 21447 13211 0 0 187 13 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10844916 memory=496 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 26 13211 0 0 0 0 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211891725216 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10844916 memory=1560 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 15 13211 0 0 0 0 6 3 20 0 15 0 404851995 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211757507712 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10844916 memory=928 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10844916 memory=2700 CPUtime=4.62 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) S 2047 2050 463 0 -1 1077944384 23020 13211 0 0 448 5 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212461918832 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10844916 memory=3848 CPUtime=5.05 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) S 2047 2050 463 0 -1 1077944384 24893 13211 0 0 490 6 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212460866032 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10844916 memory=1432 CPUtime=3.57 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 28826 13211 0 0 341 7 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10844916 memory=776 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10844916 memory=660 CPUtime=1.44 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1396 13211 0 0 69 66 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 2467.02 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1374976 KiB

[startup+2447.7 s]
/proc/loadavg: 1.54 1.53 1.58 3/228 2344
/proc/meminfo: memFree=21126264/32770688 swapFree=66919608/67108860
[pid=2050] ppid=2047 vsize=10844916 memory=1374976 CPUtime=2467.12 cores=0-3
/proc/2050/stat : 2050 (java) S 2047 2050 463 0 -1 1077944320 265642 13211 0 0 246521 182 6 3 20 0 15 0 404851982 11105193984 343744 33554432000 4194304 4196468 140735116735952 140735116718496 140213004332791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
/proc/2050/statm: 2711229 343744 3616 1 0 2673293 0
[pid=2050/tid=2103] ppid=2047 vsize=10844916 memory=1374976 CPUtime=2442.4 cores=0-3
/proc/2050/task/2103/stat : 2103 (java) R 2047 2050 463 0 -1 4202560 66473 13211 0 0 244191 40 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212976167072 140212587309635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2104] ppid=2047 vsize=10844916 memory=1374968 CPUtime=2.16 cores=0-3
/proc/2050/task/2104/stat : 2104 (java) S 2047 2050 463 0 -1 1077944384 20659 13211 0 0 190 17 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140213008575376 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2105] ppid=2047 vsize=10844916 memory=1374968 CPUtime=2.14 cores=0-3
/proc/2050/task/2105/stat : 2105 (java) S 2047 2050 463 0 -1 1077944384 29097 13211 0 0 187 18 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212907465488 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2106] ppid=2047 vsize=10844916 memory=1374968 CPUtime=2.17 cores=0-3
/proc/2050/task/2106/stat : 2106 (java) S 2047 2050 463 0 -1 1077944384 24668 13211 0 0 192 16 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212906413200 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2107] ppid=2047 vsize=10844916 memory=3624 CPUtime=2.18 cores=0-3
/proc/2050/task/2107/stat : 2107 (java) S 2047 2050 463 0 -1 1077944384 22910 13211 0 0 190 19 6 3 20 0 15 0 404851992 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212905360400 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2108] ppid=2047 vsize=10844916 memory=1374960 CPUtime=2.09 cores=0-3
/proc/2050/task/2108/stat : 2108 (java) S 2047 2050 463 0 -1 1077944384 21447 13211 0 0 187 13 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212462970992 140213004343938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2109] ppid=2047 vsize=10844916 memory=0 CPUtime=0.09 cores=0-3
/proc/2050/task/2109/stat : 2109 (java) S 2047 2050 463 0 -1 1077944384 26 13211 0 0 0 0 6 3 20 0 15 0 404851994 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211891725216 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2110] ppid=2047 vsize=10844916 memory=1374960 CPUtime=0.09 cores=0-3
/proc/2050/task/2110/stat : 2110 (java) S 2047 2050 463 0 -1 1077944384 15 13211 0 0 0 0 6 3 20 0 15 0 404851995 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211757507712 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2111] ppid=2047 vsize=10844916 memory=1374968 CPUtime=0.09 cores=0-3
/proc/2050/task/2111/stat : 2111 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211517216848 140213004351387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2112] ppid=2047 vsize=10844916 memory=1374976 CPUtime=4.62 cores=0-3
/proc/2050/task/2112/stat : 2112 (java) S 2047 2050 463 0 -1 1077944384 23020 13211 0 0 448 5 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212461918832 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2113] ppid=2047 vsize=10844916 memory=1374976 CPUtime=5.05 cores=0-3
/proc/2050/task/2113/stat : 2113 (java) S 2047 2050 463 0 -1 1077944384 24893 13211 0 0 490 6 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212460866032 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2114] ppid=2047 vsize=10844916 memory=2828 CPUtime=3.57 cores=0-3
/proc/2050/task/2114/stat : 2114 (java) S 2047 2050 463 0 -1 1077944384 28826 13211 0 0 341 7 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212459813744 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2115] ppid=2047 vsize=10844916 memory=1374976 CPUtime=0.09 cores=0-3
/proc/2050/task/2115/stat : 2115 (java) S 2047 2050 463 0 -1 1077944384 3 13211 0 0 0 0 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140211483659232 140213004342997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
[pid=2050/tid=2116] ppid=2047 vsize=10844916 memory=1556 CPUtime=1.44 cores=0-3
/proc/2050/task/2116/stat : 2116 (java) S 2047 2050 463 0 -1 1077944384 1396 13211 0 0 69 66 6 3 20 0 15 0 404851998 11105193984 343744 33554432000 4194304 4196468 140735116735952 140212458760624 140213004343938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15933440 140735116741365 140735116743877 140735116743877 140735116746703 0
Current children cumulated CPU time: 2467.12 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1374976 KiB

Child status: 0
Real time (s): 2447.78
CPU time (s): 2467.25
CPU user time (s): 2465.37
CPU system time (s): 1.88103
CPU usage (%): 100.795
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 1635716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2465.37
system time used= 1.88103
maximum resident set size= 1636296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106378
involuntary context switches= 5706


# summary of solver processes directly reported to runsolver:
#   pid: 2050
#   total CPU time (s): 2467.25
#   total CPU user time (s): 2465.37
#   total CPU system time (s): 1.88103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.756 second user time and 26.8222 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-13 20:01:19
IDJOB=4387034
IDBENCH=121491
IDSOLVER=2823
FILE ID=node120/4387034-1568288456
RUNJOBID= node120-1323800386-1292
PBS_JOBID= 21701083
Free space on /tmp= 54684 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Random/Random-RB-3-24-24/rand-3-24-24-76-632-16.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387034-1568288456/watcher-4387034-1568288456 -o /tmp/evaluation-result-4387034-1568288456/solver-4387034-1568288456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1055099677 HOME/instance-4387034-1568288456.xml

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

MD5SUM BENCH= 15519537de8ee4184d6d10278c400490
RANDOM SEED=1055099677

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        23598120 kB
MemAvailable:   29765216 kB
Buffers:          120416 kB
Cached:          6311036 kB
SwapCached:        77012 kB
Active:          3523552 kB
Inactive:        5028184 kB
Active(anon):    2045324 kB
Inactive(anon):   116560 kB
Active(file):    1478228 kB
Inactive(file):  4911624 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             38236 kB
Writeback:             0 kB
AnonPages:       2153892 kB
Mapped:            59400 kB
Shmem:             32812 kB
Slab:             215032 kB
SReclaimable:     186156 kB
SUnreclaim:        28876 kB
KernelStack:        3712 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3319784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1968128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 54648 MiB
End job on node120 at 2011-12-13 20:42:07