Trace number 4304949

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.2SAT 8.59339 4.54024

General information on the benchmark

NameBibd/
Bibd-sum-07-03-01_c18.xml
MD5SUMf239a4aabd5fa756ce2bc7a404e03a34
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 benchmark0.013127
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree9
Maximum variable degree9
Distribution of variable degrees[{"degree":9,"count":49}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":14},{"arity":14,"count":21},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
8.47/4.03	v <instantiation>
8.47/4.03	v       <list>
8.47/4.03	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
8.47/4.03	v       </list>
8.47/4.03	v       <values>
8.47/4.03	v         0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1
8.47/4.03	v       </values>
8.47/4.03	v     </instantiation>
8.47/4.04	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 (7181 MiB free)
  memory of node 1: 16384 MiB (4507 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304949-1534096361/watcher-4304949-1534096361 -o /tmp/evaluation-result-4304949-1534096361/solver-4304949-1534096361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534096168-26214 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=147816622 HOME/instance-4304949-1534096361.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
solver pid=26447, runsolver pid=26444
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.39 1.13 1.35 3/207 26504
/proc/meminfo: memFree=11967620/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=10005480 memory=16948 CPUtime=0.09 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 4361 12897 0 0 1 0 5 3 20 0 6 0 227199328 10245611520 4237 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2501370 4237 1934 1 0 2489808 0
[pid=26447/tid=26500] ppid=26444 vsize=10005480 memory=4279135704047322765 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) R 26444 26447 20569 0 -1 4202560 2178 12897 0 0 0 0 5 3 20 0 6 0 227199337 10245611520 4237 33554432000 4194304 4196468 140731423686672 140272099795536 140272113641267 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 6 0 227199338 10245611520 4237 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=10005480 memory=139677134124672 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 6 0 227199338 10245611520 4237 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 6 0 227199338 10245611520 4237 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 6 0 227199338 10245611520 4237 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16948 KiB

[startup+0.209982 s]*
/proc/loadavg: 1.39 1.13 1.35 3/216 26513
/proc/meminfo: memFree=11943080/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=10982744 memory=43776 CPUtime=0.26 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 7618 12897 0 0 16 2 5 3 20 0 15 0 227199328 11246329856 10878 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2745686 10944 2957 1 0 2708109 0
[pid=26447/tid=26500] ppid=26444 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) R 26444 26447 20569 0 -1 4202560 4226 12897 0 0 10 1 5 3 20 0 15 0 227199337 11246329856 10944 33554432000 4194304 4196468 140731423686672 140272099758688 140272108234535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246329856 10944 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=10982744 memory=3473885256765568672 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246329856 10944 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246329856 10944 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246329856 11010 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26505] ppid=26444 vsize=10982744 memory=139677134124672 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26505/stat : 26505 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199339 11246329856 11010 33554432000 4194304 4196468 140731423686672 140271621069296 140272127969922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 13 12897 0 0 0 0 5 3 20 0 15 0 227199340 11246329856 11010 33554432000 4194304 4196468 140731423686672 140270947526048 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199340 11246329856 11010 33554432000 4194304 4196468 140731423686672 140270746199536 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246329856 11010 33554432000 4194304 4196468 140731423686672 140270438800080 140272127977371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) S 26444 26447 20569 0 -1 1077944384 538 12897 0 0 1 0 5 3 20 0 15 0 227199343 11246329856 11010 33554432000 4194304 4196468 140731423686672 140271620016112 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) S 26444 26447 20569 0 -1 1077944384 65 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246329856 11010 33554432000 4194304 4196468 140731423686672 140271551506544 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=10982744 memory=139677134124672 CPUtime=0.1 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) S 26444 26447 20569 0 -1 1077944384 618 12897 0 0 2 0 5 3 20 0 15 0 227199343 11246329856 11010 33554432000 4194304 4196468 140731423686672 140271550454000 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246329856 11010 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26513] ppid=26444 vsize=10982744 memory=139677134124672 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26513/stat : 26513 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246329856 11010 33554432000 4194304 4196468 140731423686672 140271549401904 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43776 KiB

