Trace number 4387554

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 34.362 22.6176

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-036.xml
MD5SUM5e5c63d89f6605b36f0577fcc9be8ecb
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 benchmark1.60869
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size22
Maximum domain size36
Distribution of domain sizes[{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.58	c Concrete v3.10.1560635388952 running
34.18/22.59	v <instantiation
34.18/22.59	v         >
34.18/22.59	v       <list>
34.18/22.59	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14]
34.18/22.59	v       </list>
34.18/22.59	v       <values>
34.18/22.59	v         35 0 14 15 16 15 10 2 17 26 13 24 0 21 0 13 34 26 5 0 9 29 28 27 26 15 14 15 0 0
34.18/22.59	v       </values>
34.18/22.59	v     </instantiation>
34.18/22.59	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: 16374 MiB (9851 MiB free)
  memory of node 1: 16384 MiB (9554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387554-1568338484/watcher-4387554-1568338484 -o /tmp/evaluation-result-4387554-1568338484/solver-4387554-1568338484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568338444-3362 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1094025902 HOME/instance-4387554-1568338484.xml 

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

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


[startup+0.100204 s]*
/proc/loadavg: 3.71 5.28 7.03 4/223 3464
/proc/meminfo: memFree=19845328/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=113256 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/3390/stat : 3390 (bash) S 3386 3390 3331 0 -1 4202496 926 11050 0 0 0 0 4 3 20 0 1 0 409788610 115974144 404 33554432000 4194304 5098028 140735676688064 140735676681288 140359348161536 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 2 0 0 7196144 7232144 18550784 140735676691476 140735676691601 140735676691601 140735676694510 0
/proc/3390/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.21051 s]*
/proc/loadavg: 3.71 5.28 7.03 8/228 3522
/proc/meminfo: memFree=19827456/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10818900 memory=30912 CPUtime=0.21 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 6630 13083 0 0 12 2 4 3 20 0 15 0 409788610 11078553600 7728 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2704725 7728 2929 1 0 2667149 0
[pid=3390/tid=3494] ppid=3386 vsize=10818900 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 3135 13083 0 0 8 1 4 3 20 0 15 0 409788622 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447670309808 140447259433793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10818900 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10818900 memory=140056029876567 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10818900 memory=140056029865600 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788624 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447157676656 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 33 13083 0 0 0 0 4 3 20 0 15 0 409788625 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447156622624 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788625 11078553600 7728 33554432000 4194304 4196468 140723183775840 140446571423344 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11078553600 7728 33554432000 4194304 4196468 140723183775840 140446264023632 140447698495387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) R 3386 3390 3331 0 -1 1077944384 171 13083 0 0 0 0 4 3 20 0 15 0 409788628 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) R 3386 3390 3331 0 -1 4202560 448 13083 0 0 1 0 4 3 20 0 15 0 409788628 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447122012144 140447681925840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10818900 memory=140056029865600 CPUtime=0.09 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) R 3386 3390 3331 0 -1 4202560 622 13083 0 0 2 0 4 3 20 0 15 0 409788628 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447120955584 140447690713918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11078553600 7728 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10818900 memory=140056029865600 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788628 11078553600 7728 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 30912 KiB

