Trace number 4400697

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 16.2914 8.75836

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s10c-table.xml
MD5SUM8248e4e11a775a898590caffd4c1e549
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 benchmark3.54494
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":32}]
Minimum constraint arity9
Maximum constraint arity32
Distribution of constraint arities[{"arity":9,"count":27},{"arity":32,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.54	c Concrete v3.12.2.1568631193530 running
16.14/8.73	v <instantiation
16.14/8.73	v         >
16.14/8.73	v       <list>
16.14/8.73	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
16.14/8.73	v       </list>
16.14/8.73	v       <values>
16.14/8.73	v         1 9 3 6 7 2 4 8 5 4 6 2 3 5 8 9 7 1 7 8 5 9 1 4 6 2 3 5 3 8 2 9 6 7 1 4 6 7 4 1 3 5 2 9 8 2 1 9 4 8 7 3 5 6 8 2 6 7 4 1 5 3 9 9 4 1 5 2 3 8 6 7 3 5 7 8 6 9 1 4 2
16.14/8.73	v       </values>
16.14/8.73	v     </instantiation>
16.14/8.73	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 (15205 MiB free)
  memory of node 1: 16384 MiB (14261 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400697-1568673344/watcher-4400697-1568673344 -o /tmp/evaluation-result-4400697-1568673344/solver-4400697-1568673344 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400697-1568673344.xml 

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

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


[startup+0.100116 s]*
/proc/loadavg: 0.91 1.16 2.28 3/219 18545
/proc/meminfo: memFree=30162212/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=9972712 memory=18592 CPUtime=0.08 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 4375 13004 0 0 1 0 5 2 20 0 6 0 443605828 10212057088 4648 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2493178 4648 1935 1 0 2481616 0
[pid=18488/tid=18541] ppid=18485 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 2161 13004 0 0 1 0 5 2 20 0 6 0 443605837 10212057088 4648 33554432000 4194304 4196468 140736562300272 140175792964176 140175800428944 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 6 0 443605838 10212057088 4648 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=9972712 memory=140691673802368 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 443605838 10212057088 4648 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 6 0 443605838 10212057088 4648 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 443605838 10212057088 4648 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210085 s]*
/proc/loadavg: 0.91 1.16 2.28 4/228 18554
/proc/meminfo: memFree=30147664/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10820196 memory=41316 CPUtime=0.26 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 7193 13004 0 0 18 1 5 2 20 0 15 0 443605828 11079880704 10329 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2705049 10329 3265 1 0 2667149 0
[pid=18488/tid=18541] ppid=18485 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 3662 13004 0 0 11 1 5 2 20 0 15 0 443605837 11079880704 10329 33554432000 4194304 4196468 140736562300272 140175792960464 140175805207902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10820196 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 10329 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10820196 memory=288371067825514112 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 10329 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 10329 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 10329 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10820196 memory=140691673802368 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605839 11079880704 10329 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 33 13004 0 0 0 0 5 2 20 0 15 0 443605840 11079880704 10329 33554432000 4194304 4196468 140736562300272 140175024780320 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605840 11079880704 10329 33554432000 4194304 4196468 140736562300272 140174914741104 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11079880704 10329 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) S 18485 18488 18105 0 -1 1077944384 461 13004 0 0 1 0 5 2 20 0 15 0 443605843 11079880704 10329 33554432000 4194304 4196468 140736562300272 140174991223664 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) S 18485 18488 18105 0 -1 1077944384 208 13004 0 0 1 0 5 2 20 0 15 0 443605843 11079880704 10329 33554432000 4194304 4196468 140736562300272 140174990170864 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10820196 memory=140691673802368 CPUtime=0.1 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) S 18485 18488 18105 0 -1 1077944384 604 13004 0 0 3 0 5 2 20 0 15 0 443605843 11079880704 10329 33554432000 4194304 4196468 140736562300272 140174989118064 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11079880704 10329 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10820196 memory=140691673802368 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11079880704 10329 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41316 KiB

