Trace number 4294880

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.8-SuperNG 2018-06-13SAT 19.7848 10.6269

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
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.267621
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
19.60/10.37	v <instantiation>
19.60/10.37	v       <list>
19.60/10.37	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]
19.60/10.37	v       </list>
19.60/10.37	v       <values>
19.60/10.37	v         4 19 0 6 4 0 19 11 0 21 0 11 11 4 0 23 4 17 0 8 18 17 4 13 3 17 0 18 0 17 19 4 0 6 0 1 0 0 13 1 0 0
19.60/10.37	v       </values>
19.60/10.37	v     </instantiation>
19.76/10.61	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 (6810 MiB free)
  memory of node 1: 16384 MiB (13321 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294880-1532498695/watcher-4294880-1532498695 -o /tmp/evaluation-result-4294880-1532498695/solver-4294880-1532498695 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=567075643 -superng HOME/instance-4294880-1532498695.xml 

running on 4 cores: 1,3,5,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=4253, runsolver pid=4250

[startup+0.100646 s]*
/proc/loadavg: 1.84 1.99 2.03 3/193 4350
/proc/meminfo: memFree=20613484/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=141188 memory=5572 CPUtime=0.08 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 2528 13159 0 1 0 0 5 3 20 0 2 0 67432674 144576512 1393 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 35836 1393 1054 1 0 24747 0
[pid=4253/tid=4357] ppid=4250 vsize=392944 memory=4860381530954572948 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) S 4250 4253 4192 0 -1 1077944384 405 13159 0 1 0 0 5 3 20 0 2 0 67432685 402374656 1916 33554432000 4194304 4196468 140733805804288 140305541233056 140305569401474 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 141188 KiB
Current children cumulated memory: 5572 KiB

[startup+0.219495 s]*
/proc/loadavg: 1.84 1.99 2.03 3/220 4384
/proc/meminfo: memFree=20560604/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=10818904 memory=40208 CPUtime=0.25 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 7273 13159 0 1 16 1 5 3 20 0 15 0 67432674 11078557696 10052 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2704726 10052 2966 1 0 2667149 0
[pid=4253/tid=4357] ppid=4250 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) R 4250 4253 4192 0 -1 4202560 4080 13159 0 1 10 1 5 3 20 0 15 0 67432685 11078557696 10250 33554432000 4194304 4196468 140733805804288 140305541212232 140305549666141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=10818904 memory=4211974385352261002 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11078557696 10250 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=10818904 memory=140659147470464 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11078557696 10250 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11078557696 10250 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432686 11078557696 10250 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4367] ppid=4250 vsize=10818904 memory=140659147470464 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4367/stat : 4367 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432687 11078557696 10250 33554432000 4194304 4196468 140733805804288 140305028950768 140305569401474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 33 13159 0 1 0 0 5 3 20 0 15 0 67432688 11078557696 10250 33554432000 4194304 4196468 140733805804288 140305027896992 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432688 11078557696 10250 33554432000 4194304 4196468 140733805804288 140304434849008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11078557696 10250 33554432000 4194304 4196468 140733805804288 140304127449552 140305569408923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 496 13159 0 1 1 0 5 3 20 0 15 0 67432691 11078557696 10250 33554432000 4194304 4196468 140733805804288 140304994339056 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 88 13159 0 1 1 0 5 3 20 0 15 0 67432691 11078557696 10316 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=10818904 memory=140659147470464 CPUtime=0.11 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 556 13159 0 1 3 0 5 3 20 0 15 0 67432691 11078557696 10316 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11078557696 10316 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4383] ppid=4250 vsize=10818904 memory=140659147470464 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4383/stat : 4383 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432691 11078557696 10316 33554432000 4194304 4196468 140733805804288 140304991181872 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40208 KiB

