Trace number 4403141

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.96028 4.24019

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.215432
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.80/0.55	c Concrete v3.12.3.1568965526260 running
8.10/3.65	o 217
8.10/3.66	o 205
8.10/3.67	o 203
8.10/3.69	o 194
8.10/3.69	o 190
8.47/3.70	o 180
9.17/3.91	o 179
9.17/3.91	o 178
9.17/3.91	o 177
9.17/3.98	o 174
9.17/3.98	o 171
9.85/4.13	v <instantiation
9.85/4.13	v         cost = '171'>
9.85/4.13	v       <list>
9.85/4.13	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.85/4.13	v       </list>
9.85/4.13	v       <values>
9.85/4.13	v         0 1 2 3 4 5 9 6 7 10 13 8 12 14 11 0 0 0 0 0 0 17 13 20 3 1 4 0 1 18 6 8 7 7 9 11 8 13 10 6 9 9 9 6 8 8 6 7 7 8 13 13 8 6 9 11 11 10 13 7 1 4 2 3 4 2 2 5 4 1 4 4 10 9 4 2 2 3 1 5 1 1 2 3 1 4 5 1 2 2
9.85/4.13	v       </values>
9.85/4.13	v     </instantiation>
9.85/4.13	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 (2383 MiB free)
  memory of node 1: 16384 MiB (2630 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403141-1568973339/watcher-4403141-1568973339 -o /tmp/evaluation-result-4403141-1568973339/solver-4403141-1568973339 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568967758-23433 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2115107071 HOME/instance-4403141-1568973339.xml 

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

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=26395, runsolver pid=26392

[startup+0.100146 s]*
/proc/loadavg: 1.77 1.72 1.57 4/217 26452
/proc/meminfo: memFree=5126172/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=9972712 memory=17348 CPUtime=0.09 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 4562 13061 0 0 1 0 5 3 20 0 6 0 473603507 10212057088 4337 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2493178 4337 1958 1 0 2481616 0
[pid=26395/tid=26448] ppid=26392 vsize=9972712 memory=4279135704047321230 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 2354 13061 0 0 1 0 5 3 20 0 6 0 473603516 10212057088 4337 33554432000 4194304 4196468 140731149454512 139763881026128 139763894176416 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=9981200 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 6 0 473603516 10220748800 4337 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=9988792 memory=140188771022464 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 6 0 473603516 10228523008 4337 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 6 0 473603516 10228523008 4337 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 6 0 473603516 10228523008 4337 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17348 KiB

[startup+0.209798 s]*
/proc/loadavg: 1.77 1.72 1.57 5/226 26461
/proc/meminfo: memFree=5107512/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=10820196 memory=42376 CPUtime=0.27 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 7544 13061 0 0 17 2 5 3 20 0 15 0 473603507 11079880704 10594 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2705049 10594 3287 1 0 2667149 0
[pid=26395/tid=26448] ppid=26392 vsize=10820196 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 4041 13061 0 0 11 1 5 3 20 0 15 0 473603516 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763881000400 139763909211293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=10820196 memory=140188771022464 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26453] ppid=26392 vsize=10820196 memory=140188771022464 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26453/stat : 26453 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603518 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763368347632 139763909200514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26454] ppid=26392 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26454/stat : 26454 (java) S 26392 26395 23401 0 -1 1077944384 13 13061 0 0 0 0 5 3 20 0 15 0 473603518 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763268969376 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26455] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26455/stat : 26455 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603519 11079880704 10594 33554432000 4194304 4196468 140731149454512 139762664989680 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26456] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26456/stat : 26456 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11079880704 10594 33554432000 4194304 4196468 140731149454512 139762424699088 139763909207963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26457] ppid=26392 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26457/stat : 26457 (java) S 26392 26395 23401 0 -1 1077944384 465 13061 0 0 1 0 5 3 20 0 15 0 473603521 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763367295472 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26458] ppid=26392 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26458/stat : 26458 (java) S 26392 26395 23401 0 -1 1077944384 190 13061 0 0 1 0 5 3 20 0 15 0 473603521 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763366242928 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26459] ppid=26392 vsize=10820196 memory=140188771022464 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26459/stat : 26459 (java) S 26392 26395 23401 0 -1 1077944384 613 13061 0 0 3 0 5 3 20 0 15 0 473603521 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763365190384 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26460] ppid=26392 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26460/stat : 26460 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11079880704 10594 33554432000 4194304 4196468 140731149454512 139762391141472 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26461] ppid=26392 vsize=10820196 memory=140188771022464 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26461/stat : 26461 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603522 11079880704 10594 33554432000 4194304 4196468 140731149454512 139763364137264 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42376 KiB

