Trace number 4395745

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 343.101 329.133

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-047.xml
MD5SUM503235a9ef2fa2334058f0cfe41dccf4
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 benchmark4.71301
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size30
Maximum domain size47
Distribution of domain sizes[{"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},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
342.92/329.10	v <instantiation
342.92/329.10	v         >
342.92/329.10	v       <list>
342.92/329.10	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] 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] y[15] y[16] y[17]
342.92/329.10	v       </list>
342.92/329.10	v       <values>
342.92/329.10	v         40 31 44 5 0 32 40 32 38 12 36 0 0 22 17 31 0 13 0 29 17 17 17 8 1 0 8 17 20 22 34 15 0 31 0 29
342.92/329.10	v       </values>
342.92/329.10	v     </instantiation>
342.92/329.10	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 (15439 MiB free)
  memory of node 1: 16384 MiB (12456 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395745-1568413956/watcher-4395745-1568413956 -o /tmp/evaluation-result-4395745-1568413956/solver-4395745-1568413956 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25058 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1100542365 HOME/instance-4395745-1568413956.xml 

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

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


[startup+0.101729 s]*
/proc/loadavg: 1.40 1.42 1.41 3/220 30535
/proc/meminfo: memFree=28557064/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 4546 13298 0 0 1 1 5 3 20 0 6 0 417332141 10212057088 4269 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2493178 4269 1935 1 0 2481616 0
[pid=30478/tid=30531] ppid=30475 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 2329 13298 0 0 1 0 5 3 20 0 6 0 417332150 10212057088 4269 33554432000 4194304 4196468 140720584437520 139997905719888 139997919006064 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 417332151 10212057088 4269 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=9972712 memory=140342276269696 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 417332151 10212057088 4269 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 417332151 10212057088 4269 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 6 0 417332151 10212057088 4269 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210443 s]*
/proc/loadavg: 1.40 1.42 1.41 4/229 30544
/proc/meminfo: memFree=28536540/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10819664 memory=41908 CPUtime=0.26 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 7292 13298 0 0 16 2 5 3 20 0 15 0 417332141 11079335936 10477 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2704916 10477 3172 1 0 2667149 0
[pid=30478/tid=30531] ppid=30475 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 3765 13298 0 0 10 1 5 3 20 0 15 0 417332150 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997905689480 139997933895062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10819664 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10819664 memory=140342276296701 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10819664 memory=140342276269696 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332152 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997393394288 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 417332153 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997392340256 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332153 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997277578864 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332156 11079335936 10477 33554432000 4194304 4196468 140720584437520 139996673600080 139997933901723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) S 30475 30478 25027 0 -1 1077944384 607 13298 0 0 1 0 5 3 20 0 15 0 417332156 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997358782576 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 47 13298 0 0 0 0 5 3 20 0 15 0 417332156 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997357729776 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10819664 memory=140342276269696 CPUtime=0.11 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) R 30475 30478 25027 0 -1 4202560 614 13298 0 0 3 0 5 3 20 0 15 0 417332156 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997356677488 139997912514789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11079335936 10477 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10819664 memory=140342276269696 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332156 11079335936 10477 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41908 KiB

[startup+0.310476 s]*
/proc/loadavg: 1.40 1.42 1.41 3/229 30544
/proc/meminfo: memFree=28524176/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10820148 memory=53032 CPUtime=0.4 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 10994 13298 0 0 28 4 5 3 20 0 15 0 417332141 11079831552 13258 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2705037 13258 3304 1 0 2667149 0
[pid=30478/tid=30531] ppid=30475 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 7449 13298 0 0 18 3 5 3 20 0 15 0 417332150 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997905683040 139997917963614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332151 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332152 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997393394288 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 417332153 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997392340256 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332153 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997277578864 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332156 11079831552 13258 33554432000 4194304 4196468 140720584437520 139996673600080 139997933901723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) S 30475 30478 25027 0 -1 1077944384 616 13298 0 0 2 0 5 3 20 0 15 0 417332156 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997358782576 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 48 13298 0 0 1 0 5 3 20 0 15 0 417332156 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997357729776 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10820148 memory=140342276269696 CPUtime=0.13 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) S 30475 30478 25027 0 -1 1077944384 622 13298 0 0 5 0 5 3 20 0 15 0 417332156 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997356677488 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11079831552 13258 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10820148 memory=140342276269696 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332156 11079831552 13258 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53032 KiB