[startup+0.310353 s]*
/proc/loadavg: 1.84 1.99 2.03 3/220 4384
/proc/meminfo: memFree=20534800/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=10819352 memory=50680 CPUtime=0.37 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 9740 13159 0 1 27 2 5 3 20 0 15 0 67432674 11079016448 12670 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2704838 12670 3085 1 0 2667149 0
[pid=4253/tid=4357] ppid=4250 vsize=10819352 memory=281318076323448 CPUtime=0.27 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) R 4250 4253 4192 0 -1 4202560 6349 13159 0 1 18 1 5 3 20 0 15 0 67432685 11079016448 12670 33554432000 4194304 4196468 140733805804288 140305541202336 140305550953883 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=10819352 memory=3977295499660704336 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 12670 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=10819352 memory=140659147470464 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 12670 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 12670 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 12670 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4367] ppid=4250 vsize=10819352 memory=140659147470464 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4367/stat : 4367 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432687 11079016448 12670 33554432000 4194304 4196468 140733805804288 140305028950768 140305569401474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 33 13159 0 1 0 0 5 3 20 0 15 0 67432688 11079016448 12670 33554432000 4194304 4196468 140733805804288 140305027896992 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=10819352 memory=140659147470464 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432688 11079016448 12670 33554432000 4194304 4196468 140733805804288 140304434849008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11079016448 12670 33554432000 4194304 4196468 140733805804288 140304127449552 140305569408923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 497 13159 0 1 2 0 5 3 20 0 15 0 67432691 11079016448 12670 33554432000 4194304 4196468 140733805804288 140304994339056 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 88 13159 0 1 1 0 5 3 20 0 15 0 67432691 11079016448 12670 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 566 13159 0 1 5 0 5 3 20 0 15 0 67432691 11079016448 12670 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11079016448 12670 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4383] ppid=4250 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4383/stat : 4383 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432691 11079016448 12670 33554432000 4194304 4196468 140733805804288 140304991181872 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50680 KiB

[startup+0.700771 s]
/proc/loadavg: 1.84 1.99 2.03 3/220 4384
/proc/meminfo: memFree=20513200/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=10819352 memory=84920 CPUtime=0.98 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 16373 13159 0 1 87 3 5 3 20 0 15 0 67432674 11079016448 21230 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2704838 21230 3245 1 0 2667149 0
[pid=4253/tid=4357] ppid=4250 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) R 4250 4253 4192 0 -1 4202560 11934 13159 0 1 55 2 5 3 20 0 15 0 67432685 11079016448 21230 33554432000 4194304 4196468 140733805804288 140305541218208 140305553470814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=10819352 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 21230 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=10819352 memory=31 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 21230 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=10819352 memory=7165352523811337273 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 21230 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=10819352 memory=5787495302074427217 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432686 11079016448 21230 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4367] ppid=4250 vsize=10819352 memory=7660734387898699862 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4367/stat : 4367 (java) S 4250 4253 4192 0 -1 1077944384 5 13159 0 1 0 0 5 3 20 0 15 0 67432687 11079016448 21230 33554432000 4194304 4196468 140733805804288 140305028950768 140305569401474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=10819352 memory=7674596114781855808 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 33 13159 0 1 0 0 5 3 20 0 15 0 67432688 11079016448 21230 33554432000 4194304 4196468 140733805804288 140305027896992 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=10819352 memory=-7521736447810188379 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432688 11079016448 21230 33554432000 4194304 4196468 140733805804288 140304434849008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=10819352 memory=-8458152057954364812 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11079016448 21230 33554432000 4194304 4196468 140733805804288 140304127449552 140305569408923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=10819352 memory=8257237230052613020 CPUtime=0.15 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 876 13159 0 1 7 0 5 3 20 0 15 0 67432691 11079016448 21230 33554432000 4194304 4196468 140733805804288 140304994339056 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=10819352 memory=-6804530832991035292 CPUtime=0.17 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 703 13159 0 1 9 0 5 3 20 0 15 0 67432691 11079016448 21230 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=10819352 memory=-6876588627878687573 CPUtime=0.21 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 617 13159 0 1 13 0 5 3 20 0 15 0 67432691 11079016448 21230 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11079016448 21230 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4383] ppid=4250 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4383/stat : 4383 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432691 11079016448 21230 33554432000 4194304 4196468 140733805804288 140304991181872 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84920 KiB

