Trace number 4305196

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT 24.5794 15.252

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.37354
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
24.46/15.22	v <instantiation>
24.46/15.22	v       <list>
24.46/15.22	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34]
24.46/15.22	v       </list>
24.46/15.22	v       <values>
24.46/15.22	v         4 4 6 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14
24.46/15.22	v       </values>
24.46/15.22	v     </instantiation>
24.46/15.22	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305196-1534140822/watcher-4305196-1534140822 -o /tmp/evaluation-result-4305196-1534140822/solver-4305196-1534140822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534138334-16507 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1770380789 -superng HOME/instance-4305196-1534140822.xml 

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

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

solver pid=16831, runsolver pid=16828

[startup+0.100062 s]*
/proc/loadavg: 1.31 1.26 1.33 3/211 16888
/proc/meminfo: memFree=17793320/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=10005480 memory=16808 CPUtime=0.1 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 4328 13250 0 0 1 1 5 3 20 0 6 0 231645432 10245611520 4136 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2501370 4136 1932 1 0 2489808 0
[pid=16831/tid=16884] ppid=16828 vsize=10005480 memory=4279135704047060365 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 2167 13250 0 0 0 0 5 3 20 0 6 0 231645441 10245611520 4202 33554432000 4194304 4196468 140732880819264 140169071796816 140169084040542 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 231645442 10245611520 4202 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=10005480 memory=139755975714432 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 231645442 10245611520 4202 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 6 0 231645442 10245611520 4202 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 6 0 231645442 10245611520 4202 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210134 s]*
/proc/loadavg: 1.31 1.26 1.33 3/220 16897
/proc/meminfo: memFree=17769820/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=10982744 memory=44920 CPUtime=0.26 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 7938 13250 0 0 16 2 5 3 20 0 15 0 231645432 11246329856 11230 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2745686 11230 2956 1 0 2708109 0
[pid=16831/tid=16884] ppid=16828 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 4592 13250 0 0 11 1 5 3 20 0 15 0 231645441 11246329856 11296 33554432000 4194304 4196468 140732880819264 140169071738016 140169099971990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=10982744 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246329856 11296 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=10982744 memory=288370132127426176 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=10982744 memory=139755975714432 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 231645443 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 231645444 11246329856 11296 33554432000 4194304 4196468 140732880819264 140167881942432 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645444 11246329856 11296 33554432000 4194304 4196468 140732880819264 140167734093296 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246329856 11296 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 542 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) S 16828 16831 15790 0 -1 1077944384 64 13250 0 0 1 0 5 3 20 0 15 0 231645447 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168523610224 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=10982744 memory=139755975714432 CPUtime=0.1 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) R 16828 16831 15790 0 -1 4202560 609 13250 0 0 2 0 5 3 20 0 15 0 231645447 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168522557680 140169099981402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246329856 11296 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=10982744 memory=139755975714432 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246329856 11296 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44920 KiB

[startup+0.310566 s]*
/proc/loadavg: 1.31 1.26 1.33 3/220 16897
/proc/meminfo: memFree=17758160/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=10983192 memory=56160 CPUtime=0.39 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 10529 13250 0 0 28 3 5 3 20 0 15 0 231645432 11246788608 14040 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2745798 14040 3104 1 0 2708109 0
[pid=16831/tid=16884] ppid=16828 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 7082 13250 0 0 20 1 5 3 20 0 15 0 231645441 11246788608 14040 33554432000 4194304 4196468 140732880819264 140169071772064 140169084040542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 14040 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 231645443 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 231645444 11246788608 14040 33554432000 4194304 4196468 140732880819264 140167881942432 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645444 11246788608 14040 33554432000 4194304 4196468 140732880819264 140167734093296 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246788608 14040 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 545 13250 0 0 1 0 5 3 20 0 15 0 231645447 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) S 16828 16831 15790 0 -1 1077944384 67 13250 0 0 1 0 5 3 20 0 15 0 231645447 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168523610224 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=10983192 memory=139755975714432 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) S 16828 16831 15790 0 -1 1077944384 616 13250 0 0 4 0 5 3 20 0 15 0 231645447 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168522557680 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246788608 14040 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=10983192 memory=139755975714432 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246788608 14040 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56160 KiB

