Trace number 4392010

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.10Wrong Opt.159 10.696 4.31434

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-4-5-20-1.xml
MD5SUMe6e5223db5de59749ca81141a6ec4e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark0.248867
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints442
Number of domains42
Minimum domain size3
Maximum domain size20
Distribution of domain sizes[{"size":3,"count":7},{"size":4,"count":10},{"size":5,"count":3},{"size":11,"count":3},{"size":12,"count":3},{"size":13,"count":8},{"size":14,"count":2},{"size":15,"count":4},{"size":19,"count":20},{"size":20,"count":20}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":40},{"degree":21,"count":20},{"degree":22,"count":19},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":440},{"arity":20,"count":1}]
Number of extensional constraints40
Number of intensional constraints401
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":401},{"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.70/0.55	c Concrete v3.10.1560635388952 running
7.69/3.49	o 203
8.77/3.74	o 201
8.77/3.74	o 200
8.77/3.74	o 199
8.77/3.74	o 198
8.77/3.74	o 184
8.77/3.74	o 183
8.77/3.74	o 180
8.77/3.74	o 177
8.77/3.74	o 175
8.77/3.74	o 173
8.77/3.74	o 159
10.38/4.29	v <instantiation
10.38/4.29	v         cost = '159'>
10.38/4.29	v       <list>
10.38/4.29	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] s[15] s[16] s[17] s[18] s[19] 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] d[15] d[16] d[17] d[18] d[19] 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] 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]
10.38/4.29	v       </list>
10.38/4.29	v       <values>
10.38/4.29	v         1 2 6 3 0 4 10 7 8 5 11 15 12 9 13 19 16 17 14 18 9 15 15 0 10 3 10 0 0 14 4 1 0 1 1 14 0 0 10 12 1 11 15 18 18 9 6 14 11 6 10 1 4 9 9 1 13 11 5 5 2 2 3 2 1 3 3 3 2 1 1 1 2 5 2 2 1 2 1 1
10.38/4.29	v       </values>
10.38/4.29	v     </instantiation>
10.38/4.29	s OPTIMUM FOUND

Verifier Data

OK	159

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392010-1568313195/watcher-4392010-1568313195 -o /tmp/evaluation-result-4392010-1568313195/solver-4392010-1568313195 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1252967250 HOME/instance-4392010-1568313195.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=14122, runsolver pid=14119

[startup+0.100108 s]*
/proc/loadavg: 1.91 1.66 1.51 3/219 14179
/proc/meminfo: memFree=21272384/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=9972712 memory=16552 CPUtime=0.08 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 4402 13391 0 0 1 0 4 3 20 0 6 0 407234431 10212057088 4138 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2493178 4138 1933 1 0 2481616 0
[pid=14122/tid=14175] ppid=14119 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 2224 13391 0 0 0 0 4 3 20 0 6 0 407234441 10212057088 4204 33554432000 4194304 4196468 140731639360192 140527369523792 140527379080765 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 6 0 407234441 10212057088 4204 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=9972712 memory=139897045239424 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 6 0 407234441 10212057088 4204 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 6 0 407234441 10212057088 4204 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 6 0 407234441 10212057088 4204 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210077 s]*
/proc/loadavg: 1.91 1.66 1.51 4/228 14188
/proc/meminfo: memFree=21251620/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10818940 memory=38876 CPUtime=0.25 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 7048 13391 0 0 17 1 4 3 20 0 15 0 407234431 11078594560 9719 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2704735 9719 2972 1 0 2667149 0
[pid=14122/tid=14175] ppid=14119 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 3576 13391 0 0 10 1 4 3 20 0 15 0 407234441 11078594560 9785 33554432000 4194304 4196468 140731639360192 140527369522912 140527377268315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10818940 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234441 11078594560 9785 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10818940 memory=139897048207377 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234441 11078594560 9785 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234441 11078594560 9785 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234441 11078594560 9785 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10818684 memory=139897045239424 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234443 11078332416 9793 33554432000 4194304 4196468 140731639360192 140526924249200 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 13 13391 0 0 0 0 4 3 20 0 15 0 407234443 11078594560 9793 33554432000 4194304 4196468 140731639360192 140526833623840 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234443 11078594560 9793 33554432000 4194304 4196468 140731639360192 140526229644400 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14183] ppid=14119 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14183/stat : 14183 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11078594560 9793 33554432000 4194304 4196468 140731639360192 140525922244688 140527397705627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) R 14119 14122 9865 0 -1 1077944384 349 13391 0 0 1 0 4 3 20 0 15 0 407234446 11078594560 9793 33554432000 4194304 4196468 140731639360192 140526923197040 140527397698178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) S 14119 14122 9865 0 -1 1077944384 276 13391 0 0 1 0 4 3 20 0 15 0 407234446 11078594560 9793 33554432000 4194304 4196468 140731639360192 140526922144240 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10818940 memory=139897045239424 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) S 14119 14122 9865 0 -1 1077944384 631 13391 0 0 3 0 4 3 20 0 15 0 407234446 11078594560 9793 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11078594560 9793 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14188] ppid=14119 vsize=10818940 memory=139897045239424 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14188/stat : 14188 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234447 11078594560 9793 33554432000 4194304 4196468 140731639360192 140526920038832 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38876 KiB

