Trace number 4293262

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2522.11 2503.03

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay100_c18.xml
MD5SUMd8b461fac2d17be3b89e017753091d4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750618
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":416},{"degree":4,"count":329},{"degree":5,"count":277},{"degree":6,"count":189},{"degree":7,"count":160},{"degree":8,"count":116},{"degree":9,"count":93},{"degree":10,"count":77},{"degree":11,"count":48},{"degree":12,"count":46},{"degree":13,"count":35},{"degree":14,"count":25},{"degree":15,"count":17},{"degree":16,"count":13},{"degree":17,"count":17},{"degree":18,"count":7},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":7},{"degree":22,"count":3},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":4},{"degree":26,"count":3},{"degree":27,"count":2}]
Minimum constraint arity83
Maximum constraint arity128
Distribution of constraint arities[{"arity":83,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},{"arity":87,"count":1},{"arity":88,"count":1},{"arity":89,"count":2},{"arity":90,"count":1},{"arity":92,"count":2},{"arity":93,"count":1},{"arity":94,"count":2},{"arity":95,"count":2},{"arity":96,"count":3},{"arity":97,"count":3},{"arity":98,"count":4},{"arity":99,"count":1},{"arity":100,"count":3},{"arity":101,"count":5},{"arity":102,"count":4},{"arity":103,"count":4},{"arity":104,"count":4},{"arity":105,"count":7},{"arity":106,"count":6},{"arity":107,"count":6},{"arity":108,"count":1},{"arity":109,"count":4},{"arity":110,"count":3},{"arity":111,"count":2},{"arity":112,"count":2},{"arity":113,"count":1},{"arity":114,"count":2},{"arity":115,"count":2},{"arity":116,"count":3},{"arity":118,"count":1},{"arity":119,"count":2},{"arity":120,"count":2},{"arity":121,"count":2},{"arity":122,"count":2},{"arity":123,"count":1},{"arity":126,"count":1},{"arity":128,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running

Verifier Data

One s line expected

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 (7098 MiB free)
  memory of node 1: 16384 MiB (9968 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=19066, runsolver pid=19063

[startup+0.100163 s]*
/proc/loadavg: 1.85 1.66 1.54 4/209 19123
/proc/meminfo: memFree=17467000/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=9972712 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 4241 12908 0 0 1 1 5 3 20 0 6 0 48674111 10212057088 4582 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2493178 4582 1930 1 0 2481616 0
[pid=19066/tid=19119] ppid=19063 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 2061 12908 0 0 0 0 5 3 20 0 6 0 48674120 10212057088 4582 33554432000 4194304 4196468 140723341082240 140718187033168 140718200878933 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=9972712 memory=5793855648196032953 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 6 0 48674120 10212057088 4582 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=9972712 memory=140397186139776 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 6 0 48674120 10212057088 4582 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 6 0 48674120 10212057088 4582 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 6 0 48674120 10212057088 4582 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210278 s]*
/proc/loadavg: 1.85 1.66 1.54 4/218 19132
/proc/meminfo: memFree=17441380/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=10818936 memory=44940 CPUtime=0.26 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 9099 12908 0 0 16 2 5 3 20 0 15 0 48674111 11078590464 11235 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2704734 11235 2973 1 0 2667157 0
[pid=19066/tid=19119] ppid=19063 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 5731 12908 0 0 10 1 5 3 20 0 15 0 48674120 11078557696 11235 33554432000 4194304 4196468 140723341082240 140718187021216 140718199276894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=10818904 memory=4211974123390930314 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674120 11078557696 11235 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=10818904 memory=140397186139776 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674120 11078557696 11235 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674120 11078557696 11235 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674120 11078557696 11235 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19124] ppid=19063 vsize=10818904 memory=140397186139776 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19124/stat : 19124 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674122 11078557696 11235 33554432000 4194304 4196468 140723341082240 140717218314352 140718215207554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19125] ppid=19063 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 33 12908 0 0 0 0 5 3 20 0 15 0 48674122 11078557696 11235 33554432000 4194304 4196468 140723341082240 140717217260320 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674122 11078557696 11235 33554432000 4194304 4196468 140723341082240 140717087253616 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11078557696 11235 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) S 19063 19066 16080 0 -1 1077944384 495 12908 0 0 1 0 5 3 20 0 15 0 48674125 11078557696 11235 33554432000 4194304 4196468 140723341082240 140717183703664 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 90 12908 0 0 1 0 5 3 20 0 15 0 48674125 11078557696 11235 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=10818904 memory=140397186139776 CPUtime=0.11 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) R 19063 19066 16080 0 -1 4202560 549 12908 0 0 3 0 5 3 20 0 15 0 48674125 11078557696 11235 33554432000 4194304 4196468 140723341082240 140717181598576 140718215210271 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11078557696 11235 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=10818904 memory=140397186139776 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674126 11078557696 11235 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44940 KiB