[startup+0.7008 s]
/proc/loadavg: 1.31 1.26 1.33 3/220 16897
/proc/meminfo: memFree=17747160/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=10983192 memory=88516 CPUtime=0.99 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 16783 13250 0 0 88 3 5 3 20 0 15 0 231645432 11246788608 22129 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2745798 22129 3238 1 0 2708109 0
[pid=16831/tid=16884] ppid=16828 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 12257 13250 0 0 57 2 5 3 20 0 15 0 231645441 11246788608 22129 33554432000 4194304 4196468 140732880819264 140169071780880 140169081523607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 22129 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=10983192 memory=139755820036880 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=10983192 memory=139758235812463 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 2 13250 0 0 0 0 5 3 20 0 15 0 231645442 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=10983192 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 5 13250 0 0 0 0 5 3 20 0 15 0 231645443 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=10983192 memory=7161944214934349376 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 13 13250 0 0 0 0 5 3 20 0 15 0 231645444 11246788608 22129 33554432000 4194304 4196468 140732880819264 140167881942432 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=10983192 memory=6082220498227391592 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645444 11246788608 22129 33554432000 4194304 4196468 140732880819264 140167734093296 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=10983192 memory=16348 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246788608 22129 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=10983192 memory=1176 CPUtime=0.18 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 1162 13250 0 0 10 0 5 3 20 0 15 0 231645447 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=10983192 memory=34820 CPUtime=0.15 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) S 16828 16831 15790 0 -1 1077944384 436 13250 0 0 7 0 5 3 20 0 15 0 231645447 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168523610224 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=10983192 memory=4048 CPUtime=0.21 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) S 16828 16831 15790 0 -1 1077944384 701 13250 0 0 13 0 5 3 20 0 15 0 231645447 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168522557680 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=10983192 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246788608 22129 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=10983192 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645447 11246788608 22129 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88516 KiB

[startup+1.50072 s]
/proc/loadavg: 1.31 1.26 1.33 4/220 16897
/proc/meminfo: memFree=17701076/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=10998092 memory=209936 CPUtime=2.82 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 24062 13250 0 0 265 9 5 3 20 0 15 0 231645432 11262046208 52484 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2749523 52484 3473 1 0 2711181 0
[pid=16831/tid=16884] ppid=16828 vsize=10998092 memory=65472 CPUtime=1.43 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 16895 13250 0 0 131 4 5 3 20 0 15 0 231645441 11262046208 52484 33554432000 4194304 4196468 140732880819264 140169071777184 140169099981981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 171 13250 0 0 1 0 5 3 20 0 15 0 231645442 11262046208 52484 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=10998092 memory=279511640105120 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 26 13250 0 0 1 0 5 3 20 0 15 0 231645442 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 54 13250 0 0 1 0 5 3 20 0 15 0 231645442 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 21 13250 0 0 1 0 5 3 20 0 15 0 231645442 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 56 13250 0 0 1 0 5 3 20 0 15 0 231645443 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 14 13250 0 0 0 0 5 3 20 0 15 0 231645444 11262046208 52484 33554432000 4194304 4196468 140732880819264 140167881942496 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645444 11262046208 52484 33554432000 4194304 4196468 140732880819264 140167734093312 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11262046208 52484 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=10998092 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 1889 13250 0 0 46 0 5 3 20 0 15 0 231645447 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=10998092 memory=10 CPUtime=0.46 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) S 16828 16831 15790 0 -1 1077944384 1186 13250 0 0 38 0 5 3 20 0 15 0 231645447 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168523610224 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=10998092 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) S 16828 16831 15790 0 -1 1077944384 1546 13250 0 0 41 0 5 3 20 0 15 0 231645447 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168522557680 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11262046208 52484 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=10998092 memory=279511640349568 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 1 13250 0 0 0 0 5 3 20 0 15 0 231645447 11262046208 52484 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10998092 KiB

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

[startup+15.252 s]
# the end of solver process 16831 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.1732 s, system=0.406194 s

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

