Trace number 4401041

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.2OPT171 10.636 4.37143

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-3-5-30-1.xml
MD5SUMe91753cc37d5672b16b54feba0c5cd89
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark0.21607
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints497
Number of domains47
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":3},{"size":4,"count":8},{"size":5,"count":4},{"size":8,"count":2},{"size":9,"count":5},{"size":10,"count":9},{"size":11,"count":11},{"size":12,"count":2},{"size":14,"count":30},{"size":15,"count":15}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":45},{"degree":16,"count":30},{"degree":32,"count":14},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":495},{"arity":15,"count":1}]
Number of extensional constraints45
Number of intensional constraints451
Distribution of constraint types[{"type":"extension","count":45},{"type":"intension","count":451},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
8.94/3.73	o 222
8.94/3.74	o 211
10.61/4.30	o 197
10.61/4.30	o 194
10.61/4.30	o 180
10.61/4.30	o 179
10.61/4.30	o 174
10.61/4.30	o 172
10.61/4.30	o 171
10.61/4.30	v <instantiation
10.61/4.30	v         cost = '171'>
10.61/4.30	v       <list>
10.61/4.30	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]
10.61/4.30	v       </list>
10.61/4.30	v       <values>
10.61/4.30	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
10.61/4.30	v       </values>
10.61/4.30	v     </instantiation>
10.61/4.30	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 (14002 MiB free)
  memory of node 1: 16384 MiB (15322 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401041-1568680161/watcher-4401041-1568680161 -o /tmp/evaluation-result-4401041-1568680161/solver-4401041-1568680161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4401041-1568680161.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 2.62 1.91 1.75 3/224 26559
/proc/meminfo: memFree=30021496/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=9972712 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 4524 13344 0 0 2 0 5 3 20 0 6 0 444255679 10212057088 4270 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2493178 4270 1935 1 0 2481616 0
[pid=26502/tid=26555] ppid=26499 vsize=9972712 memory=4279135703913364878 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) R 26499 26502 22966 0 -1 4202560 2329 13344 0 0 1 0 5 3 20 0 6 0 444255688 10212057088 4270 33554432000 4194304 4196468 140736759401232 139646710805072 139646724091248 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 6 0 444255689 10212057088 4270 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=9972712 memory=139760724461184 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 6 0 444255689 10212057088 4270 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 6 0 444255689 10212057088 4270 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 6 0 444255689 10212057088 4270 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.21054 s]*
/proc/loadavg: 2.62 1.91 1.75 4/233 26568
/proc/meminfo: memFree=30001488/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10820196 memory=42536 CPUtime=0.27 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 7420 13344 0 0 18 1 5 3 20 0 15 0 444255679 11079880704 10634 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2705049 10634 3303 1 0 2667149 0
[pid=26502/tid=26555] ppid=26499 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) R 26499 26502 22966 0 -1 4202560 3920 13344 0 0 11 0 5 3 20 0 15 0 444255688 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646710786880 139646738990237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10820196 memory=139760724461184 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26560] ppid=26499 vsize=10820196 memory=139760724461184 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26560/stat : 26560 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255690 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646197324400 139646738979458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 13 13344 0 0 0 0 5 3 20 0 15 0 444255691 11079880704 10634 33554432000 4194304 4196468 140736759401232 139645627131168 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255691 11079880704 10634 33554432000 4194304 4196468 140736759401232 139645492913776 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11079880704 10634 33554432000 4194304 4196468 140736759401232 139645252622928 139646738986907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) S 26499 26502 22966 0 -1 1077944384 355 13344 0 0 1 0 5 3 20 0 15 0 444255694 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646196271216 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) S 26499 26502 22966 0 -1 1077944384 316 13344 0 0 1 0 5 3 20 0 15 0 444255694 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646195218416 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10820196 memory=139760724461184 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) S 26499 26502 22966 0 -1 1077944384 594 13344 0 0 3 0 5 3 20 0 15 0 444255694 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646194166128 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11079880704 10634 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26568] ppid=26499 vsize=10820196 memory=139760724461184 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26568/stat : 26568 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255694 11079880704 10634 33554432000 4194304 4196468 140736759401232 139646193114032 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42536 KiB

