Trace number 4302829

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT2 11.7116 5.05917

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-catfood_c18.xml
MD5SUM27271f0787f1d872c0f25c4abe418056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.36772
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints29
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":49},{"size":1101,"count":7}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":42},{"degree":3,"count":14},{"degree":9,"count":7}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":14},{"arity":7,"count":8},{"arity":14,"count":7}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"ordered","count":1},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
11.60/5.02	o 2
11.60/5.03	v <instantiation cost="2">
11.60/5.03	v       <list>
11.60/5.03	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] npt[0] npt[1] npt[2] npt[3] npt[4] npt[5] npt[6] u[0] u[1] u[2] u[3] u[4] u[5] u[6]
11.60/5.03	v       </list>
11.60/5.03	v       <values>
11.60/5.03	v         1 1 1 2 0 3 1 0 0 0 0 3 0 6 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 256 159 0 0 0 0 0 1 1 0 0 0 0 0
11.60/5.03	v       </values>
11.60/5.03	v     </instantiation>
11.60/5.03	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302829-1532897271/watcher-4302829-1532897271 -o /tmp/evaluation-result-4302829-1532897271/solver-4302829-1532897271 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1572738672 -superng HOME/instance-4302829-1532897271.xml 

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

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


[startup+0.100094 s]*
/proc/loadavg: 1.24 1.76 1.88 3/206 19801
/proc/meminfo: memFree=22930368/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=10005480 memory=18956 CPUtime=0.09 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 4372 13029 0 0 1 0 5 3 20 0 6 0 107290266 10245611520 4739 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2501370 4739 1935 1 0 2489808 0
[pid=19744/tid=19797] ppid=19741 vsize=10005480 memory=4279135704013833871 CPUtime=0.09 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 2181 13029 0 0 1 0 5 3 20 0 6 0 107290275 10245611520 4739 33554432000 4194304 4196468 140733294635184 140445848011344 140445876196509 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 6 0 107290275 10245611520 4739 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=10005480 memory=139733152577152 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 6 0 107290275 10245611520 4739 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 6 0 107290275 10245611520 4739 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 6 0 107290275 10245611520 4739 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18956 KiB

[startup+0.209781 s]*
/proc/loadavg: 1.24 1.76 1.88 3/215 19810
/proc/meminfo: memFree=22906680/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=10982744 memory=46712 CPUtime=0.26 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 7918 13029 0 0 17 1 5 3 20 0 15 0 107290266 11246329856 11678 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2745686 11678 2946 1 0 2708109 0
[pid=19744/tid=19797] ppid=19741 vsize=10985364 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 4776 13029 0 0 11 1 5 3 20 0 15 0 107290275 11249012736 12008 33554432000 4194304 4196468 140733294635184 140445847999392 140445868854301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=10985364 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11249012736 12008 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=10985364 memory=3905095085778286240 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11249012736 12074 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11249012736 12074 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 107290275 11249012736 12074 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=10985364 memory=139733152577152 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 107290277 11249012736 12074 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 13 13029 0 0 0 0 5 3 20 0 15 0 107290277 11249012736 12074 33554432000 4194304 4196468 140733294635184 140444759483424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290277 11249012736 12140 33554432000 4194304 4196468 140733294635184 140444558156656 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11249012736 12140 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=10985364 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) S 19741 19744 12222 0 -1 1077944384 485 13029 0 0 1 0 5 3 20 0 15 0 107290280 11249012736 12140 33554432000 4194304 4196468 140733294635184 140445368253296 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) S 19741 19744 12222 0 -1 1077944384 126 13029 0 0 0 0 5 3 20 0 15 0 107290280 11249012736 12140 33554432000 4194304 4196468 140733294635184 140445367200496 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=10985364 memory=139733152577152 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) S 19741 19744 12222 0 -1 1077944384 623 13029 0 0 3 0 5 3 20 0 15 0 107290280 11249012736 12206 33554432000 4194304 4196468 140733294635184 140445366147696 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11249012736 12206 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=10985364 memory=139733152577152 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290280 11249012736 12206 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46712 KiB

