Trace number 4400628

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 8.43933 3.48629

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-76.xml
MD5SUM67696fc72ebd3977eb7611ca6505cd00
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.043006
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints365
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree6
Maximum variable degree22
Distribution of variable degrees[{"degree":6,"count":1},{"degree":10,"count":4},{"degree":11,"count":2},{"degree":12,"count":6},{"degree":13,"count":7},{"degree":14,"count":7},{"degree":15,"count":5},{"degree":16,"count":5},{"degree":17,"count":3},{"degree":18,"count":2},{"degree":19,"count":4},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":365}]
Number of extensional constraints365
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":365}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568631193530 running
8.19/3.46	v <instantiation
8.19/3.46	v         >
8.19/3.46	v       <list>
8.19/3.46	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] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
8.19/3.46	v       </list>
8.19/3.46	v       <values>
8.19/3.46	v         7 7 9 8 13 16 12 6 15 9 20 10 17 12 20 8 13 16 16 10 20 11 20 12 18 17 15 4 19 11 1 11 18 14 18 6 9 9 11 14 20 10 8 12 5 3 1 5 9 17
8.19/3.46	v       </values>
8.19/3.46	v     </instantiation>
8.19/3.46	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 (12776 MiB free)
  memory of node 1: 16384 MiB (15727 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400628-1568679411/watcher-4400628-1568679411 -o /tmp/evaluation-result-4400628-1568679411/solver-4400628-1568679411 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400628-1568679411.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100133 s]*
/proc/loadavg: 1.78 1.65 1.55 3/218 20646
/proc/meminfo: memFree=29181328/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=9972712 memory=18332 CPUtime=0.09 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 4348 13260 0 0 1 0 5 3 20 0 6 0 443854952 10212057088 4583 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2493178 4583 1931 1 0 2481616 0
[pid=20589/tid=20642] ppid=20586 vsize=9972712 memory=4279135703946592399 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) R 20586 20589 18193 0 -1 4202560 2137 13260 0 0 1 0 5 3 20 0 6 0 443854961 10212057088 4583 33554432000 4194304 4196468 140724269361792 140526380229200 140526394074931 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 6 0 443854962 10212057088 4583 33554432000 4194304 4196468 140724269361792 140526412634640 140526408402645 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=9972712 memory=140191352088192 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 6 0 443854962 10212057088 4583 33554432000 4194304 4196468 140724269361792 140526300908176 140526408402645 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 6 0 443854962 10212057088 4583 33554432000 4194304 4196468 140724269361792 140526299855120 140526408402645 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 6 0 443854962 10212057088 4583 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210154 s]*
/proc/loadavg: 1.78 1.65 1.55 4/227 20655
/proc/meminfo: memFree=29157996/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=10820196 memory=45248 CPUtime=0.27 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 7234 13260 0 0 17 2 5 3 20 0 15 0 443854952 11079880704 11312 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2705049 11312 3290 1 0 2667149 0
[pid=20589/tid=20642] ppid=20586 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) R 20586 20589 18193 0 -1 4202560 3716 13260 0 0 10 1 5 3 20 0 15 0 443854961 11079880704 11312 33554432000 4194304 4196468 140724269361792 140526380204160 140526408414365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=10820196 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 11312 33554432000 4194304 4196468 140724269361792 140526412634640 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=10820196 memory=140191352106674 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 11312 33554432000 4194304 4196468 140724269361792 140526300908176 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 11312 33554432000 4194304 4196468 140724269361792 140526299855120 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 11312 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20647] ppid=20586 vsize=10820196 memory=140191352088192 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20647/stat : 20647 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854963 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525867850480 140526408403586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20648] ppid=20586 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20648/stat : 20648 (java) S 20586 20589 18193 0 -1 1077944384 33 13260 0 0 0 0 5 3 20 0 15 0 443854964 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525866796704 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20649] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20649/stat : 20649 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854964 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525759882480 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20650] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20650/stat : 20650 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525155903952 140526408411035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20651] ppid=20586 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20651/stat : 20651 (java) S 20586 20589 18193 0 -1 1077944384 465 13260 0 0 1 0 5 3 20 0 15 0 443854967 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525833238768 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20652] ppid=20586 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20652/stat : 20652 (java) R 20586 20589 18193 0 -1 4202560 189 13260 0 0 1 0 5 3 20 0 15 0 443854967 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525832186224 140526386042624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20653] ppid=20586 vsize=10820196 memory=140191352088192 CPUtime=0.11 cores=1,3,5,7
/proc/20589/task/20653/stat : 20653 (java) S 20586 20589 18193 0 -1 1077944384 612 13260 0 0 3 0 5 3 20 0 15 0 443854967 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525831133168 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20654] ppid=20586 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20654/stat : 20654 (java) S 20586 20589 18193 0 -1 1077944384 3 13260 0 0 0 0 5 3 20 0 15 0 443854967 11079880704 11312 33554432000 4194304 4196468 140724269361792 140524686141792 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20655] ppid=20586 vsize=10820196 memory=140191352088192 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20655/stat : 20655 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854967 11079880704 11312 33554432000 4194304 4196468 140724269361792 140525830081584 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45248 KiB