[startup+0.310566 s]*
/proc/loadavg: 0.91 1.16 2.28 4/228 18554
/proc/meminfo: memFree=30135372/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10820196 memory=49532 CPUtime=0.39 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 10652 13004 0 0 29 3 5 2 20 0 15 0 443605828 11079880704 12383 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2705049 12383 3296 1 0 2667149 0
[pid=18488/tid=18541] ppid=18485 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 7112 13004 0 0 19 2 5 2 20 0 15 0 443605837 11079880704 12383 33554432000 4194304 4196468 140736562300272 140175792945040 140175821149341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 12383 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 12383 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 12383 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605838 11079880704 12383 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605839 11079880704 12383 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 33 13004 0 0 0 0 5 2 20 0 15 0 443605840 11079880704 12383 33554432000 4194304 4196468 140736562300272 140175024780320 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605840 11079880704 12383 33554432000 4194304 4196468 140736562300272 140174914741104 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11079880704 12383 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) S 18485 18488 18105 0 -1 1077944384 461 13004 0 0 1 0 5 2 20 0 15 0 443605843 11079880704 12383 33554432000 4194304 4196468 140736562300272 140174991223664 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) S 18485 18488 18105 0 -1 1077944384 209 13004 0 0 2 0 5 2 20 0 15 0 443605843 11079880704 12383 33554432000 4194304 4196468 140736562300272 140174990170864 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10820196 memory=140691673802368 CPUtime=0.12 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) S 18485 18488 18105 0 -1 1077944384 611 13004 0 0 5 0 5 2 20 0 15 0 443605843 11079880704 12383 33554432000 4194304 4196468 140736562300272 140174989118064 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11079880704 12383 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10820196 memory=140691673802368 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11079880704 12383 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49532 KiB

[startup+0.70963 s]
/proc/loadavg: 0.91 1.16 2.28 3/228 18554
/proc/meminfo: memFree=30120808/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10824364 memory=82228 CPUtime=1.13 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 14907 13004 0 0 101 5 5 2 20 0 15 0 443605828 11084148736 20557 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2706091 20557 3512 1 0 2668173 0
[pid=18488/tid=18541] ppid=18485 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 10369 13004 0 0 56 4 5 2 20 0 15 0 443605837 11084148736 20557 33554432000 4194304 4196468 140736562300272 140175792953856 140175821139350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605838 11084148736 20557 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605838 11084148736 20557 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10824364 memory=140691518927664 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605838 11084148736 20557 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10824364 memory=140694538682966 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605838 11084148736 20557 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10824364 memory=5980 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 5 13004 0 0 0 0 5 2 20 0 15 0 443605839 11084148736 20557 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10824364 memory=7302135314614015842 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 33 13004 0 0 0 0 5 2 20 0 15 0 443605840 11084148736 20557 33554432000 4194304 4196468 140736562300272 140175024780320 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10824364 memory=6081102367496366441 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605840 11084148736 20557 33554432000 4194304 4196468 140736562300272 140174914741104 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10824364 memory=12024 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11084148736 20557 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10824364 memory=2124 CPUtime=0.19 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) R 18485 18488 18105 0 -1 1077944384 920 13004 0 0 12 0 5 2 20 0 15 0 443605843 11084148736 20557 33554432000 4194304 4196468 140736562300272 140174991223664 140175821138562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10824364 memory=11612 CPUtime=0.2 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) R 18485 18488 18105 0 -1 4202560 569 13004 0 0 13 0 5 2 20 0 15 0 443605843 11084148736 20557 33554432000 4194304 4196468 140736562300272 140174990170864 140175814112457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10824364 memory=504 CPUtime=0.24 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) R 18485 18488 18105 0 -1 4202560 787 13004 0 0 17 0 5 2 20 0 15 0 443605843 11084148736 20557 33554432000 4194304 4196468 140736562300272 140174989118064 140175821139350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10824364 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11084148736 20557 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10824364 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11084148736 20557 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82228 KiB