[startup+0.310735 s]*
/proc/loadavg: 1.85 1.66 1.54 4/218 19132
/proc/meminfo: memFree=17423768/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=10819352 memory=52816 CPUtime=0.4 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 10300 12908 0 0 29 3 5 3 20 0 15 0 48674111 11079016448 13204 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2704838 13204 3092 1 0 2667149 0
[pid=19066/tid=19119] ppid=19063 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 6921 12908 0 0 19 2 5 3 20 0 15 0 48674120 11079016448 13204 33554432000 4194304 4196468 140723341082240 140718187008416 140718195471599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 13204 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 13204 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 13204 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 13204 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19124] ppid=19063 vsize=10819352 memory=140397186139775 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19124/stat : 19124 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674122 11079016448 13204 33554432000 4194304 4196468 140723341082240 140717218314352 140718215207554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19125] ppid=19063 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 33 12908 0 0 0 0 5 3 20 0 15 0 48674122 11079016448 13204 33554432000 4194304 4196468 140723341082240 140717217260320 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=10819352 memory=140397186139776 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674122 11079016448 13204 33554432000 4194304 4196468 140723341082240 140717087253616 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11079016448 13204 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) S 19063 19066 16080 0 -1 1077944384 496 12908 0 0 1 0 5 3 20 0 15 0 48674125 11079016448 13204 33554432000 4194304 4196468 140723341082240 140717183703664 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 90 12908 0 0 1 0 5 3 20 0 15 0 48674125 11079016448 13204 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) S 19063 19066 16080 0 -1 1077944384 557 12908 0 0 5 0 5 3 20 0 15 0 48674125 11079016448 13204 33554432000 4194304 4196468 140723341082240 140717181598576 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11079016448 13204 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674126 11079016448 13204 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52816 KiB

[startup+0.700682 s]
/proc/loadavg: 1.85 1.66 1.54 4/218 19132
/proc/meminfo: memFree=17413688/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=10819352 memory=85012 CPUtime=0.99 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 16374 12908 0 0 87 4 5 3 20 0 15 0 48674111 11079016448 21253 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2704838 21253 3237 1 0 2667149 0
[pid=19066/tid=19119] ppid=19063 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 11857 12908 0 0 55 3 5 3 20 0 15 0 48674120 11079016448 21253 33554432000 4194304 4196468 140723341082240 140718187017232 140718195472194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 21253 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 21253 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 21253 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 2 12908 0 0 0 0 5 3 20 0 15 0 48674120 11079016448 21253 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19124] ppid=19063 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19124/stat : 19124 (java) S 19063 19066 16080 0 -1 1077944384 5 12908 0 0 0 0 5 3 20 0 15 0 48674122 11079016448 21253 33554432000 4194304 4196468 140723341082240 140717218314352 140718215207554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19125] ppid=19063 vsize=10819352 memory=140397045097712 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 33 12908 0 0 0 0 5 3 20 0 15 0 48674122 11079016448 21253 33554432000 4194304 4196468 140723341082240 140717217260320 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674122 11079016448 21253 33554432000 4194304 4196468 140723341082240 140717087253616 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11079016448 21253 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=10819352 memory=6944656575208382560 CPUtime=0.18 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) S 19063 19066 16080 0 -1 1077944384 1163 12908 0 0 10 0 5 3 20 0 15 0 48674125 11079016448 21253 33554432000 4194304 4196468 140723341082240 140717183703664 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=10819352 memory=6656426216303648864 CPUtime=0.15 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 510 12908 0 0 7 0 5 3 20 0 15 0 48674125 11079016448 21253 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) S 19063 19066 16080 0 -1 1077944384 605 12908 0 0 13 0 5 3 20 0 15 0 48674125 11079016448 21253 33554432000 4194304 4196468 140723341082240 140717181598576 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11079016448 21253 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674126 11079016448 21253 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85012 KiB