[startup+0.310628 s]*
/proc/loadavg: 1.78 1.65 1.55 3/227 20655
/proc/meminfo: memFree=29128412/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=10820196 memory=53420 CPUtime=0.41 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 10592 13260 0 0 29 4 5 3 20 0 15 0 443854952 11079880704 13355 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2705049 13355 3311 1 0 2667149 0
[pid=20589/tid=20642] ppid=20586 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) R 20586 20589 18193 0 -1 4202560 7054 13260 0 0 19 2 5 3 20 0 15 0 443854961 11079880704 13355 33554432000 4194304 4196468 140724269361792 140526380198544 140526394633985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 13355 33554432000 4194304 4196468 140724269361792 140526412634640 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 13355 33554432000 4194304 4196468 140724269361792 140526300908176 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 13355 33554432000 4194304 4196468 140724269361792 140526299855120 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854962 11079880704 13355 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20647] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20647/stat : 20647 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854963 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525867850480 140526408403586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20648] ppid=20586 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20648/stat : 20648 (java) S 20586 20589 18193 0 -1 1077944384 33 13260 0 0 0 0 5 3 20 0 15 0 443854964 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525866796704 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20649] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20649/stat : 20649 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854964 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525759882480 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20650] ppid=20586 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20650/stat : 20650 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525155903952 140526408411035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20651] ppid=20586 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20651/stat : 20651 (java) S 20586 20589 18193 0 -1 1077944384 466 13260 0 0 1 0 5 3 20 0 15 0 443854967 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525833238768 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20652] ppid=20586 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/20589/task/20652/stat : 20652 (java) S 20586 20589 18193 0 -1 1077944384 197 13260 0 0 2 0 5 3 20 0 15 0 443854967 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525832186224 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20653] ppid=20586 vsize=10820196 memory=140191352088192 CPUtime=0.13 cores=1,3,5,7
/proc/20589/task/20653/stat : 20653 (java) S 20586 20589 18193 0 -1 1077944384 619 13260 0 0 5 0 5 3 20 0 15 0 443854967 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525831133168 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20654] ppid=20586 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20654/stat : 20654 (java) S 20586 20589 18193 0 -1 1077944384 3 13260 0 0 0 0 5 3 20 0 15 0 443854967 11079880704 13355 33554432000 4194304 4196468 140724269361792 140524686141792 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20655] ppid=20586 vsize=10820196 memory=140191352088192 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20655/stat : 20655 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11079880704 13355 33554432000 4194304 4196468 140724269361792 140525830081584 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53420 KiB

