Trace number 4400903

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.12.2SAT 48.4819 41.4231

General information on the benchmark

NameCrossword/Crossword-m1c-words-vg/
Crossword-m1c-words-vg-7-7.xml
MD5SUM99134ba62b1a53cb1521bec8a3cd1f05
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 benchmark0.093629
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":49}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":49}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":14}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.60	c Concrete v3.12.2.1568631193530 running
48.43/41.41	v <instantiation
48.43/41.41	v         >
48.43/41.41	v       <list>
48.43/41.41	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
48.43/41.41	v       </list>
48.43/41.41	v       <values>
48.43/41.41	v         1 17 0 21 0 3 14 17 4 13 0 12 4 3 0 13 0 11 14 6 24 21 0 11 20 4 17 18 0 12 14 4 1 0 18 3 4 6 17 0 3 4 14 3 24 18 18 4 24
48.43/41.41	v       </values>
48.43/41.41	v     </instantiation>
48.43/41.41	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 (12745 MiB free)
  memory of node 1: 16384 MiB (14492 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400903-1568694386/watcher-4400903-1568694386 -o /tmp/evaluation-result-4400903-1568694386/solver-4400903-1568694386 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10366 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400903-1568694386.xml 

running on 4 cores: 4-7

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=15517, runsolver pid=15514

[startup+0.100132 s]*
/proc/loadavg: 1.71 1.68 1.57 2/214 15570
/proc/meminfo: memFree=27887624/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=9972712 memory=16284 CPUtime=0.09 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 4325 13292 0 0 1 0 5 3 20 0 6 0 445444926 10212057088 4071 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2493178 4071 1920 1 0 2481616 0
[pid=15517/tid=15570] ppid=15514 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 2124 13292 0 0 0 0 5 3 20 0 6 0 445444935 10212057088 4071 33554432000 4194304 4196468 140728883748784 140139978277456 140139992123221 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 6 0 445444936 10212057088 4071 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=9972712 memory=140464912270976 CPUtime=0.08 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 6 0 445444936 10212057088 4071 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 6 0 445444936 10212057088 4071 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 6 0 445444936 10212057088 4071 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.21102 s]*
/proc/loadavg: 1.71 1.68 1.57 3/227 15583
/proc/meminfo: memFree=27867596/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10819712 memory=36616 CPUtime=0.26 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 7044 13292 0 0 17 1 5 3 20 0 15 0 445444926 11079385088 9154 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2704928 9154 3173 1 0 2667149 0
[pid=15517/tid=15570] ppid=15514 vsize=10819712 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 3528 13292 0 0 10 1 5 3 20 0 15 0 445444935 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139978245776 140140006462621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10819712 memory=364 CPUtime=0.08 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079385088 9154 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10819712 memory=3545654471301727904 CPUtime=0.08 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10819712 memory=140464912270976 CPUtime=0.08 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444937 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 33 13292 0 0 0 0 5 3 20 0 15 0 445444938 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139464418976 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444938 11079385088 9154 33554432000 4194304 4196468 140728883748784 140138877281520 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10819712 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11079385088 9154 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10819712 memory=0 CPUtime=0.09 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) S 15514 15517 10334 0 -1 1077944384 334 13292 0 0 1 0 5 3 20 0 15 0 445444941 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139430861040 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10819712 memory=-1 CPUtime=0.09 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) S 15514 15517 10334 0 -1 1077944384 329 13292 0 0 1 0 5 3 20 0 15 0 445444941 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139429808496 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10819712 memory=140464912270976 CPUtime=0.11 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) R 15514 15517 10334 0 -1 4202560 594 13292 0 0 3 0 5 3 20 0 15 0 445444941 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139428755440 140139992765044 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10819712 memory=-1 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11079385088 9154 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10819712 memory=140464912270976 CPUtime=0.08 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444942 11079385088 9154 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 36616 KiB