[startup+0.310276 s]*
/proc/loadavg: 1.39 1.13 1.35 3/216 26513
/proc/meminfo: memFree=11929588/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=10983192 memory=56392 CPUtime=0.38 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 10672 12897 0 0 27 3 5 3 20 0 15 0 227199328 11246788608 14098 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2745798 14098 3076 1 0 2708109 0
[pid=26447/tid=26500] ppid=26444 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) R 26444 26447 20569 0 -1 4202560 7226 12897 0 0 19 2 5 3 20 0 15 0 227199337 11246788608 14098 33554432000 4194304 4196468 140731423686672 140272099770784 140272112002405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 14098 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26505] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26505/stat : 26505 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199339 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271621069296 140272127969922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 13 12897 0 0 0 0 5 3 20 0 15 0 227199340 11246788608 14098 33554432000 4194304 4196468 140731423686672 140270947526048 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199340 11246788608 14098 33554432000 4194304 4196468 140731423686672 140270746199536 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246788608 14098 33554432000 4194304 4196468 140731423686672 140270438800080 140272127977371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) S 26444 26447 20569 0 -1 1077944384 538 12897 0 0 1 0 5 3 20 0 15 0 227199343 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271620016112 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) S 26444 26447 20569 0 -1 1077944384 66 12897 0 0 1 0 5 3 20 0 15 0 227199343 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271551506544 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=10983192 memory=139677134124672 CPUtime=0.12 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) S 26444 26447 20569 0 -1 1077944384 628 12897 0 0 4 0 5 3 20 0 15 0 227199343 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271550454000 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246788608 14098 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26513] ppid=26444 vsize=10983192 memory=139677134124672 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26513/stat : 26513 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246788608 14098 33554432000 4194304 4196468 140731423686672 140271549401904 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56392 KiB

[startup+0.700735 s]
/proc/loadavg: 1.39 1.13 1.35 3/216 26513
/proc/meminfo: memFree=11918632/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=10983192 memory=88772 CPUtime=0.99 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 16771 12897 0 0 85 6 5 3 20 0 15 0 227199328 11246788608 22193 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2745798 22193 3242 1 0 2708109 0
[pid=26447/tid=26500] ppid=26444 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) R 26444 26447 20569 0 -1 4202560 12336 12897 0 0 54 4 5 3 20 0 15 0 227199337 11246788608 22193 33554432000 4194304 4196468 140731423686672 140272099781776 140272112039262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 22193 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=10983192 memory=4641617509154462115 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=10983192 memory=7734201629010253412 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 2 12897 0 0 0 0 5 3 20 0 15 0 227199338 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26505] ppid=26444 vsize=10983192 memory=7810487918915055718 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26505/stat : 26505 (java) S 26444 26447 20569 0 -1 1077944384 5 12897 0 0 0 0 5 3 20 0 15 0 227199339 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271621069296 140272127969922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 13 12897 0 0 0 0 5 3 20 0 15 0 227199340 11246788608 22193 33554432000 4194304 4196468 140731423686672 140270947526048 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199340 11246788608 22193 33554432000 4194304 4196468 140731423686672 140270746199536 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246788608 22193 33554432000 4194304 4196468 140731423686672 140270438800080 140272127977371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) S 26444 26447 20569 0 -1 1077944384 1139 12897 0 0 9 0 5 3 20 0 15 0 227199343 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271620016112 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) S 26444 26447 20569 0 -1 1077944384 406 12897 0 0 7 0 5 3 20 0 15 0 227199343 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271551506544 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) S 26444 26447 20569 0 -1 1077944384 670 12897 0 0 13 0 5 3 20 0 15 0 227199343 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271550454000 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246788608 22193 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26513] ppid=26444 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26513/stat : 26513 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199343 11246788608 22193 33554432000 4194304 4196468 140731423686672 140271549401904 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88772 KiB