[startup+0.701627 s]
/proc/loadavg: 1.78 1.65 1.55 6/227 20655
/proc/meminfo: memFree=29117788/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=10824364 memory=85764 CPUtime=1.15 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 14665 13260 0 0 101 6 5 3 20 0 15 0 443854952 11084148736 21441 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2706091 21441 3513 1 0 2668173 0
[pid=20589/tid=20642] ppid=20586 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) R 20586 20589 18193 0 -1 4202560 10158 13260 0 0 55 4 5 3 20 0 15 0 443854961 11084148736 21441 33554432000 4194304 4196468 140724269361792 140526380219600 140525978025241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11084148736 21441 33554432000 4194304 4196468 140724269361792 140526412634640 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11084148736 21441 33554432000 4194304 4196468 140724269361792 140526300908176 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=10824364 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854962 11084148736 21441 33554432000 4194304 4196468 140724269361792 140526299855120 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854962 11084148736 21441 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20647] ppid=20586 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20647/stat : 20647 (java) S 20586 20589 18193 0 -1 1077944384 5 13260 0 0 0 0 5 3 20 0 15 0 443854963 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525867850480 140526408403586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20648] ppid=20586 vsize=10824364 memory=140191222346448 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20648/stat : 20648 (java) S 20586 20589 18193 0 -1 1077944384 33 13260 0 0 0 0 5 3 20 0 15 0 443854964 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525866796704 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20649] ppid=20586 vsize=10824364 memory=140192027509325 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20649/stat : 20649 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854964 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525759882480 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20650] ppid=20586 vsize=10824364 memory=1112 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20650/stat : 20650 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525155903952 140526408411035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20651] ppid=20586 vsize=10824364 memory=7089886620845893184 CPUtime=0.23 cores=1,3,5,7
/proc/20589/task/20651/stat : 20651 (java) R 20586 20589 18193 0 -1 4202560 930 13260 0 0 15 0 5 3 20 0 15 0 443854967 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525833225312 140526391948757 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20652] ppid=20586 vsize=10824364 memory=7739276948478192999 CPUtime=0.21 cores=1,3,5,7
/proc/20589/task/20652/stat : 20652 (java) R 20586 20589 18193 0 -1 4202560 562 13260 0 0 13 0 5 3 20 0 15 0 443854967 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525832186224 140526391878629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20653] ppid=20586 vsize=10824364 memory=6148935659200796009 CPUtime=0.25 cores=1,3,5,7
/proc/20589/task/20653/stat : 20653 (java) R 20586 20589 18193 0 -1 4202560 756 13260 0 0 17 0 5 3 20 0 15 0 443854967 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525831133168 140526400629566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20654] ppid=20586 vsize=10824364 memory=3512 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20654/stat : 20654 (java) S 20586 20589 18193 0 -1 1077944384 3 13260 0 0 0 0 5 3 20 0 15 0 443854967 11084148736 21441 33554432000 4194304 4196468 140724269361792 140524686141792 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20655] ppid=20586 vsize=10824364 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20655/stat : 20655 (java) R 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11084148736 21441 33554432000 4194304 4196468 140724269361792 140525830081584 140526408403586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85764 KiB