[startup+0.312745 s]*
/proc/loadavg: 1.91 1.66 1.51 3/228 14188
/proc/meminfo: memFree=21240844/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10820096 memory=50324 CPUtime=0.39 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 10798 13391 0 0 29 3 4 3 20 0 15 0 407234431 11079778304 12581 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2705024 12581 3236 1 0 2667149 0
[pid=14122/tid=14175] ppid=14119 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 7297 13391 0 0 19 2 4 3 20 0 15 0 407234441 11079778304 12581 33554432000 4194304 4196468 140731639360192 140527369506896 140527397708957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234441 11079778304 12581 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234441 11079778304 12581 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234441 11079778304 12581 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234441 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234443 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526924249200 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 13 13391 0 0 0 0 4 3 20 0 15 0 407234443 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526833623840 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234443 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526229644400 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14183] ppid=14119 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14183/stat : 14183 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11079778304 12581 33554432000 4194304 4196468 140731639360192 140525922244688 140527397705627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) S 14119 14122 9865 0 -1 1077944384 349 13391 0 0 1 0 4 3 20 0 15 0 407234446 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526923197040 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) S 14119 14122 9865 0 -1 1077944384 278 13391 0 0 1 0 4 3 20 0 15 0 407234446 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526922144240 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10820096 memory=139897045239424 CPUtime=0.12 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) S 14119 14122 9865 0 -1 1077944384 640 13391 0 0 5 0 4 3 20 0 15 0 407234446 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11079778304 12581 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14188] ppid=14119 vsize=10820096 memory=139897045239424 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14188/stat : 14188 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234447 11079778304 12581 33554432000 4194304 4196468 140731639360192 140526920038832 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50324 KiB

[startup+0.700797 s]
/proc/loadavg: 1.91 1.66 1.51 6/228 14188
/proc/meminfo: memFree=21228548/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10824340 memory=80396 CPUtime=1.13 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 14825 13391 0 0 102 4 4 3 20 0 15 0 407234431 11084124160 20099 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2706085 20099 3498 1 0 2668173 0
[pid=14122/tid=14175] ppid=14119 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 10506 13391 0 0 56 3 4 3 20 0 15 0 407234441 11084124160 20099 33554432000 4194304 4196468 140731639360192 140527369498064 140527381767518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234441 11084124160 20099 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234441 11084124160 20099 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10824340 memory=139896882868432 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234441 11084124160 20099 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10824340 memory=139899969733227 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234441 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10824340 memory=1064 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 5 13391 0 0 0 0 4 3 20 0 15 0 407234443 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526924249200 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10824340 memory=7014751519650698577 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 13 13391 0 0 0 0 4 3 20 0 15 0 407234443 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526833623840 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10824340 memory=7885636184287302246 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234443 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526229644400 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14183] ppid=14119 vsize=10824340 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14183/stat : 14183 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11084124160 20099 33554432000 4194304 4196468 140731639360192 140525922244688 140527397705627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10824340 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) R 14119 14122 9865 0 -1 4202560 711 13391 0 0 15 0 4 3 20 0 15 0 407234446 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526923197040 140527397698966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10824340 memory=520 CPUtime=0.19 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) R 14119 14122 9865 0 -1 1077944384 543 13391 0 0 12 0 4 3 20 0 15 0 407234446 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526922144240 140527397698178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10824340 memory=1560 CPUtime=0.24 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) S 14119 14122 9865 0 -1 1077944384 831 13391 0 0 17 0 4 3 20 0 15 0 407234446 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10824340 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11084124160 20099 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14188] ppid=14119 vsize=10824340 memory=3688 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14188/stat : 14188 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234447 11084124160 20099 33554432000 4194304 4196468 140731639360192 140526920038832 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80396 KiB