[startup+0.700739 s]
/proc/loadavg: 1.40 1.42 1.41 3/229 30544
/proc/meminfo: memFree=28509908/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10824360 memory=85452 CPUtime=1.14 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 15094 13298 0 0 100 6 5 3 20 0 15 0 417332141 11084144640 21363 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2706090 21363 3502 1 0 2668173 0
[pid=30478/tid=30531] ppid=30475 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 10405 13298 0 0 55 4 5 3 20 0 15 0 417332150 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997905667296 139997933905053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332151 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332151 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10824360 memory=140342150181648 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332151 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10824360 memory=140342351364686 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332151 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10824360 memory=8000 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 5 13298 0 0 0 0 5 3 20 0 15 0 417332152 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997393394288 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10824360 memory=7518026621751088994 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 417332153 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997392340256 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10824360 memory=6081102367496366441 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332153 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997277578864 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10824360 memory=14080 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332156 11084144640 21363 33554432000 4194304 4196468 140720584437520 139996673600080 139997933901723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10824360 memory=21672 CPUtime=0.23 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) R 30475 30478 25027 0 -1 4202560 1142 13298 0 0 15 0 5 3 20 0 15 0 417332156 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997358782576 139997917375293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10824360 memory=2120 CPUtime=0.2 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 461 13298 0 0 12 0 5 3 20 0 15 0 417332156 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997357729776 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10824360 memory=508 CPUtime=0.25 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) S 30475 30478 25027 0 -1 1077944384 824 13298 0 0 17 0 5 3 20 0 15 0 417332156 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997356677488 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10824360 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11084144640 21363 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10824360 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332156 11084144640 21363 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85452 KiB

[startup+1.50066 s]
/proc/loadavg: 1.40 1.42 1.41 3/229 30544
/proc/meminfo: memFree=28467536/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10834676 memory=173096 CPUtime=2.45 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 23568 13298 0 0 225 12 5 3 20 0 15 0 417332141 11094708224 43274 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2708669 43274 3578 1 0 2670733 0
[pid=30478/tid=30531] ppid=30475 vsize=10834676 memory=69532 CPUtime=1.43 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 15972 13298 0 0 128 7 5 3 20 0 15 0 417332150 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997905673520 139997933895062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 105 13298 0 0 1 0 5 3 20 0 15 0 417332151 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10834676 memory=280684300394656 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 314 13298 0 0 0 0 5 3 20 0 15 0 417332151 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 50 13298 0 0 0 0 5 3 20 0 15 0 417332151 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 27 13298 0 0 1 0 5 3 20 0 15 0 417332151 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 1194 13298 0 0 1 0 5 3 20 0 15 0 417332152 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997393394288 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 34 13298 0 0 0 0 5 3 20 0 15 0 417332153 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997392340320 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332153 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997277578880 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332156 11094708224 43274 33554432000 4194304 4196468 140720584437520 139996673600080 139997933901723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) S 30475 30478 25027 0 -1 1077944384 1257 13298 0 0 24 0 5 3 20 0 15 0 417332156 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997358782576 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10834676 memory=10 CPUtime=0.32 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 705 13298 0 0 24 0 5 3 20 0 15 0 417332156 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997357729776 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10834676 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) R 30475 30478 25027 0 -1 4202560 1693 13298 0 0 41 0 5 3 20 0 15 0 417332156 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997356677488 139997933904474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10834676 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11094708224 43274 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10834676 memory=280684300639104 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 417332156 11094708224 43274 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

[pid=30478/tid=30542] ppid=30475 vsize=10846984 memory=667824 CPUtime=2.22 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) S 30475 30478 25027 0 -1 1077944384 13833 13298 0 0 210 4 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997356677488 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10846984 memory=484 CPUtime=0.25 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1162 13298 0 0 8 9 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 340.3 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 667828 KiB