[startup+1.50075 s]
/proc/loadavg: 1.84 1.99 2.03 3/220 4384
/proc/meminfo: memFree=20426644/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=10830156 memory=233244 CPUtime=2.82 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 22556 13159 0 1 265 9 5 3 20 0 15 0 67432674 11090079744 58311 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2707539 58311 3451 1 0 2669197 0
[pid=4253/tid=4357] ppid=4250 vsize=10830156 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) R 4250 4253 4192 0 -1 4202560 15339 13159 0 1 130 6 5 3 20 0 15 0 67432685 11090079744 58311 33554432000 4194304 4196468 140733805804288 140305541215184 140305553470814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=10830156 memory=98248 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 23 13159 0 1 0 0 5 3 20 0 15 0 67432686 11090079744 58311 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 20 13159 0 1 0 0 5 3 20 0 15 0 67432686 11090079744 58311 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=10830156 memory=6872598998417432672 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 298 13159 0 1 0 0 5 3 20 0 15 0 67432686 11090079744 58311 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 34 13159 0 1 0 0 5 3 20 0 15 0 67432686 11090079744 58311 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4367] ppid=4250 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4367/stat : 4367 (java) S 4250 4253 4192 0 -1 1077944384 31 13159 0 1 0 0 5 3 20 0 15 0 67432687 11090079744 58311 33554432000 4194304 4196468 140733805804288 140305028950768 140305569401474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 35 13159 0 1 0 0 5 3 20 0 15 0 67432688 11090079744 58311 33554432000 4194304 4196468 140733805804288 140305027896992 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432688 11090079744 58311 33554432000 4194304 4196468 140733805804288 140304434849008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11090079744 58311 33554432000 4194304 4196468 140733805804288 140304127449552 140305569408923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=10830156 memory=4580 CPUtime=0.51 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 1560 13159 0 1 43 0 5 3 20 0 15 0 67432691 11090079744 58311 33554432000 4194304 4196468 140733805804288 140304994339056 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=10830156 memory=5937808664844407211 CPUtime=0.6 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 1380 13159 0 1 52 0 5 3 20 0 15 0 67432691 11090079744 58311 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=10830156 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 1635 13159 0 1 34 0 5 3 20 0 15 0 67432691 11090079744 58311 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=10830156 memory=281318076716336 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11090079744 58311 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4383] ppid=4250 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4383/stat : 4383 (java) S 4250 4253 4192 0 -1 1077944384 1 13159 0 1 0 0 5 3 20 0 15 0 67432691 11090079744 58311 33554432000 4194304 4196468 140733805804288 140304991181872 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10830156 KiB
Current children cumulated memory: 233244 KiB

[startup+3.11062 s]
/proc/loadavg: 1.84 1.99 2.03 8/220 4384
/proc/meminfo: memFree=20006776/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=10842464 memory=320044 CPUtime=6.13 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 43531 13159 0 1 588 17 5 3 20 0 15 0 67432674 11102683136 80011 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2710616 80011 3497 1 0 2672269 0

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

[pid=4253/tid=4373] ppid=4250 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 116588 33554432000 4194304 4196468 140733805804288 140304127449552 140305569408923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=10914144 memory=0 CPUtime=3.45 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 13726 13159 0 1 333 4 5 3 20 0 15 0 67432691 11176083456 116588 33554432000 4194304 4196468 140733805804288 140304994339056 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=10914144 memory=0 CPUtime=3.3 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 5712 13159 0 1 321 1 5 3 20 0 15 0 67432691 11176083456 116588 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=10914144 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 5693 13159 0 1 130 2 5 3 20 0 15 0 67432691 11176083456 116588 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 116588 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4383] ppid=4250 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4383/stat : 4383 (java) S 4250 4253 4192 0 -1 1077944384 8 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 116588 33554432000 4194304 4196468 140733805804288 140304991181872 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 466352 KiB