[startup+0.311289 s]*
/proc/loadavg: 1.71 1.68 1.57 3/227 15583
/proc/meminfo: memFree=27855276/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10820196 memory=48056 CPUtime=0.41 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 10682 13292 0 0 30 3 5 3 20 0 15 0 445444926 11079880704 12014 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2705049 12014 3338 1 0 2667149 0
[pid=15517/tid=15570] ppid=15514 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 7151 13292 0 0 19 2 5 3 20 0 15 0 445444935 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139978249648 140139990521182 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079880704 12014 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444936 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444937 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 33 13292 0 0 0 0 5 3 20 0 15 0 445444938 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139464418976 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444938 11079880704 12014 33554432000 4194304 4196468 140728883748784 140138877281520 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11079880704 12014 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10820196 memory=0 CPUtime=0.09 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) S 15514 15517 10334 0 -1 1077944384 334 13292 0 0 1 0 5 3 20 0 15 0 445444941 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139430861040 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10820196 memory=-1 CPUtime=0.1 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) S 15514 15517 10334 0 -1 1077944384 335 13292 0 0 2 0 5 3 20 0 15 0 445444941 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139429808496 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10820196 memory=140464912270976 CPUtime=0.13 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) R 15514 15517 10334 0 -1 4202560 605 13292 0 0 5 0 5 3 20 0 15 0 445444941 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139428755440 140139986411880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11079880704 12014 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10820196 memory=140464912270976 CPUtime=0.08 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444942 11079880704 12014 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48056 KiB

[startup+0.70079 s]
/proc/loadavg: 1.71 1.68 1.57 3/227 15583
/proc/meminfo: memFree=27842660/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10822316 memory=75896 CPUtime=1.05 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 14633 13292 0 0 93 4 5 3 20 0 15 0 445444926 11082051584 18974 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2705579 18974 3496 1 0 2667661 0
[pid=15517/tid=15570] ppid=15514 vsize=10822316 memory=0 CPUtime=0.66 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 9957 13292 0 0 55 3 5 3 20 0 15 0 445444935 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139978250560 140140006462621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444936 11082051584 18974 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444936 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10822316 memory=140464758075600 CPUtime=0.08 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444936 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10822316 memory=140466905416283 CPUtime=0.08 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 445444936 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10822316 memory=980 CPUtime=0.08 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 5 13292 0 0 0 0 5 3 20 0 15 0 445444937 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 33 13292 0 0 0 0 5 3 20 0 15 0 445444938 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139464418976 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10822316 memory=6081104596517414762 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444938 11082051584 18974 33554432000 4194304 4196468 140728883748784 140138877281520 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10822316 memory=29508 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11082051584 18974 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10822316 memory=2120 CPUtime=0.17 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) R 15514 15517 10334 0 -1 4202560 739 13292 0 0 9 0 5 3 20 0 15 0 445444941 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139430849840 140139991566064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10822316 memory=496 CPUtime=0.18 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) R 15514 15517 10334 0 -1 4202560 850 13292 0 0 10 0 5 3 20 0 15 0 445444941 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139429796536 140139987985296 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10822316 memory=1560 CPUtime=0.25 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) S 15514 15517 10334 0 -1 1077944384 824 13292 0 0 17 0 5 3 20 0 15 0 445444941 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139428755440 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10822316 memory=928 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11082051584 18974 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10822316 memory=1724 CPUtime=0.08 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444942 11082051584 18974 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 75896 KiB

[startup+1.5012 s]
/proc/loadavg: 1.71 1.68 1.57 5/227 15583
/proc/meminfo: memFree=27798112/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10832632 memory=185820 CPUtime=2.68 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 23708 13292 0 0 250 10 5 3 20 0 15 0 445444926 11092615168 46455 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2708158 46455 3579 1 0 2670221 0
[pid=15517/tid=15570] ppid=15514 vsize=10832632 memory=150204 CPUtime=1.42 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 15686 13292 0 0 128 6 5 3 20 0 15 0 445444935 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139978269928 140139569135223 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10832632 memory=1444 CPUtime=0.08 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 279 13292 0 0 0 0 5 3 20 0 15 0 445444936 11092615168 46455 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10832632 memory=1764 CPUtime=0.09 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 27 13292 0 0 1 0 5 3 20 0 15 0 445444936 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10832632 memory=0 CPUtime=0.09 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 75 13292 0 0 1 0 5 3 20 0 15 0 445444936 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10832632 memory=-6154581634397065563 CPUtime=0.09 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 65 13292 0 0 1 0 5 3 20 0 15 0 445444936 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10832632 memory=3833724587141655355 CPUtime=0.09 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 1234 13292 0 0 1 0 5 3 20 0 15 0 445444937 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10832632 memory=-6944103529398779034 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 34 13292 0 0 0 0 5 3 20 0 15 0 445444938 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139464419040 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10832632 memory=-6005673638263167430 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 445444938 11092615168 46455 33554432000 4194304 4196468 140728883748784 140138877281520 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10832632 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11092615168 46455 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10832632 memory=0 CPUtime=0.45 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) R 15514 15517 10334 0 -1 4202560 1173 13292 0 0 37 0 5 3 20 0 15 0 445444941 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139430861040 140140006452630 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10832632 memory=4580 CPUtime=0.47 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) S 15514 15517 10334 0 -1 1077944384 1539 13292 0 0 39 0 5 3 20 0 15 0 445444941 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139429808496 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10832632 memory=6081075901755576400 CPUtime=0.44 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) R 15514 15517 10334 0 -1 4202560 1377 13292 0 0 36 0 5 3 20 0 15 0 445444941 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139428755440 140139986155492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10832632 memory=7516884156154930240 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11092615168 46455 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10832632 memory=7956290904583923284 CPUtime=0.08 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444942 11092615168 46455 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10832632 KiB

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