[startup+328.001 s]*
/proc/loadavg: 1.67 1.47 1.43 3/228 30571
/proc/meminfo: memFree=27906716/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10846984 memory=667828 CPUtime=341.92 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 117757 13298 0 0 34118 66 5 3 20 0 15 0 417332141 11107311616 166957 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2711746 166957 3630 1 0 2673805 0
[pid=30478/tid=30531] ppid=30475 vsize=10846984 memory=1398720917958146503 CPUtime=325.99 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 32182 13298 0 0 32574 17 5 3 20 0 15 0 417332150 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997905718784 139997515072613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10846984 memory=1398720917958146503 CPUtime=0.87 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 6045 13298 0 0 73 6 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10846984 memory=14012 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 3253 13298 0 0 71 7 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10846984 memory=14080 CPUtime=0.85 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 3037 13298 0 0 72 5 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10846984 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 1445 13298 0 0 73 5 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10846984 memory=6791534058613427641 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 5088 13298 0 0 73 5 5 3 20 0 15 0 417332152 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997393394288 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10846984 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 40 13298 0 0 0 0 5 3 20 0 15 0 417332153 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997392340384 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10846984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 4 13298 0 0 0 0 5 3 20 0 15 0 417332153 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997277578880 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10846984 memory=3192 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139996673600080 139997933901723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10846984 memory=1017100 CPUtime=4.92 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) S 30475 30478 25027 0 -1 1077944384 26606 13298 0 0 478 6 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997358782576 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10846984 memory=1408 CPUtime=4.83 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 22847 13298 0 0 472 3 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997357729776 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10846984 memory=3072 CPUtime=2.22 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) S 30475 30478 25027 0 -1 1077944384 13833 13298 0 0 210 4 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997356677488 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10846984 memory=667828 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10846984 memory=4096 CPUtime=0.25 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1162 13298 0 0 8 9 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 341.92 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 667828 KiB

[startup+328.801 s]
/proc/loadavg: 1.67 1.47 1.43 3/228 30571
/proc/meminfo: memFree=27906716/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10846984 memory=667828 CPUtime=342.71 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 117760 13298 0 0 34197 66 5 3 20 0 15 0 417332141 11107311616 166957 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2711746 166957 3630 1 0 2673805 0
[pid=30478/tid=30531] ppid=30475 vsize=10846984 memory=2676 CPUtime=326.78 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 32185 13298 0 0 32653 17 5 3 20 0 15 0 417332150 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997905718592 139997515294637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10846984 memory=2948 CPUtime=0.87 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 6045 13298 0 0 73 6 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10846984 memory=6791534058613427641 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 3253 13298 0 0 71 7 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10846984 memory=39848 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 3037 13298 0 0 73 5 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10846984 memory=988 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 1445 13298 0 0 73 5 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10846984 memory=2020 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 5088 13298 0 0 73 5 5 3 20 0 15 0 417332152 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997393394288 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10846984 memory=1432 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 40 13298 0 0 0 0 5 3 20 0 15 0 417332153 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997392340384 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10846984 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 4 13298 0 0 0 0 5 3 20 0 15 0 417332153 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997277578880 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10846984 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139996673600080 139997933901723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10846984 memory=14080 CPUtime=4.92 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) S 30475 30478 25027 0 -1 1077944384 26606 13298 0 0 478 6 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997358782576 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10846984 memory=21672 CPUtime=4.83 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 22847 13298 0 0 472 3 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997357729776 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10846984 memory=2120 CPUtime=2.22 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) S 30475 30478 25027 0 -1 1077944384 13833 13298 0 0 210 4 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997356677488 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10846984 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10846984 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1162 13298 0 0 8 9 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 342.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 667828 KiB

