Trace number 4304885

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 6.96429 3.44161

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K03-P03_c18.xml
MD5SUM48ac26f734f5e9f96f30a0090c6e98b4
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.009559
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":9}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":18},{"degree":2,"count":15},{"degree":4,"count":6},{"degree":5,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":9,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
6.89/3.41	v <instantiation>
6.89/3.41	v       <list>
6.89/3.41	v         cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2]
6.89/3.41	v       </list>
6.89/3.41	v       <values>
6.89/3.41	v         9 2 12 0 15 1 5 11 13 7 3 10 15 1 14 6 8 2 9 13 11 5 4 12
6.89/3.41	v       </values>
6.89/3.41	v     </instantiation>
6.89/3.41	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 (5739 MiB free)
  memory of node 1: 16384 MiB (5429 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304885-1534055115/watcher-4304885-1534055115 -o /tmp/evaluation-result-4304885-1534055115/solver-4304885-1534055115 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=163565801 HOME/instance-4304885-1534055115.xml 

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

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


[startup+0.10018 s]*
/proc/loadavg: 2.13 1.67 1.55 3/206 18981
/proc/meminfo: memFree=11429468/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=10088124 memory=17600 CPUtime=0.09 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 4532 13002 0 0 1 1 5 2 20 0 7 0 223074696 10330238976 4400 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2522031 4400 1994 1 0 2510469 0
[pid=18924/tid=18977] ppid=18921 vsize=10088124 memory=4279135703912842126 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 2385 13002 0 0 0 0 5 2 20 0 7 0 223074705 10330238976 4400 33554432000 4194304 4196468 140732997676688 140011673242384 140011683254608 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 7 0 223074705 10330238976 4400 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=10088124 memory=139952274015872 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 7 0 223074705 10330238976 4400 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 7 0 223074705 10330238976 4400 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 7 0 223074705 10330238976 4400 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=10088124 memory=139952274015872 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 7 0 223074707 10330238976 4400 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 17600 KiB

[startup+0.210104 s]*
/proc/loadavg: 2.13 1.67 1.55 3/215 18990
/proc/meminfo: memFree=11407664/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=10982744 memory=44724 CPUtime=0.25 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 7903 13002 0 0 16 2 5 2 20 0 15 0 223074696 11246329856 11181 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2745686 11181 2952 1 0 2708109 0
[pid=18924/tid=18977] ppid=18921 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 4508 13002 0 0 10 1 5 2 20 0 15 0 223074705 11246329856 11247 33554432000 4194304 4196468 140732997676688 140011673216400 140011681675008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246329856 11247 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=10982744 memory=139952275195339 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246329856 11247 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246329856 11247 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246329856 11247 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=10982744 memory=139952274015872 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074707 11246329856 11247 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18983] ppid=18921 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18983/stat : 18983 (java) S 18921 18924 14233 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223074707 11246329856 11247 33554432000 4194304 4196468 140732997676688 140010565133856 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18984] ppid=18921 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18984/stat : 18984 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074708 11246329856 11247 33554432000 4194304 4196468 140732997676688 140010363807088 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18985] ppid=18921 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18985/stat : 18985 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11246329856 11313 33554432000 4194304 4196468 140732997676688 140010056407376 140011701417883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18986] ppid=18921 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18986/stat : 18986 (java) S 18921 18924 14233 0 -1 1077944384 427 13002 0 0 0 0 5 2 20 0 15 0 223074710 11246329856 11313 33554432000 4194304 4196468 140732997676688 140010803960176 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18987] ppid=18921 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18924/task/18987/stat : 18987 (java) S 18921 18924 14233 0 -1 1077944384 189 13002 0 0 1 0 5 2 20 0 15 0 223074710 11246329856 11313 33554432000 4194304 4196468 140732997676688 140010802907376 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18988] ppid=18921 vsize=10982744 memory=139952274015872 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18988/stat : 18988 (java) S 18921 18924 14233 0 -1 1077944384 608 13002 0 0 3 0 5 2 20 0 15 0 223074710 11246329856 11313 33554432000 4194304 4196468 140732997676688 140010801854576 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18989] ppid=18921 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18989/stat : 18989 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11246329856 11313 33554432000 4194304 4196468 140732997676688 140009625610464 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18990] ppid=18921 vsize=10982744 memory=139952274015872 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18990/stat : 18990 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074711 11246329856 11313 33554432000 4194304 4196468 140732997676688 140010800802992 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44724 KiB