[startup+1.50066 s]
/proc/loadavg: 1.39 1.13 1.35 3/216 26513
/proc/meminfo: memFree=11873408/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=10998092 memory=177072 CPUtime=2.25 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 23896 12897 0 0 206 11 5 3 20 0 15 0 227199328 11262046208 44268 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2749523 44268 3472 1 0 2711181 0
[pid=26447/tid=26500] ppid=26444 vsize=10998092 memory=4951091520830867572 CPUtime=1.43 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) R 26444 26447 20569 0 -1 4202560 17904 12897 0 0 129 6 5 3 20 0 15 0 227199337 11262046208 44268 33554432000 4194304 4196468 140731423686672 140272099789760 140272111145584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=10998092 memory=4951091520830867572 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 18 12897 0 0 1 0 5 3 20 0 15 0 227199338 11262046208 44268 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=10998092 memory=-5153075247759266159 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 58 12897 0 0 1 0 5 3 20 0 15 0 227199338 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=10998092 memory=-7450173995633912218 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 195 12897 0 0 1 0 5 3 20 0 15 0 227199338 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=10998092 memory=120016 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 26 12897 0 0 0 0 5 3 20 0 15 0 227199338 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26505] ppid=26444 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26505/stat : 26505 (java) S 26444 26447 20569 0 -1 1077944384 60 12897 0 0 1 0 5 3 20 0 15 0 227199339 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271621069296 140272127969922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 14 12897 0 0 0 0 5 3 20 0 15 0 227199340 11262046208 44268 33554432000 4194304 4196468 140731423686672 140270947526112 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=10998092 memory=279354068238816 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199340 11262046208 44268 33554432000 4194304 4196468 140731423686672 140270746199536 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=10998092 memory=279354068653664 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11262046208 44268 33554432000 4194304 4196468 140731423686672 140270438800080 140272127977371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=10998092 memory=139677436783841 CPUtime=0.3 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) S 26444 26447 20569 0 -1 1077944384 1584 12897 0 0 22 0 5 3 20 0 15 0 227199343 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271620016112 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=10998092 memory=2457123948033 CPUtime=0.24 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) S 26444 26447 20569 0 -1 1077944384 584 12897 0 0 16 0 5 3 20 0 15 0 227199343 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271551506544 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=10998092 memory=1128 CPUtime=0.39 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) R 26444 26447 20569 0 -1 4202560 1256 12897 0 0 31 0 5 3 20 0 15 0 227199343 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271550454000 140272106908625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=10998092 memory=15188 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11262046208 44268 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26513] ppid=26444 vsize=10998092 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26513/stat : 26513 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199343 11262046208 44268 33554432000 4194304 4196468 140731423686672 140271549401904 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

[pid=26447] ppid=26444 vsize=11008352 memory=234168 CPUtime=5.89 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 32857 12897 0 0 565 16 5 3 20 0 15 0 227199328 11272552448 58542 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2752088 58542 3495 1 0 2713741 0
[pid=26447/tid=26500] ppid=26444 vsize=11008352 memory=6791534058613427641 CPUtime=3.04 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) R 26444 26447 20569 0 -1 4202560 22860 12897 0 0 287 9 5 3 20 0 15 0 227199337 11272552448 58542 33554432000 4194304 4196468 140731423686672 140272099789152 140271706527748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=11008352 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 18 12897 0 0 1 0 5 3 20 0 15 0 227199338 11272552448 58542 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=11008352 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 58 12897 0 0 1 0 5 3 20 0 15 0 227199338 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=11008352 memory=7445693050528492395 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 195 12897 0 0 1 0 5 3 20 0 15 0 227199338 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 26 12897 0 0 0 0 5 3 20 0 15 0 227199338 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26505] ppid=26444 vsize=11008352 memory=205696 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26505/stat : 26505 (java) S 26444 26447 20569 0 -1 1077944384 60 12897 0 0 1 0 5 3 20 0 15 0 227199339 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271621069296 140272127969922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=11008352 memory=195 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 14 12897 0 0 0 0 5 3 20 0 15 0 227199340 11272552448 58542 33554432000 4194304 4196468 140731423686672 140270947526112 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=11008352 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199340 11272552448 58542 33554432000 4194304 4196468 140731423686672 140270746199536 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=11008352 memory=8881 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11272552448 58542 33554432000 4194304 4196468 140731423686672 140270438800080 140272127977371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=11008352 memory=4420 CPUtime=0.85 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) R 26444 26447 20569 0 -1 4202560 1918 12897 0 0 76 1 5 3 20 0 15 0 227199343 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271619996944 140272109481252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=11008352 memory=6628 CPUtime=0.87 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) R 26444 26447 20569 0 -1 4202560 1434 12897 0 0 78 1 5 3 20 0 15 0 227199343 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271551493088 140272113066620 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=11008352 memory=8836 CPUtime=1.25 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) R 26444 26447 20569 0 -1 4202560 4077 12897 0 0 116 1 5 3 20 0 15 0 227199343 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271550454000 140272107249415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11272552448 58542 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26513] ppid=26444 vsize=11008352 memory=9168 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26513/stat : 26513 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199343 11272552448 58542 33554432000 4194304 4196468 140731423686672 140271549401904 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 234168 KiB

[startup+4.5402 s]
# the end of solver process 26447 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.32219 s, system=0.271202 s

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