[startup+1.50077 s]
/proc/loadavg: 0.91 1.16 2.28 5/228 18554
/proc/meminfo: memFree=29603172/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10826488 memory=438864 CPUtime=2.77 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 17431 13004 0 0 249 21 5 2 20 0 15 0 443605828 11086323712 109716 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2706622 109716 3575 1 0 2668685 0
[pid=18488/tid=18541] ppid=18485 vsize=10826488 memory=65904 CPUtime=1.39 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 11034 13004 0 0 124 8 5 2 20 0 15 0 443605837 11086323712 109716 33554432000 4194304 4196468 140736562300272 140175792962384 140175401628001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10826488 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 306 13004 0 0 3 2 5 2 20 0 15 0 443605838 11086323712 109716 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10826488 memory=281383037886624 CPUtime=0.12 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 84 13004 0 0 3 2 5 2 20 0 15 0 443605838 11086323712 109716 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10826488 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 57 13004 0 0 3 2 5 2 20 0 15 0 443605838 11086323712 109716 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10826488 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 46 13004 0 0 3 2 5 2 20 0 15 0 443605838 11086323712 109716 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 211 13004 0 0 0 0 5 2 20 0 15 0 443605839 11086323712 109716 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 35 13004 0 0 0 0 5 2 20 0 15 0 443605840 11086323712 109716 33554432000 4194304 4196468 140736562300272 140175024780320 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605840 11086323712 109716 33554432000 4194304 4196468 140736562300272 140174914741104 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10826488 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11086323712 109716 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10826488 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) S 18485 18488 18105 0 -1 1077944384 1353 13004 0 0 40 0 5 2 20 0 15 0 443605843 11086323712 109716 33554432000 4194304 4196468 140736562300272 140174991223664 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10826488 memory=10 CPUtime=0.47 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) S 18485 18488 18105 0 -1 1077944384 1015 13004 0 0 40 0 5 2 20 0 15 0 443605843 11086323712 109716 33554432000 4194304 4196468 140736562300272 140174990170864 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10826488 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) S 18485 18488 18105 0 -1 1077944384 1071 13004 0 0 29 0 5 2 20 0 15 0 443605843 11086323712 109716 33554432000 4194304 4196468 140736562300272 140174989118064 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10826488 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11086323712 109716 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10826488 memory=281383038131072 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11086323712 109716 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 10826488 KiB

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

[pid=18488/tid=18553] ppid=18485 vsize=10840844 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11101024256 364003 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10840844 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11101024256 364003 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 11.82 s
Current children cumulated vsize: 10840844 KiB
Current children cumulated memory: 1456012 KiB

[startup+8.00159 s]*
/proc/loadavg: 1.24 1.23 2.30 6/227 18554
/proc/meminfo: memFree=27327844/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10840844 memory=1918872 CPUtime=13.89 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 33634 13004 0 0 1302 80 5 2 20 0 15 0 443605828 11101024256 479718 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2710211 479718 3614 1 0 2672269 0
[pid=18488/tid=18541] ppid=18485 vsize=10840844 memory=6791534058613427641 CPUtime=7.42 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 18891 13004 0 0 709 26 5 2 20 0 15 0 443605837 11101024256 479718 33554432000 4194304 4196468 140736562300272 140175792955360 140175805207902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10840844 memory=4872558044660077418 CPUtime=0.45 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 611 13004 0 0 27 11 5 2 20 0 15 0 443605838 11101024256 479718 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10840844 memory=4638778398333162596 CPUtime=0.44 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 399 13004 0 0 26 11 5 2 20 0 15 0 443605838 11101024256 479718 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10840844 memory=2319389199166351968 CPUtime=0.45 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 355 13004 0 0 26 12 5 2 20 0 15 0 443605838 11101024256 479718 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10840844 memory=281383038327536 CPUtime=0.45 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 396 13004 0 0 26 12 5 2 20 0 15 0 443605838 11101024256 479718 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10840844 memory=140691519163712 CPUtime=0.21 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 1129 13004 0 0 14 0 5 2 20 0 15 0 443605839 11101024256 479718 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10840844 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 35 13004 0 0 0 0 5 2 20 0 15 0 443605840 11101024256 479718 33554432000 4194304 4196468 140736562300272 140175024780384 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10840844 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605840 11101024256 479718 33554432000 4194304 4196468 140736562300272 140174914741120 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10840844 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11101024256 479718 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10840844 memory=9126232286719478932 CPUtime=1.95 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) R 18485 18488 18105 0 -1 4202560 2765 13004 0 0 187 1 5 2 20 0 15 0 443605843 11101024256 479718 33554432000 4194304 4196468 140736562300272 140174991211216 140175804514219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10840844 memory=6944656575208382560 CPUtime=2.03 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) R 18485 18488 18105 0 -1 4202560 3316 13004 0 0 195 1 5 2 20 0 15 0 443605843 11101024256 479718 33554432000 4194304 4196468 140736562300272 140174990157088 140175798722852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10840844 memory=-7249806322133643294 CPUtime=0.96 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) S 18485 18488 18105 0 -1 1077944384 3519 13004 0 0 88 1 5 2 20 0 15 0 443605843 11101024256 479718 33554432000 4194304 4196468 140736562300272 140174989118064 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10840844 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11101024256 479718 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10840844 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11101024256 479718 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 13.89 s
Current children cumulated vsize: 10840844 KiB
Current children cumulated memory: 1918872 KiB