[startup+0.310181 s]*
/proc/loadavg: 2.13 1.67 1.55 3/215 18990
/proc/meminfo: memFree=11396580/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=10983192 memory=55936 CPUtime=0.37 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 10542 13002 0 0 27 3 5 2 20 0 15 0 223074696 11246788608 13984 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2745798 13984 3071 1 0 2708109 0
[pid=18924/tid=18977] ppid=18921 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 7087 13002 0 0 19 2 5 2 20 0 15 0 223074705 11246788608 13984 33554432000 4194304 4196468 140732997676688 140011673211296 140011686564832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 13984 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 13984 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 13984 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 13984 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074707 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18983] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18983/stat : 18983 (java) S 18921 18924 14233 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223074707 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010565133856 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18984] ppid=18921 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18984/stat : 18984 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074708 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010363807088 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18985] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18985/stat : 18985 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010056407376 140011701417883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18986] ppid=18921 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18924/task/18986/stat : 18986 (java) S 18921 18924 14233 0 -1 1077944384 429 13002 0 0 1 0 5 2 20 0 15 0 223074710 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010803960176 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18987] ppid=18921 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18924/task/18987/stat : 18987 (java) S 18921 18924 14233 0 -1 1077944384 189 13002 0 0 1 0 5 2 20 0 15 0 223074710 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010802907376 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18988] ppid=18921 vsize=10983192 memory=139952274015872 CPUtime=0.12 cores=1,3,5,7
/proc/18924/task/18988/stat : 18988 (java) S 18921 18924 14233 0 -1 1077944384 618 13002 0 0 5 0 5 2 20 0 15 0 223074710 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010801854576 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18989] ppid=18921 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18989/stat : 18989 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11246788608 13984 33554432000 4194304 4196468 140732997676688 140009625610464 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18990] ppid=18921 vsize=10983192 memory=139952274015872 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18990/stat : 18990 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074711 11246788608 13984 33554432000 4194304 4196468 140732997676688 140010800802992 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55936 KiB

[startup+0.700758 s]
/proc/loadavg: 2.13 1.67 1.55 6/215 18990
/proc/meminfo: memFree=11384920/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=10983192 memory=88544 CPUtime=0.98 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 16748 13002 0 0 86 5 5 2 20 0 15 0 223074696 11246788608 22136 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2745798 22136 3238 1 0 2708109 0
[pid=18924/tid=18977] ppid=18921 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 12233 13002 0 0 56 3 5 2 20 0 15 0 223074705 11246788608 22136 33554432000 4194304 4196468 140732997676688 140011673220112 140011686564960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 22136 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 22136 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 22136 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074705 11246788608 22136 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 5 13002 0 0 0 0 5 2 20 0 15 0 223074707 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18983] ppid=18921 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18983/stat : 18983 (java) S 18921 18924 14233 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223074707 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010565133856 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18984] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18984/stat : 18984 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074708 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010363807088 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18985] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18985/stat : 18985 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010056407376 140011701417883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18986] ppid=18921 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/18924/task/18986/stat : 18986 (java) S 18921 18924 14233 0 -1 1077944384 817 13002 0 0 6 0 5 2 20 0 15 0 223074710 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010803960176 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18987] ppid=18921 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/18924/task/18987/stat : 18987 (java) S 18921 18924 14233 0 -1 1077944384 780 13002 0 0 10 0 5 2 20 0 15 0 223074710 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010802907376 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18988] ppid=18921 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/18924/task/18988/stat : 18988 (java) S 18921 18924 14233 0 -1 1077944384 696 13002 0 0 13 0 5 2 20 0 15 0 223074710 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010801854576 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18989] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18989/stat : 18989 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11246788608 22136 33554432000 4194304 4196468 140732997676688 140009625610464 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18990] ppid=18921 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18990/stat : 18990 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074711 11246788608 22136 33554432000 4194304 4196468 140732997676688 140010800802992 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88544 KiB

