Trace number 4402841

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.12.3OPT171 9.97239 4.22013

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-3-5-30-1.xml
MD5SUMe91753cc37d5672b16b54feba0c5cd89
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark0.21607
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints497
Number of domains47
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":3},{"size":4,"count":8},{"size":5,"count":4},{"size":8,"count":2},{"size":9,"count":5},{"size":10,"count":9},{"size":11,"count":11},{"size":12,"count":2},{"size":14,"count":30},{"size":15,"count":15}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":45},{"degree":16,"count":30},{"degree":32,"count":14},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":495},{"arity":15,"count":1}]
Number of extensional constraints45
Number of intensional constraints451
Distribution of constraint types[{"type":"extension","count":45},{"type":"intension","count":451},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin 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.75/0.59	c Concrete v3.12.3.1568965526260 running
8.61/3.81	o 216
8.61/3.82	o 197
8.61/3.83	o 196
8.61/3.84	o 179
8.61/3.86	o 178
8.61/3.90	o 176
8.98/3.95	o 174
8.98/3.95	o 172
8.98/3.96	o 171
9.92/4.20	v <instantiation
9.92/4.20	v         cost = '171'>
9.92/4.20	v       <list>
9.92/4.20	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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29]
9.92/4.20	v       </list>
9.92/4.20	v       <values>
9.92/4.20	v         0 4 1 3 7 2 6 10 5 9 13 8 12 14 11 0 14 5 0 18 3 0 11 15 0 1 4 0 1 18 1 8 5 7 1 11 8 2 1 13 5 11 11 2 8 8 4 4 7 1 13 13 1 1 4 5 11 10 13 7 3 4 2 3 2 2 2 1 2 4 3 7 10 6 4 2 1 1 1 1 1 1 2 2 3 1 5 1 2 2
9.92/4.20	v       </values>
9.92/4.20	v     </instantiation>
9.92/4.20	s OPTIMUM FOUND

Verifier Data

OK	171

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402841-1568973561/watcher-4402841-1568973561 -o /var/tmp/evaluation-result-4402841-1568973561/solver-4402841-1568973561 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26369 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402841-1568973561.xml 

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

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


[startup+0.100153 s]*
/proc/loadavg: 2.33 1.91 1.82 2/218 28777
/proc/meminfo: memFree=6148564/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=9970504 memory=8496 CPUtime=0.07 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 3385 12962 0 0 0 0 4 3 20 0 6 0 473595643 10209796096 2124 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2492626 2124 1211 1 0 2481537 0
[pid=28724/tid=28777] ppid=28721 vsize=9970504 memory=3054156605369319823 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 1233 12962 0 0 0 0 4 3 20 0 6 0 473595652 10209796096 2189 33554432000 4194304 4196468 140734162059120 139795248506168 139795254792578 0 4 0 16784584 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=9970504 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 6 0 473595654 10209796096 2189 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=9970504 memory=140683595896448 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 6 0 473595654 10209796096 2189 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=9970504 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 2 12962 0 0 0 0 4 3 20 0 6 0 473595654 10209796096 2189 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=9970504 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 6 0 473595654 10209796096 2189 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 8496 KiB