[startup+3.20142 s]
/proc/loadavg: 1.43 1.14 1.35 6/216 26513
/proc/meminfo: memFree=11763348/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=11008352 memory=240112 CPUtime=6.17 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 37650 12897 0 0 593 16 5 3 20 0 15 0 227199328 11272552448 60028 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2752088 60028 3495 1 0 2713741 0
[pid=26447/tid=26500] ppid=26444 vsize=11008352 memory=0 CPUtime=3.13 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) R 26444 26447 20569 0 -1 4202560 25357 12897 0 0 296 9 5 3 20 0 15 0 227199337 11272552448 60028 33554432000 4194304 4196468 140731423686672 140272099789376 140272113695173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=11008352 memory=-9174445032661854264 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 18 12897 0 0 1 0 5 3 20 0 15 0 227199338 11272552448 60028 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=11008352 memory=6944656575208382560 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 58 12897 0 0 1 0 5 3 20 0 15 0 227199338 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=11008352 memory=6944656592387989600 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 195 12897 0 0 1 0 5 3 20 0 15 0 227199338 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 26 12897 0 0 0 0 5 3 20 0 15 0 227199338 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26505] ppid=26444 vsize=11008352 memory=-3756611412707075625 CPUtime=0.09 cores=0,2,4,6
/proc/26447/task/26505/stat : 26505 (java) S 26444 26447 20569 0 -1 1077944384 160 12897 0 0 1 0 5 3 20 0 15 0 227199339 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271621069296 140272127969922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 14 12897 0 0 0 0 5 3 20 0 15 0 227199340 11272552448 60028 33554432000 4194304 4196468 140731423686672 140270947526112 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=11008352 memory=113872467945360 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199340 11272552448 60028 33554432000 4194304 4196468 140731423686672 140270746199536 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=11008352 memory=288230591722422566 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11272552448 60028 33554432000 4194304 4196468 140731423686672 140270438800080 140272127977371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=11008352 memory=15261428374308184 CPUtime=0.9 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) R 26444 26447 20569 0 -1 4202560 2530 12897 0 0 81 1 5 3 20 0 15 0 227199343 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271620003424 140272112888245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=11008352 memory=0 CPUtime=0.93 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) R 26444 26447 20569 0 -1 1077944384 1971 12897 0 0 84 1 5 3 20 0 15 0 227199343 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271551499568 140272127968981 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=11008352 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) R 26444 26447 20569 0 -1 4202560 5124 12897 0 0 123 1 5 3 20 0 15 0 227199343 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271550454000 140272127970710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11272552448 60028 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26513] ppid=26444 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26513/stat : 26513 (java) S 26444 26447 20569 0 -1 1077944384 5 12897 0 0 0 0 5 3 20 0 15 0 227199343 11272552448 60028 33554432000 4194304 4196468 140731423686672 140271549401904 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 240112 KiB

[startup+4.00163 s]*
/proc/loadavg: 1.43 1.14 1.35 5/216 26513
/proc/meminfo: memFree=11646876/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=11080332 memory=339384 CPUtime=8.47 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 67923 12897 0 0 817 22 5 3 20 0 15 0 227199328 11346259968 84846 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2770083 84846 3507 1 0 2731736 0
[pid=26447/tid=26500] ppid=26444 vsize=11080332 memory=-6517102902069810590 CPUtime=3.88 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) S 26444 26447 20569 0 -1 1077944384 43954 12897 0 0 369 11 5 3 20 0 15 0 227199337 11346259968 84846 33554432000 4194304 4196468 140731423686672 140272099786912 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=11080332 memory=3691042058319900680 CPUtime=0.11 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 262 12897 0 0 3 0 5 3 20 0 15 0 227199338 11346259968 84846 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=11080332 memory=2315025207952578185 CPUtime=0.11 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 75 12897 0 0 3 0 5 3 20 0 15 0 227199338 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=11080332 memory=-7384994748284246687 CPUtime=0.11 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 668 12897 0 0 3 0 5 3 20 0 15 0 227199338 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=11080332 memory=3472328296227680303 CPUtime=0.1 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 58 12897 0 0 2 0 5 3 20 0 15 0 227199338 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26505] ppid=26444 vsize=11080332 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26447/task/26505/stat : 26505 (java) R 26444 26447 20569 0 -1 1077944384 4347 12897 0 0 3 0 5 3 20 0 15 0 227199339 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271621069296 140272127969922 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=11080332 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 14 12897 0 0 0 0 5 3 20 0 15 0 227199340 11346259968 84846 33554432000 4194304 4196468 140731423686672 140270947526112 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=11080332 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 15 0 227199340 11346259968 84846 33554432000 4194304 4196468 140731423686672 140270746199552 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=11080332 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11346259968 84846 33554432000 4194304 4196468 140731423686672 140270438800080 140272127977371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=11080332 memory=139677034437136 CPUtime=1.46 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) R 26444 26447 20569 0 -1 4202560 5632 12897 0 0 136 2 5 3 20 0 15 0 227199343 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271620002088 140272111345359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=11080332 memory=17559551 CPUtime=1.5 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) S 26444 26447 20569 0 -1 1077944384 4678 12897 0 0 140 2 5 3 20 0 15 0 227199343 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271551491776 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=11080332 memory=139677134124672 CPUtime=1.61 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) S 26444 26447 20569 0 -1 1077944384 6034 12897 0 0 152 1 5 3 20 0 15 0 227199343 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271550454000 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=11080332 memory=43716607 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 15 0 227199343 11346259968 84846 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26513] ppid=26444 vsize=11080332 memory=279354168582696 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26513/stat : 26513 (java) S 26444 26447 20569 0 -1 1077944384 5 12897 0 0 0 0 5 3 20 0 15 0 227199343 11346259968 84846 33554432000 4194304 4196468 140731423686672 140271549401904 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 11080332 KiB
Current children cumulated memory: 339384 KiB