[startup+0.310541 s]*
/proc/loadavg: 3.71 5.28 7.03 5/228 3522
/proc/meminfo: memFree=19797936/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10819084 memory=44028 CPUtime=0.36 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 10176 13083 0 0 25 4 4 3 20 0 15 0 409788610 11078742016 11007 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2704771 11007 2993 1 0 2667149 0
[pid=3390/tid=3494] ppid=3386 vsize=10819084 memory=2076 CPUtime=0.25 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 6650 13083 0 0 16 2 4 3 20 0 15 0 409788622 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447670258688 140447678752578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788623 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10819084 memory=140056029865600 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788624 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447157676656 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 33 13083 0 0 0 0 4 3 20 0 15 0 409788625 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447156622624 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788625 11078742016 11007 33554432000 4194304 4196468 140723183775840 140446571423344 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10819084 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11078742016 11007 33554432000 4194304 4196468 140723183775840 140446264023632 140447698495387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10819084 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) S 3386 3390 3331 0 -1 1077944384 171 13083 0 0 1 0 4 3 20 0 15 0 409788628 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10819084 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) S 3386 3390 3331 0 -1 1077944384 454 13083 0 0 2 0 4 3 20 0 15 0 409788628 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447122012144 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10819084 memory=140056029865600 CPUtime=0.11 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) S 3386 3390 3331 0 -1 1077944384 642 13083 0 0 4 0 4 3 20 0 15 0 409788628 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447120959856 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11078742016 11007 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10819084 memory=140056029865600 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788628 11078742016 11007 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 44028 KiB

[startup+0.701222 s]
/proc/loadavg: 3.71 5.28 7.03 4/229 3524
/proc/meminfo: memFree=19773916/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10822292 memory=75812 CPUtime=1.08 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 14653 13083 0 0 95 6 4 3 20 0 15 0 409788610 11082027008 18953 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2705829 18953 3490 1 0 2667917 0
[pid=3390/tid=3494] ppid=3386 vsize=10822292 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 10347 13083 0 0 53 4 4 3 20 0 15 0 409788622 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447670287872 140447691193895 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10822292 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788623 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10822292 memory=2458063472385 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788623 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10822292 memory=217978612 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788623 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10822292 memory=4640211233782209187 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788623 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10822292 memory=5859297839713243216 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 5 13083 0 0 0 0 4 3 20 0 15 0 409788624 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447157676656 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10822292 memory=7447092775757305936 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 33 13083 0 0 0 0 4 3 20 0 15 0 409788625 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447156622624 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10822292 memory=8388845349915415138 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788625 11082027008 18953 33554432000 4194304 4196468 140723183775840 140446571423344 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10822292 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11082027008 18953 33554432000 4194304 4196468 140723183775840 140446264023632 140447698495387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10822292 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) S 3386 3390 3331 0 -1 1077944384 442 13083 0 0 10 0 4 3 20 0 15 0 409788628 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10822292 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) S 3386 3390 3331 0 -1 1077944384 798 13083 0 0 14 0 4 3 20 0 15 0 409788628 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447122012144 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10822292 memory=14004 CPUtime=0.23 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) R 3386 3390 3331 0 -1 4202560 838 13083 0 0 16 0 4 3 20 0 15 0 409788628 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447120959984 140447698498138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10822292 memory=20604 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11082027008 18953 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10822292 memory=14048 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788628 11082027008 18953 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 75812 KiB

[startup+1.50072 s]
/proc/loadavg: 3.71 5.28 7.03 6/229 3524
/proc/meminfo: memFree=19688404/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10834656 memory=165308 CPUtime=2.4 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 22019 13083 0 0 222 11 4 3 20 0 15 0 409788610 11094687744 41327 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2708664 41327 3575 1 0 2670733 0
[pid=3390/tid=3494] ppid=3386 vsize=10834656 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 15608 13083 0 0 127 6 4 3 20 0 15 0 409788622 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447670253072 140447679121695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10834656 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 33 13083 0 0 1 0 4 3 20 0 15 0 409788623 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10834656 memory=8028676333680759155 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 72 13083 0 0 0 0 4 3 20 0 15 0 409788623 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10834656 memory=6944656592455360569 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 327 13083 0 0 0 0 4 3 20 0 15 0 409788623 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10834656 memory=-6876588452865875872 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 65 13083 0 0 1 0 4 3 20 0 15 0 409788623 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10834656 memory=6944613755479294112 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 464 13083 0 0 1 0 4 3 20 0 15 0 409788624 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447157676656 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10834656 memory=-7606742951091920751 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 33 13083 0 0 0 0 4 3 20 0 15 0 409788625 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447156622688 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10834656 memory=-7606742951091920751 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 2 13083 0 0 0 0 4 3 20 0 15 0 409788625 11094687744 41327 33554432000 4194304 4196468 140723183775840 140446571423360 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10834656 memory=7738407256574159208 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11094687744 41327 33554432000 4194304 4196468 140723183775840 140446264023632 140447698495387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10834656 memory=7308895142485716329 CPUtime=0.29 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) S 3386 3390 3331 0 -1 1077944384 535 13083 0 0 22 0 4 3 20 0 15 0 409788628 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10834656 memory=7230636298538346347 CPUtime=0.32 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) R 3386 3390 3331 0 -1 1077944384 1061 13083 0 0 25 0 4 3 20 0 15 0 409788628 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447122012144 140447698487938 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10834656 memory=7523380071169680984 CPUtime=0.47 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) S 3386 3390 3331 0 -1 1077944384 1602 13083 0 0 40 0 4 3 20 0 15 0 409788628 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447120959856 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10834656 memory=6008744761300195246 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11094687744 41327 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10834656 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 1 13083 0 0 0 0 4 3 20 0 15 0 409788628 11094687744 41327 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 165308 KiB