[startup+329.001 s]*
/proc/loadavg: 1.61 1.47 1.43 3/228 30571
/proc/meminfo: memFree=27906716/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10846984 memory=667828 CPUtime=342.92 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 117761 13298 0 0 34218 66 5 3 20 0 15 0 417332141 11107311616 166957 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2711746 166957 3630 1 0 2673805 0
[pid=30478/tid=30531] ppid=30475 vsize=10846984 memory=1398720917958146503 CPUtime=326.98 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) R 30475 30478 25027 0 -1 4202560 32186 13298 0 0 32673 17 5 3 20 0 15 0 417332150 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997905718800 139997515074200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10846984 memory=6791534058613427641 CPUtime=0.87 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 6045 13298 0 0 73 6 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10846984 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 3253 13298 0 0 71 7 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10846984 memory=4713745541279610410 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 3037 13298 0 0 73 5 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10846984 memory=4427205132082312746 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 1445 13298 0 0 73 5 5 3 20 0 15 0 417332151 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10846984 memory=-8486080722631693414 CPUtime=0.87 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 5088 13298 0 0 74 5 5 3 20 0 15 0 417332152 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997393394288 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10846984 memory=-8412652152092201843 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 40 13298 0 0 0 0 5 3 20 0 15 0 417332153 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997392340384 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10846984 memory=-7023579799431922829 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 4 13298 0 0 0 0 5 3 20 0 15 0 417332153 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997277578880 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10846984 memory=4426639978525455914 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139996673600080 139997933901723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10846984 memory=3047711553219693942 CPUtime=4.92 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) S 30475 30478 25027 0 -1 1077944384 26606 13298 0 0 478 6 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997358782576 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10846984 memory=-7521736447810188379 CPUtime=4.83 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 22847 13298 0 0 472 3 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997357729776 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10846984 memory=-8412652160765825907 CPUtime=2.22 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) S 30475 30478 25027 0 -1 1077944384 13833 13298 0 0 210 4 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997356677488 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10846984 memory=7100839878645619564 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30544] ppid=30475 vsize=10846984 memory=-8634980985311628903 CPUtime=0.25 cores=0,2,4,6
/proc/30478/task/30544/stat : 30544 (java) S 30475 30478 25027 0 -1 1077944384 1162 13298 0 0 8 9 5 3 20 0 15 0 417332156 11107311616 166957 33554432000 4194304 4196468 140720584437520 139997355625392 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 342.92 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 667828 KiB

[startup+329.111 s]
/proc/loadavg: 1.61 1.47 1.43 3/228 30571
/proc/meminfo: memFree=27906716/32770624 swapFree=66958232/67108860
[pid=30478] ppid=30475 vsize=10945292 memory=668096 CPUtime=343.07 cores=0,2,4,6
/proc/30478/stat : 30478 (java) S 30475 30478 25027 0 -1 1077944320 124860 13298 0 0 34232 67 5 3 20 0 14 0 417332141 11207979008 167024 33554432000 4194304 4196468 140720584437520 140720584420064 139997933883127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
/proc/30478/statm: 2736323 167024 3632 1 0 2698382 0
[pid=30478/tid=30531] ppid=30475 vsize=10945292 memory=667828 CPUtime=327.08 cores=0,2,4,6
/proc/30478/task/30531/stat : 30531 (java) S 30475 30478 25027 0 -1 1077944384 34501 13298 0 0 32683 17 5 3 20 0 14 0 417332150 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997905726608 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30532] ppid=30475 vsize=10945292 memory=667828 CPUtime=0.87 cores=0,2,4,6
/proc/30478/task/30532/stat : 30532 (java) S 30475 30478 25027 0 -1 1077944384 6045 13298 0 0 73 6 5 3 20 0 14 0 417332151 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997938125200 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30533] ppid=30475 vsize=10945292 memory=667824 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30533/stat : 30533 (java) S 30475 30478 25027 0 -1 1077944384 3253 13298 0 0 71 7 5 3 20 0 14 0 417332151 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997826398480 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30534] ppid=30475 vsize=10945292 memory=667824 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30534/stat : 30534 (java) S 30475 30478 25027 0 -1 1077944384 3037 13298 0 0 73 5 5 3 20 0 14 0 417332151 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997825346192 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30535] ppid=30475 vsize=10945292 memory=667828 CPUtime=0.86 cores=0,2,4,6
/proc/30478/task/30535/stat : 30535 (java) S 30475 30478 25027 0 -1 1077944384 1445 13298 0 0 73 5 5 3 20 0 14 0 417332151 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997824293392 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30536] ppid=30475 vsize=10945292 memory=667828 CPUtime=0.87 cores=0,2,4,6
/proc/30478/task/30536/stat : 30536 (java) S 30475 30478 25027 0 -1 1077944384 5088 13298 0 0 74 5 5 3 20 0 14 0 417332152 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997393394496 139997933894274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30537] ppid=30475 vsize=10945292 memory=667828 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30537/stat : 30537 (java) S 30475 30478 25027 0 -1 1077944384 40 13298 0 0 0 0 5 3 20 0 14 0 417332153 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997392340384 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30538] ppid=30475 vsize=10945292 memory=667828 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30538/stat : 30538 (java) S 30475 30478 25027 0 -1 1077944384 4 13298 0 0 0 0 5 3 20 0 14 0 417332153 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997277578880 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30539] ppid=30475 vsize=10945292 memory=667828 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30539/stat : 30539 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 14 0 417332156 11207979008 167024 33554432000 4194304 4196468 140720584437520 139996673599728 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30540] ppid=30475 vsize=10945292 memory=667828 CPUtime=4.93 cores=0,2,4,6
/proc/30478/task/30540/stat : 30540 (java) S 30475 30478 25027 0 -1 1077944384 27320 13298 0 0 479 6 5 3 20 0 14 0 417332156 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997358762720 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30541] ppid=30475 vsize=10945292 memory=667828 CPUtime=4.85 cores=0,2,4,6
/proc/30478/task/30541/stat : 30541 (java) S 30475 30478 25027 0 -1 1077944384 23214 13298 0 0 474 3 5 3 20 0 14 0 417332156 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997357714288 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30542] ppid=30475 vsize=10945292 memory=667828 CPUtime=2.23 cores=0,2,4,6
/proc/30478/task/30542/stat : 30542 (java) S 30475 30478 25027 0 -1 1077944384 17432 13298 0 0 211 4 5 3 20 0 14 0 417332156 11207979008 167024 33554432000 4194304 4196468 140720584437520 139997356677488 139997933894274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
[pid=30478/tid=30543] ppid=30475 vsize=10945292 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/30478/task/30543/stat : 30543 (java) S 30475 30478 25027 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 14 0 417332156 11207979008 167024 33554432000 4194304 4196468 140720584437520 139996203837920 139997933893333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11403264 140720584440559 140720584443077 140720584443077 140720584445903 0
Current children cumulated CPU time: 343.07 s
Current children cumulated vsize: 10945292 KiB
Current children cumulated memory: 668096 KiB