[startup+0.310994 s]*
/proc/loadavg: 2.62 1.91 1.75 3/233 26568
/proc/meminfo: memFree=29988816/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10820196 memory=50576 CPUtime=0.41 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 10877 13344 0 0 31 2 5 3 20 0 15 0 444255679 11079880704 12644 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2705049 12644 3314 1 0 2667149 0
[pid=26502/tid=26555] ppid=26499 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) R 26499 26502 22966 0 -1 4202560 7369 13344 0 0 20 1 5 3 20 0 15 0 444255688 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646710785936 139646738990237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255689 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26560] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26560/stat : 26560 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255690 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646197324400 139646738979458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 13 13344 0 0 0 0 5 3 20 0 15 0 444255691 11079880704 12644 33554432000 4194304 4196468 140736759401232 139645627131168 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255691 11079880704 12644 33554432000 4194304 4196468 140736759401232 139645492913776 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11079880704 12644 33554432000 4194304 4196468 140736759401232 139645252622928 139646738986907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) S 26499 26502 22966 0 -1 1077944384 355 13344 0 0 1 0 5 3 20 0 15 0 444255694 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646196271216 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) S 26499 26502 22966 0 -1 1077944384 317 13344 0 0 2 0 5 3 20 0 15 0 444255694 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646195218416 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) S 26499 26502 22966 0 -1 1077944384 602 13344 0 0 5 0 5 3 20 0 15 0 444255694 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646194166128 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11079880704 12644 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26568] ppid=26499 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26568/stat : 26568 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255694 11079880704 12644 33554432000 4194304 4196468 140736759401232 139646193114032 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50576 KiB

[startup+0.700843 s]
/proc/loadavg: 2.62 1.91 1.75 3/233 26568
/proc/meminfo: memFree=29973892/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10824364 memory=83732 CPUtime=1.12 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 15132 13344 0 0 100 4 5 3 20 0 15 0 444255679 11084148736 20933 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2706091 20933 3512 1 0 2668173 0
[pid=26502/tid=26555] ppid=26499 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) R 26499 26502 22966 0 -1 4202560 10391 13344 0 0 56 3 5 3 20 0 15 0 444255688 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646710792704 139646723048798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255689 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10824364 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255689 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 2 13344 0 0 0 0 5 3 20 0 15 0 444255689 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255689 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26560] ppid=26499 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26560/stat : 26560 (java) S 26499 26502 22966 0 -1 1077944384 5 13344 0 0 0 0 5 3 20 0 15 0 444255690 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646197324400 139646738979458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 13 13344 0 0 0 0 5 3 20 0 15 0 444255691 11084148736 20933 33554432000 4194304 4196468 140736759401232 139645627131168 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255691 11084148736 20933 33554432000 4194304 4196468 140736759401232 139645492913776 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11084148736 20933 33554432000 4194304 4196468 140736759401232 139645252622928 139646738986907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10824364 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) R 26499 26502 22966 0 -1 4202560 781 13344 0 0 12 0 5 3 20 0 15 0 444255694 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646196258528 139646732071290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10824364 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) R 26499 26502 22966 0 -1 4202560 847 13344 0 0 12 0 5 3 20 0 15 0 444255694 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646195204512 139646724982620 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) S 26499 26502 22966 0 -1 1077944384 877 13344 0 0 17 0 5 3 20 0 15 0 444255694 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646194166128 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11084148736 20933 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26568] ppid=26499 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26568/stat : 26568 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255694 11084148736 20933 33554432000 4194304 4196468 140736759401232 139646193114032 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83732 KiB