[startup+0.310221 s]*
/proc/loadavg: 1.24 1.76 1.88 3/215 19810
/proc/meminfo: memFree=22895020/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=10983192 memory=57416 CPUtime=0.38 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 10426 13029 0 0 28 2 5 3 20 0 15 0 107290266 11246788608 14354 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2745798 14354 3065 1 0 2708109 0
[pid=19744/tid=19797] ppid=19741 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 6960 13029 0 0 20 1 5 3 20 0 15 0 107290275 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445847986592 140445860255070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 107290277 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 13 13029 0 0 0 0 5 3 20 0 15 0 107290277 11246788608 14354 33554432000 4194304 4196468 140733294635184 140444759483424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290277 11246788608 14354 33554432000 4194304 4196468 140733294635184 140444558156656 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11246788608 14354 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) S 19741 19744 12222 0 -1 1077944384 485 13029 0 0 2 0 5 3 20 0 15 0 107290280 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445368253296 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) S 19741 19744 12222 0 -1 1077944384 129 13029 0 0 1 0 5 3 20 0 15 0 107290280 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445367200496 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=10983192 memory=139733152577152 CPUtime=0.12 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) R 19741 19744 12222 0 -1 4202560 639 13029 0 0 4 0 5 3 20 0 15 0 107290280 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445366147696 140445876195930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11246788608 14354 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=10983192 memory=139733152577152 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290280 11246788608 14354 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57416 KiB

[startup+0.70077 s]
/proc/loadavg: 1.24 1.76 1.88 4/215 19810
/proc/meminfo: memFree=22883748/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=10983192 memory=90412 CPUtime=0.98 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 16742 13029 0 0 86 4 5 3 20 0 15 0 107290266 11246788608 22603 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2745798 22603 3238 1 0 2708109 0
[pid=19744/tid=19797] ppid=19741 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 12188 13029 0 0 56 3 5 3 20 0 15 0 107290275 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445847995408 140445861340267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=10983192 memory=488 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 2 13029 0 0 0 0 5 3 20 0 15 0 107290275 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=10983192 memory=7301570131460772950 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 5 13029 0 0 0 0 5 3 20 0 15 0 107290277 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 13 13029 0 0 0 0 5 3 20 0 15 0 107290277 11246788608 22603 33554432000 4194304 4196468 140733294635184 140444759483424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290277 11246788608 22603 33554432000 4194304 4196468 140733294635184 140444558156656 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11246788608 22603 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) S 19741 19744 12222 0 -1 1077944384 833 13029 0 0 6 0 5 3 20 0 15 0 107290280 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445368253296 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=10983192 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) S 19741 19744 12222 0 -1 1077944384 777 13029 0 0 10 0 5 3 20 0 15 0 107290280 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445367200496 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) S 19741 19744 12222 0 -1 1077944384 721 13029 0 0 13 0 5 3 20 0 15 0 107290280 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445366147696 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11246788608 22603 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290280 11246788608 22603 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90412 KiB