[startup+1.50076 s]
/proc/loadavg: 1.91 1.66 1.51 3/228 14188
/proc/meminfo: memFree=21184132/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10834656 memory=175792 CPUtime=2.68 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 23093 13391 0 0 252 9 4 3 20 0 15 0 407234431 11094687744 43948 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2708664 43948 3573 1 0 2670733 0
[pid=14122/tid=14175] ppid=14119 vsize=10834656 memory=172084 CPUtime=1.43 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 15318 13391 0 0 131 5 4 3 20 0 15 0 407234441 11094687744 43948 33554432000 4194304 4196468 140731639360192 140527369499936 140527381730661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 20 13391 0 0 1 0 4 3 20 0 15 0 407234441 11094687744 43948 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10834656 memory=7976406965554101975 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 70 13391 0 0 0 0 4 3 20 0 15 0 407234441 11094687744 43948 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 315 13391 0 0 1 0 4 3 20 0 15 0 407234441 11094687744 43948 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 62 13391 0 0 1 0 4 3 20 0 15 0 407234441 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 132 13391 0 0 1 0 4 3 20 0 15 0 407234443 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526924249200 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 13 13391 0 0 0 0 4 3 20 0 15 0 407234443 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526833623904 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234443 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526229644416 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14183] ppid=14119 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14183/stat : 14183 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11094687744 43948 33554432000 4194304 4196468 140731639360192 140525922244688 140527397705627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10834656 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) S 14119 14122 9865 0 -1 1077944384 1906 13391 0 0 43 0 4 3 20 0 15 0 407234446 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526923197040 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10834656 memory=4580 CPUtime=0.36 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) S 14119 14122 9865 0 -1 1077944384 1156 13391 0 0 29 0 4 3 20 0 15 0 407234446 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526922144240 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10834656 memory=7517476922023830123 CPUtime=0.48 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) S 14119 14122 9865 0 -1 1077944384 1887 13391 0 0 41 0 4 3 20 0 15 0 407234446 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10834656 memory=7597132098393106257 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11094687744 43948 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14188] ppid=14119 vsize=10834656 memory=7446537518409607267 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14188/stat : 14188 (java) S 14119 14122 9865 0 -1 1077944384 1 13391 0 0 0 0 4 3 20 0 15 0 407234447 11094687744 43948 33554432000 4194304 4196468 140731639360192 140526920038832 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10834656 KiB

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

Current children cumulated CPU time: 6.96 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 264752 KiB

[startup+4.31427 s]
# the end of solver process 14122 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.4407 s, system=0.255254 s

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

[startup+3.20165 s]
/proc/loadavg: 1.91 1.66 1.51 6/228 14188
/proc/meminfo: memFree=21032564/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10846964 memory=266220 CPUtime=7.17 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 45663 13391 0 0 693 17 4 3 20 0 15 0 407234431 11107291136 66555 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2711741 66555 3606 1 0 2673805 0
[pid=14122/tid=14175] ppid=14119 vsize=10846964 memory=-6876588627878687573 CPUtime=3.07 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 23662 13391 0 0 293 7 4 3 20 0 15 0 407234441 11107291136 66555 33554432000 4194304 4196468 140731639360192 140527369517920 140527381730661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10846964 memory=-7812736537705029536 CPUtime=0.09 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 55 13391 0 0 2 0 4 3 20 0 15 0 407234441 11107291136 66555 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10846964 memory=7681407940103534239 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 179 13391 0 0 2 1 4 3 20 0 15 0 407234441 11107291136 66555 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10846964 memory=6655300316396806240 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 337 13391 0 0 3 0 4 3 20 0 15 0 407234441 11107291136 66555 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10846964 memory=6656426216303648864 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 106 13391 0 0 3 0 4 3 20 0 15 0 407234441 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10846964 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 3606 13391 0 0 3 0 4 3 20 0 15 0 407234443 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526924249200 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 14 13391 0 0 0 0 4 3 20 0 15 0 407234443 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526833623904 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234443 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526229644416 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14183] ppid=14119 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14183/stat : 14183 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11107291136 66555 33554432000 4194304 4196468 140731639360192 140525922244688 140527397705627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10846964 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) R 14119 14122 9865 0 -1 4202560 4167 13391 0 0 129 1 4 3 20 0 15 0 407234446 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526923183584 140527382810635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10846964 memory=2241 CPUtime=1.35 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) S 14119 14122 9865 0 -1 1077944384 5099 13391 0 0 127 1 4 3 20 0 15 0 407234446 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526922144240 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10846964 memory=2244 CPUtime=1.34 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) S 14119 14122 9865 0 -1 1077944384 6218 13391 0 0 125 2 4 3 20 0 15 0 407234446 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11107291136 66555 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14188] ppid=14119 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14188/stat : 14188 (java) S 14119 14122 9865 0 -1 1077944384 7 13391 0 0 0 0 4 3 20 0 15 0 407234447 11107291136 66555 33554432000 4194304 4196468 140731639360192 140526920038832 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 7.17 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 266220 KiB