[startup+0.310664 s]*
/proc/loadavg: 1.77 1.72 1.57 3/226 26461
/proc/meminfo: memFree=5094968/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=10820196 memory=50812 CPUtime=0.41 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 10886 13061 0 0 30 3 5 3 20 0 15 0 473603507 11079880704 12703 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2705049 12703 3308 1 0 2667149 0
[pid=26395/tid=26448] ppid=26392 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 7374 13061 0 0 20 2 5 3 20 0 15 0 473603516 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763880998288 139763893269854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=10820196 memory=7596848458767951466 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=10820196 memory=7649539568726000578 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603516 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26453] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26453/stat : 26453 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603518 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763368347632 139763909200514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26454] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26454/stat : 26454 (java) S 26392 26395 23401 0 -1 1077944384 13 13061 0 0 0 0 5 3 20 0 15 0 473603518 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763268969376 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26455] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26455/stat : 26455 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603519 11079880704 12703 33554432000 4194304 4196468 140731149454512 139762664989680 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26456] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26456/stat : 26456 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11079880704 12703 33554432000 4194304 4196468 140731149454512 139762424699088 139763909207963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26457] ppid=26392 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26395/task/26457/stat : 26457 (java) S 26392 26395 23401 0 -1 1077944384 465 13061 0 0 2 0 5 3 20 0 15 0 473603521 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763367295472 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26458] ppid=26392 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26395/task/26458/stat : 26458 (java) S 26392 26395 23401 0 -1 1077944384 191 13061 0 0 2 0 5 3 20 0 15 0 473603521 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763366242928 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26459] ppid=26392 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/26395/task/26459/stat : 26459 (java) S 26392 26395 23401 0 -1 1077944384 621 13061 0 0 5 0 5 3 20 0 15 0 473603521 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763365190384 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26460] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26460/stat : 26460 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11079880704 12703 33554432000 4194304 4196468 140731149454512 139762391141472 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26461] ppid=26392 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26461/stat : 26461 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603522 11079880704 12703 33554432000 4194304 4196468 140731149454512 139763364137264 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50812 KiB

[startup+0.70213 s]
/proc/loadavg: 1.77 1.72 1.57 4/226 26461
/proc/meminfo: memFree=5079932/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=10825388 memory=84144 CPUtime=1.17 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 15149 13061 0 0 104 5 5 3 20 0 15 0 473603507 11085197312 20971 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2706347 20971 3512 1 0 2668429 0
[pid=26395/tid=26448] ppid=26392 vsize=10825388 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 10530 13061 0 0 56 3 5 3 20 0 15 0 473603516 11085197312 21010 33554432000 4194304 4196468 140731149454512 139763881007296 139763901906471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11084148736 21010 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11084148736 21010 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 2 13061 0 0 0 0 5 3 20 0 15 0 473603516 11084148736 21010 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603516 11085197312 21010 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26453] ppid=26392 vsize=10825388 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26453/stat : 26453 (java) S 26392 26395 23401 0 -1 1077944384 6 13061 0 0 0 0 5 3 20 0 15 0 473603518 11085197312 21010 33554432000 4194304 4196468 140731149454512 139763368347632 139763909200514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26454] ppid=26392 vsize=10825388 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26454/stat : 26454 (java) S 26392 26395 23401 0 -1 1077944384 13 13061 0 0 0 0 5 3 20 0 15 0 473603518 11085197312 21010 33554432000 4194304 4196468 140731149454512 139763268969376 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26455] ppid=26392 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26455/stat : 26455 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603519 11085197312 21010 33554432000 4194304 4196468 140731149454512 139762664989680 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26456] ppid=26392 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26456/stat : 26456 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11084148736 21010 33554432000 4194304 4196468 140731149454512 139762424699088 139763909207963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26457] ppid=26392 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/26395/task/26457/stat : 26457 (java) S 26392 26395 23401 0 -1 1077944384 931 13061 0 0 17 0 5 3 20 0 15 0 473603521 11084148736 21010 33554432000 4194304 4196468 140731149454512 139763367295472 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26458] ppid=26392 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/26395/task/26458/stat : 26458 (java) S 26392 26395 23401 0 -1 1077944384 655 13061 0 0 12 0 5 3 20 0 15 0 473603521 11084148736 21010 33554432000 4194304 4196468 140731149454512 139763366242928 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26459] ppid=26392 vsize=10825388 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/26395/task/26459/stat : 26459 (java) S 26392 26395 23401 0 -1 1077944384 826 13061 0 0 17 0 5 3 20 0 15 0 473603521 11085197312 21010 33554432000 4194304 4196468 140731149454512 139763365190384 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26460] ppid=26392 vsize=10825388 memory=280377344131312 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26460/stat : 26460 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11085197312 21010 33554432000 4194304 4196468 140731149454512 139762391141472 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26461] ppid=26392 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26461/stat : 26461 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603522 11085197312 21010 33554432000 4194304 4196468 140731149454512 139763364137264 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 84144 KiB