[startup+0.210428 s]*
/proc/loadavg: 2.33 1.91 1.82 3/231 28790
/proc/meminfo: memFree=6124356/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10819716 memory=38356 CPUtime=0.24 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 6995 12962 0 0 15 2 4 3 20 0 15 0 473595643 11079389184 9589 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2704929 9589 3187 1 0 2667149 0
[pid=28724/tid=28777] ppid=28721 vsize=10819716 memory=-6517102902069810590 CPUtime=0.17 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 3392 12962 0 0 9 1 4 3 20 0 15 0 473595652 11079389184 9589 33554432000 4194304 4196468 140734162059120 139795248454560 139795260708197 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10819716 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079389184 9589 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10819716 memory=140683595896448 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 2 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10819716 memory=140683595896448 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 2 12962 0 0 0 0 4 3 20 0 15 0 473595655 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 33 12962 0 0 0 0 4 3 20 0 15 0 473595656 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794734605856 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794139047280 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11079389184 9589 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) S 28721 28724 26338 0 -1 1077944384 520 12962 0 0 1 0 4 3 20 0 15 0 473595658 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794701048176 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) S 28721 28724 26338 0 -1 1077944384 177 12962 0 0 1 0 4 3 20 0 15 0 473595658 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794699995376 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10819716 memory=140683595896448 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) R 28721 28724 26338 0 -1 4202560 652 12962 0 0 3 0 4 3 20 0 15 0 473595658 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794698942576 139795255221045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11079389184 9589 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10819716 memory=140683595896448 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595659 11079389184 9589 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 38356 KiB

[startup+0.319382 s]*
/proc/loadavg: 2.33 1.91 1.82 3/231 28790
/proc/meminfo: memFree=6112488/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10820196 memory=49792 CPUtime=0.38 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 10663 12962 0 0 27 4 4 3 20 0 15 0 473595643 11079880704 12448 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2705049 12448 3346 1 0 2667149 0
[pid=28724/tid=28777] ppid=28721 vsize=10820196 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 6994 12962 0 0 17 3 4 3 20 0 15 0 473595652 11079880704 12448 33554432000 4194304 4196468 140734162059120 139795248460896 139795258228144 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079880704 12448 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10820196 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 2 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 2 12962 0 0 0 0 4 3 20 0 15 0 473595655 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 33 12962 0 0 0 0 4 3 20 0 15 0 473595656 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794734605856 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794139047280 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11079880704 12448 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) S 28721 28724 26338 0 -1 1077944384 530 12962 0 0 2 0 4 3 20 0 15 0 473595658 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794701048176 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) S 28721 28724 26338 0 -1 1077944384 189 12962 0 0 1 0 4 3 20 0 15 0 473595658 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794699995376 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) S 28721 28724 26338 0 -1 1077944384 695 12962 0 0 5 0 4 3 20 0 15 0 473595658 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794698942576 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11079880704 12448 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595659 11079880704 12448 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49792 KiB

[startup+0.700681 s]
/proc/loadavg: 2.33 1.91 1.82 4/231 28790
/proc/meminfo: memFree=6099772/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10822316 memory=82456 CPUtime=1.08 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 14814 12962 0 0 95 6 4 3 20 0 15 0 473595643 11082051584 20614 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2705579 20614 3504 1 0 2667661 0
[pid=28724/tid=28777] ppid=28721 vsize=10822316 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 9850 12962 0 0 52 4 4 3 20 0 15 0 473595652 11082051584 20614 33554432000 4194304 4196468 140734162059120 139795248487200 139795260745054 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11082051584 20614 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10822316 memory=3280 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 2 12962 0 0 0 0 4 3 20 0 15 0 473595654 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595654 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10822316 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 5 12962 0 0 0 0 4 3 20 0 15 0 473595655 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10822316 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 33 12962 0 0 0 0 4 3 20 0 15 0 473595656 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794734605856 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10822316 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794139047280 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10822316 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11082051584 20614 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10822316 memory=13252 CPUtime=0.22 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) R 28721 28724 26338 0 -1 4202560 1156 12962 0 0 15 0 4 3 20 0 15 0 473595658 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794701048176 139795276685914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10822316 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) R 28721 28724 26338 0 -1 4202560 613 12962 0 0 10 0 4 3 20 0 15 0 473595658 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794699995376 139795276676502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10822316 memory=17668 CPUtime=0.23 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) S 28721 28724 26338 0 -1 1077944384 938 12962 0 0 16 0 4 3 20 0 15 0 473595658 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794698942576 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10822316 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11082051584 20614 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10822316 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595659 11082051584 20614 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 82456 KiB