[startup+3.11073 s]
/proc/loadavg: 3.71 5.28 7.03 9/229 3525
/proc/meminfo: memFree=19403984/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10842868 memory=233564 CPUtime=7.04 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 38654 13083 0 0 679 18 4 3 20 0 15 0 409788610 11103096832 58391 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2710717 58391 3597 1 0 2672781 0
[pid=3390/tid=3494] ppid=3386 vsize=10842868 memory=0 CPUtime=3 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 21151 13083 0 0 285 8 4 3 20 0 15 0 409788622 11103096832 58391 33554432000 4194304 4196468 140723183775840 140447670309264 140447698488726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0

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

[pid=3390/tid=3517] ppid=3386 vsize=10846964 memory=631908 CPUtime=3.52 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) S 3386 3390 3331 0 -1 1077944384 14242 13083 0 0 340 5 4 3 20 0 15 0 409788628 11107291136 195433 33554432000 4194304 4196468 140723183775840 140447120959856 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10846964 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11107291136 195433 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10846964 memory=533492 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 40 13083 0 0 0 1 4 3 20 0 15 0 409788628 11107291136 195433 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 30.86 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 781732 KiB

[startup+20.8007 s]
/proc/loadavg: 3.29 5.08 6.93 4/228 3525
/proc/meminfo: memFree=17833440/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10846964 memory=783828 CPUtime=32.47 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 65695 13083 0 0 3202 38 4 3 20 0 15 0 409788610 11107291136 195957 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2711741 195957 3620 1 0 2673805 0
[pid=3390/tid=3494] ppid=3386 vsize=10846964 memory=8112282956445269571 CPUtime=20.53 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 24589 13083 0 0 2029 17 4 3 20 0 15 0 409788622 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447670310200 140447277195414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10846964 memory=1408 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 1182 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10846964 memory=1826 CPUtime=0.15 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 632 13083 0 0 6 2 4 3 20 0 15 0 409788623 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10846964 memory=7 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 437 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10846964 memory=8 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 251 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10846964 memory=7 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 2990 13083 0 0 7 0 4 3 20 0 15 0 409788624 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447157676656 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10846964 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 39 13083 0 0 0 0 4 3 20 0 15 0 409788625 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447156622752 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10846964 memory=6 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 4 13083 0 0 0 0 4 3 20 0 15 0 409788625 11107291136 195957 33554432000 4194304 4196468 140723183775840 140446571423360 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10846964 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11107291136 195957 33554432000 4194304 4196468 140723183775840 140446264023632 140447698495387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10846964 memory=-2247047206171412304 CPUtime=4.03 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) S 3386 3390 3331 0 -1 1077944384 8337 13083 0 0 393 3 4 3 20 0 15 0 409788628 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10846964 memory=6944652177228980320 CPUtime=4.14 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) S 3386 3390 3331 0 -1 1077944384 10736 13083 0 0 403 4 4 3 20 0 15 0 409788628 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447122012144 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10846964 memory=0 CPUtime=3.52 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) S 3386 3390 3331 0 -1 1077944384 14242 13083 0 0 340 5 4 3 20 0 15 0 409788628 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447120959856 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10846964 memory=1249 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11107291136 195957 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 40 13083 0 0 0 1 4 3 20 0 15 0 409788628 11107291136 195957 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 32.47 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 783828 KiB