[startup+4.00165 s]*
/proc/loadavg: 1.91 1.66 1.51 5/228 14188
/proc/meminfo: memFree=20991056/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10849012 memory=299624 CPUtime=9.78 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 47421 13391 0 0 952 19 4 3 20 0 15 0 407234431 11109388288 74906 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2712253 74906 3614 1 0 2674317 0
[pid=14122/tid=14175] ppid=14119 vsize=10849012 memory=8317482817917895235 CPUtime=3.87 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 24088 13391 0 0 372 8 4 3 20 0 15 0 407234441 11109388288 74906 33554432000 4194304 4196468 140731639360192 140527369522624 140527397698966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10849012 memory=4872558044660077418 CPUtime=0.09 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 55 13391 0 0 2 0 4 3 20 0 15 0 407234441 11109388288 74906 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10849012 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 179 13391 0 0 2 1 4 3 20 0 15 0 407234441 11109388288 74906 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10849012 memory=-3040564339240289162 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 337 13391 0 0 3 0 4 3 20 0 15 0 407234441 11109388288 74906 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10849012 memory=6943526294502006880 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 106 13391 0 0 3 0 4 3 20 0 15 0 407234441 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10849012 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 3606 13391 0 0 3 0 4 3 20 0 15 0 407234443 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526924249200 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10849012 memory=-7161732098442470212 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 14 13391 0 0 0 0 4 3 20 0 15 0 407234443 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526833623904 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10849012 memory=7445129005055890800 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234443 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526229644416 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14183] ppid=14119 vsize=10849012 memory=3053811428158493008 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14183/stat : 14183 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11109388288 74906 33554432000 4194304 4196468 140731639360192 140525922244688 140527397705627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10849012 memory=6940425714476859492 CPUtime=2.07 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) R 14119 14122 9865 0 -1 4202560 4388 13391 0 0 199 1 4 3 20 0 15 0 407234446 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526923186448 140527389976485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10849012 memory=3054355819557830758 CPUtime=2.06 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) R 14119 14122 9865 0 -1 4202560 5311 13391 0 0 197 2 4 3 20 0 15 0 407234446 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526922130624 140527379211309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10849012 memory=3467841327271012672 CPUtime=1.75 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) R 14119 14122 9865 0 -1 1077944384 7115 13391 0 0 165 3 4 3 20 0 15 0 407234446 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10849012 memory=-9001734013606258791 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11109388288 74906 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14188] ppid=14119 vsize=10849012 memory=-7384994778349281184 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14188/stat : 14188 (java) S 14119 14122 9865 0 -1 1077944384 9 13391 0 0 0 0 4 3 20 0 15 0 407234447 11109388288 74906 33554432000 4194304 4196468 140731639360192 140526920038832 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 299624 KiB