[startup+12.801 s]
/proc/loadavg: 1.66 1.33 1.35 3/220 17025
/proc/meminfo: memFree=16791588/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=11077984 memory=917120 CPUtime=21.99 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 76340 13250 0 0 2158 33 5 3 20 0 15 0 231645432 11343855616 229280 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2769496 229280 3522 1 0 2731149 0
[pid=16831/tid=16884] ppid=16828 vsize=11077984 memory=6791534058613427641 CPUtime=12.62 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 46409 13250 0 0 1237 17 5 3 20 0 15 0 231645441 11343855616 229280 33554432000 4194304 4196468 140732880819264 140169071793768 140168637169501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=11077984 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 221 13250 0 0 5 1 5 3 20 0 15 0 231645442 11343855616 229280 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 108 13250 0 0 4 1 5 3 20 0 15 0 231645442 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=11077984 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 82 13250 0 0 3 1 5 3 20 0 15 0 231645442 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 185 13250 0 0 5 0 5 3 20 0 15 0 231645442 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=11077984 memory=56 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 5002 13250 0 0 4 0 5 3 20 0 15 0 231645443 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=11077984 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 20 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 229280 33554432000 4194304 4196468 140732880819264 140167881942560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=11077984 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 229280 33554432000 4194304 4196468 140732880819264 140167734093312 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=11077984 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 229280 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=11077984 memory=0 CPUtime=3.57 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 9980 13250 0 0 347 2 5 3 20 0 15 0 231645447 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=11077984 memory=6791534058613427641 CPUtime=3.83 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) S 16828 16831 15790 0 -1 1077944384 5056 13250 0 0 372 3 5 3 20 0 15 0 231645447 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168523610224 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=11077984 memory=34820 CPUtime=1.85 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) S 16828 16831 15790 0 -1 1077944384 7062 13250 0 0 174 3 5 3 20 0 15 0 231645447 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168522557680 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=11077984 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 229280 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=11077984 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 10 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 229280 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 21.99 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 917120 KiB

[startup+14.4008 s]
/proc/loadavg: 1.76 1.36 1.36 4/220 17025
/proc/meminfo: memFree=16670272/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=11077984 memory=918708 CPUtime=23.6 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 77970 13250 0 0 2319 33 5 3 20 0 15 0 231645432 11343855616 229677 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2769496 229677 3522 1 0 2731149 0
[pid=16831/tid=16884] ppid=16828 vsize=11077984 memory=1616 CPUtime=14.21 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 47185 13250 0 0 1396 17 5 3 20 0 15 0 231645441 11343855616 229677 33554432000 4194304 4196468 140732880819264 140169071792616 140168638711355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=11077984 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 221 13250 0 0 5 1 5 3 20 0 15 0 231645442 11343855616 229677 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 109 13250 0 0 4 1 5 3 20 0 15 0 231645442 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=11077984 memory=10 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 83 13250 0 0 3 1 5 3 20 0 15 0 231645442 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=11077984 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 186 13250 0 0 5 1 5 3 20 0 15 0 231645442 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=11077984 memory=3472468051980831088 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 5023 13250 0 0 4 0 5 3 20 0 15 0 231645443 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=11077984 memory=3684119572975183543 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 20 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 229677 33554432000 4194304 4196468 140732880819264 140167881942560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=11077984 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 229677 33554432000 4194304 4196468 140732880819264 140167734093312 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=11077984 memory=2212 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 229677 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=11077984 memory=3984 CPUtime=3.6 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 10736 13250 0 0 349 3 5 3 20 0 15 0 231645447 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=11077984 memory=2036 CPUtime=3.83 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) S 16828 16831 15790 0 -1 1077944384 5092 13250 0 0 372 3 5 3 20 0 15 0 231645447 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168523610224 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=11077984 memory=7636 CPUtime=1.85 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) S 16828 16831 15790 0 -1 1077944384 7100 13250 0 0 174 3 5 3 20 0 15 0 231645447 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168522557680 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=11077984 memory=808 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 229677 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=11077984 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 10 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 229677 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 23.6 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 918708 KiB