[startup+1.50077 s]
/proc/loadavg: 1.85 1.66 1.54 5/218 19132
/proc/meminfo: memFree=17368624/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=10834252 memory=192664 CPUtime=2.66 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 23640 12908 0 0 248 10 5 3 20 0 15 0 48674111 11094274048 48166 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2708563 48166 3473 1 0 2670221 0
[pid=19066/tid=19119] ppid=19063 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 16976 12908 0 0 129 5 5 3 20 0 15 0 48674120 11094274048 48166 33554432000 4194304 4196468 140723341082240 140718187013344 140718215218333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=10834252 memory=4132 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 29 12908 0 0 1 0 5 3 20 0 15 0 48674120 11094274048 48166 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=10834252 memory=16256 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 24 12908 0 0 1 0 5 3 20 0 15 0 48674120 11094274048 48166 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=10834252 memory=1292 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 183 12908 0 0 1 0 5 3 20 0 15 0 48674120 11094274048 48166 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=10834252 memory=98676 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 59 12908 0 0 1 0 5 3 20 0 15 0 48674120 11094274048 48166 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19124] ppid=19063 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19066/task/19124/stat : 19124 (java) S 19063 19066 16080 0 -1 1077944384 63 12908 0 0 1 0 5 3 20 0 15 0 48674122 11094274048 48166 33554432000 4194304 4196468 140723341082240 140717218314352 140718215207554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19125] ppid=19063 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 34 12908 0 0 0 0 5 3 20 0 15 0 48674122 11094274048 48166 33554432000 4194304 4196468 140723341082240 140717217260384 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674122 11094274048 48166 33554432000 4194304 4196468 140723341082240 140717087253632 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11094274048 48166 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=10834252 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) R 19063 19066 16080 0 -1 4202560 1808 12908 0 0 39 0 5 3 20 0 15 0 48674125 11094274048 48166 33554432000 4194304 4196468 140723341082240 140717183703664 140718196717589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=10834252 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 961 12908 0 0 33 0 5 3 20 0 15 0 48674125 11094274048 48166 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=10834252 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) S 19063 19066 16080 0 -1 1077944384 1308 12908 0 0 37 0 5 3 20 0 15 0 48674125 11094274048 48166 33554432000 4194304 4196468 140723341082240 140717181598576 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=10834252 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 15 0 48674125 11094274048 48166 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=10834252 memory=16100360058046859 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 1 12908 0 0 0 0 5 3 20 0 15 0 48674126 11094274048 48166 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834252 KiB

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

[pid=19066/tid=19125] ppid=19063 vsize=11041128 memory=1749492 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 39 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717217260384 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=11041128 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 5 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717087253632 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=11041128 memory=1749492 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 286 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=11041128 memory=4132 CPUtime=1.92 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) S 19063 19066 16080 0 -1 1077944384 8293 12908 0 0 181 3 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717183703664 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=11041128 memory=16296 CPUtime=2.14 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 8681 12908 0 0 204 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=11041128 memory=288230574492221466 CPUtime=1.36 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) S 19063 19066 16080 0 -1 1077944384 6792 12908 0 0 126 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717181598576 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=11041128 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=11041128 memory=1749492 CPUtime=1.13 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 2393 12908 0 0 50 55 5 3 20 0 17 0 48674126 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19369] ppid=19063 vsize=11041128 memory=1749492 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19369/stat : 19369 (java) S 19063 19066 16080 0 -1 1077944384 315 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716349054960 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19370] ppid=19063 vsize=11041128 memory=1749492 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19370/stat : 19370 (java) S 19063 19066 16080 0 -1 1077944384 111 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716147729760 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 2521.36 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1753700 KiB