[startup+21.6008 s]
/proc/loadavg: 3.29 5.08 6.93 4/228 3525
/proc/meminfo: memFree=17830216/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10846964 memory=808404 CPUtime=33.28 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 65718 13083 0 0 3282 39 4 3 20 0 15 0 409788610 11107291136 202101 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2711741 202101 3620 1 0 2673805 0
[pid=3390/tid=3494] ppid=3386 vsize=10846964 memory=38516 CPUtime=21.33 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 24602 13083 0 0 2109 17 4 3 20 0 15 0 409788622 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447670312288 140447275755082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10846964 memory=988 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 1182 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10846964 memory=8112282956445269571 CPUtime=0.15 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 634 13083 0 0 6 2 4 3 20 0 15 0 409788623 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10846964 memory=720240 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 437 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10846964 memory=38516 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 251 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10846964 memory=988 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 2998 13083 0 0 7 0 4 3 20 0 15 0 409788624 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447157676656 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10846964 memory=2008 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 39 13083 0 0 0 0 4 3 20 0 15 0 409788625 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447156622752 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10846964 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 4 13083 0 0 0 0 4 3 20 0 15 0 409788625 11107291136 202101 33554432000 4194304 4196468 140723183775840 140446571423360 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10846964 memory=580 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11107291136 202101 33554432000 4194304 4196468 140723183775840 140446264023632 140447698495387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10846964 memory=781732 CPUtime=4.03 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) S 3386 3390 3331 0 -1 1077944384 8337 13083 0 0 393 3 4 3 20 0 15 0 409788628 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10846964 memory=0 CPUtime=4.14 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) S 3386 3390 3331 0 -1 1077944384 10736 13083 0 0 403 4 4 3 20 0 15 0 409788628 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447122012144 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10846964 memory=0 CPUtime=3.52 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) S 3386 3390 3331 0 -1 1077944384 14242 13083 0 0 340 5 4 3 20 0 15 0 409788628 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447120959856 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10846964 memory=395 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11107291136 202101 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10846964 memory=407 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 40 13083 0 0 0 1 4 3 20 0 15 0 409788628 11107291136 202101 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 33.28 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 808404 KiB

[startup+22.4008 s]
/proc/loadavg: 3.29 5.08 6.93 4/228 3525
/proc/meminfo: memFree=17646544/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10846964 memory=810452 CPUtime=34.08 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 65852 13083 0 0 3362 39 4 3 20 0 15 0 409788610 11107291136 202613 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2711741 202613 3620 1 0 2673805 0
[pid=3390/tid=3494] ppid=3386 vsize=10846964 memory=580 CPUtime=22.13 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) R 3386 3390 3331 0 -1 4202560 24731 13083 0 0 2189 17 4 3 20 0 15 0 409788622 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447670312656 140447277872961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10846964 memory=1720 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 1183 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10846964 memory=10604 CPUtime=0.15 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 635 13083 0 0 6 2 4 3 20 0 15 0 409788623 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10846964 memory=8112282956445269571 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 439 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10846964 memory=6656426216303648864 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 252 13083 0 0 6 1 4 3 20 0 15 0 409788623 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10846964 memory=783828 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 2998 13083 0 0 7 0 4 3 20 0 15 0 409788624 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447157676656 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10846964 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 39 13083 0 0 0 0 4 3 20 0 15 0 409788625 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447156622752 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10846964 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 4 13083 0 0 0 0 4 3 20 0 15 0 409788625 11107291136 202613 33554432000 4194304 4196468 140723183775840 140446571423360 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10846964 memory=1660 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11107291136 202613 33554432000 4194304 4196468 140723183775840 140446264023632 140447698495387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10846964 memory=753008 CPUtime=4.03 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) S 3386 3390 3331 0 -1 1077944384 8337 13083 0 0 393 3 4 3 20 0 15 0 409788628 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10846964 memory=988 CPUtime=4.14 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) S 3386 3390 3331 0 -1 1077944384 10736 13083 0 0 403 4 4 3 20 0 15 0 409788628 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447122012144 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10846964 memory=3620 CPUtime=3.52 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) S 3386 3390 3331 0 -1 1077944384 14242 13083 0 0 340 5 4 3 20 0 15 0 409788628 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447120959856 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10846964 memory=808404 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 15 0 409788628 11107291136 202613 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3522] ppid=3386 vsize=10846964 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3522/stat : 3522 (java) S 3386 3390 3331 0 -1 1077944384 40 13083 0 0 0 1 4 3 20 0 15 0 409788628 11107291136 202613 33554432000 4194304 4196468 140723183775840 140447119907760 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 34.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 810452 KiB

