Trace number 4304651

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.9.2OPT545 15.3215 7.57579

General information on the benchmark

NameMario/
Mario-easy-4_c18.xml
MD5SUM5cffdbc8485328962942cd612d77bced
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark545
Best CPU time to get the best result obtained on this benchmark2.8312
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
8.93/4.13	o 341
8.93/4.16	o 393
8.93/4.17	o 395
9.22/4.24	o 401
9.22/4.26	o 404
9.22/4.28	o 412
9.22/4.29	o 431
9.56/4.30	o 439
9.56/4.31	o 464
10.24/4.51	o 474
10.24/4.51	o 501
11.13/4.85	o 504
12.18/5.27	o 518
15.12/7.42	o 545
15.23/7.56	v <instantiation cost="545">
15.23/7.56	v       <list>
15.23/7.56	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
15.23/7.56	v       </list>
15.23/7.56	v       <values>
15.23/7.56	v         4 0 7 8 12 14 13 6 9 2 1 11 5 10 3 111 0 136 340 281 7 180 21 115 302 4 0 255 18 189 0 0 3 58 67 5 11 46 62 27 92 0 52 60 62
15.23/7.56	v       </values>
15.23/7.56	v     </instantiation>
15.23/7.56	s OPTIMUM FOUND

Verifier Data

OK	545

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304651-1534123863/watcher-4304651-1534123863 -o /tmp/evaluation-result-4304651-1534123863/solver-4304651-1534123863 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1917226954 HOME/instance-4304651-1534123863.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=32541, runsolver pid=32538

[startup+0.10009 s]*
/proc/loadavg: 1.49 1.72 1.75 3/203 32594
/proc/meminfo: memFree=27809452/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 4290 13155 0 0 1 0 5 3 20 0 6 0 229949477 10245611520 4137 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2501370 4137 1932 1 0 2489808 0
[pid=32541/tid=32594] ppid=32538 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 2095 13155 0 0 0 0 5 3 20 0 6 0 229949486 10245611520 4137 33554432000 4194304 4196468 140722333995136 140575417508432 140575437908798 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 6 0 229949487 10245611520 4137 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=10005480 memory=140613799118464 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 6 0 229949487 10245611520 4137 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 6 0 229949487 10245611520 4137 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 6 0 229949487 10245611520 4137 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209944 s]*
/proc/loadavg: 1.49 1.72 1.75 3/216 32607
/proc/meminfo: memFree=27785392/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=10982744 memory=43076 CPUtime=0.26 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 7470 13155 0 0 17 1 5 3 20 0 15 0 229949477 11246329856 10769 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2745686 10769 2959 1 0 2708109 0
[pid=32541/tid=32594] ppid=32538 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 4057 13155 0 0 10 1 5 3 20 0 15 0 229949486 11246329856 10769 33554432000 4194304 4196468 140722333995136 140575417495344 140575437908798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246329856 10769 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=10982744 memory=140613799146825 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246329856 10769 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246329856 10835 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246329856 10835 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=10982744 memory=140613799118464 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246329856 10835 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246329856 10835 33554432000 4194304 4196468 140722333995136 140574279591584 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246329856 10835 33554432000 4194304 4196468 140722333995136 140574078264560 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246329856 10835 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 413 13155 0 0 1 0 5 3 20 0 15 0 229949492 11246329856 10835 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) S 32538 32541 25256 0 -1 1077944384 189 13155 0 0 1 0 5 3 20 0 15 0 229949492 11246329856 10835 33554432000 4194304 4196468 140722333995136 140574868834672 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=10982744 memory=140613799118464 CPUtime=0.11 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 614 13155 0 0 3 0 5 3 20 0 15 0 229949492 11246329856 10835 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246329856 10835 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=10982744 memory=140613799118464 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246329856 10835 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43076 KiB