[startup+8.40068 s]
/proc/loadavg: 1.24 1.23 2.30 6/227 18554
/proc/meminfo: memFree=27327844/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10842892 memory=1923540 CPUtime=15.2 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 34770 13004 0 0 1432 81 5 2 20 0 15 0 443605828 11103121408 480885 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2710723 480885 3615 1 0 2672781 0
[pid=18488/tid=18541] ppid=18485 vsize=10842892 memory=288230617509003574 CPUtime=7.8 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 19567 13004 0 0 747 26 5 2 20 0 15 0 443605837 11103121408 480885 33554432000 4194304 4196468 140736562300272 140175792955088 140175821139350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10842892 memory=14133350919046965 CPUtime=0.45 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 611 13004 0 0 27 11 5 2 20 0 15 0 443605838 11103121408 480885 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10842892 memory=288230587427455269 CPUtime=0.44 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 399 13004 0 0 26 11 5 2 20 0 15 0 443605838 11103121408 480885 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10842892 memory=14692985157715369 CPUtime=0.45 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 355 13004 0 0 26 12 5 2 20 0 15 0 443605838 11103121408 480885 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10842892 memory=6791534058613427641 CPUtime=0.45 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 396 13004 0 0 26 12 5 2 20 0 15 0 443605838 11103121408 480885 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10842892 memory=585468451358730780 CPUtime=0.21 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 1129 13004 0 0 14 0 5 2 20 0 15 0 443605839 11103121408 480885 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10842892 memory=288293281135148111 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 35 13004 0 0 0 0 5 2 20 0 15 0 443605840 11103121408 480885 33554432000 4194304 4196468 140736562300272 140175024780384 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10842892 memory=4051045280764941753 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605840 11103121408 480885 33554432000 4194304 4196468 140736562300272 140174914741120 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10842892 memory=7073079319118504949 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11103121408 480885 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10842892 memory=7073079301988967445 CPUtime=2.34 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) R 18485 18488 18105 0 -1 4202560 2827 13004 0 0 226 1 5 2 20 0 15 0 443605843 11103121408 480885 33554432000 4194304 4196468 140736562300272 140174991205200 140175802646901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10842892 memory=8226000810890781785 CPUtime=2.39 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) R 18485 18488 18105 0 -1 4202560 3438 13004 0 0 231 1 5 2 20 0 15 0 443605843 11103121408 480885 33554432000 4194304 4196468 140736562300272 140174990164056 140175804627847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10842892 memory=8226000828070651061 CPUtime=1.12 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) R 18485 18488 18105 0 -1 1077944384 3794 13004 0 0 104 1 5 2 20 0 15 0 443605843 11103121408 480885 33554432000 4194304 4196468 140736562300272 140174989118064 140175821138562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10842892 memory=1917864 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11103121408 480885 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10842892 memory=2082 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11103121408 480885 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 1923540 KiB