[startup+1.50067 s]
/proc/loadavg: 1.77 1.72 1.57 3/226 26461
/proc/meminfo: memFree=5036624/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=10834680 memory=178464 CPUtime=2.66 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 23369 13061 0 0 247 11 5 3 20 0 15 0 473603507 11094712320 44616 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2708670 44616 3587 1 0 2670733 0
[pid=26395/tid=26448] ppid=26392 vsize=10834680 memory=21 CPUtime=1.44 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 15209 13061 0 0 130 6 5 3 20 0 15 0 473603516 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763881004752 139763890595684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=10834680 memory=32 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 41 13061 0 0 1 0 5 3 20 0 15 0 473603516 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 330 13061 0 0 1 0 5 3 20 0 15 0 473603516 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 74 13061 0 0 1 0 5 3 20 0 15 0 473603516 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=10834680 memory=100160 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 75 13061 0 0 1 0 5 3 20 0 15 0 473603516 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26453] ppid=26392 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26395/task/26453/stat : 26453 (java) S 26392 26395 23401 0 -1 1077944384 133 13061 0 0 1 0 5 3 20 0 15 0 473603518 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763368347632 139763909200514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26454] ppid=26392 vsize=10834680 memory=7016982484491461977 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26454/stat : 26454 (java) S 26392 26395 23401 0 -1 1077944384 14 13061 0 0 0 0 5 3 20 0 15 0 473603518 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763268969440 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26455] ppid=26392 vsize=10834680 memory=7451599592650924629 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26455/stat : 26455 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603519 11094712320 44616 33554432000 4194304 4196468 140731149454512 139762664989696 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26456] ppid=26392 vsize=10834680 memory=7301017150161973865 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26456/stat : 26456 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11094712320 44616 33554432000 4194304 4196468 140731149454512 139762424699088 139763909207963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26457] ppid=26392 vsize=10834680 memory=5789193038506583128 CPUtime=0.41 cores=1,3,5,7
/proc/26395/task/26457/stat : 26457 (java) S 26392 26395 23401 0 -1 1077944384 1398 13061 0 0 33 0 5 3 20 0 15 0 473603521 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763367295472 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26458] ppid=26392 vsize=10834680 memory=7668335389174949478 CPUtime=0.41 cores=1,3,5,7
/proc/26395/task/26458/stat : 26458 (java) S 26392 26395 23401 0 -1 1077944384 1970 13061 0 0 33 0 5 3 20 0 15 0 473603521 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763366242928 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26459] ppid=26392 vsize=10834680 memory=7016982484491461977 CPUtime=0.51 cores=1,3,5,7
/proc/26395/task/26459/stat : 26459 (java) R 26392 26395 23401 0 -1 4202560 1911 13061 0 0 43 0 5 3 20 0 15 0 473603521 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763365190384 139763888904140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26460] ppid=26392 vsize=10834680 memory=7016982484491461977 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26460/stat : 26460 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11094712320 44616 33554432000 4194304 4196468 140731149454512 139762391141472 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26461] ppid=26392 vsize=10834680 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26461/stat : 26461 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603522 11094712320 44616 33554432000 4194304 4196468 140731149454512 139763364137264 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 178464 KiB