[startup+1.50075 s]
/proc/loadavg: 1.78 1.65 1.55 5/227 20655
/proc/meminfo: memFree=29065208/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=10832632 memory=219328 CPUtime=2.93 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 23071 13260 0 0 273 12 5 3 20 0 15 0 443854952 11092615168 54832 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2708158 54832 3582 1 0 2670221 0
[pid=20589/tid=20642] ppid=20586 vsize=10832632 memory=9174 CPUtime=1.44 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) R 20586 20589 18193 0 -1 4202560 14869 13260 0 0 128 8 5 3 20 0 15 0 443854961 11092615168 54832 33554432000 4194304 4196468 140724269361792 140526380220464 140526392436069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=10832632 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) S 20586 20589 18193 0 -1 1077944384 34 13260 0 0 1 0 5 3 20 0 15 0 443854962 11092615168 54832 33554432000 4194304 4196468 140724269361792 140526412634640 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) S 20586 20589 18193 0 -1 1077944384 269 13260 0 0 1 0 5 3 20 0 15 0 443854962 11092615168 54832 33554432000 4194304 4196468 140724269361792 140526300908176 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=10832632 memory=1187 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) S 20586 20589 18193 0 -1 1077944384 101 13260 0 0 1 0 5 3 20 0 15 0 443854962 11092615168 54832 33554432000 4194304 4196468 140724269361792 140526299855120 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=10832632 memory=85764 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) S 20586 20589 18193 0 -1 1077944384 40 13260 0 0 1 0 5 3 20 0 15 0 443854962 11092615168 54832 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20647] ppid=20586 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20647/stat : 20647 (java) S 20586 20589 18193 0 -1 1077944384 1278 13260 0 0 1 0 5 3 20 0 15 0 443854963 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525867850480 140526408403586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20648] ppid=20586 vsize=10832632 memory=280382444634608 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20648/stat : 20648 (java) S 20586 20589 18193 0 -1 1077944384 34 13260 0 0 0 0 5 3 20 0 15 0 443854964 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525866796768 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20649] ppid=20586 vsize=10832632 memory=280382444685408 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20649/stat : 20649 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854964 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525759882496 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20650] ppid=20586 vsize=10832632 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20650/stat : 20650 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525155903952 140526408411035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20651] ppid=20586 vsize=10832632 memory=6935649255759568960 CPUtime=0.57 cores=1,3,5,7
/proc/20589/task/20651/stat : 20651 (java) S 20586 20589 18193 0 -1 1077944384 1676 13260 0 0 49 0 5 3 20 0 15 0 443854967 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525833238768 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20652] ppid=20586 vsize=10832632 memory=280382444968832 CPUtime=0.52 cores=1,3,5,7
/proc/20589/task/20652/stat : 20652 (java) R 20586 20589 18193 0 -1 4202560 1089 13260 0 0 44 0 5 3 20 0 15 0 443854967 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525832186224 140526385987456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20653] ppid=20586 vsize=10832632 memory=6944656425123290226 CPUtime=0.5 cores=1,3,5,7
/proc/20589/task/20653/stat : 20653 (java) R 20586 20589 18193 0 -1 1077944384 1468 13260 0 0 42 0 5 3 20 0 15 0 443854967 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525831133168 140526408403586 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20654] ppid=20586 vsize=10832632 memory=-7233780906022716832 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20654/stat : 20654 (java) S 20586 20589 18193 0 -1 1077944384 3 13260 0 0 0 0 5 3 20 0 15 0 443854967 11092615168 54832 33554432000 4194304 4196468 140724269361792 140524686141792 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20655] ppid=20586 vsize=10832632 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20655/stat : 20655 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11092615168 54832 33554432000 4194304 4196468 140724269361792 140525830081584 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10832632 KiB
Current children cumulated memory: 219328 KiB

[startup+3.11027 s]
/proc/loadavg: 1.78 1.65 1.55 3/227 20655
/proc/meminfo: memFree=28905116/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=10842892 memory=297364 CPUtime=7.4 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 39312 13260 0 0 715 17 5 3 20 0 15 0 443854952 11103121408 74341 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2710723 74341 3609 1 0 2672781 0
[pid=20589/tid=20642] ppid=20586 vsize=10842892 memory=243224 CPUtime=3.02 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) R 20586 20589 18193 0 -1 4202560 21283 13260 0 0 284 10 5 3 20 0 15 0 443854961 11103121408 74341 33554432000 4194304 4196468 140724269361792 140526380225936 140526408404374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=10842892 memory=9174 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) S 20586 20589 18193 0 -1 1077944384 44 13260 0 0 1 0 5 3 20 0 15 0 443854962 11103121408 74341 33554432000 4194304 4196468 140724269361792 140526412634640 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=10842892 memory=140191222440344 CPUtime=0.1 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) S 20586 20589 18193 0 -1 1077944384 279 13260 0 0 2 0 5 3 20 0 15 0 443854962 11103121408 74341 33554432000 4194304 4196468 140724269361792 140526300908176 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=10842892 memory=-7679004722349093442 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) S 20586 20589 18193 0 -1 1077944384 143 13260 0 0 1 0 5 3 20 0 15 0 443854962 11103121408 74341 33554432000 4194304 4196468 140724269361792 140526299855120 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=10842892 memory=12040 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) S 20586 20589 18193 0 -1 1077944384 103 13260 0 0 1 0 5 3 20 0 15 0 443854962 11103121408 74341 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20647] ppid=20586 vsize=10842892 memory=2124 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20647/stat : 20647 (java) S 20586 20589 18193 0 -1 1077944384 1408 13260 0 0 1 0 5 3 20 0 15 0 443854963 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525867850480 140526408403586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20648] ppid=20586 vsize=10842892 memory=25528 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20648/stat : 20648 (java) S 20586 20589 18193 0 -1 1077944384 38 13260 0 0 0 0 5 3 20 0 15 0 443854964 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525866796768 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20649] ppid=20586 vsize=10842892 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20649/stat : 20649 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854964 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525759882496 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20650] ppid=20586 vsize=10842892 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20650/stat : 20650 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525155903952 140526408411035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20651] ppid=20586 vsize=10842892 memory=6655300316396806240 CPUtime=1.7 cores=1,3,5,7
/proc/20589/task/20651/stat : 20651 (java) R 20586 20589 18193 0 -1 4202560 4993 13260 0 0 162 0 5 3 20 0 15 0 443854967 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525833238896 140526389916312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20652] ppid=20586 vsize=10842892 memory=3512 CPUtime=1.54 cores=1,3,5,7
/proc/20589/task/20652/stat : 20652 (java) R 20586 20589 18193 0 -1 4202560 3634 13260 0 0 146 0 5 3 20 0 15 0 443854967 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525832179248 140526389028323 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20653] ppid=20586 vsize=10842892 memory=47836 CPUtime=1.2 cores=1,3,5,7
/proc/20589/task/20653/stat : 20653 (java) R 20586 20589 18193 0 -1 1077944384 5166 13260 0 0 111 1 5 3 20 0 15 0 443854967 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525831133168 140526408403586 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20654] ppid=20586 vsize=10842892 memory=88669599846564 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20654/stat : 20654 (java) S 20586 20589 18193 0 -1 1077944384 3 13260 0 0 0 0 5 3 20 0 15 0 443854967 11103121408 74341 33554432000 4194304 4196468 140724269361792 140524686141792 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20655] ppid=20586 vsize=10842892 memory=4714273152426669610 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20655/stat : 20655 (java) S 20586 20589 18193 0 -1 1077944384 7 13260 0 0 0 0 5 3 20 0 15 0 443854967 11103121408 74341 33554432000 4194304 4196468 140724269361792 140525830081584 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 297364 KiB