[startup+1.50068 s]
/proc/loadavg: 2.62 1.91 1.75 3/233 26568
/proc/meminfo: memFree=29931204/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10834680 memory=179728 CPUtime=2.62 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 23112 13344 0 0 246 8 5 3 20 0 15 0 444255679 11094712320 44932 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2708670 44932 3576 1 0 2670733 0
[pid=26502/tid=26555] ppid=26499 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) R 26499 26502 22966 0 -1 4202560 15348 13344 0 0 131 4 5 3 20 0 15 0 444255688 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646710788000 139646738980246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 319 13344 0 0 1 0 5 3 20 0 15 0 444255689 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 61 13344 0 0 1 0 5 3 20 0 15 0 444255689 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 55 13344 0 0 1 0 5 3 20 0 15 0 444255689 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 37 13344 0 0 1 0 5 3 20 0 15 0 444255689 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26560] ppid=26499 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/26502/task/26560/stat : 26560 (java) S 26499 26502 22966 0 -1 1077944384 140 13344 0 0 1 0 5 3 20 0 15 0 444255690 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646197324400 139646738979458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10834680 memory=279521169320192 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 13 13344 0 0 0 0 5 3 20 0 15 0 444255691 11094712320 44932 33554432000 4194304 4196468 140736759401232 139645627131232 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255691 11094712320 44932 33554432000 4194304 4196468 140736759401232 139645492913792 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10834680 memory=8252 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11094712320 44932 33554432000 4194304 4196468 140736759401232 139645252622928 139646738986907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10834680 memory=6032 CPUtime=0.39 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) S 26499 26502 22966 0 -1 1077944384 1652 13344 0 0 31 0 5 3 20 0 15 0 444255694 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646196271216 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10834680 memory=1056 CPUtime=0.41 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) S 26499 26502 22966 0 -1 1077944384 1588 13344 0 0 33 0 5 3 20 0 15 0 444255694 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646195218416 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10834680 memory=1540 CPUtime=0.5 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) R 26499 26502 22966 0 -1 4202560 1683 13344 0 0 42 0 5 3 20 0 15 0 444255694 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646194166128 139646738980246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10834680 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11094712320 44932 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26568] ppid=26499 vsize=10834680 memory=4000 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26568/stat : 26568 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255694 11094712320 44932 33554432000 4194304 4196468 140736759401232 139646193114032 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 10834680 KiB

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

[pid=26502/tid=26567] ppid=26499 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11105218560 66429 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26568] ppid=26499 vsize=10844940 memory=2193 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26568/stat : 26568 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255694 11105218560 66429 33554432000 4194304 4196468 140736759401232 139646193114032 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 7.08 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 265716 KiB

[startup+4.37139 s]
# the end of solver process 26502 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.4109 s, system=0.225168 s

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