[startup+4.40062 s]
/proc/loadavg: 1.43 1.14 1.35 5/216 26513
/proc/meminfo: memFree=11646876/32770624 swapFree=67108496/67108860
[pid=26447] ppid=26444 vsize=11144840 memory=339832 CPUtime=8.57 cores=0,2,4,6
/proc/26447/stat : 26447 (java) S 26444 26447 20569 0 -1 1077944320 68079 12897 0 0 827 22 5 3 20 0 13 0 227199328 11412316160 84958 33554432000 4194304 4196468 140731423686672 140731423669216 140272127958775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
/proc/26447/statm: 2786210 84958 3509 1 0 2747863 0
[pid=26447/tid=26500] ppid=26444 vsize=11144840 memory=5855078224150037150 CPUtime=3.9 cores=0,2,4,6
/proc/26447/task/26500/stat : 26500 (java) D 26444 26447 20569 0 -1 4202560 44049 12897 0 0 371 11 5 3 20 0 13 0 227199337 11412316160 84958 33554432000 4194304 4196468 140731423686672 140272099802424 140272120644407 0 0 0 16800975 18446744072099650693 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26501] ppid=26444 vsize=11144840 memory=8101228484373078629 CPUtime=0.11 cores=0,2,4,6
/proc/26447/task/26501/stat : 26501 (java) S 26444 26447 20569 0 -1 1077944384 262 12897 0 0 3 0 5 3 20 0 13 0 227199338 11412316160 84958 33554432000 4194304 4196468 140731423686672 140272132200720 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26502] ppid=26444 vsize=11144840 memory=7305792226149034599 CPUtime=0.11 cores=0,2,4,6
/proc/26447/task/26502/stat : 26502 (java) S 26444 26447 20569 0 -1 1077944384 75 12897 0 0 3 0 5 3 20 0 13 0 227199338 11412316160 84958 33554432000 4194304 4196468 140731423686672 140271667616144 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26503] ppid=26444 vsize=11144840 memory=7738993304508916327 CPUtime=0.11 cores=0,2,4,6
/proc/26447/task/26503/stat : 26503 (java) S 26444 26447 20569 0 -1 1077944384 668 12897 0 0 3 0 5 3 20 0 13 0 227199338 11412316160 84958 33554432000 4194304 4196468 140731423686672 140271666563600 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26504] ppid=26444 vsize=11144840 memory=7236229500900889449 CPUtime=0.1 cores=0,2,4,6
/proc/26447/task/26504/stat : 26504 (java) S 26444 26447 20569 0 -1 1077944384 58 12897 0 0 2 0 5 3 20 0 13 0 227199338 11412316160 84958 33554432000 4194304 4196468 140731423686672 140271665511056 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26506] ppid=26444 vsize=11144840 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26506/stat : 26506 (java) S 26444 26447 20569 0 -1 1077944384 14 12897 0 0 0 0 5 3 20 0 13 0 227199340 11412316160 84958 33554432000 4194304 4196468 140731423686672 140270947526112 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26507] ppid=26444 vsize=11144840 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26507/stat : 26507 (java) S 26444 26447 20569 0 -1 1077944384 1 12897 0 0 0 0 5 3 20 0 13 0 227199340 11412316160 84958 33554432000 4194304 4196468 140731423686672 140270746199552 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26508] ppid=26444 vsize=11144840 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26508/stat : 26508 (java) S 26444 26447 20569 0 -1 1077944384 6 12897 0 0 0 0 5 3 20 0 13 0 227199343 11412316160 84958 33554432000 4194304 4196468 140731423686672 140270438799728 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26509] ppid=26444 vsize=11144840 memory=6943526294502006880 CPUtime=1.5 cores=0,2,4,6
/proc/26447/task/26509/stat : 26509 (java) S 26444 26447 20569 0 -1 1077944384 5632 12897 0 0 140 2 5 3 20 0 13 0 227199343 11412316160 84958 33554432000 4194304 4196468 140731423686672 140271620000624 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26510] ppid=26444 vsize=11144840 memory=279354068173040 CPUtime=1.53 cores=0,2,4,6
/proc/26447/task/26510/stat : 26510 (java) S 26444 26447 20569 0 -1 1077944384 4697 12897 0 0 143 2 5 3 20 0 13 0 227199343 11412316160 84958 33554432000 4194304 4196468 140731423686672 140271551486480 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26511] ppid=26444 vsize=11144840 memory=279354068173040 CPUtime=1.62 cores=0,2,4,6
/proc/26447/task/26511/stat : 26511 (java) S 26444 26447 20569 0 -1 1077944384 6056 12897 0 0 153 1 5 3 20 0 13 0 227199343 11412316160 84958 33554432000 4194304 4196468 140731423686672 140271550454000 140272127969922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
[pid=26447/tid=26512] ppid=26444 vsize=11144840 memory=279354068173040 CPUtime=0.08 cores=0,2,4,6
/proc/26447/task/26512/stat : 26512 (java) S 26444 26447 20569 0 -1 1077944384 3 12897 0 0 0 0 5 3 20 0 13 0 227199343 11412316160 84958 33554432000 4194304 4196468 140731423686672 140270008003168 140272127968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22376448 140731423693421 140731423696220 140731423696220 140731423698895 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 11144840 KiB
Current children cumulated memory: 339832 KiB