[startup+0.310177 s]*
/proc/loadavg: 1.49 1.72 1.75 3/216 32607
/proc/meminfo: memFree=27772876/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=10983192 memory=56264 CPUtime=0.38 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 10639 13155 0 0 28 2 5 3 20 0 15 0 229949477 11246788608 14066 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2745798 14066 3078 1 0 2708109 0
[pid=32541/tid=32594] ppid=32538 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 7191 13155 0 0 19 2 5 3 20 0 15 0 229949486 11246788608 14066 33554432000 4194304 4196468 140722333995136 140575417483680 140575425947420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 14066 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 14066 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 14066 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 14066 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246788608 14066 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246788608 14066 33554432000 4194304 4196468 140722333995136 140574279591584 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246788608 14066 33554432000 4194304 4196468 140722333995136 140574078264560 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246788608 14066 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 415 13155 0 0 1 0 5 3 20 0 15 0 229949492 11246788608 14066 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) S 32538 32541 25256 0 -1 1077944384 189 13155 0 0 1 0 5 3 20 0 15 0 229949492 11246788608 14066 33554432000 4194304 4196468 140722333995136 140574868834672 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=10983192 memory=140613799118464 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 624 13155 0 0 4 0 5 3 20 0 15 0 229949492 11246788608 14066 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246788608 14066 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=10983192 memory=140613799118464 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246788608 14066 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56264 KiB

[startup+0.700722 s]
/proc/loadavg: 1.49 1.72 1.75 3/216 32607
/proc/meminfo: memFree=27761836/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=10983192 memory=88376 CPUtime=0.99 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 16777 13155 0 0 86 5 5 3 20 0 15 0 229949477 11246788608 22094 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2745798 22094 3238 1 0 2708109 0
[pid=32541/tid=32594] ppid=32538 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 12325 13155 0 0 55 3 5 3 20 0 15 0 229949486 11246788608 22094 33554432000 4194304 4196468 140722333995136 140575417493392 140575429752158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 22094 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 22094 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=10983192 memory=140613672645392 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 22094 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=10983192 memory=140617229271625 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949487 11246788608 22094 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=10983192 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 5 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246788608 22094 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=10983192 memory=7014751519650764113 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246788608 22094 33554432000 4194304 4196468 140722333995136 140574279591584 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=10983192 memory=6082220498109819240 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949489 11246788608 22094 33554432000 4194304 4196468 140722333995136 140574078264560 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=10983192 memory=2228 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246788608 22094 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=10983192 memory=30952 CPUtime=0.15 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 781 13155 0 0 7 0 5 3 20 0 15 0 229949492 11246788608 22094 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=10983192 memory=11904 CPUtime=0.17 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) S 32538 32541 25256 0 -1 1077944384 770 13155 0 0 9 0 5 3 20 0 15 0 229949492 11246788608 22094 33554432000 4194304 4196468 140722333995136 140574868834672 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=10983192 memory=492 CPUtime=0.21 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 679 13155 0 0 13 0 5 3 20 0 15 0 229949492 11246788608 22094 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=10983192 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246788608 22094 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=10983192 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949492 11246788608 22094 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88376 KiB

[startup+1.50078 s]
/proc/loadavg: 1.49 1.72 1.75 3/216 32607
/proc/meminfo: memFree=27718036/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=10998092 memory=177740 CPUtime=2.29 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 23977 13155 0 0 211 10 5 3 20 0 15 0 229949477 11262046208 44435 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2749523 44435 3466 1 0 2711181 0
[pid=32541/tid=32594] ppid=32538 vsize=10998092 memory=65032 CPUtime=1.43 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 17890 13155 0 0 129 6 5 3 20 0 15 0 229949486 11262046208 44435 33554432000 4194304 4196468 140722333995136 140575417503680 140575425946823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 225 13155 0 0 1 0 5 3 20 0 15 0 229949487 11262046208 44435 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=10998092 memory=281227345322144 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 12 13155 0 0 1 0 5 3 20 0 15 0 229949487 11262046208 44435 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 36 13155 0 0 1 0 5 3 20 0 15 0 229949487 11262046208 44435 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 64 13155 0 0 1 0 5 3 20 0 15 0 229949487 11262046208 44435 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 71 13155 0 0 1 0 5 3 20 0 15 0 229949489 11262046208 44435 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 13 13155 0 0 0 0 5 3 20 0 15 0 229949489 11262046208 44435 33554432000 4194304 4196468 140722333995136 140574279591648 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 229949489 11262046208 44435 33554432000 4194304 4196468 140722333995136 140574078264560 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11262046208 44435 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 1348 13155 0 0 23 0 5 3 20 0 15 0 229949492 11262046208 44435 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=10998092 memory=10 CPUtime=0.27 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) S 32538 32541 25256 0 -1 1077944384 885 13155 0 0 19 0 5 3 20 0 15 0 229949492 11262046208 44435 33554432000 4194304 4196468 140722333995136 140574868834672 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=10998092 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 1232 13155 0 0 32 0 5 3 20 0 15 0 229949492 11262046208 44435 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11262046208 44435 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=10998092 memory=281227345566592 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 229949492 11262046208 44435 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