[startup+1.50074 s]
/proc/loadavg: 1.24 1.76 1.88 4/215 19810
/proc/meminfo: memFree=22837168/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=11000140 memory=180240 CPUtime=2.26 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 24053 13029 0 0 209 9 5 3 20 0 15 0 107290266 11264143360 45060 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2750035 45060 3464 1 0 2711693 0
[pid=19744/tid=19797] ppid=19741 vsize=11000140 memory=4951091520830867572 CPUtime=1.43 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 17919 13029 0 0 130 5 5 3 20 0 15 0 107290275 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445848006592 140445862346057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=11000140 memory=4134606225630022328 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 59 13029 0 0 0 0 5 3 20 0 15 0 107290275 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=11000140 memory=-5153075247926373247 CPUtime=0.09 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 13 13029 0 0 1 0 5 3 20 0 15 0 107290275 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=11000140 memory=-7377834948144639638 CPUtime=0.09 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 243 13029 0 0 1 0 5 3 20 0 15 0 107290275 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=11000140 memory=122044 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 43 13029 0 0 0 0 5 3 20 0 15 0 107290275 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 50 13029 0 0 1 0 5 3 20 0 15 0 107290277 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 14 13029 0 0 0 0 5 3 20 0 15 0 107290277 11264143360 45060 33554432000 4194304 4196468 140733294635184 140444759483488 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=11000140 memory=279466005823776 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290277 11264143360 45060 33554432000 4194304 4196468 140733294635184 140444558156672 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=11000140 memory=279466006238720 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11264143360 45060 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=11000140 memory=139733002921600 CPUtime=0.28 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) R 19741 19744 12222 0 -1 1077944384 1358 13029 0 0 20 0 5 3 20 0 15 0 107290280 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445368253296 140445876185730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=11000140 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) R 19741 19744 12222 0 -1 1077944384 941 13029 0 0 20 0 5 3 20 0 15 0 107290280 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445367200496 140445876185730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=11000140 memory=1200 CPUtime=0.38 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) S 19741 19744 12222 0 -1 1077944384 1213 13029 0 0 30 0 5 3 20 0 15 0 107290280 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445366147696 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=11000140 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11264143360 45060 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=11000140 memory=4044 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290280 11264143360 45060 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 11000140 KiB

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

[startup+5.05911 s]
# the end of solver process 19744 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.4289 s, system=0.282692 s

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

[startup+3.20187 s]
/proc/loadavg: 1.38 1.78 1.89 3/215 19810
/proc/meminfo: memFree=22703848/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=11008352 memory=273652 CPUtime=5.91 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 41671 13029 0 0 567 16 5 3 20 0 15 0 107290266 11272552448 68413 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2752088 68413 3504 1 0 2713741 0
[pid=19744/tid=19797] ppid=19741 vsize=11008352 memory=0 CPUtime=3.09 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 29901 13029 0 0 292 9 5 3 20 0 15 0 107290275 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445848002624 140445859372216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 75 13029 0 0 2 0 5 3 20 0 15 0 107290275 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=11008352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 29 13029 0 0 3 0 5 3 20 0 15 0 107290275 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=11008352 memory=-2127768705950113416 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 252 13029 0 0 3 0 5 3 20 0 15 0 107290275 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=11008352 memory=6944656592387989600 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 69 13029 0 0 2 1 5 3 20 0 15 0 107290275 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=11008352 memory=6944656592455359580 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 1721 13029 0 0 3 0 5 3 20 0 15 0 107290277 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 14 13029 0 0 0 0 5 3 20 0 15 0 107290277 11272552448 68413 33554432000 4194304 4196468 140733294635184 140444759483488 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=11008352 memory=279466006258688 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290277 11272552448 68413 33554432000 4194304 4196468 140733294635184 140444558156672 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=11008352 memory=9242 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11272552448 68413 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=11008352 memory=19660 CPUtime=0.84 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) S 19741 19744 12222 0 -1 1077944384 1891 13029 0 0 76 0 5 3 20 0 15 0 107290280 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445368253296 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=11008352 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) S 19741 19744 12222 0 -1 1077944384 1823 13029 0 0 77 0 5 3 20 0 15 0 107290280 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445367200496 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=11008352 memory=2961 CPUtime=1.13 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) S 19741 19744 12222 0 -1 1077944384 3696 13029 0 0 104 1 5 3 20 0 15 0 107290280 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445366147696 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11272552448 68413 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290280 11272552448 68413 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 273652 KiB