[startup+1.50128 s]
/proc/loadavg: 2.31 1.91 1.82 3/231 28790
/proc/meminfo: memFree=6058268/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10834680 memory=178264 CPUtime=2.6 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 23666 12962 0 0 241 12 4 3 20 0 15 0 473595643 11094712320 44566 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2708670 44566 3586 1 0 2670733 0
[pid=28724/tid=28777] ppid=28721 vsize=10834680 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 15296 12962 0 0 127 6 4 3 20 0 15 0 473595652 11094712320 44566 33554432000 4194304 4196468 140734162059120 139795248482048 139795260745054 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 33 12962 0 0 1 0 4 3 20 0 15 0 473595654 11094712320 44566 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 24 12962 0 0 1 0 4 3 20 0 15 0 473595654 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 84 12962 0 0 1 0 4 3 20 0 15 0 473595654 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 345 12962 0 0 0 0 4 3 20 0 15 0 473595654 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10834680 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 414 12962 0 0 1 0 4 3 20 0 15 0 473595655 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10834680 memory=281366931515648 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 34 12962 0 0 0 0 4 3 20 0 15 0 473595656 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794734605920 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794139047296 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10834680 memory=8560 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11094712320 44566 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10834680 memory=6004 CPUtime=0.41 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) S 28721 28724 26338 0 -1 1077944384 1707 12962 0 0 34 0 4 3 20 0 15 0 473595658 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794701048176 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10834680 memory=1056 CPUtime=0.38 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) S 28721 28724 26338 0 -1 1077944384 1669 12962 0 0 31 0 4 3 20 0 15 0 473595658 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794699995376 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10834680 memory=1540 CPUtime=0.47 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) S 28721 28724 26338 0 -1 1077944384 1864 12962 0 0 40 0 4 3 20 0 15 0 473595658 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794698942576 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10834680 memory=728 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11094712320 44566 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10834680 memory=3612 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595659 11094712320 44566 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 10834680 KiB

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

[startup+3.1105 s]
/proc/loadavg: 2.31 1.91 1.82 6/231 28790
/proc/meminfo: memFree=5917140/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10844940 memory=248136 CPUtime=6.38 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 41681 12962 0 0 613 18 4 3 20 0 15 0 473595643 11105218560 62034 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2711235 62034 3607 1 0 2673293 0
[pid=28724/tid=28777] ppid=28721 vsize=10844940 memory=281366931934528 CPUtime=2.96 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 22101 12962 0 0 280 9 4 3 20 0 15 0 473595652 11105218560 62034 33554432000 4194304 4196468 140734162059120 139795248499168 139794880964668 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10844940 memory=388 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 145 12962 0 0 2 0 4 3 20 0 15 0 473595654 11105218560 62034 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10844940 memory=6943526294502006880 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 54 12962 0 0 2 0 4 3 20 0 15 0 473595654 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10844940 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 109 12962 0 0 2 0 4 3 20 0 15 0 473595654 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10844940 memory=8389687274667979570 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 380 12962 0 0 2 0 4 3 20 0 15 0 473595654 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10844940 memory=7093354215404401606 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 2927 12962 0 0 3 0 4 3 20 0 15 0 473595655 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10844940 memory=7449279377460835378 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 38 12962 0 0 0 0 4 3 20 0 15 0 473595656 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794734605920 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10844940 memory=281366931768832 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794139047296 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10844940 memory=7956567955459234152 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11105218560 62034 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10844940 memory=6940161746104902996 CPUtime=1.04 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) S 28721 28724 26338 0 -1 1077944384 3161 12962 0 0 96 1 4 3 20 0 15 0 473595658 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794701048176 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10844940 memory=7447093755344479569 CPUtime=1.04 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) R 28721 28724 26338 0 -1 4202560 4460 12962 0 0 96 1 4 3 20 0 15 0 473595658 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794699975464 139795261546494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10844940 memory=288230574492221466 CPUtime=1.32 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) R 28721 28724 26338 0 -1 1077944384 6082 12962 0 0 123 2 4 3 20 0 15 0 473595658 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794698942576 139795276675714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11105218560 62034 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10844940 memory=2193 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 10 12962 0 0 0 0 4 3 20 0 15 0 473595659 11105218560 62034 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 6.38 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 248136 KiB