Sending SIGKILL to process tree (bottom up)

[startup+2503.03 s]
# the end of solver process 19066 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.7 s, system=2.40822 s

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

[startup+2502.4 s]
/proc/loadavg: 1.73 1.76 1.77 3/222 19370
/proc/meminfo: memFree=16367772/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=11041128 memory=1753700 CPUtime=2521.46 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 124565 12908 0 0 251902 236 5 3 20 0 17 0 48674111 11306115072 438425 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2760282 438425 3514 1 0 2721935 0
[pid=19066/tid=19119] ppid=19063 vsize=11041128 memory=1749492 CPUtime=2497.36 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 66008 12908 0 0 249712 16 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718187030896 140717788370792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=11041128 memory=1749492 CPUtime=4.43 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 4748 12908 0 0 396 39 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=11041128 memory=6791534058613427641 CPUtime=4.45 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 3873 12908 0 0 397 40 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=11041128 memory=1832 CPUtime=4.44 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 7408 12908 0 0 394 42 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=11041128 memory=1948 CPUtime=4.42 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 6929 12908 0 0 394 40 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19124] ppid=19063 vsize=11041128 memory=1224 CPUtime=0.43 cores=0,2,4,6
/proc/19066/task/19124/stat : 19124 (java) S 19063 19066 16080 0 -1 1077944384 6493 12908 0 0 32 3 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717218314352 140718215207554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19125] ppid=19063 vsize=11041128 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 39 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717217260384 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=11041128 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 5 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717087253632 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=11041128 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 286 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=11041128 memory=1240 CPUtime=1.92 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) S 19063 19066 16080 0 -1 1077944384 8293 12908 0 0 181 3 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717183703664 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=11041128 memory=6791534058613427641 CPUtime=2.14 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 8681 12908 0 0 204 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=11041128 memory=1948 CPUtime=1.36 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) S 19063 19066 16080 0 -1 1077944384 6792 12908 0 0 126 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717181598576 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=11041128 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=11041128 memory=1704 CPUtime=1.13 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 2393 12908 0 0 50 55 5 3 20 0 17 0 48674126 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19369] ppid=19063 vsize=11041128 memory=1753700 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19369/stat : 19369 (java) S 19063 19066 16080 0 -1 1077944384 315 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716349054960 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19370] ppid=19063 vsize=11041128 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19370/stat : 19370 (java) S 19063 19066 16080 0 -1 1077944384 111 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716147729760 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 2521.46 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1753700 KiB

[startup+2502.8 s]
/proc/loadavg: 1.73 1.76 1.77 3/222 19370
/proc/meminfo: memFree=16367772/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=11041128 memory=1753700 CPUtime=2521.86 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 124568 12908 0 0 251942 236 5 3 20 0 17 0 48674111 11306115072 438425 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2760282 438425 3514 1 0 2721935 0
[pid=19066/tid=19119] ppid=19063 vsize=11041128 memory=1749492 CPUtime=2497.76 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 66011 12908 0 0 249752 16 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718187030896 140717788370818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=11041128 memory=1424 CPUtime=4.43 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 4748 12908 0 0 396 39 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=11041128 memory=796 CPUtime=4.45 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 3873 12908 0 0 397 40 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=11041128 memory=1424 CPUtime=4.44 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 7408 12908 0 0 394 42 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=11041128 memory=796 CPUtime=4.42 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 6929 12908 0 0 394 40 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19124] ppid=19063 vsize=11041128 memory=8388 CPUtime=0.43 cores=0,2,4,6
/proc/19066/task/19124/stat : 19124 (java) S 19063 19066 16080 0 -1 1077944384 6493 12908 0 0 32 3 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717218314352 140718215207554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19125] ppid=19063 vsize=11041128 memory=5784 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 39 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717217260384 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=11041128 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 5 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717087253632 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=11041128 memory=11956 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 286 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=11041128 memory=1008 CPUtime=1.92 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) S 19063 19066 16080 0 -1 1077944384 8293 12908 0 0 181 3 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717183703664 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=11041128 memory=4132 CPUtime=2.14 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 8681 12908 0 0 204 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=11041128 memory=16308 CPUtime=1.36 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) S 19063 19066 16080 0 -1 1077944384 6792 12908 0 0 126 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717181598576 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=11041128 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=11041128 memory=2444 CPUtime=1.13 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 2393 12908 0 0 50 55 5 3 20 0 17 0 48674126 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19369] ppid=19063 vsize=11041128 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19369/stat : 19369 (java) S 19063 19066 16080 0 -1 1077944384 315 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716349054960 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19370] ppid=19063 vsize=11041128 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19370/stat : 19370 (java) S 19063 19066 16080 0 -1 1077944384 111 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716147729760 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 2521.86 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1753700 KiB