[startup+4.20161 s]
/proc/loadavg: 1.91 1.66 1.51 5/228 14188
/proc/meminfo: memFree=20991056/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10849012 memory=308228 CPUtime=10.38 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 47583 13391 0 0 1011 20 4 3 20 0 15 0 407234431 11109388288 77057 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2712253 77057 3615 1 0 2674317 0
[pid=14122/tid=14175] ppid=14119 vsize=10849012 memory=10788 CPUtime=4.06 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) R 14119 14122 9865 0 -1 4202560 24096 13391 0 0 391 8 4 3 20 0 15 0 407234441 11109388288 77057 33554432000 4194304 4196468 140731639360192 140527369519896 140526999648792 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10849012 memory=2416953 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 56 13391 0 0 3 0 4 3 20 0 15 0 407234441 11109388288 77057 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10849012 memory=146 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 183 13391 0 0 2 1 4 3 20 0 15 0 407234441 11109388288 77057 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10849012 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 343 13391 0 0 3 0 4 3 20 0 15 0 407234441 11109388288 77057 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10849012 memory=6298073420687757921 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 110 13391 0 0 3 0 4 3 20 0 15 0 407234441 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10849012 memory=7300728970739542608 CPUtime=0.11 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 3607 13391 0 0 4 0 4 3 20 0 15 0 407234443 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526924249200 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10849012 memory=4639086193136390224 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 14 13391 0 0 0 0 4 3 20 0 15 0 407234443 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526833623968 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10849012 memory=7100839861566347365 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 15 0 407234443 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526229644416 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14183] ppid=14119 vsize=10849012 memory=-5345911735740496598 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14183/stat : 14183 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11109388288 77057 33554432000 4194304 4196468 140731639360192 140525922244688 140527397705627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10849012 memory=6944656592455360569 CPUtime=2.25 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) R 14119 14122 9865 0 -1 4202560 4411 13391 0 0 217 1 4 3 20 0 15 0 407234446 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526923168576 140527379231231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10849012 memory=-7533511066075829596 CPUtime=2.24 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) R 14119 14122 9865 0 -1 4202560 5330 13391 0 0 215 2 4 3 20 0 15 0 407234446 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526922130944 140527381183906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10849012 memory=-7595718148000617571 CPUtime=1.78 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) S 14119 14122 9865 0 -1 1077944384 7210 13391 0 0 168 3 4 3 20 0 15 0 407234446 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10849012 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 15 0 407234446 11109388288 77057 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14188] ppid=14119 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14188/stat : 14188 (java) S 14119 14122 9865 0 -1 1077944384 10 13391 0 0 0 0 4 3 20 0 15 0 407234447 11109388288 77057 33554432000 4194304 4196468 140731639360192 140526920038832 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 10.38 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 308228 KiB

[startup+4.30071 s]
/proc/loadavg: 1.91 1.66 1.51 5/228 14188
/proc/meminfo: memFree=20991056/32770624 swapFree=66939824/67108860
[pid=14122] ppid=14119 vsize=10913520 memory=308916 CPUtime=10.66 cores=0,2,4,6
/proc/14122/stat : 14122 (java) S 14119 14122 9865 0 -1 1077944320 47744 13391 0 0 1039 20 4 3 20 0 13 0 407234431 11175444480 77229 33554432000 4194304 4196468 140731639360192 140731639342736 140527397687031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
/proc/14122/statm: 2728380 77229 3618 1 0 2690444 0
[pid=14122/tid=14175] ppid=14119 vsize=10913520 memory=6075444275945239141 CPUtime=4.15 cores=0,2,4,6
/proc/14122/task/14175/stat : 14175 (java) S 14119 14122 9865 0 -1 1077944384 24104 13391 0 0 400 8 4 3 20 0 13 0 407234441 11175444480 77229 33554432000 4194304 4196468 140731639360192 140527369530512 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14176] ppid=14119 vsize=10913520 memory=308052 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14176/stat : 14176 (java) S 14119 14122 9865 0 -1 1077944384 56 13391 0 0 3 0 4 3 20 0 13 0 407234441 11175444480 77229 33554432000 4194304 4196468 140731639360192 140527401929616 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14177] ppid=14119 vsize=10913520 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14177/stat : 14177 (java) S 14119 14122 9865 0 -1 1077944384 183 13391 0 0 2 1 4 3 20 0 13 0 407234441 11175444480 77229 33554432000 4194304 4196468 140731639360192 140527306132240 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14178] ppid=14119 vsize=10913520 memory=220160 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14178/stat : 14178 (java) S 14119 14122 9865 0 -1 1077944384 343 13391 0 0 3 0 4 3 20 0 13 0 407234441 11175444480 77229 33554432000 4194304 4196468 140731639360192 140527305079952 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14179] ppid=14119 vsize=10913520 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14122/task/14179/stat : 14179 (java) S 14119 14122 9865 0 -1 1077944384 110 13391 0 0 3 0 4 3 20 0 13 0 407234441 11175444480 77229 33554432000 4194304 4196468 140731639360192 140526968691728 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14180] ppid=14119 vsize=10913520 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/14122/task/14180/stat : 14180 (java) S 14119 14122 9865 0 -1 1077944384 3607 13391 0 0 4 0 4 3 20 0 13 0 407234443 11175444480 77229 33554432000 4194304 4196468 140731639360192 140526924249408 140527397698178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14181] ppid=14119 vsize=10913520 memory=180912 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14181/stat : 14181 (java) S 14119 14122 9865 0 -1 1077944384 14 13391 0 0 0 0 4 3 20 0 13 0 407234443 11175444480 77229 33554432000 4194304 4196468 140731639360192 140526833623968 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14182] ppid=14119 vsize=10913520 memory=4206468019014099040 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14182/stat : 14182 (java) S 14119 14122 9865 0 -1 1077944384 2 13391 0 0 0 0 4 3 20 0 13 0 407234443 11175444480 77229 33554432000 4194304 4196468 140731639360192 140526229644416 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14184] ppid=14119 vsize=10913520 memory=6944656592452807323 CPUtime=2.33 cores=0,2,4,6
/proc/14122/task/14184/stat : 14184 (java) S 14119 14122 9865 0 -1 1077944384 4434 13391 0 0 225 1 4 3 20 0 13 0 407234446 11175444480 77229 33554432000 4194304 4196468 140731639360192 140526923176208 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14185] ppid=14119 vsize=10913520 memory=7308329989129786223 CPUtime=2.32 cores=0,2,4,6
/proc/14122/task/14185/stat : 14185 (java) S 14119 14122 9865 0 -1 1077944384 5350 13391 0 0 223 2 4 3 20 0 13 0 407234446 11175444480 77229 33554432000 4194304 4196468 140731639360192 140526922144240 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14186] ppid=14119 vsize=10913520 memory=1 CPUtime=1.8 cores=0,2,4,6
/proc/14122/task/14186/stat : 14186 (java) S 14119 14122 9865 0 -1 1077944384 7287 13391 0 0 170 3 4 3 20 0 13 0 407234446 11175444480 77229 33554432000 4194304 4196468 140731639360192 140526921091952 140527397698178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
[pid=14122/tid=14187] ppid=14119 vsize=10913520 memory=2 CPUtime=0.07 cores=0,2,4,6
/proc/14122/task/14187/stat : 14187 (java) S 14119 14122 9865 0 -1 1077944384 3 13391 0 0 0 0 4 3 20 0 13 0 407234446 11175444480 77229 33554432000 4194304 4196468 140731639360192 140525888687072 140527397697237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8396800 140731639368437 140731639370949 140731639370949 140731639373775 0
Current children cumulated CPU time: 10.66 s
Current children cumulated vsize: 10913520 KiB
Current children cumulated memory: 308916 KiB