[startup+22.6007 s]
/proc/loadavg: 3.29 5.08 6.93 4/228 3525
/proc/meminfo: memFree=17646544/32770624 swapFree=66959216/67108860
[pid=3390] ppid=3386 vsize=10945272 memory=810756 CPUtime=34.32 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3386 3390 3331 0 -1 1077944320 69777 13083 0 0 3385 40 4 3 20 0 14 0 409788610 11207958528 202689 33554432000 4194304 4196468 140723183775840 140723183758384 140447698476791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
/proc/3390/statm: 2736318 202689 3622 1 0 2698382 0
[pid=3390/tid=3494] ppid=3386 vsize=10945272 memory=8112282956445269571 CPUtime=22.32 cores=0,2,4,6
/proc/3390/task/3494/stat : 3494 (java) S 3386 3390 3331 0 -1 1077944384 26123 13083 0 0 2208 17 4 3 20 0 14 0 409788622 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447670320272 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3496] ppid=3386 vsize=10945272 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3496/stat : 3496 (java) S 3386 3390 3331 0 -1 1077944384 1183 13083 0 0 6 1 4 3 20 0 14 0 409788623 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447702718864 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3499] ppid=3386 vsize=10945272 memory=280111862242112 CPUtime=0.15 cores=0,2,4,6
/proc/3390/task/3499/stat : 3499 (java) S 3386 3390 3331 0 -1 1077944384 635 13083 0 0 6 2 4 3 20 0 14 0 409788623 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447590992144 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3502] ppid=3386 vsize=10945272 memory=2110406538209748 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3502/stat : 3502 (java) S 3386 3390 3331 0 -1 1077944384 439 13083 0 0 6 1 4 3 20 0 14 0 409788623 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447589939856 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3504] ppid=3386 vsize=10945272 memory=6944656575208382560 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3504/stat : 3504 (java) S 3386 3390 3331 0 -1 1077944384 252 13083 0 0 6 1 4 3 20 0 14 0 409788623 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447588887056 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3506] ppid=3386 vsize=10945272 memory=6944656592455359580 CPUtime=0.14 cores=0,2,4,6
/proc/3390/task/3506/stat : 3506 (java) S 3386 3390 3331 0 -1 1077944384 4400 13083 0 0 7 0 4 3 20 0 14 0 409788624 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447157676864 140447698487938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3507] ppid=3386 vsize=10945272 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3507/stat : 3507 (java) S 3386 3390 3331 0 -1 1077944384 39 13083 0 0 0 0 4 3 20 0 14 0 409788625 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447156622752 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3509] ppid=3386 vsize=10945272 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3509/stat : 3509 (java) S 3386 3390 3331 0 -1 1077944384 4 13083 0 0 0 0 4 3 20 0 14 0 409788625 11207958528 202689 33554432000 4194304 4196468 140723183775840 140446571423360 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3511] ppid=3386 vsize=10945272 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3511/stat : 3511 (java) S 3386 3390 3331 0 -1 1077944384 25 13083 0 0 0 0 4 3 20 0 14 0 409788628 11207958528 202689 33554432000 4194304 4196468 140723183775840 140446264022400 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3513] ppid=3386 vsize=10945272 memory=8112282956445269571 CPUtime=4.04 cores=0,2,4,6
/proc/3390/task/3513/stat : 3513 (java) S 3386 3390 3331 0 -1 1077944384 8441 13083 0 0 394 3 4 3 20 0 14 0 409788628 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447123064944 140447698487938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3515] ppid=3386 vsize=10945272 memory=988 CPUtime=4.16 cores=0,2,4,6
/proc/3390/task/3515/stat : 3515 (java) S 3386 3390 3331 0 -1 1077944384 10803 13083 0 0 405 4 4 3 20 0 14 0 409788628 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447121996656 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3517] ppid=3386 vsize=10945272 memory=2008 CPUtime=3.54 cores=0,2,4,6
/proc/3390/task/3517/stat : 3517 (java) S 3386 3390 3331 0 -1 1077944384 15135 13083 0 0 341 6 4 3 20 0 14 0 409788628 11207958528 202689 33554432000 4194304 4196468 140723183775840 140447120955232 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
[pid=3390/tid=3519] ppid=3386 vsize=10945272 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/3390/task/3519/stat : 3519 (java) S 3386 3390 3331 0 -1 1077944384 3 13083 0 0 0 0 4 3 20 0 14 0 409788628 11207958528 202689 33554432000 4194304 4196468 140723183775840 140446230464992 140447698486997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32849920 140723183782645 140723183785157 140723183785157 140723183787983 0
Current children cumulated CPU time: 34.32 s
Current children cumulated vsize: 10945272 KiB
Current children cumulated memory: 810756 KiB