[startup+7.57575 s]
# the end of solver process 32541 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.0186 s, system=0.302894 s

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

[startup+6.40095 s]
/proc/loadavg: 1.69 1.76 1.76 3/216 32607
/proc/meminfo: memFree=27433580/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=11080032 memory=400504 CPUtime=13.79 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 73364 13155 0 0 1347 24 5 3 20 0 15 0 229949477 11345952768 100126 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2770008 100126 3525 1 0 2731661 0
[pid=32541/tid=32594] ppid=32538 vsize=11080032 memory=8 CPUtime=6.27 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 47657 13155 0 0 605 14 5 3 20 0 15 0 229949486 11345952768 100126 33554432000 4194304 4196468 140722333995136 140575417506608 140574980798207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=11080032 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 267 13155 0 0 3 0 5 3 20 0 15 0 229949487 11345952768 100126 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=11080032 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 41 13155 0 0 3 0 5 3 20 0 15 0 229949487 11345952768 100126 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=11080032 memory=145 CPUtime=0.11 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 69 13155 0 0 3 0 5 3 20 0 15 0 229949487 11345952768 100126 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=11080032 memory=1 CPUtime=0.11 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 263 13155 0 0 3 0 5 3 20 0 15 0 229949487 11345952768 100126 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=11080032 memory=1 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 1250 13155 0 0 4 0 5 3 20 0 15 0 229949489 11345952768 100126 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=11080032 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 16 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 100126 33554432000 4194304 4196468 140722333995136 140574279591648 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=11080032 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 5 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 100126 33554432000 4194304 4196468 140722333995136 140574078264576 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=11080032 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 100126 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=11080032 memory=0 CPUtime=3.19 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 11605 13155 0 0 309 2 5 3 20 0 15 0 229949492 11345952768 100126 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=11080032 memory=0 CPUtime=2.57 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) S 32538 32541 25256 0 -1 1077944384 3339 13155 0 0 248 1 5 3 20 0 15 0 229949492 11345952768 100126 33554432000 4194304 4196468 140722333995136 140574868834672 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=11080032 memory=396336 CPUtime=1.74 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 6643 13155 0 0 164 2 5 3 20 0 15 0 229949492 11345952768 100126 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=11080032 memory=13888 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 100126 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=11080032 memory=2228 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 11 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 100126 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 13.79 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 400504 KiB

[startup+7.20665 s]
/proc/loadavg: 1.69 1.76 1.76 3/216 32607
/proc/meminfo: memFree=27398520/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=11080032 memory=435744 CPUtime=14.92 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 73513 13155 0 0 1459 25 5 3 20 0 15 0 229949477 11345952768 108936 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2770008 108936 3525 1 0 2731661 0
[pid=32541/tid=32594] ppid=32538 vsize=11080032 memory=317 CPUtime=7.06 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 47695 13155 0 0 684 14 5 3 20 0 15 0 229949486 11345952768 108936 33554432000 4194304 4196468 140722333995136 140575417504928 140574979930669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=11080032 memory=250 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 270 13155 0 0 3 1 5 3 20 0 15 0 229949487 11345952768 108936 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=11080032 memory=167 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 45 13155 0 0 3 1 5 3 20 0 15 0 229949487 11345952768 108936 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 80 13155 0 0 4 0 5 3 20 0 15 0 229949487 11345952768 108936 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 268 13155 0 0 4 0 5 3 20 0 15 0 229949487 11345952768 108936 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=11080032 memory=431348 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 1273 13155 0 0 4 0 5 3 20 0 15 0 229949489 11345952768 108936 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=11080032 memory=11904 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 16 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 108936 33554432000 4194304 4196468 140722333995136 140574279591648 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=11080032 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 5 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 108936 33554432000 4194304 4196468 140722333995136 140574078264576 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=11080032 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108936 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=11080032 memory=11068 CPUtime=3.39 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 11646 13155 0 0 329 2 5 3 20 0 15 0 229949492 11345952768 108936 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=11080032 memory=1192 CPUtime=2.67 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) R 32538 32541 25256 0 -1 4202560 3353 13155 0 0 258 1 5 3 20 0 15 0 229949492 11345952768 108936 33554432000 4194304 4196468 140722333995136 140574868834672 140575429171752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=11080032 memory=281227345837312 CPUtime=1.76 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 6653 13155 0 0 165 3 5 3 20 0 15 0 229949492 11345952768 108936 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108936 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 11 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108936 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 14.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 435744 KiB