[startup+4.22008 s]
# the end of solver process 28724 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.68843 s, system=0.283961 s

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

[startup+3.20087 s]
/proc/loadavg: 2.31 1.91 1.82 6/231 28790
/proc/meminfo: memFree=5917140/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10846988 memory=251216 CPUtime=6.62 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 42511 12962 0 0 637 18 4 3 20 0 15 0 473595643 11107315712 62804 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2711747 62804 3607 1 0 2673805 0
[pid=28724/tid=28777] ppid=28721 vsize=10846988 memory=0 CPUtime=3.05 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 22523 12962 0 0 289 9 4 3 20 0 15 0 473595652 11107315712 62804 33554432000 4194304 4196468 140734162059120 139795248493824 139795260745054 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10846988 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 145 12962 0 0 2 0 4 3 20 0 15 0 473595654 11107315712 62804 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10846988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 54 12962 0 0 2 0 4 3 20 0 15 0 473595654 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10846988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 109 12962 0 0 2 0 4 3 20 0 15 0 473595654 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10846988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 380 12962 0 0 2 0 4 3 20 0 15 0 473595654 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10846988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 2927 12962 0 0 3 0 4 3 20 0 15 0 473595655 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 38 12962 0 0 0 0 4 3 20 0 15 0 473595656 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794734605920 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794139047296 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11107315712 62804 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10846988 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) R 28721 28724 26338 0 -1 4202560 3182 12962 0 0 100 1 4 3 20 0 15 0 473595658 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794701048176 139795256500919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10846988 memory=1036 CPUtime=1.13 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) R 28721 28724 26338 0 -1 4202560 4770 12962 0 0 105 1 4 3 20 0 15 0 473595658 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794699975464 139795261061712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10846988 memory=14004 CPUtime=1.35 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) S 28721 28724 26338 0 -1 1077944384 6161 12962 0 0 126 2 4 3 20 0 15 0 473595658 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794698942576 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11107315712 62804 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10846988 memory=6788 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 10 12962 0 0 0 0 4 3 20 0 15 0 473595659 11107315712 62804 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 6.62 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 251216 KiB

[startup+4.00143 s]*
/proc/loadavg: 2.31 1.91 1.82 6/231 28790
/proc/meminfo: memFree=5871096/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10849048 memory=289380 CPUtime=9.33 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 53435 12962 0 0 904 22 4 3 20 0 15 0 473595643 11109425152 72345 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2712262 72345 3615 1 0 2674317 0
[pid=28724/tid=28777] ppid=28721 vsize=10849048 memory=-6517102902069810590 CPUtime=3.86 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 24437 12962 0 0 369 10 4 3 20 0 15 0 473595652 11109425152 72345 33554432000 4194304 4196468 140734162059120 139795248498064 139794893968280 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10849048 memory=4122819170707441977 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 145 12962 0 0 2 0 4 3 20 0 15 0 473595654 11109425152 72345 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10849048 memory=3544815676834876083 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 54 12962 0 0 2 0 4 3 20 0 15 0 473595654 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10849048 memory=8439792127513302161 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 109 12962 0 0 2 0 4 3 20 0 15 0 473595654 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10849048 memory=123368640611304 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 380 12962 0 0 2 0 4 3 20 0 15 0 473595654 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10849048 memory=3612118982345346273 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 2927 12962 0 0 3 0 4 3 20 0 15 0 473595655 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10849048 memory=4122257346118299679 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 38 12962 0 0 0 0 4 3 20 0 15 0 473595656 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794734605920 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10849048 memory=7813861246056819822 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794139047296 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10849048 memory=39956 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11109425152 72345 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10849048 memory=0 CPUtime=1.8 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) R 28721 28724 26338 0 -1 4202560 4917 12962 0 0 172 1 4 3 20 0 15 0 473595658 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794701034688 139795276685914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10849048 memory=0 CPUtime=1.92 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) R 28721 28724 26338 0 -1 4202560 10523 12962 0 0 183 2 4 3 20 0 15 0 473595658 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794699985168 139795276676502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10849048 memory=5 CPUtime=1.72 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) S 28721 28724 26338 0 -1 1077944384 7687 12962 0 0 163 2 4 3 20 0 15 0 473595658 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794698942576 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10849048 memory=59 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11109425152 72345 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10849048 memory=63 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 10 12962 0 0 0 0 4 3 20 0 15 0 473595659 11109425152 72345 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 9.33 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 289380 KiB