[startup+3.11054 s]
/proc/loadavg: 1.79 1.72 1.57 6/226 26461
/proc/meminfo: memFree=4898020/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=10846988 memory=254424 CPUtime=6.51 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 45652 13061 0 0 626 17 5 3 20 0 15 0 473603507 11107315712 63606 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2711747 63606 3605 1 0 2673805 0
[pid=26395/tid=26448] ppid=26392 vsize=10846988 memory=56 CPUtime=2.99 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 23384 13061 0 0 282 9 5 3 20 0 15 0 473603516 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763881017544 139763893269854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 65 13061 0 0 3 0 5 3 20 0 15 0 473603516 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=10846988 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 451 13061 0 0 2 0 5 3 20 0 15 0 473603516 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=10846988 memory=253540509470326 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 120 13061 0 0 3 0 5 3 20 0 15 0 473603516 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=10846988 memory=253540509470327 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 101 13061 0 0 3 0 5 3 20 0 15 0 473603516 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26453] ppid=26392 vsize=10846988 memory=253540509470328 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26453/stat : 26453 (java) S 26392 26395 23401 0 -1 1077944384 3953 13061 0 0 3 0 5 3 20 0 15 0 473603518 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763368347632 139763909200514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26454] ppid=26392 vsize=10846988 memory=21 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26454/stat : 26454 (java) S 26392 26395 23401 0 -1 1077944384 15 13061 0 0 0 0 5 3 20 0 15 0 473603518 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763268969440 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26455] ppid=26392 vsize=10846988 memory=32 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26455/stat : 26455 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603519 11107315712 63606 33554432000 4194304 4196468 140731149454512 139762664989696 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26456] ppid=26392 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26456/stat : 26456 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11107315712 63606 33554432000 4194304 4196468 140731149454512 139762424699088 139763909207963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26457] ppid=26392 vsize=10846988 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/26395/task/26457/stat : 26457 (java) R 26392 26395 23401 0 -1 4202560 4792 13061 0 0 103 0 5 3 20 0 15 0 473603521 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763367277080 139763892685889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26458] ppid=26392 vsize=10846988 memory=235 CPUtime=1.05 cores=1,3,5,7
/proc/26395/task/26458/stat : 26458 (java) S 26392 26395 23401 0 -1 1077944384 3623 13061 0 0 96 1 5 3 20 0 15 0 473603521 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763366242928 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26459] ppid=26392 vsize=10846988 memory=214788 CPUtime=1.35 cores=1,3,5,7
/proc/26395/task/26459/stat : 26459 (java) S 26392 26395 23401 0 -1 1077944384 6925 13061 0 0 126 1 5 3 20 0 15 0 473603521 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763365190384 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26460] ppid=26392 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26460/stat : 26460 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11107315712 63606 33554432000 4194304 4196468 140731149454512 139762391141472 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26461] ppid=26392 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26461/stat : 26461 (java) S 26392 26395 23401 0 -1 1077944384 9 13061 0 0 0 0 5 3 20 0 15 0 473603522 11107315712 63606 33554432000 4194304 4196468 140731149454512 139763364137264 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 6.51 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 254424 KiB

[startup+4.24014 s]
# the end of solver process 26395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.70412 s, system=0.256164 s

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