[startup+3.20122 s]
/proc/loadavg: 2.65 1.93 1.76 5/233 26568
/proc/meminfo: memFree=29777280/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10846988 memory=267744 CPUtime=7.31 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 41426 13344 0 0 709 14 5 3 20 0 15 0 444255679 11107315712 66936 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2711747 66936 3608 1 0 2673805 0
[pid=26502/tid=26555] ppid=26499 vsize=10846988 memory=0 CPUtime=3.09 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) R 26499 26502 22966 0 -1 4202560 22782 13344 0 0 294 7 5 3 20 0 15 0 444255688 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646710787648 139646719613306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10846988 memory=6656426216303648864 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 340 13344 0 0 3 0 5 3 20 0 15 0 444255689 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 90 13344 0 0 3 0 5 3 20 0 15 0 444255689 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 62 13344 0 0 3 0 5 3 20 0 15 0 444255689 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 59 13344 0 0 3 0 5 3 20 0 15 0 444255689 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26560] ppid=26499 vsize=10846988 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26560/stat : 26560 (java) S 26499 26502 22966 0 -1 1077944384 1599 13344 0 0 3 0 5 3 20 0 15 0 444255690 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646197324400 139646738979458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 13 13344 0 0 0 0 5 3 20 0 15 0 444255691 11107315712 66936 33554432000 4194304 4196468 140736759401232 139645627131232 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255691 11107315712 66936 33554432000 4194304 4196468 140736759401232 139645492913792 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11107315712 66936 33554432000 4194304 4196468 140736759401232 139645252622928 139646738986907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10846988 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) S 26499 26502 22966 0 -1 1077944384 3839 13344 0 0 125 1 5 3 20 0 15 0 444255694 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646196271216 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10846988 memory=1036 CPUtime=1.5 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) R 26499 26502 22966 0 -1 4202560 4600 13344 0 0 141 1 5 3 20 0 15 0 444255694 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646195198688 139646722468513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10846988 memory=14008 CPUtime=1.38 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) S 26499 26502 22966 0 -1 1077944384 5858 13344 0 0 129 1 5 3 20 0 15 0 444255694 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646194166128 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11107315712 66936 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26568] ppid=26499 vsize=10846988 memory=6788 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26568/stat : 26568 (java) S 26499 26502 22966 0 -1 1077944384 1 13344 0 0 0 0 5 3 20 0 15 0 444255694 11107315712 66936 33554432000 4194304 4196468 140736759401232 139646193114032 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 267744 KiB

[startup+4.0009 s]*
/proc/loadavg: 2.65 1.93 1.76 6/233 26568
/proc/meminfo: memFree=29733108/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10849048 memory=295760 CPUtime=10.04 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 53761 13344 0 0 979 17 5 3 20 0 15 0 444255679 11109425152 73940 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2712262 73940 3614 1 0 2674317 0
[pid=26502/tid=26555] ppid=26499 vsize=10849048 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) R 26499 26502 22966 0 -1 4202560 25803 13344 0 0 373 7 5 3 20 0 15 0 444255688 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646710805904 139646315037409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10849048 memory=4122819170707441977 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 340 13344 0 0 3 0 5 3 20 0 15 0 444255689 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10849048 memory=3763232832907246264 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 90 13344 0 0 3 0 5 3 20 0 15 0 444255689 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10849048 memory=8439792127513302161 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 62 13344 0 0 3 0 5 3 20 0 15 0 444255689 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10849048 memory=113825223279592 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 59 13344 0 0 3 0 5 3 20 0 15 0 444255689 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26560] ppid=26499 vsize=10849048 memory=3612116959962283233 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26560/stat : 26560 (java) S 26499 26502 22966 0 -1 1077944384 2710 13344 0 0 3 0 5 3 20 0 15 0 444255690 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646197324400 139646738979458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10849048 memory=3617573799168319540 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 13 13344 0 0 0 0 5 3 20 0 15 0 444255691 11109425152 73940 33554432000 4194304 4196468 140736759401232 139645627131232 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10849048 memory=8030037335228770405 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255691 11109425152 73940 33554432000 4194304 4196468 140736759401232 139645492913792 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10849048 memory=34983 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11109425152 73940 33554432000 4194304 4196468 140736759401232 139645252622928 139646738986907 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10849048 memory=0 CPUtime=2.05 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) R 26499 26502 22966 0 -1 4202560 5001 13344 0 0 196 1 5 3 20 0 15 0 444255694 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646196264240 139646722960257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10849048 memory=0 CPUtime=2.3 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) R 26499 26502 22966 0 -1 4202560 9397 13344 0 0 221 1 5 3 20 0 15 0 444255694 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646195207152 139646719603999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10849048 memory=5 CPUtime=1.78 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) R 26499 26502 22966 0 -1 1077944384 8064 13344 0 0 168 2 5 3 20 0 15 0 444255694 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646194166256 139646738978517 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10849048 memory=52 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 15 0 444255694 11109425152 73940 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26568] ppid=26499 vsize=10849048 memory=142 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26568/stat : 26568 (java) S 26499 26502 22966 0 -1 1077944384 7 13344 0 0 0 0 5 3 20 0 15 0 444255694 11109425152 73940 33554432000 4194304 4196468 140736759401232 139646193114032 139646738979458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 295760 KiB