[startup+1.5008 s]
/proc/loadavg: 2.13 1.67 1.55 4/215 18990
/proc/meminfo: memFree=11338960/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=11000140 memory=182468 CPUtime=2.24 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 24093 13002 0 0 207 10 5 2 20 0 15 0 223074696 11264143360 45617 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2750035 45617 3468 1 0 2711693 0
[pid=18924/tid=18977] ppid=18921 vsize=11000140 memory=-5153075608533367657 CPUtime=1.42 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 17983 13002 0 0 130 5 5 2 20 0 15 0 223074705 11264143360 45617 33554432000 4194304 4196468 140732997676688 140011673230176 140011685479774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=11000140 memory=-7839293170428778905 CPUtime=0.08 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 36 13002 0 0 1 0 5 2 20 0 15 0 223074705 11264143360 45617 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=11000140 memory=6720696446780543624 CPUtime=0.08 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 249 13002 0 0 1 0 5 2 20 0 15 0 223074705 11264143360 45617 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=11000140 memory=-5153075247754915967 CPUtime=0.08 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 19 13002 0 0 1 0 5 2 20 0 15 0 223074705 11264143360 45617 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=11000140 memory=120140 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 67 13002 0 0 0 0 5 2 20 0 15 0 223074705 11264143360 45617 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 54 13002 0 0 1 0 5 2 20 0 15 0 223074707 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18983] ppid=18921 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18983/stat : 18983 (java) S 18921 18924 14233 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223074707 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010565133920 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18984] ppid=18921 vsize=11000140 memory=279904226707136 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18984/stat : 18984 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074708 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010363807104 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18985] ppid=18921 vsize=11000140 memory=279904227121360 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18985/stat : 18985 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010056407376 140011701417883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18986] ppid=18921 vsize=11000140 memory=139952113363280 CPUtime=0.26 cores=1,3,5,7
/proc/18924/task/18986/stat : 18986 (java) S 18921 18924 14233 0 -1 1077944384 1316 13002 0 0 19 0 5 2 20 0 15 0 223074710 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010803960176 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18987] ppid=18921 vsize=11000140 memory=139952274018385 CPUtime=0.26 cores=1,3,5,7
/proc/18924/task/18987/stat : 18987 (java) S 18921 18924 14233 0 -1 1077944384 932 13002 0 0 19 0 5 2 20 0 15 0 223074710 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010802907376 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18988] ppid=18921 vsize=11000140 memory=7967 CPUtime=0.37 cores=1,3,5,7
/proc/18924/task/18988/stat : 18988 (java) S 18921 18924 14233 0 -1 1077944384 1224 13002 0 0 30 0 5 2 20 0 15 0 223074710 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010801854576 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18989] ppid=18921 vsize=11000140 memory=6 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18989/stat : 18989 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11264143360 45617 33554432000 4194304 4196468 140732997676688 140009625610464 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18990] ppid=18921 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18990/stat : 18990 (java) S 18921 18924 14233 0 -1 1077944384 1 13002 0 0 0 0 5 2 20 0 15 0 223074711 11264143360 45617 33554432000 4194304 4196468 140732997676688 140010800802992 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 11000140 KiB
Current children cumulated memory: 182468 KiB