Child status: 0
Real time (s): 22.6176
CPU time (s): 34.362
CPU user time (s): 33.9076
CPU system time (s): 0.454429
CPU usage (%): 151.926
Max. virtual memory (cumulated for all children) (KiB): 10945272
Max. memory (cumulated for all children) (KiB): 810756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9076
system time used= 0.454429
maximum resident set size= 812740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82889
page faults= 0
swaps= 0
block input operations= 40
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15516
involuntary context switches= 166


# summary of solver processes directly reported to runsolver:
#   pid: 3390
#   total CPU time (s): 34.362
#   total CPU user time (s): 33.9076
#   total CPU system time (s): 0.454429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181719 second user time and 0.230783 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 03:34:04
IDJOB=4387554
IDBENCH=141717
IDSOLVER=2823
FILE ID=node124/4387554-1568338484
RUNJOBID= node124-1568338444-3362
PBS_JOBID= 21701165
Free space on /tmp= 55364 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-036.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387554-1568338484/watcher-4387554-1568338484 -o /tmp/evaluation-result-4387554-1568338484/solver-4387554-1568338484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568338444-3362 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1094025902 HOME/instance-4387554-1568338484.xml

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

MD5SUM BENCH= 5e5c63d89f6605b36f0577fcc9be8ecb
RANDOM SEED=1094025902

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19873276 kB
MemAvailable:   31816952 kB
Buffers:          166912 kB
Cached:         11940448 kB
SwapCached:        45864 kB
Active:          1046396 kB
Inactive:       11109904 kB
Active(anon):       5272 kB
Inactive(anon):    85948 kB
Active(file):    1041124 kB
Inactive(file): 11023956 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             70068 kB
Writeback:             0 kB
AnonPages:        113916 kB
Mapped:            42884 kB
Shmem:             32744 kB
Slab:             335728 kB
SReclaimable:     307056 kB
SUnreclaim:        28672 kB
KernelStack:        3408 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55296 MiB
End job on node124 at 2019-09-13 03:34:27