[pid=15517/tid=15582] ppid=15514 vsize=10844940 memory=1056 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 121510 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10844940 memory=2828 CPUtime=0.08 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 284 13292 0 0 0 0 5 3 20 0 15 0 445444942 11105218560 121510 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 45.42 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 486040 KiB

[startup+40.0008 s]*
/proc/loadavg: 1.62 1.66 1.57 3/227 15586
/proc/meminfo: memFree=27418028/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10844940 memory=486044 CPUtime=47.04 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 69379 13292 0 0 4669 27 5 3 20 0 15 0 445444926 11105218560 121511 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2711235 121511 3623 1 0 2673293 0
[pid=15517/tid=15570] ppid=15514 vsize=10844940 memory=1398722017469774279 CPUtime=39.82 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 26292 13292 0 0 3963 11 5 3 20 0 15 0 445444935 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139978276512 140139575646458 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10844940 memory=4872558044660077418 CPUtime=0.14 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 1831 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10844940 memory=9588 CPUtime=0.14 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 246 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10844940 memory=1712 CPUtime=0.14 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 1594 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10844940 memory=5996 CPUtime=0.15 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 1342 13292 0 0 5 2 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10844940 memory=4156 CPUtime=0.13 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 2921 13292 0 0 5 0 5 3 20 0 15 0 445444937 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10844940 memory=1056 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 40 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139464419104 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10844940 memory=2828 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138877281536 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10844940 memory=1176 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10844940 memory=924 CPUtime=2.65 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) S 15514 15517 10334 0 -1 1077944384 11423 13292 0 0 255 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139430861040 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10844940 memory=1444 CPUtime=2.98 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) S 15514 15517 10334 0 -1 1077944384 15346 13292 0 0 288 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139429808496 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10844940 memory=1764 CPUtime=1.4 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) S 15514 15517 10334 0 -1 1077944384 5840 13292 0 0 130 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139428755440 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10844940 memory=111632 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10844940 memory=800 CPUtime=0.09 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 284 13292 0 0 1 0 5 3 20 0 15 0 445444942 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 47.04 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 486044 KiB

[startup+40.8008 s]
/proc/loadavg: 1.62 1.66 1.57 3/227 15586
/proc/meminfo: memFree=27418028/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10844940 memory=486044 CPUtime=47.83 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 69694 13292 0 0 4748 27 5 3 20 0 15 0 445444926 11105218560 121511 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2711235 121511 3623 1 0 2673293 0
[pid=15517/tid=15570] ppid=15514 vsize=10844940 memory=8 CPUtime=40.61 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 26584 13292 0 0 4042 11 5 3 20 0 15 0 445444935 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139978276512 140139575646471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10844940 memory=8 CPUtime=0.14 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 1831 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10844940 memory=6791534058613427641 CPUtime=0.14 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 246 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10844940 memory=288230591755977018 CPUtime=0.14 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 1594 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10844940 memory=15818919441075562 CPUtime=0.15 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 1342 13292 0 0 5 2 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10844940 memory=1656 CPUtime=0.13 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 2925 13292 0 0 5 0 5 3 20 0 15 0 445444937 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10844940 memory=1398722017469774279 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 40 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139464419104 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10844940 memory=4872558044660077418 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138877281536 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10844940 memory=-2247047206221405825 CPUtime=2.65 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) S 15514 15517 10334 0 -1 1077944384 11423 13292 0 0 255 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139430861040 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10844940 memory=6944656592387989600 CPUtime=2.98 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) S 15514 15517 10334 0 -1 1077944384 15346 13292 0 0 288 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139429808496 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10844940 memory=6943526294502006880 CPUtime=1.4 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) S 15514 15517 10334 0 -1 1077944384 5840 13292 0 0 130 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139428755440 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10844940 memory=6656426216303648864 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10844940 memory=6944656592455097440 CPUtime=0.09 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 303 13292 0 0 1 0 5 3 20 0 15 0 445444942 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 47.83 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 486044 KiB