[startup+4.00106 s]*
/proc/loadavg: 1.38 1.78 1.89 4/215 19810
/proc/meminfo: memFree=22665340/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=11012448 memory=286820 CPUtime=8.43 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 52974 13029 0 0 818 17 5 3 20 0 15 0 107290266 11276746752 71705 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2753112 71705 3509 1 0 2714765 0
[pid=19744/tid=19797] ppid=19741 vsize=11012448 memory=590594017108047539 CPUtime=3.89 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 34258 13029 0 0 371 10 5 3 20 0 15 0 107290275 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445848004096 140445858043187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=11012448 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 75 13029 0 0 2 0 5 3 20 0 15 0 107290275 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=11012448 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 29 13029 0 0 3 0 5 3 20 0 15 0 107290275 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=11012448 memory=7089600825147810900 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 252 13029 0 0 3 0 5 3 20 0 15 0 107290275 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=11012448 memory=7151825336492124498 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 69 13029 0 0 2 1 5 3 20 0 15 0 107290275 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=11012448 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 1772 13029 0 0 3 0 5 3 20 0 15 0 107290277 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=11012448 memory=2320541491999749683 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 14 13029 0 0 0 0 5 3 20 0 15 0 107290277 11276746752 71705 33554432000 4194304 4196468 140733294635184 140444759483488 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=11012448 memory=6300937661748634983 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 1 13029 0 0 0 0 5 3 20 0 15 0 107290277 11276746752 71705 33554432000 4194304 4196468 140733294635184 140444558156672 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=11012448 memory=7956005031678667109 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11276746752 71705 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=11012448 memory=0 CPUtime=1.55 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) R 19741 19744 12222 0 -1 4202560 5146 13029 0 0 147 0 5 3 20 0 15 0 107290280 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445368235248 140445854191552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=11012448 memory=7878495878512652341 CPUtime=1.43 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) R 19741 19744 12222 0 -1 1077944384 3145 13029 0 0 134 1 5 3 20 0 15 0 107290280 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445367200496 140445876185730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=11012448 memory=2315000087496918765 CPUtime=1.57 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) R 19741 19744 12222 0 -1 4202560 6013 13029 0 0 148 1 5 3 20 0 15 0 107290280 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445366147696 140445869274283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=11012448 memory=7719229363398385695 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11276746752 71705 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=11012448 memory=139733152577319 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 6 13029 0 0 0 0 5 3 20 0 15 0 107290280 11276746752 71705 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 8.43 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 286820 KiB

[startup+4.80091 s]
/proc/loadavg: 1.38 1.78 1.89 4/215 19810
/proc/meminfo: memFree=22665340/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=11080032 memory=402276 CPUtime=11 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 79649 13029 0 0 1069 23 5 3 20 0 15 0 107290266 11345952768 100569 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2770008 100569 3515 1 0 2731661 0
[pid=19744/tid=19797] ppid=19741 vsize=11080032 memory=7302981956016104554 CPUtime=4.67 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 49109 13029 0 0 447 12 5 3 20 0 15 0 107290275 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445848008728 140445446263867 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=11080032 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 100 13029 0 0 3 0 5 3 20 0 15 0 107290275 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=11080032 memory=7236268009895586409 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 109 13029 0 0 3 0 5 3 20 0 15 0 107290275 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=11080032 memory=7956005031678667109 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 263 13029 0 0 3 0 5 3 20 0 15 0 107290275 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=11080032 memory=6935655951346192464 CPUtime=0.12 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 104 13029 0 0 3 1 5 3 20 0 15 0 107290275 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=11080032 memory=7380106142448641111 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 1783 13029 0 0 3 0 5 3 20 0 15 0 107290277 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=11080032 memory=6935650355287975249 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 15 13029 0 0 0 0 5 3 20 0 15 0 107290277 11345952768 100569 33554432000 4194304 4196468 140733294635184 140444759483488 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=11080032 memory=6083049602824300374 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 4 13029 0 0 0 0 5 3 20 0 15 0 107290277 11345952768 100569 33554432000 4194304 4196468 140733294635184 140444558156672 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=11080032 memory=4638778398332834916 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11345952768 100569 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=11080032 memory=-6510923483710009956 CPUtime=2.33 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) R 19741 19744 12222 0 -1 4202560 12614 13029 0 0 223 2 5 3 20 0 15 0 107290280 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445368238096 140445856345664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=11080032 memory=279466006473312 CPUtime=2.17 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) R 19741 19744 12222 0 -1 4202560 6117 13029 0 0 207 2 5 3 20 0 15 0 107290280 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445367190352 140445861854746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=11080032 memory=6944656592452807316 CPUtime=1.81 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) S 19741 19744 12222 0 -1 1077944384 7226 13029 0 0 171 2 5 3 20 0 15 0 107290280 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445366147696 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=11080032 memory=7230924391976035434 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11345952768 100569 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=11080032 memory=7230924391976035434 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 7 13029 0 0 0 0 5 3 20 0 15 0 107290280 11345952768 100569 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 11 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 402276 KiB