[startup+8.00069 s]*
/proc/loadavg: 2.10 2.04 2.05 5/219 4514
/proc/meminfo: memFree=19984500/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=10914144 memory=543192 CPUtime=17.13 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 80191 13159 0 1 1671 34 5 3 20 0 15 0 67432674 11176083456 135798 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2728536 135798 3515 1 0 2690189 0
[pid=4253/tid=4357] ppid=4250 vsize=10914144 memory=8112282956445269571 CPUtime=7.77 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) R 4250 4253 4192 0 -1 4202560 46994 13159 0 1 755 14 5 3 20 0 15 0 67432685 11176083456 135798 33554432000 4194304 4196468 140733805804288 140305541219432 140305132455891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=10914144 memory=-7003737579269690708 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 127 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135798 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=10914144 memory=716 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 207 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135798 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=10914144 memory=16060 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 422 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135798 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=10914144 memory=972 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 869 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135798 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4367] ppid=4250 vsize=10914144 memory=1328725297981317182 CPUtime=0.13 cores=1,3,5,7
/proc/4253/task/4367/stat : 4367 (java) S 4250 4253 4192 0 -1 1077944384 1625 13159 0 1 5 0 5 3 20 0 15 0 67432687 11176083456 135798 33554432000 4194304 4196468 140733805804288 140305028950768 140305569401474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=10914144 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 39 13159 0 1 0 0 5 3 20 0 15 0 67432688 11176083456 135798 33554432000 4194304 4196468 140733805804288 140305027897120 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432688 11176083456 135798 33554432000 4194304 4196468 140733805804288 140304434849024 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 135798 33554432000 4194304 4196468 140733805804288 140304127449552 140305569408923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=10914144 memory=0 CPUtime=3.89 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 14452 13159 0 1 377 4 5 3 20 0 15 0 67432691 11176083456 135798 33554432000 4194304 4196468 140733805804288 140304994339056 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=10914144 memory=0 CPUtime=3.64 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 6413 13159 0 1 354 2 5 3 20 0 15 0 67432691 11176083456 135798 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=10914144 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 6827 13159 0 1 142 2 5 3 20 0 15 0 67432691 11176083456 135798 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=10914144 memory=3763099673816014896 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 135798 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4383] ppid=4250 vsize=10914144 memory=3835294615699138484 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4383/stat : 4383 (java) S 4250 4253 4192 0 -1 1077944384 16 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 135798 33554432000 4194304 4196468 140733805804288 140304991181872 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 543192 KiB

[startup+9.60071 s]
/proc/loadavg: 2.33 2.09 2.07 3/219 4514
/proc/meminfo: memFree=19763024/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=10914144 memory=543224 CPUtime=18.84 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 80801 13159 0 1 1842 34 5 3 20 0 15 0 67432674 11176083456 135806 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2728536 135806 3515 1 0 2690189 0
[pid=4253/tid=4357] ppid=4250 vsize=10914144 memory=6370719275257063784 CPUtime=9.36 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) R 4250 4253 4192 0 -1 4202560 47192 13159 0 1 914 14 5 3 20 0 15 0 67432685 11176083456 135806 33554432000 4194304 4196468 140733805804288 140305541217936 140305134815008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=10914144 memory=6945507666079274341 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 127 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135806 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=10914144 memory=8 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 207 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135806 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=10914144 memory=2273 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 422 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135806 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=10914144 memory=543192 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 869 13159 0 1 8 2 5 3 20 0 15 0 67432686 11176083456 135806 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4367] ppid=4250 vsize=10914144 memory=519804 CPUtime=0.13 cores=1,3,5,7
/proc/4253/task/4367/stat : 4367 (java) S 4250 4253 4192 0 -1 1077944384 1658 13159 0 1 5 0 5 3 20 0 15 0 67432687 11176083456 135806 33554432000 4194304 4196468 140733805804288 140305028950768 140305569401474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=10914144 memory=54 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 39 13159 0 1 0 0 5 3 20 0 15 0 67432688 11176083456 135806 33554432000 4194304 4196468 140733805804288 140305027897120 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=10914144 memory=34 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 2 13159 0 1 0 0 5 3 20 0 15 0 67432688 11176083456 135806 33554432000 4194304 4196468 140733805804288 140304434849024 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 135806 33554432000 4194304 4196468 140733805804288 140304127449552 140305569408923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=10914144 memory=337 CPUtime=3.93 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 14603 13159 0 1 381 4 5 3 20 0 15 0 67432691 11176083456 135806 33554432000 4194304 4196468 140733805804288 140304994339056 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=10914144 memory=313 CPUtime=3.7 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 6567 13159 0 1 360 2 5 3 20 0 15 0 67432691 11176083456 135806 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=10914144 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 6896 13159 0 1 144 2 5 3 20 0 15 0 67432691 11176083456 135806 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=10914144 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 135806 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4383] ppid=4250 vsize=10914144 memory=288287766360621684 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4383/stat : 4383 (java) S 4250 4253 4192 0 -1 1077944384 21 13159 0 1 0 0 5 3 20 0 15 0 67432691 11176083456 135806 33554432000 4194304 4196468 140733805804288 140304991181872 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 18.84 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 543224 KiB