[startup+4.201 s]
/proc/loadavg: 2.31 1.91 1.82 6/231 28790
/proc/meminfo: memFree=5871096/32770624 swapFree=67001820/67108860
[pid=28724] ppid=28721 vsize=10849048 memory=329168 CPUtime=9.92 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28721 28724 26338 0 -1 1077944320 53727 12962 0 0 962 23 4 3 20 0 15 0 473595643 11109425152 82292 33554432000 4194304 4196468 140734162059120 140734162041664 139795276664567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
/proc/28724/statm: 2712262 82292 3617 1 0 2674317 0
[pid=28724/tid=28777] ppid=28721 vsize=10849048 memory=303430231908417850 CPUtime=4.04 cores=0,2,4,6
/proc/28724/task/28777/stat : 28777 (java) R 28721 28724 26338 0 -1 4202560 24478 12962 0 0 386 11 4 3 20 0 15 0 473595652 11109425152 82292 33554432000 4194304 4196468 140734162059120 139795248493584 139795276676502 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28778] ppid=28721 vsize=10849048 memory=13564890539362749 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28778/stat : 28778 (java) S 28721 28724 26338 0 -1 1077944384 148 12962 0 0 3 0 4 3 20 0 15 0 473595654 11109425152 82292 33554432000 4194304 4196468 140734162059120 139795280906896 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28779] ppid=28721 vsize=10849048 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28779/stat : 28779 (java) S 28721 28724 26338 0 -1 1077944384 56 12962 0 0 3 0 4 3 20 0 15 0 473595654 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794850384400 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28780] ppid=28721 vsize=10849048 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28780/stat : 28780 (java) S 28721 28724 26338 0 -1 1077944384 116 12962 0 0 3 0 4 3 20 0 15 0 473595654 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794849331600 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28781] ppid=28721 vsize=10849048 memory=7016714190785702558 CPUtime=0.09 cores=0,2,4,6
/proc/28724/task/28781/stat : 28781 (java) S 28721 28724 26338 0 -1 1077944384 380 12962 0 0 2 0 4 3 20 0 15 0 473595654 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794848278800 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28782] ppid=28721 vsize=10849048 memory=6944656592455350634 CPUtime=0.1 cores=0,2,4,6
/proc/28724/task/28782/stat : 28782 (java) S 28721 28724 26338 0 -1 1077944384 2928 12962 0 0 3 0 4 3 20 0 15 0 473595655 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794735659888 139795276675714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28783] ppid=28721 vsize=10849048 memory=-7385037615309293161 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28783/stat : 28783 (java) S 28721 28724 26338 0 -1 1077944384 39 12962 0 0 0 0 4 3 20 0 15 0 473595656 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794734605984 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28784] ppid=28721 vsize=10849048 memory=4137293581110450563 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28784/stat : 28784 (java) S 28721 28724 26338 0 -1 1077944384 1 12962 0 0 0 0 4 3 20 0 15 0 473595656 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794139047296 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28785] ppid=28721 vsize=10849048 memory=8761640388318109335 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28785/stat : 28785 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595658 11109425152 82292 33554432000 4194304 4196468 140734162059120 139793831647568 139795276683163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28786] ppid=28721 vsize=10849048 memory=-7384994778349281184 CPUtime=1.96 cores=0,2,4,6
/proc/28724/task/28786/stat : 28786 (java) R 28721 28724 26338 0 -1 4202560 4976 12962 0 0 188 1 4 3 20 0 15 0 473595658 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794701048176 139795256500193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28787] ppid=28721 vsize=10849048 memory=7016714186490735262 CPUtime=2.08 cores=0,2,4,6
/proc/28724/task/28787/stat : 28787 (java) R 28721 28724 26338 0 -1 4202560 10567 12962 0 0 199 2 4 3 20 0 15 0 473595658 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794699995376 139795256381703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28788] ppid=28721 vsize=10849048 memory=0 CPUtime=1.79 cores=0,2,4,6
/proc/28724/task/28788/stat : 28788 (java) R 28721 28724 26338 0 -1 1077944384 7815 12962 0 0 170 2 4 3 20 0 15 0 473595658 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794698942576 139795276675714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28789] ppid=28721 vsize=10849048 memory=140683466021681 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28789/stat : 28789 (java) S 28721 28724 26338 0 -1 1077944384 3 12962 0 0 0 0 4 3 20 0 15 0 473595659 11109425152 82292 33554432000 4194304 4196468 140734162059120 139793798088928 139795276674773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
[pid=28724/tid=28790] ppid=28721 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28724/task/28790/stat : 28790 (java) S 28721 28724 26338 0 -1 1077944384 11 12962 0 0 0 0 4 3 20 0 15 0 473595659 11109425152 82292 33554432000 4194304 4196468 140734162059120 139794697890992 139795276675714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31576064 140734162066020 140734162068661 140734162068661 140734162071503 0
Current children cumulated CPU time: 9.92 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 329168 KiB