[startup+3.11035 s]
/proc/loadavg: 2.13 1.67 1.55 4/215 18990
/proc/meminfo: memFree=11181900/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=11075936 memory=293652 CPUtime=5.9 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 51440 13002 0 0 565 18 5 2 20 0 15 0 223074696 11341758464 73413 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2768984 73413 3492 1 0 2730637 0
[pid=18924/tid=18977] ppid=18921 vsize=11075936 memory=217044 CPUtime=2.98 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 35915 13002 0 0 282 9 5 2 20 0 15 0 223074705 11341758464 73413 33554432000 4194304 4196468 140732997676688 140011673229024 140011685479774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=11075936 memory=6944656592455359580 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 48 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 73413 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=11075936 memory=860 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 257 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 73413 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=11075936 memory=12604 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 40 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 73413 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=11075936 memory=756 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 122 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 73413 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=11075936 memory=1624 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 2086 13002 0 0 3 0 5 2 20 0 15 0 223074707 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18983] ppid=18921 vsize=11075936 memory=1836 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18983/stat : 18983 (java) S 18921 18924 14233 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223074707 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010565133920 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18984] ppid=18921 vsize=11075936 memory=279904226986544 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18984/stat : 18984 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074708 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010363807104 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18985] ppid=18921 vsize=11075936 memory=3540022268555211666 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18985/stat : 18985 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010056407376 140011701417883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18986] ppid=18921 vsize=11075936 memory=3833020101422249721 CPUtime=0.96 cores=1,3,5,7
/proc/18924/task/18986/stat : 18986 (java) S 18921 18924 14233 0 -1 1077944384 3199 13002 0 0 88 1 5 2 20 0 15 0 223074710 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010803960176 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18987] ppid=18921 vsize=11075936 memory=7236934653780080384 CPUtime=0.91 cores=1,3,5,7
/proc/18924/task/18987/stat : 18987 (java) R 18921 18924 14233 0 -1 4202560 3854 13002 0 0 83 1 5 2 20 0 15 0 223074710 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010802893560 140011685305292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18988] ppid=18921 vsize=11075936 memory=3472468081008514690 CPUtime=1.01 cores=1,3,5,7
/proc/18924/task/18988/stat : 18988 (java) R 18921 18924 14233 0 -1 4202560 3705 13002 0 0 93 1 5 2 20 0 15 0 223074710 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010801854576 140011685651839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18989] ppid=18921 vsize=11075936 memory=192080 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18989/stat : 18989 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11341758464 73413 33554432000 4194304 4196468 140732997676688 140009625610464 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18990] ppid=18921 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18990/stat : 18990 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074711 11341758464 73413 33554432000 4194304 4196468 140732997676688 140010800802992 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 293652 KiB

[startup+3.44156 s]
# the end of solver process 18924 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.73041 s, system=0.23388 s

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