[startup+10.4007 s]
/proc/loadavg: 2.33 2.09 2.07 4/219 4514
/proc/meminfo: memFree=19701016/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=11012452 memory=552552 CPUtime=19.76 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 84353 13159 0 1 1932 36 5 3 20 0 13 0 67432674 11276750848 138138 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2753113 138138 3518 1 0 2714766 0
[pid=4253/tid=4357] ppid=4250 vsize=11012452 memory=5792869732057044068 CPUtime=10.13 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) D 4250 4253 4192 0 -1 4202560 48631 13159 0 1 991 14 5 3 20 0 13 0 67432685 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305541233976 140305562075959 0 0 0 16800975 18446744072100891781 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=11012452 memory=8112282956445269571 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 177 13159 0 1 8 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=11012452 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 481 13159 0 1 9 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=11012452 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 574 13159 0 1 8 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=11012452 memory=4420 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 878 13159 0 1 8 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=11012452 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 41 13159 0 1 0 0 5 3 20 0 13 0 67432688 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305027897120 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=11012452 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 6 13159 0 1 0 0 5 3 20 0 13 0 67432688 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304434849024 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=11012452 memory=13252 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 25 13159 0 1 0 0 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304127446320 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=11012452 memory=15460 CPUtime=3.98 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 14656 13159 0 1 386 4 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304994323568 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=11012452 memory=17668 CPUtime=3.74 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 6657 13159 0 1 364 2 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=11012452 memory=19876 CPUtime=1.56 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 6990 13159 0 1 146 2 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=11012452 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 19.76 s
Current children cumulated vsize: 11012452 KiB
Current children cumulated memory: 552552 KiB