[startup+4.20071 s]
/proc/loadavg: 2.65 1.93 1.76 6/233 26568
/proc/meminfo: memFree=29733108/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10947356 memory=329828 CPUtime=10.61 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 54702 13344 0 0 1035 18 5 3 20 0 13 0 444255679 11210092544 82457 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2736839 82457 3622 1 0 2698894 0
[pid=26502/tid=26555] ppid=26499 vsize=10947356 memory=303430231908417850 CPUtime=4.04 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) D 26499 26502 22966 0 -1 4202560 25878 13344 0 0 388 8 5 3 20 0 13 0 444255688 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646710811960 139646731653943 0 0 0 16800975 18446744072100699269 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10947356 memory=13564890539362749 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 365 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10947356 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 242 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10947356 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 68 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10947356 memory=7016714190785702558 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 62 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10947356 memory=-7385037615309293161 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 14 13344 0 0 0 0 5 3 20 0 13 0 444255691 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645627131296 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10947356 memory=4137293581110450563 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 8 13344 0 0 0 0 5 3 20 0 13 0 444255691 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645492913792 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10947356 memory=8761640388318109335 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 5 13344 0 0 0 0 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645252621984 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10947356 memory=-7384994778349281184 CPUtime=2.22 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) S 26499 26502 22966 0 -1 1077944384 5120 13344 0 0 213 1 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646196251024 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10947356 memory=7016714186490735262 CPUtime=2.47 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) S 26499 26502 22966 0 -1 1077944384 9576 13344 0 0 238 1 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646195217312 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10947356 memory=0 CPUtime=1.84 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) S 26499 26502 22966 0 -1 1077944384 8403 13344 0 0 174 2 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646194165696 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10947356 memory=139760584923953 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 10947356 KiB
Current children cumulated memory: 329828 KiB