[startup+5.00076 s]*
/proc/loadavg: 1.38 1.78 1.89 4/215 19810
/proc/meminfo: memFree=22544148/32770624 swapFree=67108404/67108860
[pid=19744] ppid=19741 vsize=11080032 memory=406920 CPUtime=11.6 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19741 19744 12222 0 -1 1077944320 79875 13029 0 0 1129 23 5 3 20 0 15 0 107290266 11345952768 101730 33554432000 4194304 4196468 140733294635184 140733294617728 140445876174583 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
/proc/19744/statm: 2770008 101730 3517 1 0 2731661 0
[pid=19744/tid=19797] ppid=19741 vsize=11080032 memory=7022364594140610616 CPUtime=4.87 cores=1,3,5,7
/proc/19744/task/19797/stat : 19797 (java) R 19741 19744 12222 0 -1 4202560 49199 13029 0 0 467 12 5 3 20 0 15 0 107290275 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445848007136 140445857738143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19798] ppid=19741 vsize=11080032 memory=345 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19798/stat : 19798 (java) S 19741 19744 12222 0 -1 1077944384 104 13029 0 0 3 0 5 3 20 0 15 0 107290275 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445880417424 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19799] ppid=19741 vsize=11080032 memory=3905095085778286240 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19799/stat : 19799 (java) S 19741 19744 12222 0 -1 1077944384 109 13029 0 0 3 0 5 3 20 0 15 0 107290275 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445767822352 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19800] ppid=19741 vsize=11080032 memory=6944656592455359580 CPUtime=0.11 cores=1,3,5,7
/proc/19744/task/19800/stat : 19800 (java) S 19741 19744 12222 0 -1 1077944384 269 13029 0 0 3 0 5 3 20 0 15 0 107290275 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445414665104 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19801] ppid=19741 vsize=11080032 memory=3472328296227679279 CPUtime=0.12 cores=1,3,5,7
/proc/19744/task/19801/stat : 19801 (java) S 19741 19744 12222 0 -1 1077944384 111 13029 0 0 3 1 5 3 20 0 15 0 107290275 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445413612304 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19802] ppid=19741 vsize=11080032 memory=735407387537546216 CPUtime=0.12 cores=1,3,5,7
/proc/19744/task/19802/stat : 19802 (java) S 19741 19744 12222 0 -1 1077944384 1793 13029 0 0 4 0 5 3 20 0 15 0 107290277 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445369305456 140445876185730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19803] ppid=19741 vsize=11080032 memory=3467829133033087024 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19803/stat : 19803 (java) S 19741 19744 12222 0 -1 1077944384 15 13029 0 0 0 0 5 3 20 0 15 0 107290277 11345952768 101730 33554432000 4194304 4196468 140733294635184 140444759483488 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19804] ppid=19741 vsize=11080032 memory=6156537700043544166 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19804/stat : 19804 (java) S 19741 19744 12222 0 -1 1077944384 4 13029 0 0 0 0 5 3 20 0 15 0 107290277 11345952768 101730 33554432000 4194304 4196468 140733294635184 140444558156672 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19805] ppid=19741 vsize=11080032 memory=5865189104855902546 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19805/stat : 19805 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11345952768 101730 33554432000 4194304 4196468 140733294635184 140444250756944 140445876193179 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19806] ppid=19741 vsize=11080032 memory=0 CPUtime=2.51 cores=1,3,5,7
/proc/19744/task/19806/stat : 19806 (java) R 19741 19744 12222 0 -1 4202560 12643 13029 0 0 241 2 5 3 20 0 15 0 107290280 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445368253296 140445860281709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19807] ppid=19741 vsize=11080032 memory=3472328296227680303 CPUtime=2.35 cores=1,3,5,7
/proc/19744/task/19807/stat : 19807 (java) R 19741 19744 12222 0 -1 4202560 6140 13029 0 0 225 2 5 3 20 0 15 0 107290280 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445367184688 140445857718687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19808] ppid=19741 vsize=11080032 memory=3835017695005403826 CPUtime=1.86 cores=1,3,5,7
/proc/19744/task/19808/stat : 19808 (java) R 19741 19744 12222 0 -1 1077944384 7285 13029 0 0 176 2 5 3 20 0 15 0 107290280 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445366147696 140445876185730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19809] ppid=19741 vsize=11080032 memory=3760561988245206047 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19809/stat : 19809 (java) S 19741 19744 12222 0 -1 1077944384 3 13029 0 0 0 0 5 3 20 0 15 0 107290280 11345952768 101730 33554432000 4194304 4196468 140733294635184 140443819961056 140445876184789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
[pid=19744/tid=19810] ppid=19741 vsize=11080032 memory=3906789450513672118 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19810/stat : 19810 (java) S 19741 19744 12222 0 -1 1077944384 7 13029 0 0 0 0 5 3 20 0 15 0 107290280 11345952768 101730 33554432000 4194304 4196468 140733294635184 140445365095088 140445876185730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17084416 140733294643816 140733294646625 140733294646625 140733294649295 0
Current children cumulated CPU time: 11.6 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 406920 KiB