[startup+2503 s]*
/proc/loadavg: 1.73 1.76 1.77 3/222 19370
/proc/meminfo: memFree=16367772/32770624 swapFree=67108860/67108860
[pid=19066] ppid=19063 vsize=11041128 memory=1753700 CPUtime=2522.07 cores=0,2,4,6
/proc/19066/stat : 19066 (java) S 19063 19066 16080 0 -1 1077944320 124568 12908 0 0 251963 236 5 3 20 0 17 0 48674111 11306115072 438425 33554432000 4194304 4196468 140723341082240 140723341064784 140718215196407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
/proc/19066/statm: 2760282 438425 3514 1 0 2721935 0
[pid=19066/tid=19119] ppid=19063 vsize=11041128 memory=6791534058613427641 CPUtime=2497.96 cores=0,2,4,6
/proc/19066/task/19119/stat : 19119 (java) R 19063 19066 16080 0 -1 4202560 66011 12908 0 0 249772 16 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718187030896 140717788370801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19120] ppid=19063 vsize=11041128 memory=-7003737579269690708 CPUtime=4.43 cores=0,2,4,6
/proc/19066/task/19120/stat : 19120 (java) S 19063 19066 16080 0 -1 1077944384 4748 12908 0 0 396 39 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718219438992 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19121] ppid=19063 vsize=11041128 memory=1408 CPUtime=4.45 cores=0,2,4,6
/proc/19066/task/19121/stat : 19121 (java) S 19063 19066 16080 0 -1 1077944384 3873 12908 0 0 397 40 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718107712272 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19122] ppid=19063 vsize=11041128 memory=3008 CPUtime=4.44 cores=0,2,4,6
/proc/19066/task/19122/stat : 19122 (java) S 19063 19066 16080 0 -1 1077944384 7408 12908 0 0 394 42 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718106659984 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19123] ppid=19063 vsize=11041128 memory=16308 CPUtime=4.42 cores=0,2,4,6
/proc/19066/task/19123/stat : 19123 (java) S 19063 19066 16080 0 -1 1077944384 6929 12908 0 0 394 40 5 3 20 0 17 0 48674120 11306115072 438425 33554432000 4194304 4196468 140723341082240 140718105607184 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19124] ppid=19063 vsize=11041128 memory=1292 CPUtime=0.43 cores=0,2,4,6
/proc/19066/task/19124/stat : 19124 (java) S 19063 19066 16080 0 -1 1077944384 6493 12908 0 0 32 3 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717218314352 140718215207554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19125] ppid=19063 vsize=11041128 memory=2444 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19125/stat : 19125 (java) S 19063 19066 16080 0 -1 1077944384 39 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717217260384 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19126] ppid=19063 vsize=11041128 memory=1753700 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19126/stat : 19126 (java) S 19063 19066 16080 0 -1 1077944384 5 12908 0 0 0 0 5 3 20 0 17 0 48674122 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717087253632 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19127] ppid=19063 vsize=11041128 memory=1753700 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19127/stat : 19127 (java) S 19063 19066 16080 0 -1 1077944384 286 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716779853904 140718215215003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19128] ppid=19063 vsize=11041128 memory=16100360058046859 CPUtime=1.92 cores=0,2,4,6
/proc/19066/task/19128/stat : 19128 (java) S 19063 19066 16080 0 -1 1077944384 8293 12908 0 0 181 3 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717183703664 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19129] ppid=19063 vsize=11041128 memory=1240 CPUtime=2.14 cores=0,2,4,6
/proc/19066/task/19129/stat : 19129 (java) S 19063 19066 16080 0 -1 1077944384 8681 12908 0 0 204 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717182650864 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19130] ppid=19063 vsize=11041128 memory=648 CPUtime=1.36 cores=0,2,4,6
/proc/19066/task/19130/stat : 19130 (java) S 19063 19066 16080 0 -1 1077944384 6792 12908 0 0 126 2 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717181598576 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19131] ppid=19063 vsize=11041128 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19131/stat : 19131 (java) S 19063 19066 16080 0 -1 1077944384 3 12908 0 0 0 0 5 3 20 0 17 0 48674125 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716746296288 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19132] ppid=19063 vsize=11041128 memory=1749492 CPUtime=1.13 cores=0,2,4,6
/proc/19066/task/19132/stat : 19132 (java) S 19063 19066 16080 0 -1 1077944384 2393 12908 0 0 50 55 5 3 20 0 17 0 48674126 11306115072 438425 33554432000 4194304 4196468 140723341082240 140717180545456 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19369] ppid=19063 vsize=11041128 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19369/stat : 19369 (java) S 19063 19066 16080 0 -1 1077944384 315 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716349054960 140718215206613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
[pid=19066/tid=19370] ppid=19063 vsize=11041128 memory=16100360058046859 CPUtime=0.08 cores=0,2,4,6
/proc/19066/task/19370/stat : 19370 (java) S 19063 19066 16080 0 -1 1077944384 111 12908 0 0 0 0 5 3 20 0 17 0 48924212 11306115072 438425 33554432000 4194304 4196468 140723341082240 140716147729760 140718215207554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140723341088939 140723341092188 140723341092188 140723341094863 0
Current children cumulated CPU time: 2522.07 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1753700 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2503.03
CPU time (s): 2522.11
CPU user time (s): 2519.7
CPU system time (s): 2.40822
CPU usage (%): 100.762
Max. virtual memory (cumulated for all children) (KiB): 11041128
Max. memory (cumulated for all children) (KiB): 1753700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.7
system time used= 2.40822
maximum resident set size= 1753960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60877
involuntary context switches= 2265