[startup+3.48625 s]
# the end of solver process 20589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.20575 s, system=0.233579 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20098 s]
/proc/loadavg: 1.78 1.65 1.55 3/227 20655
/proc/meminfo: memFree=28905116/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=10844940 memory=299292 CPUtime=7.64 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 39848 13260 0 0 738 18 5 3 20 0 15 0 443854952 11105218560 74823 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2711235 74823 3609 1 0 2673293 0
[pid=20589/tid=20642] ppid=20586 vsize=10844940 memory=6791534058613427641 CPUtime=3.1 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) S 20586 20589 18193 0 -1 1077944384 21656 13260 0 0 292 10 5 3 20 0 15 0 443854961 11105218560 74823 33554432000 4194304 4196468 140724269361792 140526380217008 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=10844940 memory=1560 CPUtime=0.1 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) R 20586 20589 18193 0 -1 4202560 46 13260 0 0 2 0 5 3 20 0 15 0 443854962 11105218560 74823 33554432000 4194304 4196468 140724269361792 140526412634640 140526392747320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=10844940 memory=4040 CPUtime=0.1 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) R 20586 20589 18193 0 -1 4202560 293 13260 0 0 2 0 5 3 20 0 15 0 443854962 11105218560 74823 33554432000 4194304 4196468 140724269361792 140526300908176 140526393431663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=10844940 memory=1112 CPUtime=0.1 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) R 20586 20589 18193 0 -1 4202560 145 13260 0 0 2 0 5 3 20 0 15 0 443854962 11105218560 74823 33554432000 4194304 4196468 140724269361792 140526299855120 140526401497102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=10844940 memory=2828 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) R 20586 20589 18193 0 -1 1077944384 103 13260 0 0 1 0 5 3 20 0 15 0 443854962 11105218560 74823 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20647] ppid=20586 vsize=10844940 memory=1212 CPUtime=0.09 cores=1,3,5,7
/proc/20589/task/20647/stat : 20647 (java) S 20586 20589 18193 0 -1 1077944384 1408 13260 0 0 1 0 5 3 20 0 15 0 443854963 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525867848960 140526408402645 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20648] ppid=20586 vsize=10844940 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20648/stat : 20648 (java) S 20586 20589 18193 0 -1 1077944384 38 13260 0 0 0 0 5 3 20 0 15 0 443854964 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525866796768 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20649] ppid=20586 vsize=10844940 memory=12040 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20649/stat : 20649 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854964 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525759882496 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20650] ppid=20586 vsize=10844940 memory=2124 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20650/stat : 20650 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525155903952 140526408411035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20651] ppid=20586 vsize=10844940 memory=25528 CPUtime=1.75 cores=1,3,5,7
/proc/20589/task/20651/stat : 20651 (java) S 20586 20589 18193 0 -1 1077944384 5014 13260 0 0 167 0 5 3 20 0 15 0 443854967 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525833223760 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20652] ppid=20586 vsize=10844940 memory=492 CPUtime=1.58 cores=1,3,5,7
/proc/20589/task/20652/stat : 20652 (java) S 20586 20589 18193 0 -1 1077944384 3656 13260 0 0 150 0 5 3 20 0 15 0 443854967 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525832185984 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20653] ppid=20586 vsize=10844940 memory=1560 CPUtime=1.23 cores=1,3,5,7
/proc/20589/task/20653/stat : 20653 (java) S 20586 20589 18193 0 -1 1077944384 5268 13260 0 0 114 1 5 3 20 0 15 0 443854967 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525831127968 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20654] ppid=20586 vsize=10844940 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20654/stat : 20654 (java) S 20586 20589 18193 0 -1 1077944384 3 13260 0 0 0 0 5 3 20 0 15 0 443854967 11105218560 74823 33554432000 4194304 4196468 140724269361792 140524686141792 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20655] ppid=20586 vsize=10844940 memory=227892 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20655/stat : 20655 (java) S 20586 20589 18193 0 -1 1077944384 7 13260 0 0 0 0 5 3 20 0 15 0 443854967 11105218560 74823 33554432000 4194304 4196468 140724269361792 140525830081584 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 299292 KiB