[startup+3.20123 s]
/proc/loadavg: 2.13 1.67 1.55 4/215 18990
/proc/meminfo: memFree=11181900/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=11075936 memory=296004 CPUtime=6.22 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 55193 13002 0 0 597 18 5 2 20 0 15 0 223074696 11341758464 74001 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2768984 74001 3497 1 0 2730637 0
[pid=18924/tid=18977] ppid=18921 vsize=11075936 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 36976 13002 0 0 291 9 5 2 20 0 15 0 223074705 11341758464 74001 33554432000 4194304 4196468 140732997676688 140011673226560 140011680477139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=11075936 memory=739271118624876372 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 48 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 74001 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=11075936 memory=7236547281622689387 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 257 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 74001 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=11075936 memory=6153395278463980112 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 40 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 74001 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=11075936 memory=279904226980624 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 122 13002 0 0 3 0 5 2 20 0 15 0 223074705 11341758464 74001 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=11075936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 2086 13002 0 0 3 0 5 2 20 0 15 0 223074707 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18983] ppid=18921 vsize=11075936 memory=9143 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18983/stat : 18983 (java) S 18921 18924 14233 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223074707 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010565133920 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18984] ppid=18921 vsize=11075936 memory=25269 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18984/stat : 18984 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074708 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010363807104 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18985] ppid=18921 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18985/stat : 18985 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010056407376 140011701417883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18986] ppid=18921 vsize=11075936 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/18924/task/18986/stat : 18986 (java) R 18921 18924 14233 0 -1 1077944384 3921 13002 0 0 93 1 5 2 20 0 15 0 223074710 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010803945824 140011701409493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18987] ppid=18921 vsize=11075936 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/18924/task/18987/stat : 18987 (java) R 18921 18924 14233 0 -1 4202560 4659 13002 0 0 93 1 5 2 20 0 15 0 223074710 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010802893560 140011682920469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18988] ppid=18921 vsize=11075936 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/18924/task/18988/stat : 18988 (java) R 18921 18924 14233 0 -1 4202560 4862 13002 0 0 101 2 5 2 20 0 15 0 223074710 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010801854704 140011701411222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18989] ppid=18921 vsize=11075936 memory=108 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18989/stat : 18989 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11341758464 74001 33554432000 4194304 4196468 140732997676688 140009625610464 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18990] ppid=18921 vsize=11075936 memory=69 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18990/stat : 18990 (java) S 18921 18924 14233 0 -1 1077944384 11 13002 0 0 0 0 5 2 20 0 15 0 223074711 11341758464 74001 33554432000 4194304 4196468 140732997676688 140010800802992 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 296004 KiB

[startup+3.4051 s]
/proc/loadavg: 2.13 1.67 1.55 4/215 18990
/proc/meminfo: memFree=11181900/32770624 swapFree=67108496/67108860
[pid=18924] ppid=18921 vsize=11080680 memory=301236 CPUtime=6.89 cores=1,3,5,7
/proc/18924/stat : 18924 (java) S 18921 18924 14233 0 -1 1077944320 59669 13002 0 0 664 18 5 2 20 0 15 0 223074696 11346616320 75309 33554432000 4194304 4196468 140732997676688 140732997659232 140011701399287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
/proc/18924/statm: 2770170 75309 3500 1 0 2731823 0
[pid=18924/tid=18977] ppid=18921 vsize=11080680 memory=0 CPUtime=3.28 cores=1,3,5,7
/proc/18924/task/18977/stat : 18977 (java) R 18921 18924 14233 0 -1 4202560 38326 13002 0 0 311 10 5 2 20 0 15 0 223074705 11346616320 75309 33554432000 4194304 4196468 140732997676688 140011673227424 140011681675008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18978] ppid=18921 vsize=11080680 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18978/stat : 18978 (java) S 18921 18924 14233 0 -1 1077944384 48 13002 0 0 3 0 5 2 20 0 15 0 223074705 11346616320 75309 33554432000 4194304 4196468 140732997676688 140011705641616 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18979] ppid=18921 vsize=11080680 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18979/stat : 18979 (java) S 18921 18924 14233 0 -1 1077944384 257 13002 0 0 3 0 5 2 20 0 15 0 223074705 11346616320 75309 33554432000 4194304 4196468 140732997676688 140011576289808 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18980] ppid=18921 vsize=11080680 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18980/stat : 18980 (java) S 18921 18924 14233 0 -1 1077944384 40 13002 0 0 3 0 5 2 20 0 15 0 223074705 11346616320 75309 33554432000 4194304 4196468 140732997676688 140011575237008 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18981] ppid=18921 vsize=11080680 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18981/stat : 18981 (java) S 18921 18924 14233 0 -1 1077944384 122 13002 0 0 3 0 5 2 20 0 15 0 223074705 11346616320 75309 33554432000 4194304 4196468 140732997676688 140011574184208 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18982] ppid=18921 vsize=11080680 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18924/task/18982/stat : 18982 (java) S 18921 18924 14233 0 -1 1077944384 2107 13002 0 0 3 0 5 2 20 0 15 0 223074707 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010805013360 140011701410434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18983] ppid=18921 vsize=11080680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18983/stat : 18983 (java) S 18921 18924 14233 0 -1 1077944384 13 13002 0 0 0 0 5 2 20 0 15 0 223074707 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010565133920 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18984] ppid=18921 vsize=11080680 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18984/stat : 18984 (java) S 18921 18924 14233 0 -1 1077944384 2 13002 0 0 0 0 5 2 20 0 15 0 223074708 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010363807104 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18985] ppid=18921 vsize=11080680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18985/stat : 18985 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010056407376 140011701417883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18986] ppid=18921 vsize=11080680 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/18924/task/18986/stat : 18986 (java) R 18921 18924 14233 0 -1 4202560 4205 13002 0 0 111 1 5 2 20 0 15 0 223074710 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010803941376 140011687463400 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18987] ppid=18921 vsize=11080680 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/18924/task/18987/stat : 18987 (java) R 18921 18924 14233 0 -1 4202560 6269 13002 0 0 113 1 5 2 20 0 15 0 223074710 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010802893536 140011682944889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18988] ppid=18921 vsize=11080680 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/18924/task/18988/stat : 18988 (java) S 18921 18924 14233 0 -1 1077944384 6102 13002 0 0 110 2 5 2 20 0 15 0 223074710 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010801854576 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18989] ppid=18921 vsize=11080680 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18989/stat : 18989 (java) S 18921 18924 14233 0 -1 1077944384 3 13002 0 0 0 0 5 2 20 0 15 0 223074710 11346616320 75309 33554432000 4194304 4196468 140732997676688 140009625610464 140011701409493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
[pid=18924/tid=18990] ppid=18921 vsize=11080680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18924/task/18990/stat : 18990 (java) S 18921 18924 14233 0 -1 1077944384 11 13002 0 0 0 0 5 2 20 0 15 0 223074711 11346616320 75309 33554432000 4194304 4196468 140732997676688 140010800802992 140011701410434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15081472 140732997679725 140732997682524 140732997682524 140732997685199 0
Current children cumulated CPU time: 6.89 s
Current children cumulated vsize: 11080680 KiB
Current children cumulated memory: 301236 KiB