[startup+41.2008 s]
/proc/loadavg: 1.62 1.66 1.57 3/227 15586
/proc/meminfo: memFree=27418028/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10844940 memory=486044 CPUtime=48.23 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 69724 13292 0 0 4788 27 5 3 20 0 15 0 445444926 11105218560 121511 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2711235 121511 3623 1 0 2673293 0
[pid=15517/tid=15570] ppid=15514 vsize=10844940 memory=288230591755977018 CPUtime=41.01 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 26614 13292 0 0 4082 11 5 3 20 0 15 0 445444935 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139978276512 140139575646257 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10844940 memory=15818919441075562 CPUtime=0.14 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 1831 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10844940 memory=6944656575208382560 CPUtime=0.14 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 246 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10844940 memory=6944656592455097440 CPUtime=0.14 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 1594 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10844940 memory=6944656592455097440 CPUtime=0.15 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 1342 13292 0 0 5 2 5 3 20 0 15 0 445444936 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10844940 memory=6944656592455359580 CPUtime=0.13 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 2925 13292 0 0 5 0 5 3 20 0 15 0 445444937 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10844940 memory=486044 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 40 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139464419104 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10844940 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138877281536 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10844940 memory=3472468760985421360 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10844940 memory=8226000579885632457 CPUtime=2.65 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) S 15514 15517 10334 0 -1 1077944384 11423 13292 0 0 255 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139430861040 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10844940 memory=8226000597065501205 CPUtime=2.98 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) S 15514 15517 10334 0 -1 1077944384 15346 13292 0 0 288 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139429808496 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10844940 memory=8226000601360352085 CPUtime=1.4 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) S 15514 15517 10334 0 -1 1077944384 5840 13292 0 0 130 2 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139428755440 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10844940 memory=280929515864304 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 121511 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10844940 memory=8298058204021821669 CPUtime=0.09 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 303 13292 0 0 1 0 5 3 20 0 15 0 445444942 11105218560 121511 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 48.23 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 486044 KiB

[startup+41.4021 s]
/proc/loadavg: 1.62 1.66 1.57 3/227 15586
/proc/meminfo: memFree=27418028/32770688 swapFree=66919992/67108860
[pid=15517] ppid=15514 vsize=10844940 memory=480508 CPUtime=48.43 cores=4-7
/proc/15517/stat : 15517 (java) S 15514 15517 10334 0 -1 1077944320 75170 13292 0 0 4808 27 5 3 20 0 15 0 445444926 11105218560 120127 33554432000 4194304 4196468 140728883748784 140728883731328 140140006440695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
/proc/15517/statm: 2711235 120127 3623 1 0 2673293 0
[pid=15517/tid=15570] ppid=15514 vsize=10844940 memory=302022865614799162 CPUtime=41.21 cores=4-7
/proc/15517/task/15570/stat : 15570 (java) R 15514 15517 10334 0 -1 4202560 28799 13292 0 0 4102 11 5 3 20 0 15 0 445444935 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139978274944 140139988004347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15571] ppid=15514 vsize=10844940 memory=15818919441075562 CPUtime=0.14 cores=4-7
/proc/15517/task/15571/stat : 15571 (java) S 15514 15517 10334 0 -1 1077944384 2274 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 120131 33554432000 4194304 4196468 140728883748784 140140010682896 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15572] ppid=15514 vsize=10844940 memory=0 CPUtime=0.14 cores=4-7
/proc/15517/task/15572/stat : 15572 (java) S 15514 15517 10334 0 -1 1077944384 302 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139898956432 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15573] ppid=15514 vsize=10844940 memory=280929516550024 CPUtime=0.14 cores=4-7
/proc/15517/task/15573/stat : 15573 (java) S 15514 15517 10334 0 -1 1077944384 1614 13292 0 0 5 1 5 3 20 0 15 0 445444936 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139897903376 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15574] ppid=15514 vsize=10844940 memory=7234303152781525078 CPUtime=0.15 cores=4-7
/proc/15517/task/15574/stat : 15574 (java) S 15514 15517 10334 0 -1 1077944384 1357 13292 0 0 5 2 5 3 20 0 15 0 445444936 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139896850832 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15575] ppid=15514 vsize=10844940 memory=7233736994252652628 CPUtime=0.13 cores=4-7
/proc/15517/task/15575/stat : 15575 (java) S 15514 15517 10334 0 -1 1077944384 4549 13292 0 0 5 0 5 3 20 0 15 0 445444937 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139465472752 140140006451842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15576] ppid=15514 vsize=10844940 memory=288293289724033809 CPUtime=0.08 cores=4-7
/proc/15517/task/15576/stat : 15576 (java) S 15514 15517 10334 0 -1 1077944384 40 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139464419104 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15577] ppid=15514 vsize=10844940 memory=0 CPUtime=0.08 cores=4-7
/proc/15517/task/15577/stat : 15577 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444938 11105218560 120131 33554432000 4194304 4196468 140728883748784 140138877281536 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15578] ppid=15514 vsize=10844940 memory=6944652177228980320 CPUtime=0.08 cores=4-7
/proc/15517/task/15578/stat : 15578 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 120131 33554432000 4194304 4196468 140728883748784 140138569882064 140140006459291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15579] ppid=15514 vsize=10844940 memory=6944652177228980320 CPUtime=2.65 cores=4-7
/proc/15517/task/15579/stat : 15579 (java) S 15514 15517 10334 0 -1 1077944384 11423 13292 0 0 255 2 5 3 20 0 15 0 445444941 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139430861040 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15580] ppid=15514 vsize=10844940 memory=140464912287713 CPUtime=2.98 cores=4-7
/proc/15517/task/15580/stat : 15580 (java) S 15514 15517 10334 0 -1 1077944384 15346 13292 0 0 288 2 5 3 20 0 15 0 445444941 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139429808496 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15581] ppid=15514 vsize=10844940 memory=8027774562075370584 CPUtime=1.4 cores=4-7
/proc/15517/task/15581/stat : 15581 (java) S 15514 15517 10334 0 -1 1077944384 6950 13292 0 0 130 2 5 3 20 0 15 0 445444941 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139428755440 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15582] ppid=15514 vsize=10844940 memory=5787213827130549604 CPUtime=0.08 cores=4-7
/proc/15517/task/15582/stat : 15582 (java) S 15514 15517 10334 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 445444941 11105218560 120131 33554432000 4194304 4196468 140728883748784 140138536323424 140140006450901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
[pid=15517/tid=15583] ppid=15514 vsize=10844940 memory=6944656592455097440 CPUtime=0.09 cores=4-7
/proc/15517/task/15583/stat : 15583 (java) S 15514 15517 10334 0 -1 1077944384 303 13292 0 0 1 0 5 3 20 0 15 0 445444942 11105218560 120131 33554432000 4194304 4196468 140728883748784 140139427703856 140140006451842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19525632 140728883751664 140728883754181 140728883754181 140728883757007 0
Current children cumulated CPU time: 48.43 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 480508 KiB