[startup+7.40074 s]
/proc/loadavg: 1.69 1.76 1.76 3/216 32607
/proc/meminfo: memFree=27398520/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=11080032 memory=435784 CPUtime=15.12 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 73521 13155 0 0 1479 25 5 3 20 0 15 0 229949477 11345952768 108946 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2770008 108946 3525 1 0 2731661 0
[pid=32541/tid=32594] ppid=32538 vsize=11080032 memory=7807103587647379809 CPUtime=7.25 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 47695 13155 0 0 703 14 5 3 20 0 15 0 229949486 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575417504928 140574977336156 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=11080032 memory=7597685182856913236 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 270 13155 0 0 3 1 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=11080032 memory=7373045022387683432 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 45 13155 0 0 3 1 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=11080032 memory=7662705889289527641 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 80 13155 0 0 4 0 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=11080032 memory=8174711894690773301 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 268 13155 0 0 4 0 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=11080032 memory=13888 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 1273 13155 0 0 4 0 5 3 20 0 15 0 229949489 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=11080032 memory=31 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 16 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574279591648 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 5 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574078264576 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=11080032 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=11080032 memory=281227345308576 CPUtime=3.39 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 11646 13155 0 0 329 2 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=11080032 memory=25412 CPUtime=2.68 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) S 32538 32541 25256 0 -1 1077944384 3359 13155 0 0 259 1 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574868834672 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=11080032 memory=2244 CPUtime=1.76 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 6655 13155 0 0 165 3 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=11080032 memory=140613672661173 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=11080032 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 11 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 15.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 435784 KiB