Child status: 0
Real time (s): 329.133
CPU time (s): 343.101
CPU user time (s): 342.381
CPU system time (s): 0.719384
CPU usage (%): 104.244
Max. virtual memory (cumulated for all children) (KiB): 10945292
Max. memory (cumulated for all children) (KiB): 712056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 342.381
system time used= 0.719384
maximum resident set size= 712056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28840
involuntary context switches= 1033


# summary of solver processes directly reported to runsolver:
#   pid: 30478
#   total CPU time (s): 343.101
#   total CPU user time (s): 342.381
#   total CPU system time (s): 0.719384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06743 second user time and 3.03043 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-14 00:31:55
IDJOB=4395745
IDBENCH=141730
IDSOLVER=2846
FILE ID=node145/4395745-1568413956
RUNJOBID= node145-1568394139-25058
PBS_JOBID= 21701867
Free space on /tmp= 59472 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-047.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395745-1568413956/watcher-4395745-1568413956 -o /tmp/evaluation-result-4395745-1568413956/solver-4395745-1568413956 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25058 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1100542365 HOME/instance-4395745-1568413956.xml

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

MD5SUM BENCH= 503235a9ef2fa2334058f0cfe41dccf4
RANDOM SEED=1100542365

node145.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.59
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.59
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.59
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.59
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:        28564468 kB
MemAvailable:   30857724 kB
Buffers:          120288 kB
Cached:          2458196 kB
SwapCached:        41020 kB
Active:          2257092 kB
Inactive:        1366904 kB
Active(anon):    1008308 kB
Inactive(anon):    78548 kB
Active(file):    1248784 kB
Inactive(file):  1288356 kB
Unevictable:      109280 kB
Mlocked:          109280 kB
SwapTotal:      67108860 kB
SwapFree:       66958232 kB
Dirty:             35740 kB
Writeback:             0 kB
AnonPages:       1114592 kB
Mapped:            57524 kB
Shmem:             32360 kB
Slab:             172536 kB
SReclaimable:     143900 kB
SUnreclaim:        28636 kB
KernelStack:        3824 kB
PageTables:         7560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2168092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 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= 59436 MiB
End job on node145 at 2019-09-14 00:37:24