[startup+3.20098 s]
/proc/loadavg: 1.79 1.72 1.57 6/226 26461
/proc/meminfo: memFree=4898020/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=10846988 memory=260612 CPUtime=6.79 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 47211 13061 0 0 654 17 5 3 20 0 15 0 473603507 11107315712 65153 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2711747 65153 3606 1 0 2673805 0
[pid=26395/tid=26448] ppid=26392 vsize=10846988 memory=7166609057483115624 CPUtime=3.08 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 23776 13061 0 0 291 9 5 3 20 0 15 0 473603516 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763881025424 139763887634163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=10846988 memory=-6225496801744867212 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 65 13061 0 0 3 0 5 3 20 0 15 0 473603516 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=10846988 memory=3761666980133877760 CPUtime=0.1 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 451 13061 0 0 2 0 5 3 20 0 15 0 473603516 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 120 13061 0 0 3 0 5 3 20 0 15 0 473603516 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=10846988 memory=6365366857502003844 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 101 13061 0 0 3 0 5 3 20 0 15 0 473603516 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26453] ppid=26392 vsize=10846988 memory=7516895258931192673 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26453/stat : 26453 (java) S 26392 26395 23401 0 -1 1077944384 3953 13061 0 0 3 0 5 3 20 0 15 0 473603518 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763368347632 139763909200514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26454] ppid=26392 vsize=10846988 memory=7521381296285770081 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26454/stat : 26454 (java) S 26392 26395 23401 0 -1 1077944384 15 13061 0 0 0 0 5 3 20 0 15 0 473603518 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763268969440 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26455] ppid=26392 vsize=10846988 memory=42116 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26455/stat : 26455 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603519 11107315712 65153 33554432000 4194304 4196468 140731149454512 139762664989696 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26456] ppid=26392 vsize=10846988 memory=7306916055891837008 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26456/stat : 26456 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11107315712 65153 33554432000 4194304 4196468 140731149454512 139762424699088 139763909207963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26457] ppid=26392 vsize=10846988 memory=111632 CPUtime=1.2 cores=1,3,5,7
/proc/26395/task/26457/stat : 26457 (java) R 26392 26395 23401 0 -1 4202560 5340 13061 0 0 112 0 5 3 20 0 15 0 473603521 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763367281656 139763890733585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26458] ppid=26392 vsize=10846988 memory=808 CPUtime=1.09 cores=1,3,5,7
/proc/26395/task/26458/stat : 26458 (java) S 26392 26395 23401 0 -1 1077944384 3679 13061 0 0 100 1 5 3 20 0 15 0 473603521 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763366242928 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26459] ppid=26392 vsize=10846988 memory=1808 CPUtime=1.41 cores=1,3,5,7
/proc/26395/task/26459/stat : 26459 (java) S 26392 26395 23401 0 -1 1077944384 7488 13061 0 0 132 1 5 3 20 0 15 0 473603521 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763365190384 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26460] ppid=26392 vsize=10846988 memory=920 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26460/stat : 26460 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11107315712 65153 33554432000 4194304 4196468 140731149454512 139762391141472 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26461] ppid=26392 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26461/stat : 26461 (java) S 26392 26395 23401 0 -1 1077944384 9 13061 0 0 0 0 5 3 20 0 15 0 473603522 11107315712 65153 33554432000 4194304 4196468 140731149454512 139763364137264 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 6.79 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 260612 KiB

[startup+4.00154 s]*
/proc/loadavg: 1.79 1.72 1.57 5/226 26461
/proc/meminfo: memFree=4828676/32770624 swapFree=66938644/67108860
[pid=26395] ppid=26392 vsize=10849048 memory=309224 CPUtime=9.53 cores=1,3,5,7
/proc/26395/stat : 26395 (java) S 26392 26395 23401 0 -1 1077944320 56353 13061 0 0 924 21 5 3 20 0 15 0 473603507 11109425152 77306 33554432000 4194304 4196468 140731149454512 140731149437056 139763909189367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
/proc/26395/statm: 2712262 77306 3615 1 0 2674317 0
[pid=26395/tid=26448] ppid=26392 vsize=10849048 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/26395/task/26448/stat : 26448 (java) R 26392 26395 23401 0 -1 4202560 24818 13061 0 0 370 10 5 3 20 0 15 0 473603516 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763881023032 139763502542255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26449] ppid=26392 vsize=10849048 memory=4122819170707441977 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26449/stat : 26449 (java) S 26392 26395 23401 0 -1 1077944384 65 13061 0 0 3 0 5 3 20 0 15 0 473603516 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763913431824 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26450] ppid=26392 vsize=10849048 memory=4716380219754701216 CPUtime=0.1 cores=1,3,5,7
/proc/26395/task/26450/stat : 26450 (java) S 26392 26395 23401 0 -1 1077944384 451 13061 0 0 2 0 5 3 20 0 15 0 473603516 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763812322192 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26451] ppid=26392 vsize=10849048 memory=-6664436420846796947 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26451/stat : 26451 (java) S 26392 26395 23401 0 -1 1077944384 120 13061 0 0 3 0 5 3 20 0 15 0 473603516 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763811269648 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26452] ppid=26392 vsize=10849048 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26452/stat : 26452 (java) S 26392 26395 23401 0 -1 1077944384 101 13061 0 0 3 0 5 3 20 0 15 0 473603516 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763810217104 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26453] ppid=26392 vsize=10849048 memory=5911750677517444784 CPUtime=0.11 cores=1,3,5,7
/proc/26395/task/26453/stat : 26453 (java) S 26392 26395 23401 0 -1 1077944384 3953 13061 0 0 3 0 5 3 20 0 15 0 473603518 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763368347632 139763909200514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26454] ppid=26392 vsize=10849048 memory=3763074285610626670 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26454/stat : 26454 (java) S 26392 26395 23401 0 -1 1077944384 15 13061 0 0 0 0 5 3 20 0 15 0 473603518 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763268969440 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26455] ppid=26392 vsize=10849048 memory=-9033790761416835007 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26455/stat : 26455 (java) S 26392 26395 23401 0 -1 1077944384 1 13061 0 0 0 0 5 3 20 0 15 0 473603519 11109425152 77306 33554432000 4194304 4196468 140731149454512 139762664989696 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26456] ppid=26392 vsize=10849048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26456/stat : 26456 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11109425152 77306 33554432000 4194304 4196468 140731149454512 139762424699088 139763909207963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26457] ppid=26392 vsize=10849048 memory=-5720543917975044912 CPUtime=2.01 cores=1,3,5,7
/proc/26395/task/26457/stat : 26457 (java) R 26392 26395 23401 0 -1 4202560 10251 13061 0 0 192 1 5 3 20 0 15 0 473603521 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763367275168 139763890734575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26458] ppid=26392 vsize=10849048 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/26395/task/26458/stat : 26458 (java) R 26392 26395 23401 0 -1 4202560 5372 13061 0 0 176 2 5 3 20 0 15 0 473603521 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763366228808 139763890710571 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26459] ppid=26392 vsize=10849048 memory=140188672262928 CPUtime=1.77 cores=1,3,5,7
/proc/26395/task/26459/stat : 26459 (java) S 26392 26395 23401 0 -1 1077944384 8983 13061 0 0 168 1 5 3 20 0 15 0 473603521 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763365190384 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26460] ppid=26392 vsize=10849048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26460/stat : 26460 (java) S 26392 26395 23401 0 -1 1077944384 3 13061 0 0 0 0 5 3 20 0 15 0 473603521 11109425152 77306 33554432000 4194304 4196468 140731149454512 139762391141472 139763909199573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
[pid=26395/tid=26461] ppid=26392 vsize=10849048 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/26395/task/26461/stat : 26461 (java) S 26392 26395 23401 0 -1 1077944384 10 13061 0 0 0 0 5 3 20 0 15 0 473603522 11109425152 77306 33554432000 4194304 4196468 140731149454512 139763364137264 139763909200514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140731149462255 140731149464773 140731149464773 140731149467599 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 309224 KiB