[startup+10.6006 s]
/proc/loadavg: 2.33 2.09 2.07 4/219 4514
/proc/meminfo: memFree=19701016/32770624 swapFree=67108860/67108860
[pid=4253] ppid=4250 vsize=11012452 memory=552552 CPUtime=19.76 cores=1,3,5,7
/proc/4253/stat : 4253 (java) S 4250 4253 4192 0 -1 1077944320 84353 13159 0 1 1932 36 5 3 20 0 13 0 67432674 11276750848 138138 33554432000 4194304 4196468 140733805804288 140733805786832 140305569390327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
/proc/4253/statm: 2753113 138138 3518 1 0 2714766 0
[pid=4253/tid=4357] ppid=4250 vsize=11012452 memory=543192 CPUtime=10.13 cores=1,3,5,7
/proc/4253/task/4357/stat : 4357 (java) D 4250 4253 4192 0 -1 4202560 48631 13159 0 1 991 14 5 3 20 0 13 0 67432685 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305541233976 140305562075959 0 0 0 16800975 18446744072100891781 0 0 -1 3 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4359] ppid=4250 vsize=11012452 memory=8112282956445269571 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4359/stat : 4359 (java) S 4250 4253 4192 0 -1 1077944384 177 13159 0 1 8 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305573632528 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4360] ppid=4250 vsize=11012452 memory=288284463581119098 CPUtime=0.19 cores=1,3,5,7
/proc/4253/task/4360/stat : 4360 (java) S 4250 4253 4192 0 -1 1077944384 481 13159 0 1 9 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305461906064 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4361] ppid=4250 vsize=11012452 memory=-3253322038155611931 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4361/stat : 4361 (java) S 4250 4253 4192 0 -1 1077944384 574 13159 0 1 8 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305460853008 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4362] ppid=4250 vsize=11012452 memory=-9174445032661854264 CPUtime=0.18 cores=1,3,5,7
/proc/4253/task/4362/stat : 4362 (java) S 4250 4253 4192 0 -1 1077944384 878 13159 0 1 8 2 5 3 20 0 13 0 67432686 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305459800464 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4369] ppid=4250 vsize=11012452 memory=-6225522050831097641 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4369/stat : 4369 (java) S 4250 4253 4192 0 -1 1077944384 41 13159 0 1 0 0 5 3 20 0 13 0 67432688 11276750848 138138 33554432000 4194304 4196468 140733805804288 140305027897120 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4371] ppid=4250 vsize=11012452 memory=-4546129931942301728 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4371/stat : 4371 (java) S 4250 4253 4192 0 -1 1077944384 6 13159 0 1 0 0 5 3 20 0 13 0 67432688 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304434849024 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4373] ppid=4250 vsize=11012452 memory=-2897801490638248215 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4373/stat : 4373 (java) S 4250 4253 4192 0 -1 1077944384 25 13159 0 1 0 0 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304127446320 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4374] ppid=4250 vsize=11012452 memory=7014751519617208677 CPUtime=3.98 cores=1,3,5,7
/proc/4253/task/4374/stat : 4374 (java) S 4250 4253 4192 0 -1 1077944384 14656 13159 0 1 386 4 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304994323568 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4375] ppid=4250 vsize=11012452 memory=6005105232188367719 CPUtime=3.74 cores=1,3,5,7
/proc/4253/task/4375/stat : 4375 (java) S 4250 4253 4192 0 -1 1077944384 6657 13159 0 1 364 2 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304993286512 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4376] ppid=4250 vsize=11012452 memory=7162789833967227753 CPUtime=1.56 cores=1,3,5,7
/proc/4253/task/4376/stat : 4376 (java) S 4250 4253 4192 0 -1 1077944384 6990 13159 0 1 146 2 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304992233456 140305569401474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
[pid=4253/tid=4381] ppid=4250 vsize=11012452 memory=7882257397923079507 CPUtime=0.08 cores=1,3,5,7
/proc/4253/task/4381/stat : 4381 (java) S 4250 4253 4192 0 -1 1077944384 3 13159 0 1 0 0 5 3 20 0 13 0 67432691 11276750848 138138 33554432000 4194304 4196468 140733805804288 140304093890912 140305569400533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33542144 140733805811884 140733805815132 140733805815132 140733805817807 0
Current children cumulated CPU time: 19.76 s
Current children cumulated vsize: 11012452 KiB
Current children cumulated memory: 552552 KiB

Child status: 0
Real time (s): 10.6269
CPU time (s): 19.7848
CPU user time (s): 19.377
CPU system time (s): 0.407776
CPU usage (%): 186.177
Max. virtual memory (cumulated for all children) (KiB): 11012452
Max. memory (cumulated for all children) (KiB): 553620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.377
system time used= 0.407776
maximum resident set size= 554536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97539
page faults= 1
swaps= 0
block input operations= 24
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7605
involuntary context switches= 83


# summary of solver processes directly reported to runsolver:
#   pid: 4253
#   total CPU time (s): 19.7848
#   total CPU user time (s): 19.377
#   total CPU system time (s): 0.407776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.083774 second user time and 0.147832 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 08:04:55
IDJOB=4294880
IDBENCH=141440
IDSOLVER=2751
FILE ID=node132/4294880-1532498695
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52132 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294880-1532498695/watcher-4294880-1532498695 -o /tmp/evaluation-result-4294880-1532498695/solver-4294880-1532498695 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=567075643 -superng HOME/instance-4294880-1532498695.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=567075643

node132.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.65
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.65
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.65
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.65
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:        20615308 kB
MemAvailable:   31938172 kB
Buffers:          190228 kB
Cached:         11292248 kB
SwapCached:            0 kB
Active:          3130180 kB
Inactive:        8405288 kB
Active(anon):       3308 kB
Inactive(anon):    69452 kB
Active(file):    3126872 kB
Inactive(file):  8335836 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             55596 kB
Writeback:             0 kB
AnonPages:         60112 kB
Mapped:            39176 kB
Shmem:             17056 kB
Slab:             315520 kB
SReclaimable:     288616 kB
SUnreclaim:        26904 kB
KernelStack:        3280 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52088 MiB
End job on node132 at 2018-07-25 08:05:06