[startup+14.8008 s]
/proc/loadavg: 1.76 1.36 1.36 4/220 17025
/proc/meminfo: memFree=16670272/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=11077984 memory=935236 CPUtime=24.03 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 78410 13250 0 0 2362 33 5 3 20 0 15 0 231645432 11343855616 233809 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2769496 233809 3522 1 0 2731149 0
[pid=16831/tid=16884] ppid=16828 vsize=11077984 memory=7597126626771953472 CPUtime=14.61 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 47276 13250 0 0 1436 17 5 3 20 0 15 0 231645441 11343855616 233809 33554432000 4194304 4196468 140732880819264 140169071792616 140168636686470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=11077984 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 221 13250 0 0 5 1 5 3 20 0 15 0 231645442 11343855616 233809 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=11077984 memory=279511640574096 CPUtime=0.13 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 109 13250 0 0 4 1 5 3 20 0 15 0 231645442 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=11077984 memory=279511640574160 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 83 13250 0 0 3 1 5 3 20 0 15 0 231645442 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=11077984 memory=279511640574224 CPUtime=0.14 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 186 13250 0 0 5 1 5 3 20 0 15 0 231645442 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=11077984 memory=279511640574288 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 5023 13250 0 0 4 0 5 3 20 0 15 0 231645443 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=11077984 memory=279511640574352 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 20 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 233809 33554432000 4194304 4196468 140732880819264 140167881942560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=11077984 memory=279511640574416 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 233809 33554432000 4194304 4196468 140732880819264 140167734093312 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=11077984 memory=279511640574480 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 233809 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=11077984 memory=279511640751344 CPUtime=3.62 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 10969 13250 0 0 351 3 5 3 20 0 15 0 231645447 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=11077984 memory=279511640751408 CPUtime=3.84 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) S 16828 16831 15790 0 -1 1077944384 5189 13250 0 0 373 3 5 3 20 0 15 0 231645447 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168523610224 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=11077984 memory=279511640751472 CPUtime=1.86 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) S 16828 16831 15790 0 -1 1077944384 7119 13250 0 0 175 3 5 3 20 0 15 0 231645447 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168522557680 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=11077984 memory=279511640751536 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 233809 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=11077984 memory=279511640751600 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 10 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 233809 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 24.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 935236 KiB