Child status: 0
Real time (s): 41.4231
CPU time (s): 48.4819
CPU user time (s): 48.1589
CPU system time (s): 0.32301
CPU usage (%): 117.041
Max. virtual memory (cumulated for all children) (KiB): 10847756
Max. memory (cumulated for all children) (KiB): 486044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.1589
system time used= 0.32301
maximum resident set size= 488096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6849
involuntary context switches= 90


# summary of solver processes directly reported to runsolver:
#   pid: 15517
#   total CPU time (s): 48.4819
#   total CPU user time (s): 48.1589
#   total CPU system time (s): 0.32301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.314263 second user time and 0.455594 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-18 12:46:48
IDJOB=4400903
IDBENCH=140442
IDSOLVER=2857
FILE ID=node120/4400903-1568694386
RUNJOBID= node120-1324187754-10366
PBS_JOBID= 21703789
Free space on /tmp= 61592 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-vg/Crossword-m1c-words-vg-7-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400903-1568694386/watcher-4400903-1568694386 -o /tmp/evaluation-result-4400903-1568694386/solver-4400903-1568694386 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10366 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400903-1568694386.xml

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

MD5SUM BENCH= 99134ba62b1a53cb1521bec8a3cd1f05
RANDOM SEED=535221524

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:        27891496 kB
MemAvailable:   30321972 kB
Buffers:          183208 kB
Cached:          2551008 kB
SwapCached:        77548 kB
Active:          3001212 kB
Inactive:        1316868 kB
Active(anon):    1505592 kB
Inactive(anon):   127772 kB
Active(file):    1495620 kB
Inactive(file):  1189096 kB
Unevictable:      107048 kB
Mlocked:          107048 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             35428 kB
Writeback:             0 kB
AnonPages:       1624972 kB
Mapped:            66912 kB
Shmem:             41008 kB
Slab:             152076 kB
SReclaimable:     123192 kB
SUnreclaim:        28884 kB
KernelStack:        3984 kB
PageTables:        10808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2589404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1495040 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= 61560 MiB
End job on node120 at 2011-12-18 12:47:30