[startup+4.20066 s]*
/proc/loadavg: 1.79 1.72 1.57 2/213 26462
/proc/meminfo: memFree=5122656/32770624 swapFree=66938644/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.24019
CPU time (s): 9.96028
CPU user time (s): 9.70412
CPU system time (s): 0.256164
CPU usage (%): 234.902
Max. virtual memory (cumulated for all children) (KiB): 10851716
Max. memory (cumulated for all children) (KiB): 324676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.70412
system time used= 0.256164
maximum resident set size= 326832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69757
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= 7011
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 26395
#   total CPU time (s): 9.96028
#   total CPU user time (s): 9.70412
#   total CPU system time (s): 0.256164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031909 second user time and 0.101008 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 11:57:40
IDJOB=4403141
IDBENCH=126835
IDSOLVER=2862
FILE ID=node139/4403141-1568973339
RUNJOBID= node139-1568967758-23433
PBS_JOBID= 21704618
Free space on /tmp= 5052 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 /tmp/evaluation-result-4403141-1568973339/watcher-4403141-1568973339 -o /tmp/evaluation-result-4403141-1568973339/solver-4403141-1568973339 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568967758-23433 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2115107071 HOME/instance-4403141-1568973339.xml

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

MD5SUM BENCH= e91753cc37d5672b16b54feba0c5cd89
RANDOM SEED=2115107071

node139.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.57
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.57
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.57
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.57
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:         5134912 kB
MemAvailable:   30841300 kB
Buffers:          125744 kB
Cached:         25402216 kB
SwapCached:        65316 kB
Active:         13719708 kB
Inactive:       12826808 kB
Active(anon):     956684 kB
Inactive(anon):   107800 kB
Active(file):   12763024 kB
Inactive(file): 12719008 kB
Unevictable:      108884 kB
Mlocked:          108884 kB
SwapTotal:      67108860 kB
SwapFree:       66938644 kB
Dirty:             35436 kB
Writeback:             0 kB
AnonPages:       1143900 kB
Mapped:            64556 kB
Shmem:             37048 kB
Slab:             682384 kB
SReclaimable:     652816 kB
SUnreclaim:        29568 kB
KernelStack:        3984 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2214872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    950272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5016 MiB
End job on node139 at 2019-09-20 11:57:45