[startup+15.2014 s]
/proc/loadavg: 1.76 1.36 1.36 3/220 17025
/proc/meminfo: memFree=16488244/32770624 swapFree=67108688/67108860
[pid=16831] ppid=16828 vsize=11077984 memory=1033792 CPUtime=24.46 cores=0,2,4,6
/proc/16831/stat : 16831 (java) S 16828 16831 15790 0 -1 1077944320 81093 13250 0 0 2403 35 5 3 20 0 15 0 231645432 11343855616 258448 33554432000 4194304 4196468 140732880819264 140732880801808 140169099960055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
/proc/16831/statm: 2769496 258448 3527 1 0 2731149 0
[pid=16831/tid=16884] ppid=16828 vsize=11077984 memory=4100 CPUtime=15.01 cores=0,2,4,6
/proc/16831/task/16884/stat : 16884 (java) R 16828 16831 15790 0 -1 4202560 48382 13250 0 0 1474 19 5 3 20 0 15 0 231645441 11343855616 258448 33554432000 4194304 4196468 140732880819264 140169071788192 140168623294444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16885] ppid=16828 vsize=11077984 memory=2592 CPUtime=0.14 cores=0,2,4,6
/proc/16831/task/16885/stat : 16885 (java) S 16828 16831 15790 0 -1 1077944384 227 13250 0 0 5 1 5 3 20 0 15 0 231645442 11343855616 258448 33554432000 4194304 4196468 140732880819264 140169104202000 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16886] ppid=16828 vsize=11077984 memory=2592 CPUtime=0.13 cores=0,2,4,6
/proc/16831/task/16886/stat : 16886 (java) S 16828 16831 15790 0 -1 1077944384 1006 13250 0 0 4 1 5 3 20 0 15 0 231645442 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168958921104 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16887] ppid=16828 vsize=11077984 memory=9664 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16887/stat : 16887 (java) S 16828 16831 15790 0 -1 1077944384 101 13250 0 0 3 1 5 3 20 0 15 0 231645442 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168957868560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16888] ppid=16828 vsize=11077984 memory=1136 CPUtime=0.14 cores=0,2,4,6
/proc/16831/task/16888/stat : 16888 (java) S 16828 16831 15790 0 -1 1077944384 206 13250 0 0 5 1 5 3 20 0 15 0 231645442 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168956816016 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16889] ppid=16828 vsize=11077984 memory=1224 CPUtime=0.12 cores=0,2,4,6
/proc/16831/task/16889/stat : 16889 (java) S 16828 16831 15790 0 -1 1077944384 5086 13250 0 0 4 0 5 3 20 0 15 0 231645443 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168525715952 140169099971202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16890] ppid=16828 vsize=11077984 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16890/stat : 16890 (java) S 16828 16831 15790 0 -1 1077944384 20 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 258448 33554432000 4194304 4196468 140732880819264 140167881942560 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16891] ppid=16828 vsize=11077984 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16891/stat : 16891 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645444 11343855616 258448 33554432000 4194304 4196468 140732880819264 140167734093312 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16892] ppid=16828 vsize=11077984 memory=8912 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16892/stat : 16892 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 258448 33554432000 4194304 4196468 140732880819264 140167426693840 140169099978651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16893] ppid=16828 vsize=11077984 memory=15196 CPUtime=3.63 cores=0,2,4,6
/proc/16831/task/16893/stat : 16893 (java) S 16828 16831 15790 0 -1 1077944384 11062 13250 0 0 352 3 5 3 20 0 15 0 231645447 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168524662768 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16894] ppid=16828 vsize=11077984 memory=16348 CPUtime=3.85 cores=0,2,4,6
/proc/16831/task/16894/stat : 16894 (java) R 16828 16831 15790 0 -1 4202560 5454 13250 0 0 374 3 5 3 20 0 15 0 231645447 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168523595216 140169084643712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16895] ppid=16828 vsize=11077984 memory=1176 CPUtime=1.86 cores=0,2,4,6
/proc/16831/task/16895/stat : 16895 (java) S 16828 16831 15790 0 -1 1077944384 7273 13250 0 0 175 3 5 3 20 0 15 0 231645447 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168522557680 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16896] ppid=16828 vsize=11077984 memory=34820 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16896/stat : 16896 (java) S 16828 16831 15790 0 -1 1077944384 3 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 258448 33554432000 4194304 4196468 140732880819264 140166995896928 140169099970261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
[pid=16831/tid=16897] ppid=16828 vsize=11077984 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/16831/task/16897/stat : 16897 (java) S 16828 16831 15790 0 -1 1077944384 76 13250 0 0 0 0 5 3 20 0 15 0 231645447 11343855616 258448 33554432000 4194304 4196468 140732880819264 140168521505584 140169099971202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732880820835 140732880823644 140732880823644 140732880826319 0
Current children cumulated CPU time: 24.46 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1033792 KiB

Child status: 0
Real time (s): 15.252
CPU time (s): 24.5794
CPU user time (s): 24.1732
CPU system time (s): 0.406194
CPU usage (%): 161.155
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 1033792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1732
system time used= 0.406194
maximum resident set size= 1036120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96265
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= 7471
involuntary context switches= 226


# summary of solver processes directly reported to runsolver:
#   pid: 16831
#   total CPU time (s): 24.5794
#   total CPU user time (s): 24.1732
#   total CPU system time (s): 0.406194

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.125121 second user time and 0.179056 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 08:13:42
IDJOB=4305196
IDBENCH=141582
IDSOLVER=2781
FILE ID=node134/4305196-1534140822
RUNJOBID= node134-1534138334-16507
PBS_JOBID= 21037013
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305196-1534140822/watcher-4305196-1534140822 -o /tmp/evaluation-result-4305196-1534140822/solver-4305196-1534140822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534138334-16507 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1770380789 -superng HOME/instance-4305196-1534140822.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=1770380789

node134.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.68
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.68
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.68
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.68
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:        17799232 kB
MemAvailable:   31496500 kB
Buffers:          215456 kB
Cached:         13630052 kB
SwapCached:           52 kB
Active:          4942152 kB
Inactive:        9365544 kB
Active(anon):     410888 kB
Inactive(anon):   103128 kB
Active(file):    4531264 kB
Inactive(file):  9262416 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26284 kB
Writeback:             0 kB
AnonPages:        469024 kB
Mapped:            68420 kB
Shmem:             49652 kB
Slab:             360444 kB
SReclaimable:     332048 kB
SUnreclaim:        28396 kB
KernelStack:        3616 kB
PageTables:         6900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1470096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42512 MiB
End job on node134 at 2018-08-13 08:13:58