Child status: 0
Real time (s): 4.22013
CPU time (s): 9.97239
CPU user time (s): 9.68843
CPU system time (s): 0.283961
CPU usage (%): 236.306
Max. virtual memory (cumulated for all children) (KiB): 10851692
Max. memory (cumulated for all children) (KiB): 329168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.68843
system time used= 0.283961
maximum resident set size= 331292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66746
page faults= 0
swaps= 0
block input operations= 8
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7334
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 28724
#   total CPU time (s): 9.97239
#   total CPU user time (s): 9.68843
#   total CPU system time (s): 0.283961

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045168 second user time and 0.09044 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 11:58:41
IDJOB=4402841
IDBENCH=126835
IDSOLVER=2861
FILE ID=node133/4402841-1568973561
RUNJOBID= node133-1568967598-26369
PBS_JOBID= 21704620
Free space on /var/tmp= 13456 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-3-5-30-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402841-1568973561/watcher-4402841-1568973561 -o /var/tmp/evaluation-result-4402841-1568973561/solver-4402841-1568973561 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26369 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402841-1568973561.xml

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

MD5SUM BENCH= e91753cc37d5672b16b54feba0c5cd89
RANDOM SEED=453517493

node133.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.18
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.18
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.18
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.18
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:         6152440 kB
MemAvailable:   26918328 kB
Buffers:          133872 kB
Cached:         20516412 kB
SwapCached:         5396 kB
Active:         15221188 kB
Inactive:       10362112 kB
Active(anon):    4928380 kB
Inactive(anon):    50984 kB
Active(file):   10292808 kB
Inactive(file): 10311128 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001820 kB
Dirty:             35888 kB
Writeback:             0 kB
AnonPages:       5048884 kB
Mapped:            65164 kB
Shmem:             37660 kB
Slab:             619624 kB
SReclaimable:     590412 kB
SUnreclaim:        29212 kB
KernelStack:        4048 kB
PageTables:        15580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5653176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2646016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13420 MiB
End job on node133 at 2019-09-20 11:58:45