[startup+4.3007 s]
/proc/loadavg: 2.65 1.93 1.76 6/233 26568
/proc/meminfo: memFree=29733108/32770624 swapFree=67004524/67108860
[pid=26502] ppid=26499 vsize=10947356 memory=329828 CPUtime=10.61 cores=1,3,5,7
/proc/26502/stat : 26502 (java) S 26499 26502 22966 0 -1 1077944320 54702 13344 0 0 1035 18 5 3 20 0 13 0 444255679 11210092544 82457 33554432000 4194304 4196468 140736759401232 140736759383776 139646738968311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
/proc/26502/statm: 2736839 82457 3622 1 0 2698894 0
[pid=26502/tid=26555] ppid=26499 vsize=10947356 memory=279521169248768 CPUtime=4.04 cores=1,3,5,7
/proc/26502/task/26555/stat : 26555 (java) D 26499 26502 22966 0 -1 4202560 25878 13344 0 0 388 8 5 3 20 0 13 0 444255688 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646710811960 139646731653943 0 0 0 16800975 18446744072100699269 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26556] ppid=26499 vsize=10947356 memory=13807 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26556/stat : 26556 (java) S 26499 26502 22966 0 -1 1077944384 365 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646743210384 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26557] ppid=26499 vsize=10947356 memory=279521169585888 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26557/stat : 26557 (java) S 26499 26502 22966 0 -1 1077944384 242 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646642100496 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26558] ppid=26499 vsize=10947356 memory=6154845551863021161 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26558/stat : 26558 (java) S 26499 26502 22966 0 -1 1077944384 68 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646641048208 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26559] ppid=26499 vsize=10947356 memory=6154845551863021161 CPUtime=0.11 cores=1,3,5,7
/proc/26502/task/26559/stat : 26559 (java) S 26499 26502 22966 0 -1 1077944384 62 13344 0 0 3 0 5 3 20 0 13 0 444255689 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646639995408 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26561] ppid=26499 vsize=10947356 memory=293896 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26561/stat : 26561 (java) S 26499 26502 22966 0 -1 1077944384 14 13344 0 0 0 0 5 3 20 0 13 0 444255691 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645627131296 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26562] ppid=26499 vsize=10947356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26562/stat : 26562 (java) S 26499 26502 22966 0 -1 1077944384 8 13344 0 0 0 0 5 3 20 0 13 0 444255691 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645492913792 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26563] ppid=26499 vsize=10947356 memory=279521169244400 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26563/stat : 26563 (java) S 26499 26502 22966 0 -1 1077944384 5 13344 0 0 0 0 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645252621984 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26564] ppid=26499 vsize=10947356 memory=7662149566739538024 CPUtime=2.22 cores=1,3,5,7
/proc/26502/task/26564/stat : 26564 (java) S 26499 26502 22966 0 -1 1077944384 5120 13344 0 0 213 1 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646196251024 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26565] ppid=26499 vsize=10947356 memory=7732787656921736555 CPUtime=2.47 cores=1,3,5,7
/proc/26502/task/26565/stat : 26565 (java) S 26499 26502 22966 0 -1 1077944384 9576 13344 0 0 238 1 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646195217312 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26566] ppid=26499 vsize=10947356 memory=6791534058613427641 CPUtime=1.84 cores=1,3,5,7
/proc/26502/task/26566/stat : 26566 (java) S 26499 26502 22966 0 -1 1077944384 8403 13344 0 0 174 2 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139646194165696 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
[pid=26502/tid=26567] ppid=26499 vsize=10947356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26502/task/26567/stat : 26567 (java) S 26499 26502 22966 0 -1 1077944384 3 13344 0 0 0 0 5 3 20 0 13 0 444255694 11210092544 82457 33554432000 4194304 4196468 140736759401232 139645219064288 139646738978517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11608064 140736759405295 140736759407813 140736759407813 140736759410639 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 10947356 KiB
Current children cumulated memory: 329828 KiB

Child status: 0
Real time (s): 4.37143
CPU time (s): 10.636
CPU user time (s): 10.4109
CPU system time (s): 0.225168
CPU usage (%): 243.308
Max. virtual memory (cumulated for all children) (KiB): 10947356
Max. memory (cumulated for all children) (KiB): 329828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4109
system time used= 0.225168
maximum resident set size= 331824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68070
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= 6367
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 26502
#   total CPU time (s): 10.636
#   total CPU user time (s): 10.4109
#   total CPU system time (s): 0.225168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051297 second user time and 0.089238 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 02:28:41
IDJOB=4401041
IDBENCH=126835
IDSOLVER=2857
FILE ID=node133/4401041-1568680161
RUNJOBID= node133-1568673291-22998
PBS_JOBID= 21703782
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
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-4401041-1568680161/watcher-4401041-1568680161 -o /tmp/evaluation-result-4401041-1568680161/solver-4401041-1568680161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4401041-1568680161.xml

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

MD5SUM BENCH= e91753cc37d5672b16b54feba0c5cd89
RANDOM SEED=1910530933

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30029260 kB
MemAvailable:   30895992 kB
Buffers:          238420 kB
Cached:           919180 kB
SwapCached:         3176 kB
Active:          1569292 kB
Inactive:         585572 kB
Active(anon):    1021772 kB
Inactive(anon):    24424 kB
Active(file):     547520 kB
Inactive(file):   561148 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004524 kB
Dirty:             36248 kB
Writeback:             0 kB
AnonPages:       1107080 kB
Mapped:            62008 kB
Shmem:             40076 kB
Slab:             177768 kB
SReclaimable:     147796 kB
SUnreclaim:        29972 kB
KernelStack:        3792 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2266820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59508 MiB
End job on node133 at 2019-09-17 02:28:46