[startup+3.40165 s]
/proc/loadavg: 1.78 1.65 1.55 3/227 20655
/proc/meminfo: memFree=28905116/32770624 swapFree=66917056/67108860
[pid=20589] ppid=20586 vsize=10844940 memory=302104 CPUtime=8.19 cores=1,3,5,7
/proc/20589/stat : 20589 (java) S 20586 20589 18193 0 -1 1077944320 41448 13260 0 0 793 18 5 3 20 0 15 0 443854952 11105218560 75526 33554432000 4194304 4196468 140724269361792 140724269344336 140526408392439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
/proc/20589/statm: 2711235 75526 3617 1 0 2673293 0
[pid=20589/tid=20642] ppid=20586 vsize=10844940 memory=4872558044660077418 CPUtime=3.27 cores=1,3,5,7
/proc/20589/task/20642/stat : 20642 (java) R 20586 20589 18193 0 -1 4202560 22050 13260 0 0 309 10 5 3 20 0 15 0 443854961 11105218560 75526 33554432000 4194304 4196468 140724269361792 140526380223888 140526389164465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20643] ppid=20586 vsize=10844940 memory=15252640887999028 CPUtime=0.12 cores=1,3,5,7
/proc/20589/task/20643/stat : 20643 (java) S 20586 20589 18193 0 -1 1077944384 68 13260 0 0 4 0 5 3 20 0 15 0 443854962 11105218560 75526 33554432000 4194304 4196468 140724269361792 140526412634640 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20644] ppid=20586 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20589/task/20644/stat : 20644 (java) S 20586 20589 18193 0 -1 1077944384 310 13260 0 0 4 0 5 3 20 0 15 0 443854962 11105218560 75526 33554432000 4194304 4196468 140724269361792 140526300908176 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20645] ppid=20586 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20589/task/20645/stat : 20645 (java) S 20586 20589 18193 0 -1 1077944384 163 13260 0 0 4 0 5 3 20 0 15 0 443854962 11105218560 75526 33554432000 4194304 4196468 140724269361792 140526299855120 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20646] ppid=20586 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20589/task/20646/stat : 20646 (java) S 20586 20589 18193 0 -1 1077944384 112 13260 0 0 3 0 5 3 20 0 15 0 443854962 11105218560 75526 33554432000 4194304 4196468 140724269361792 140526298802576 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20647] ppid=20586 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20589/task/20647/stat : 20647 (java) S 20586 20589 18193 0 -1 1077944384 2392 13260 0 0 3 0 5 3 20 0 15 0 443854963 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525867850480 140526408403586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20648] ppid=20586 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20648/stat : 20648 (java) S 20586 20589 18193 0 -1 1077944384 38 13260 0 0 0 0 5 3 20 0 15 0 443854964 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525866796768 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20649] ppid=20586 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20649/stat : 20649 (java) S 20586 20589 18193 0 -1 1077944384 1 13260 0 0 0 0 5 3 20 0 15 0 443854964 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525759882496 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20650] ppid=20586 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20650/stat : 20650 (java) S 20586 20589 18193 0 -1 1077944384 2 13260 0 0 0 0 5 3 20 0 15 0 443854967 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525155903952 140526408411035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20651] ppid=20586 vsize=10844940 memory=0 CPUtime=1.9 cores=1,3,5,7
/proc/20589/task/20651/stat : 20651 (java) R 20586 20589 18193 0 -1 4202560 5027 13260 0 0 181 1 5 3 20 0 15 0 443854967 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525833220176 140526389091743 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20652] ppid=20586 vsize=10844940 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/20589/task/20652/stat : 20652 (java) R 20586 20589 18193 0 -1 4202560 3695 13260 0 0 161 0 5 3 20 0 15 0 443854967 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525832186224 140526408404374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20653] ppid=20586 vsize=10844940 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/20589/task/20653/stat : 20653 (java) S 20586 20589 18193 0 -1 1077944384 5372 13260 0 0 120 1 5 3 20 0 15 0 443854967 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525831133168 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20654] ppid=20586 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20654/stat : 20654 (java) S 20586 20589 18193 0 -1 1077944384 3 13260 0 0 0 0 5 3 20 0 15 0 443854967 11105218560 75526 33554432000 4194304 4196468 140724269361792 140524686141792 140526408402645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
[pid=20589/tid=20655] ppid=20586 vsize=10844940 memory=93076 CPUtime=0.08 cores=1,3,5,7
/proc/20589/task/20655/stat : 20655 (java) S 20586 20589 18193 0 -1 1077944384 7 13260 0 0 0 0 5 3 20 0 15 0 443854967 11105218560 75526 33554432000 4194304 4196468 140724269361792 140525830081584 140526408403586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8085504 140724269370096 140724269372613 140724269372613 140724269375439 0
Current children cumulated CPU time: 8.19 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 302104 KiB