Child status: 0
Real time (s): 3.44161
CPU time (s): 6.96429
CPU user time (s): 6.73041
CPU system time (s): 0.23388
CPU usage (%): 202.355
Max. virtual memory (cumulated for all children) (KiB): 11080680
Max. memory (cumulated for all children) (KiB): 301236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.73041
system time used= 0.23388
maximum resident set size= 303464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5436
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 18924
#   total CPU time (s): 6.96429
#   total CPU user time (s): 6.73041
#   total CPU system time (s): 0.23388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040869 second user time and 0.077432 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 08:25:15
IDJOB=4304885
IDBENCH=141169
IDSOLVER=2780
FILE ID=node149/4304885-1534055115
RUNJOBID= node149-1534038877-15391
PBS_JOBID= 21036971
Free space on /tmp= 38780 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K03-P03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304885-1534055115/watcher-4304885-1534055115 -o /tmp/evaluation-result-4304885-1534055115/solver-4304885-1534055115 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534038877-15391 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=163565801 HOME/instance-4304885-1534055115.xml

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

MD5SUM BENCH= 48ac26f734f5e9f96f30a0090c6e98b4
RANDOM SEED=163565801

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:        11437648 kB
MemAvailable:   30427360 kB
Buffers:          178460 kB
Cached:         18839980 kB
SwapCached:           28 kB
Active:          9326772 kB
Inactive:       11218384 kB
Active(anon):    1475636 kB
Inactive(anon):   103612 kB
Active(file):    7851136 kB
Inactive(file): 11114772 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:       1534328 kB
Mapped:            66940 kB
Shmem:             49616 kB
Slab:             481052 kB
SReclaimable:     452264 kB
SUnreclaim:        28788 kB
KernelStack:        3488 kB
PageTables:         8572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2663560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1304576 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= 38752 MiB
End job on node149 at 2018-08-12 08:25:19