# summary of solver processes directly reported to runsolver:
#   pid: 19066
#   total CPU time (s): 2522.11
#   total CPU user time (s): 2519.7
#   total CPU system time (s): 2.40822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6651 second user time and 25.7044 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 03:58:29
IDJOB=4293262
IDBENCH=141145
IDSOLVER=2751
FILE ID=node132/4293262-1532311109
RUNJOBID= node132-1532296193-16111
PBS_JOBID= 21018987
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay100_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293262-1532311109/watcher-4293262-1532311109 -o /tmp/evaluation-result-4293262-1532311109/solver-4293262-1532311109 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1754617646 -superng HOME/instance-4293262-1532311109.xml

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

MD5SUM BENCH= d8b461fac2d17be3b89e017753091d4e
RANDOM SEED=1754617646

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17476492 kB
MemAvailable:   28628612 kB
Buffers:          258912 kB
Cached:         11039004 kB
SwapCached:            0 kB
Active:          5475512 kB
Inactive:        9180592 kB
Active(anon):    3361228 kB
Inactive(anon):    17028 kB
Active(file):    2114284 kB
Inactive(file):  9163564 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26808 kB
Writeback:             0 kB
AnonPages:       3377472 kB
Mapped:            49812 kB
Shmem:             17056 kB
Slab:             330268 kB
SReclaimable:     302732 kB
SUnreclaim:        27536 kB
KernelStack:        3840 kB
PageTables:        11648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4282304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3145728 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= 55004 MiB
End job on node132 at 2018-07-23 04:40:12