Child status: 0
Real time (s): 3.48629
CPU time (s): 8.43933
CPU user time (s): 8.20575
CPU system time (s): 0.233579
CPU usage (%): 242.072
Max. virtual memory (cumulated for all children) (KiB): 10844940
Max. memory (cumulated for all children) (KiB): 302104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.20575
system time used= 0.233579
maximum resident set size= 305248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54983
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= 5148
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 20589
#   total CPU time (s): 8.43933
#   total CPU user time (s): 8.20575
#   total CPU system time (s): 0.233579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045796 second user time and 0.073721 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 02:16:08
IDJOB=4400628
IDBENCH=126132
IDSOLVER=2857
FILE ID=node147/4400628-1568679411
RUNJOBID= node147-1568673287-18225
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-76.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400628-1568679411/watcher-4400628-1568679411 -o /tmp/evaluation-result-4400628-1568679411/solver-4400628-1568679411 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400628-1568679411.xml

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

MD5SUM BENCH= 67696fc72ebd3977eb7611ca6505cd00
RANDOM SEED=535221524

node147.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.52
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.52
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.52
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.52
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:        29188896 kB
MemAvailable:   30615708 kB
Buffers:           91748 kB
Cached:          1626832 kB
SwapCached:        87660 kB
Active:          2139264 kB
Inactive:         859488 kB
Active(anon):    1195592 kB
Inactive(anon):   133772 kB
Active(file):     943672 kB
Inactive(file):   725716 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35420 kB
Writeback:             0 kB
AnonPages:       1179892 kB
Mapped:            62072 kB
Shmem:             40920 kB
Slab:             176300 kB
SReclaimable:     146520 kB
SUnreclaim:        29780 kB
KernelStack:        4032 kB
PageTables:         8368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2353468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 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= 58812 MiB
End job on node147 at 2019-09-17 02:16:11