Child status: 0
Real time (s): 4.31434
CPU time (s): 10.696
CPU user time (s): 10.4407
CPU system time (s): 0.255254
CPU usage (%): 247.917
Max. virtual memory (cumulated for all children) (KiB): 10913520
Max. memory (cumulated for all children) (KiB): 308916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4407
system time used= 0.255254
maximum resident set size= 310924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61159
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= 6841
involuntary context switches= 57


# summary of solver processes directly reported to runsolver:
#   pid: 14122
#   total CPU time (s): 10.696
#   total CPU user time (s): 10.4407
#   total CPU system time (s): 0.255254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037116 second user time and 0.097217 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 20:32:36
IDJOB=4392010
IDBENCH=126829
IDSOLVER=2837
FILE ID=node119/4392010-1568313195
RUNJOBID= node119-1568306047-10997
PBS_JOBID= 21701106
Free space on /tmp= 57236 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-4-5-20-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392010-1568313195/watcher-4392010-1568313195 -o /tmp/evaluation-result-4392010-1568313195/solver-4392010-1568313195 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1252967250 HOME/instance-4392010-1568313195.xml

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

MD5SUM BENCH= e6e5223db5de59749ca81141a6ec4e70
RANDOM SEED=1252967250

node119.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.47
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.47
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.47
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.47
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:        21279748 kB
MemAvailable:   30721392 kB
Buffers:          159028 kB
Cached:          9507196 kB
SwapCached:        61084 kB
Active:          3364724 kB
Inactive:        7448168 kB
Active(anon):    1085912 kB
Inactive(anon):   102704 kB
Active(file):    2278812 kB
Inactive(file):  7345464 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             35248 kB
Writeback:             0 kB
AnonPages:       1221996 kB
Mapped:            56824 kB
Shmem:             32808 kB
Slab:             274732 kB
SReclaimable:     245828 kB
SUnreclaim:        28904 kB
KernelStack:        4048 kB
PageTables:         8004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2254236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1040384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57200 MiB
End job on node119 at 2019-09-12 20:32:40