[startup+7.50077 s]
/proc/loadavg: 1.69 1.76 1.76 3/216 32607
/proc/meminfo: memFree=27398520/32770624 swapFree=67030660/67108860
[pid=32541] ppid=32538 vsize=11080032 memory=435784 CPUtime=15.23 cores=0,2,4,6
/proc/32541/stat : 32541 (java) S 32538 32541 25256 0 -1 1077944320 73521 13155 0 0 1490 25 5 3 20 0 15 0 229949477 11345952768 108946 33554432000 4194304 4196468 140722333995136 140722333977680 140575445671671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
/proc/32541/statm: 2770008 108946 3525 1 0 2731661 0
[pid=32541/tid=32594] ppid=32538 vsize=11080032 memory=0 CPUtime=7.35 cores=0,2,4,6
/proc/32541/task/32594/stat : 32594 (java) R 32538 32541 25256 0 -1 4202560 47695 13155 0 0 713 14 5 3 20 0 15 0 229949486 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575417504928 140575429296209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32595] ppid=32538 vsize=11080032 memory=6944656592452807323 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32595/stat : 32595 (java) S 32538 32541 25256 0 -1 1077944384 270 13155 0 0 3 1 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575449913872 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32596] ppid=32538 vsize=11080032 memory=-7522837583129502606 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32596/stat : 32596 (java) S 32538 32541 25256 0 -1 1077944384 45 13155 0 0 3 1 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575304632976 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32597] ppid=32538 vsize=11080032 memory=4206468019014099040 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32597/stat : 32597 (java) S 32538 32541 25256 0 -1 1077944384 80 13155 0 0 4 0 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575303579920 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32598] ppid=32538 vsize=11080032 memory=281227345651520 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32598/stat : 32598 (java) S 32538 32541 25256 0 -1 1077944384 268 13155 0 0 4 0 5 3 20 0 15 0 229949487 11345952768 108946 33554432000 4194304 4196468 140722333995136 140575302527376 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32599] ppid=32538 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32541/task/32599/stat : 32599 (java) S 32538 32541 25256 0 -1 1077944384 1273 13155 0 0 4 0 5 3 20 0 15 0 229949489 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574870940400 140575445682818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32600] ppid=32538 vsize=11080032 memory=14408220252834352 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32600/stat : 32600 (java) S 32538 32541 25256 0 -1 1077944384 16 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574279591648 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32601] ppid=32538 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32601/stat : 32601 (java) S 32538 32541 25256 0 -1 1077944384 5 13155 0 0 0 0 5 3 20 0 15 0 229949489 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574078264576 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32602] ppid=32538 vsize=11080032 memory=277392 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32602/stat : 32602 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140573770865104 140575445690267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32603] ppid=32538 vsize=11080032 memory=1 CPUtime=3.39 cores=0,2,4,6
/proc/32541/task/32603/stat : 32603 (java) S 32538 32541 25256 0 -1 1077944384 11646 13155 0 0 329 2 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574869887216 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32604] ppid=32538 vsize=11080032 memory=1 CPUtime=2.68 cores=0,2,4,6
/proc/32541/task/32604/stat : 32604 (java) S 32538 32541 25256 0 -1 1077944384 3359 13155 0 0 259 1 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574868834672 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32605] ppid=32538 vsize=11080032 memory=387408 CPUtime=1.76 cores=0,2,4,6
/proc/32541/task/32605/stat : 32605 (java) S 32538 32541 25256 0 -1 1077944384 6655 13155 0 0 165 3 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574867781616 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32606] ppid=32538 vsize=11080032 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32606/stat : 32606 (java) S 32538 32541 25256 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140573340068192 140575445681877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
[pid=32541/tid=32607] ppid=32538 vsize=11080032 memory=60552 CPUtime=0.08 cores=0,2,4,6
/proc/32541/task/32607/stat : 32607 (java) S 32538 32541 25256 0 -1 1077944384 11 13155 0 0 0 0 5 3 20 0 15 0 229949492 11345952768 108946 33554432000 4194304 4196468 140722333995136 140574866730032 140575445682818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37199872 140722334001772 140722334004572 140722334004572 140722334007247 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 435784 KiB

Child status: 0
Real time (s): 7.57579
CPU time (s): 15.3215
CPU user time (s): 15.0186
CPU system time (s): 0.302894
CPU usage (%): 202.242
Max. virtual memory (cumulated for all children) (KiB): 11082852
Max. memory (cumulated for all children) (KiB): 435784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0186
system time used= 0.302894
maximum resident set size= 437900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86774
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= 7505
involuntary context switches= 84


# summary of solver processes directly reported to runsolver:
#   pid: 32541
#   total CPU time (s): 15.3215
#   total CPU user time (s): 15.0186
#   total CPU system time (s): 0.302894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049833 second user time and 0.129798 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 03:31:03
IDJOB=4304651
IDBENCH=141521
IDSOLVER=2780
FILE ID=node102/4304651-1534123863
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Mario/Mario-easy-4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304651-1534123863/watcher-4304651-1534123863 -o /tmp/evaluation-result-4304651-1534123863/solver-4304651-1534123863 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1917226954 HOME/instance-4304651-1534123863.xml

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

MD5SUM BENCH= 5cffdbc8485328962942cd612d77bced
RANDOM SEED=1917226954

node102.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.51
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.51
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.51
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.51
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:        27813336 kB
MemAvailable:   30804520 kB
Buffers:          158068 kB
Cached:          3081176 kB
SwapCached:        51244 kB
Active:          2730656 kB
Inactive:        1661880 kB
Active(anon):    1078068 kB
Inactive(anon):   126908 kB
Active(file):    1652588 kB
Inactive(file):  1534972 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26632 kB
Writeback:             0 kB
AnonPages:       1110052 kB
Mapped:            63624 kB
Shmem:             48984 kB
Slab:             260996 kB
SReclaimable:     232084 kB
SUnreclaim:        28912 kB
KernelStack:        3504 kB
PageTables:         7640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2239556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-13 03:31:11