[startup+8.6007 s]
/proc/loadavg: 1.24 1.23 2.30 6/227 18554
/proc/meminfo: memFree=27327844/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10844940 memory=2002760 CPUtime=15.84 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 35363 13004 0 0 1487 90 5 2 20 0 15 0 443605828 11105218560 500690 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2711235 500690 3616 1 0 2673293 0
[pid=18488/tid=18541] ppid=18485 vsize=10844940 memory=590 CPUtime=7.91 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 19873 13004 0 0 758 26 5 2 20 0 15 0 443605837 11105218560 500690 33554432000 4194304 4196468 140736562300272 140175792961456 140175805207902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10844940 memory=1351 CPUtime=0.5 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 655 13004 0 0 30 13 5 2 20 0 15 0 443605838 11105218560 500690 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10844940 memory=1028 CPUtime=0.5 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 442 13004 0 0 30 13 5 2 20 0 15 0 443605838 11105218560 500690 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10844940 memory=368 CPUtime=0.49 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 387 13004 0 0 29 13 5 2 20 0 15 0 443605838 11105218560 500690 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10844940 memory=11 CPUtime=0.52 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 434 13004 0 0 31 14 5 2 20 0 15 0 443605838 11105218560 500690 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10844940 memory=28317 CPUtime=0.23 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 1137 13004 0 0 16 0 5 2 20 0 15 0 443605839 11105218560 500690 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 35 13004 0 0 0 0 5 2 20 0 15 0 443605840 11105218560 500690 33554432000 4194304 4196468 140736562300272 140175024780384 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605840 11105218560 500690 33554432000 4194304 4196468 140736562300272 140174914741120 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10844940 memory=140694538683325 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11105218560 500690 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10844940 memory=140694538683328 CPUtime=2.44 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) S 18485 18488 18105 0 -1 1077944384 2864 13004 0 0 236 1 5 2 20 0 15 0 443605843 11105218560 500690 33554432000 4194304 4196468 140736562300272 140174991223664 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10844940 memory=140694538683406 CPUtime=2.51 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) S 18485 18488 18105 0 -1 1077944384 3460 13004 0 0 242 2 5 2 20 0 15 0 443605843 11105218560 500690 33554432000 4194304 4196468 140736562300272 140174990170864 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10844940 memory=140694538683887 CPUtime=1.18 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) S 18485 18488 18105 0 -1 1077944384 3858 13004 0 0 110 1 5 2 20 0 15 0 443605843 11105218560 500690 33554432000 4194304 4196468 140736562300272 140174989118064 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10844940 memory=140694538683930 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11105218560 500690 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10844940 memory=147398982632986 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11105218560 500690 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 2002760 KiB

[startup+8.70067 s]
/proc/loadavg: 1.24 1.23 2.30 6/227 18554
/proc/meminfo: memFree=27327844/32770624 swapFree=66938072/67108860
[pid=18488] ppid=18485 vsize=10844940 memory=2004860 CPUtime=16.14 cores=0,2,4,6
/proc/18488/stat : 18488 (java) S 18485 18488 18105 0 -1 1077944320 35900 13004 0 0 1517 90 5 2 20 0 15 0 443605828 11105218560 501215 33554432000 4194304 4196468 140736562300272 140736562282816 140175821127415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
/proc/18488/statm: 2711235 501215 3617 1 0 2673293 0
[pid=18488/tid=18541] ppid=18485 vsize=10844940 memory=1996188 CPUtime=8.02 cores=0,2,4,6
/proc/18488/task/18541/stat : 18541 (java) R 18485 18488 18105 0 -1 4202560 20135 13004 0 0 768 27 5 2 20 0 15 0 443605837 11105218560 501215 33554432000 4194304 4196468 140736562300272 140175792962944 140175806495552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18542] ppid=18485 vsize=10844940 memory=281383037889152 CPUtime=0.5 cores=0,2,4,6
/proc/18488/task/18542/stat : 18542 (java) S 18485 18488 18105 0 -1 1077944384 655 13004 0 0 30 13 5 2 20 0 15 0 443605838 11105218560 501215 33554432000 4194304 4196468 140736562300272 140175825370256 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18543] ppid=18485 vsize=10844940 memory=1691684 CPUtime=0.5 cores=0,2,4,6
/proc/18488/task/18543/stat : 18543 (java) S 18485 18488 18105 0 -1 1077944384 442 13004 0 0 30 13 5 2 20 0 15 0 443605838 11105218560 501215 33554432000 4194304 4196468 140736562300272 140175724260368 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18544] ppid=18485 vsize=10844940 memory=281383037811280 CPUtime=0.49 cores=0,2,4,6
/proc/18488/task/18544/stat : 18544 (java) S 18485 18488 18105 0 -1 1077944384 387 13004 0 0 29 13 5 2 20 0 15 0 443605838 11105218560 501215 33554432000 4194304 4196468 140736562300272 140175723207568 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18545] ppid=18485 vsize=10844940 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/18488/task/18545/stat : 18545 (java) S 18485 18488 18105 0 -1 1077944384 434 13004 0 0 31 14 5 2 20 0 15 0 443605838 11105218560 501215 33554432000 4194304 4196468 140736562300272 140175722154768 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18546] ppid=18485 vsize=10844940 memory=16055 CPUtime=0.23 cores=0,2,4,6
/proc/18488/task/18546/stat : 18546 (java) S 18485 18488 18105 0 -1 1077944384 1137 13004 0 0 16 0 5 2 20 0 15 0 443605839 11105218560 501215 33554432000 4194304 4196468 140736562300272 140175025834352 140175821138562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18547] ppid=18485 vsize=10844940 memory=590 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18547/stat : 18547 (java) S 18485 18488 18105 0 -1 1077944384 35 13004 0 0 0 0 5 2 20 0 15 0 443605840 11105218560 501215 33554432000 4194304 4196468 140736562300272 140175024780384 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18548] ppid=18485 vsize=10844940 memory=1351 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18548/stat : 18548 (java) S 18485 18488 18105 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 443605840 11105218560 501215 33554432000 4194304 4196468 140736562300272 140174914741120 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18549] ppid=18485 vsize=10844940 memory=37 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18549/stat : 18549 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11105218560 501215 33554432000 4194304 4196468 140736562300272 140174406014800 140175821146011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18550] ppid=18485 vsize=10844940 memory=38 CPUtime=2.52 cores=0,2,4,6
/proc/18488/task/18550/stat : 18550 (java) R 18485 18488 18105 0 -1 4202560 3044 13004 0 0 244 1 5 2 20 0 15 0 443605843 11105218560 501215 33554432000 4194304 4196468 140736562300272 140174991211344 140175804512284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18551] ppid=18485 vsize=10844940 memory=38 CPUtime=2.6 cores=0,2,4,6
/proc/18488/task/18551/stat : 18551 (java) R 18485 18488 18105 0 -1 4202560 3463 13004 0 0 251 2 5 2 20 0 15 0 443605843 11105218560 501215 33554432000 4194304 4196468 140736562300272 140174990151680 140175805519880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18552] ppid=18485 vsize=10844940 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/18488/task/18552/stat : 18552 (java) S 18485 18488 18105 0 -1 1077944384 3949 13004 0 0 114 1 5 2 20 0 15 0 443605843 11105218560 501215 33554432000 4194304 4196468 140736562300272 140174989118064 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18553] ppid=18485 vsize=10844940 memory=6227474861835446115 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18553/stat : 18553 (java) S 18485 18488 18105 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 443605843 11105218560 501215 33554432000 4194304 4196468 140736562300272 140174372457184 140175821137621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
[pid=18488/tid=18554] ppid=18485 vsize=10844940 memory=7235983223465340015 CPUtime=0.07 cores=0,2,4,6
/proc/18488/task/18554/stat : 18554 (java) S 18485 18488 18105 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 443605843 11105218560 501215 33554432000 4194304 4196468 140736562300272 140174988065456 140175821138562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33619968 140736562301679 140736562304197 140736562304197 140736562307023 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 2004860 KiB