Child status: 0
Real time (s): 5.05917
CPU time (s): 11.7116
CPU user time (s): 11.4289
CPU system time (s): 0.282692
CPU usage (%): 231.493
Max. virtual memory (cumulated for all children) (KiB): 11082912
Max. memory (cumulated for all children) (KiB): 406920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4289
system time used= 0.282692
maximum resident set size= 409292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93063
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= 7833
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 19744
#   total CPU time (s): 11.7116
#   total CPU user time (s): 11.4289
#   total CPU system time (s): 0.282692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055718 second user time and 0.091207 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:47:51
IDJOB=4302829
IDBENCH=141355
IDSOLVER=2777
FILE ID=node148/4302829-1532897271
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-catfood_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302829-1532897271/watcher-4302829-1532897271 -o /tmp/evaluation-result-4302829-1532897271/solver-4302829-1532897271 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1572738672 -superng HOME/instance-4302829-1532897271.xml

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

MD5SUM BENCH= 27271f0787f1d872c0f25c4abe418056
RANDOM SEED=1572738672

node148.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.50
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.50
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.50
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.50
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:        22937992 kB
MemAvailable:   30987876 kB
Buffers:          248396 kB
Cached:          7952040 kB
SwapCached:          352 kB
Active:          2817460 kB
Inactive:        6376336 kB
Active(anon):     946844 kB
Inactive(anon):    74228 kB
Active(file):    1870616 kB
Inactive(file):  6302108 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26440 kB
Writeback:            20 kB
AnonPages:       1000032 kB
Mapped:            57956 kB
Shmem:             25016 kB
Slab:             334544 kB
SReclaimable:     305620 kB
SUnreclaim:        28924 kB
KernelStack:        3584 kB
PageTables:         7180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2139756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    749568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:47:56