[startup+4.50064 s]*
/proc/loadavg: 1.43 1.14 1.35 2/203 26514
/proc/meminfo: memFree=11967984/32770624 swapFree=67108496/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.54024
CPU time (s): 8.59339
CPU user time (s): 8.32219
CPU system time (s): 0.271202
CPU usage (%): 189.272
Max. virtual memory (cumulated for all children) (KiB): 11144840
Max. memory (cumulated for all children) (KiB): 339832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.32219
system time used= 0.271202
maximum resident set size= 341792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7225
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 26447
#   total CPU time (s): 8.59339
#   total CPU user time (s): 8.32219
#   total CPU system time (s): 0.271202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050175 second user time and 0.084014 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 19:52:41
IDJOB=4304949
IDBENCH=141326
IDSOLVER=2780
FILE ID=node149/4304949-1534096361
RUNJOBID= node149-1534096168-26214
PBS_JOBID= 21036989
Free space on /tmp= 39136 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Bibd/Bibd-sum-07-03-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304949-1534096361/watcher-4304949-1534096361 -o /tmp/evaluation-result-4304949-1534096361/solver-4304949-1534096361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534096168-26214 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=147816622 HOME/instance-4304949-1534096361.xml

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

MD5SUM BENCH= f239a4aabd5fa756ce2bc7a404e03a34
RANDOM SEED=147816622

node149.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.60
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.60
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.60
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.60
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:        11971192 kB
MemAvailable:   30845844 kB
Buffers:          201876 kB
Cached:         18704792 kB
SwapCached:           28 kB
Active:          8757648 kB
Inactive:       11260528 kB
Active(anon):    1060384 kB
Inactive(anon):   103076 kB
Active(file):    7697264 kB
Inactive(file): 11157452 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26664 kB
Writeback:             0 kB
AnonPages:       1130544 kB
Mapped:            67628 kB
Shmem:             49616 kB
Slab:             476848 kB
SReclaimable:     448396 kB
SUnreclaim:        28452 kB
KernelStack:        3808 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2297664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    892928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39112 MiB
End job on node149 at 2018-08-12 19:52:46