Child status: 0
Real time (s): 8.75836
CPU time (s): 16.2914
CPU user time (s): 15.3445
CPU system time (s): 0.946829
CPU usage (%): 186.009
Max. virtual memory (cumulated for all children) (KiB): 10844940
Max. memory (cumulated for all children) (KiB): 2004860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3445
system time used= 0.946829
maximum resident set size= 2011668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50092
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5579
involuntary context switches= 155


# summary of solver processes directly reported to runsolver:
#   pid: 18488
#   total CPU time (s): 16.2914
#   total CPU user time (s): 15.3445
#   total CPU system time (s): 0.946829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078463 second user time and 0.122694 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 00:35:04
IDJOB=4400697
IDBENCH=120392
IDSOLVER=2857
FILE ID=node151/4400697-1568673344
RUNJOBID= node151-1568673291-18136
PBS_JOBID= 21703771
Free space on /tmp= 59256 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s10c-table.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400697-1568673344/watcher-4400697-1568673344 -o /tmp/evaluation-result-4400697-1568673344/solver-4400697-1568673344 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400697-1568673344.xml

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

MD5SUM BENCH= 8248e4e11a775a898590caffd4c1e549
RANDOM SEED=1750650444

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30175460 kB
MemAvailable:   30471624 kB
Buffers:           58944 kB
Cached:           540212 kB
SwapCached:        68860 kB
Active:          1731532 kB
Inactive:         313588 kB
Active(anon):    1378200 kB
Inactive(anon):   111644 kB
Active(file):     353332 kB
Inactive(file):   201944 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938072 kB
Dirty:             55376 kB
Writeback:             0 kB
AnonPages:       1491656 kB
Mapped:            56696 kB
Shmem:             35052 kB
Slab:             142384 kB
SReclaimable:     113448 kB
SUnreclaim:        28936 kB
KernelStack:        3904 kB
PageTables:         8420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3006368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1347584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59220 MiB
End job on node151 at 2019-09-17 00:35:13