Trace number 4402427

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.12.3SAT 9.27462 3.9569

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-3-4-cp.xml
MD5SUMfefd0dc8744a7f984307705d377cf1e3
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.123382
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints636
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":60}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":45},{"degree":45,"count":15}]
Minimum constraint arity4
Maximum constraint arity60
Distribution of constraint arities[{"arity":4,"count":630},{"arity":15,"count":5},{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
9.11/3.93	v <instantiation
9.11/3.93	v         >
9.11/3.93	v       <list>
9.11/3.93	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14]
9.11/3.93	v       </list>
9.11/3.93	v       <values>
9.11/3.93	v         0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 0 1 2 0 3 4 2 3 4 0 1 3 1 2 4 2 3 0 0 4 2 4 1 0 1 2 3 4 3 1 4 1 2 0 1 3 0 3 4 1 0 2 3 4 2
9.11/3.93	v       </values>
9.11/3.93	v     </instantiation>
9.11/3.93	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 (3238 MiB free)
  memory of node 1: 16384 MiB (448 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402427-1568973301/watcher-4402427-1568973301 -o /var/tmp/evaluation-result-4402427-1568973301/solver-4402427-1568973301 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5563 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402427-1568973301.xml 

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

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

solver pid=7990, runsolver pid=7987

[startup+0.100061 s]*
/proc/loadavg: 1.98 1.78 1.68 3/219 8046
/proc/meminfo: memFree=3769064/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=9972712 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 4315 13237 0 0 1 0 5 2 20 0 6 0 473244056 10212057088 4582 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2493178 4582 1930 1 0 2481616 0
[pid=7990/tid=8043] ppid=7987 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 2122 13237 0 0 0 0 5 2 20 0 6 0 473244065 10212057088 4582 33554432000 4194304 4196468 140728755751136 139664315040336 139664343225501 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 6 0 473244066 10212057088 4582 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=9972712 memory=139631421847168 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 6 0 473244066 10212057088 4582 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 6 0 473244066 10212057088 4582 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 6 0 473244066 10212057088 4582 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210724 s]*
/proc/loadavg: 1.98 1.78 1.68 4/229 8056
/proc/meminfo: memFree=3730472/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10819740 memory=40888 CPUtime=0.26 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 6978 13237 0 0 18 1 5 2 20 0 15 0 473244056 11079413760 10222 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2704935 10222 3207 1 0 2667149 0
[pid=7990/tid=8043] ppid=7987 vsize=10820164 memory=5450916389569530688 CPUtime=0.18 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 3572 13237 0 0 10 1 5 2 20 0 15 0 473244065 11079847936 10354 33554432000 4194304 4196468 140728755751136 139664315026880 139664266280515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10820164 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079847936 10354 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10820164 memory=139631421847168 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079847936 10354 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079847936 10354 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079847936 10354 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10820164 memory=139631421847168 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 15 0 473244067 11079847936 10354 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 33 13237 0 0 0 0 5 2 20 0 15 0 473244068 11079847936 10354 33554432000 4194304 4196468 140728755751136 139663667430688 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11079847936 10354 33554432000 4194304 4196468 140728755751136 139663209653872 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11079847936 10354 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) S 7987 7990 5532 0 -1 1077944384 464 13237 0 0 1 0 5 2 20 0 15 0 473244071 11079847936 10354 33554432000 4194304 4196468 140728755751136 139663633873008 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) S 7987 7990 5532 0 -1 1077944384 199 13237 0 0 1 0 5 2 20 0 15 0 473244071 11079847936 10354 33554432000 4194304 4196468 140728755751136 139663632820208 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10820164 memory=139631421847168 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) S 7987 7990 5532 0 -1 1077944384 609 13237 0 0 3 0 5 2 20 0 15 0 473244071 11079847936 10354 33554432000 4194304 4196468 140728755751136 139663631767920 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11079847936 10354 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10820164 memory=139631421847168 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244071 11079847936 10354 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819740 KiB
Current children cumulated memory: 40888 KiB

[startup+0.495325 s]*
/proc/loadavg: 1.98 1.78 1.68 3/229 8056
/proc/meminfo: memFree=3586228/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10820268 memory=63992 CPUtime=0.77 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 13199 13237 0 0 65 5 5 2 20 0 15 0 473244056 11079954432 15998 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2705067 15998 3463 1 0 2667149 0
[pid=7990/tid=8043] ppid=7987 vsize=10820268 memory=1398722017469774279 CPUtime=0.46 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 8745 13237 0 0 36 3 5 2 20 0 15 0 473244065 11079954432 15998 33554432000 4194304 4196468 140728755751136 139664315003552 139664324767085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10820268 memory=7518027755756807277 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079954432 15998 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10820268 memory=5788339726952981056 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079954432 15998 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10820268 memory=7019606719189438407 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079954432 15998 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10820268 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11079954432 15998 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 15 0 473244067 11079954432 15998 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 33 13237 0 0 0 0 5 2 20 0 15 0 473244068 11079954432 15998 33554432000 4194304 4196468 140728755751136 139663667430688 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11079954432 15998 33554432000 4194304 4196468 140728755751136 139663209653872 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11079954432 15998 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10820268 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) S 7987 7990 5532 0 -1 1077944384 874 13237 0 0 6 0 5 2 20 0 15 0 473244071 11079954432 15998 33554432000 4194304 4196468 140728755751136 139663633873008 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10820268 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) S 7987 7990 5532 0 -1 1077944384 686 13237 0 0 10 0 5 2 20 0 15 0 473244071 11079954432 15998 33554432000 4194304 4196468 140728755751136 139663632820208 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10820268 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) S 7987 7990 5532 0 -1 1077944384 639 13237 0 0 11 0 5 2 20 0 15 0 473244071 11079954432 15998 33554432000 4194304 4196468 140728755751136 139663631767920 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11079954432 15998 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244071 11079954432 15998 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 63992 KiB

[startup+0.712703 s]
/proc/loadavg: 1.98 1.78 1.68 5/229 8056
/proc/meminfo: memFree=3520072/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10824364 memory=82012 CPUtime=1.14 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 14739 13237 0 0 101 6 5 2 20 0 15 0 473244056 11084148736 20503 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2706091 20503 3510 1 0 2668173 0
[pid=7990/tid=8043] ppid=7987 vsize=10824364 memory=288230587528131960 CPUtime=0.67 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 10119 13237 0 0 56 4 5 2 20 0 15 0 473244065 11084148736 20503 33554432000 4194304 4196468 140728755751136 139664315030736 139663897626087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10824364 memory=14409324130026919 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11084148736 20503 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11084148736 20503 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 15 0 473244066 11084148736 20503 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244066 11084148736 20503 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 5 13237 0 0 0 0 5 2 20 0 15 0 473244067 11084148736 20503 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 33 13237 0 0 0 0 5 2 20 0 15 0 473244068 11084148736 20503 33554432000 4194304 4196468 140728755751136 139663667430688 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11084148736 20503 33554432000 4194304 4196468 140728755751136 139663209653872 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11084148736 20503 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10824364 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) S 7987 7990 5532 0 -1 1077944384 899 13237 0 0 9 0 5 2 20 0 15 0 473244071 11084148736 20503 33554432000 4194304 4196468 140728755751136 139663633873008 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) R 7987 7990 5532 0 -1 4202560 705 13237 0 0 16 0 5 2 20 0 15 0 473244071 11084148736 20503 33554432000 4194304 4196468 140728755751136 139663632801776 139664326760402 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) R 7987 7990 5532 0 -1 4202560 758 13237 0 0 18 0 5 2 20 0 15 0 473244071 11084148736 20503 33554432000 4194304 4196468 140728755751136 139663631767920 139664322327057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11084148736 20503 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244071 11084148736 20503 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82012 KiB

[startup+1.50067 s]
/proc/loadavg: 2.07 1.80 1.68 4/229 8056
/proc/meminfo: memFree=3272864/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10834680 memory=173592 CPUtime=2.57 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 21305 13237 0 0 238 12 5 2 20 0 15 0 473244056 11094712320 43398 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2708670 43398 3596 1 0 2670733 0
[pid=7990/tid=8043] ppid=7987 vsize=10834680 memory=7230643827497193555 CPUtime=1.43 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 14915 13237 0 0 129 7 5 2 20 0 15 0 473244065 11094712320 43398 33554432000 4194304 4196468 140728755751136 139664315022240 139663897661488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10834680 memory=7301007172917416016 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 30 13237 0 0 1 0 5 2 20 0 15 0 473244066 11094712320 43398 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10834680 memory=6075444216084054112 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 70 13237 0 0 0 0 5 2 20 0 15 0 473244066 11094712320 43398 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10834680 memory=5792852131263631446 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 98 13237 0 0 0 0 5 2 20 0 15 0 473244066 11094712320 43398 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10834680 memory=4639077504855463522 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 302 13237 0 0 1 0 5 2 20 0 15 0 473244066 11094712320 43398 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10834680 memory=5860678813149123666 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 121 13237 0 0 1 0 5 2 20 0 15 0 473244067 11094712320 43398 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10834680 memory=7444825462453330496 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 34 13237 0 0 0 0 5 2 20 0 15 0 473244068 11094712320 43398 33554432000 4194304 4196468 140728755751136 139663667430752 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10834680 memory=7444825462453330496 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11094712320 43398 33554432000 4194304 4196468 140728755751136 139663209653872 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10834680 memory=7444825462453330496 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11094712320 43398 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10834680 memory=7444825462453330496 CPUtime=0.31 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) S 7987 7990 5532 0 -1 1077944384 1196 13237 0 0 24 0 5 2 20 0 15 0 473244071 11094712320 43398 33554432000 4194304 4196468 140728755751136 139663633873008 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10834680 memory=7444825462453330496 CPUtime=0.41 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) S 7987 7990 5532 0 -1 1077944384 924 13237 0 0 33 1 5 2 20 0 15 0 473244071 11094712320 43398 33554432000 4194304 4196468 140728755751136 139663632820208 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10834680 memory=304274648164728858 CPUtime=0.5 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) S 7987 7990 5532 0 -1 1077944384 1399 13237 0 0 43 0 5 2 20 0 15 0 473244071 11094712320 43398 33554432000 4194304 4196468 140728755751136 139663631767920 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11094712320 43398 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10834680 memory=8751464017575557432 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 15 0 473244071 11094712320 43398 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 10834680 KiB

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

[startup+3.10138 s]*
/proc/loadavg: 2.07 1.80 1.68 6/229 8056
/proc/meminfo: memFree=3157152/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10842892 memory=234048 CPUtime=6.73 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 30013 13237 0 0 651 15 5 2 20 0 15 0 473244056 11103121408 58512 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2710723 58512 3613 1 0 2672781 0
[pid=7990/tid=8043] ppid=7987 vsize=10842892 memory=7022364594140610616 CPUtime=3.02 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 18488 13237 0 0 287 8 5 2 20 0 15 0 473244065 11103121408 58518 33554432000 4194304 4196468 140728755751136 139664315035152 139663906664124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10842892 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 30 13237 0 0 1 0 5 2 20 0 15 0 473244066 11103121408 58518 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10842892 memory=139631421855934 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 70 13237 0 0 0 0 5 2 20 0 15 0 473244066 11103121408 58518 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 98 13237 0 0 0 0 5 2 20 0 15 0 473244066 11103121408 58518 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10842892 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 302 13237 0 0 1 0 5 2 20 0 15 0 473244066 11103121408 58518 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10842892 memory=139631421847168 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 123 13237 0 0 1 0 5 2 20 0 15 0 473244067 11103121408 58518 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10842892 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 34 13237 0 0 0 0 5 2 20 0 15 0 473244068 11103121408 58518 33554432000 4194304 4196468 140728755751136 139663667430752 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11103121408 58518 33554432000 4194304 4196468 140728755751136 139663209653872 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11103121408 58518 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10842892 memory=0 CPUtime=1.19 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) S 7987 7990 5532 0 -1 1077944384 2192 13237 0 0 112 0 5 2 20 0 15 0 473244071 11103121408 58518 33554432000 4194304 4196468 140728755751136 139663633873008 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10842892 memory=-1 CPUtime=1.26 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) R 7987 7990 5532 0 -1 4202560 1800 13237 0 0 118 1 5 2 20 0 15 0 473244071 11103121408 58518 33554432000 4194304 4196468 140728755751136 139663632804720 139664322428496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10842892 memory=279262688125480 CPUtime=1.33 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) R 7987 7990 5532 0 -1 1077944384 4661 13237 0 0 125 1 5 2 20 0 15 0 473244071 11103121408 58518 33554432000 4194304 4196468 140728755751136 139663631765712 139664343213781 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10842892 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11103121408 58518 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10842892 memory=3540025151943125428 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 2 13237 0 0 0 0 5 2 20 0 15 0 473244071 11103121408 58518 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 6.73 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 234048 KiB

[startup+3.95684 s]
# the end of solver process 7990 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.05855 s, system=0.216074 s

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

[startup+3.30066 s]
/proc/loadavg: 2.07 1.80 1.68 6/229 8056
/proc/meminfo: memFree=3157152/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10842892 memory=254648 CPUtime=7.35 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 35191 13237 0 0 713 15 5 2 20 0 15 0 473244056 11103121408 63662 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2710723 63662 3613 1 0 2672781 0
[pid=7990/tid=8043] ppid=7987 vsize=10842892 memory=0 CPUtime=3.22 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 20773 13237 0 0 306 9 5 2 20 0 15 0 473244065 11103121408 63662 33554432000 4194304 4196468 140728755751136 139664315037744 139663908181359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 30 13237 0 0 1 0 5 2 20 0 15 0 473244066 11103121408 63662 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 70 13237 0 0 0 0 5 2 20 0 15 0 473244066 11103121408 63662 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 98 13237 0 0 0 0 5 2 20 0 15 0 473244066 11103121408 63662 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 302 13237 0 0 1 0 5 2 20 0 15 0 473244066 11103121408 63662 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 123 13237 0 0 1 0 5 2 20 0 15 0 473244067 11103121408 63662 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 34 13237 0 0 0 0 5 2 20 0 15 0 473244068 11103121408 63662 33554432000 4194304 4196468 140728755751136 139663667430752 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11103121408 63662 33554432000 4194304 4196468 140728755751136 139663209653872 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10842892 memory=279262531861792 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11103121408 63662 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10842892 memory=6943526294502006880 CPUtime=1.37 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) R 7987 7990 5532 0 -1 4202560 3019 13237 0 0 130 0 5 2 20 0 15 0 473244071 11103121408 63662 33554432000 4194304 4196468 140728755751136 139663633861680 139664324721987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10842892 memory=6944656592455360604 CPUtime=1.45 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) R 7987 7990 5532 0 -1 4202560 2706 13237 0 0 137 1 5 2 20 0 15 0 473244071 11103121408 63662 33554432000 4194304 4196468 140728755751136 139663632802928 139664326735058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10842892 memory=8546823402028195750 CPUtime=1.38 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) S 7987 7990 5532 0 -1 1077944384 5813 13237 0 0 130 1 5 2 20 0 15 0 473244071 11103121408 63662 33554432000 4194304 4196468 140728755751136 139663631767920 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10842892 memory=-7606742951091920751 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11103121408 63662 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10842892 memory=6944656425123485561 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 9 13237 0 0 0 0 5 2 20 0 15 0 473244071 11103121408 63662 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 7.35 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 254648 KiB

[startup+3.70073 s]
/proc/loadavg: 2.07 1.80 1.68 6/229 8056
/proc/meminfo: memFree=3157152/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10844940 memory=289352 CPUtime=8.49 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 43714 13237 0 0 825 17 5 2 20 0 15 0 473244056 11105218560 72338 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2711235 72338 3620 1 0 2673293 0
[pid=7990/tid=8043] ppid=7987 vsize=10844940 memory=0 CPUtime=3.57 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 23240 13237 0 0 341 9 5 2 20 0 15 0 473244065 11105218560 72338 33554432000 4194304 4196468 140728755751136 139664315021904 139663903413633 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 239 13237 0 0 3 0 5 2 20 0 15 0 473244066 11105218560 72338 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 87 13237 0 0 3 0 5 2 20 0 15 0 473244066 11105218560 72338 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 491 13237 0 0 3 0 5 2 20 0 15 0 473244066 11105218560 72338 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10844940 memory=2610 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 322 13237 0 0 3 0 5 2 20 0 15 0 473244066 11105218560 72338 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10844940 memory=6944656592455360604 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 4407 13237 0 0 3 0 5 2 20 0 15 0 473244067 11105218560 72338 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10844940 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 38 13237 0 0 0 0 5 2 20 0 15 0 473244068 11105218560 72338 33554432000 4194304 4196468 140728755751136 139663667430752 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10844940 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11105218560 72338 33554432000 4194304 4196468 140728755751136 139663209653888 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10844940 memory=-7161732098442470212 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11105218560 72338 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10844940 memory=-7595718147998060693 CPUtime=1.63 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) S 7987 7990 5532 0 -1 1077944384 3249 13237 0 0 156 0 5 2 20 0 15 0 473244071 11105218560 72338 33554432000 4194304 4196468 140728755751136 139663633873008 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10844940 memory=-6876588628787748224 CPUtime=1.71 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) S 7987 7990 5532 0 -1 1077944384 3192 13237 0 0 163 1 5 2 20 0 15 0 473244071 11105218560 72338 33554432000 4194304 4196468 140728755751136 139663632820208 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10844940 memory=-9181546051567709026 CPUtime=1.54 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) S 7987 7990 5532 0 -1 1077944384 6226 13237 0 0 146 1 5 2 20 0 15 0 473244071 11105218560 72338 33554432000 4194304 4196468 140728755751136 139663631767920 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10844940 memory=7100839870005288300 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11105218560 72338 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10844940 memory=4427771415415659911 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 9 13237 0 0 0 0 5 2 20 0 15 0 473244071 11105218560 72338 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 289352 KiB

[startup+3.90117 s]
/proc/loadavg: 2.07 1.80 1.68 6/229 8056
/proc/meminfo: memFree=3157152/32770624 swapFree=67001720/67108860
[pid=7990] ppid=7987 vsize=10846988 memory=292408 CPUtime=9.11 cores=0,2,4,6
/proc/7990/stat : 7990 (java) S 7987 7990 5532 0 -1 1077944320 44550 13237 0 0 887 17 5 2 20 0 15 0 473244056 11107315712 73102 33554432000 4194304 4196468 140728755751136 140728755733680 139664343203575 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
/proc/7990/statm: 2711747 73102 3622 1 0 2673805 0
[pid=7990/tid=8043] ppid=7987 vsize=10846988 memory=137 CPUtime=3.76 cores=0,2,4,6
/proc/7990/task/8043/stat : 8043 (java) R 7987 7990 5532 0 -1 4202560 23713 13237 0 0 360 9 5 2 20 0 15 0 473244065 11107315712 73102 33554432000 4194304 4196468 140728755751136 139664315037728 139664343215510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8044] ppid=7987 vsize=10846988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8044/stat : 8044 (java) S 7987 7990 5532 0 -1 1077944384 239 13237 0 0 3 0 5 2 20 0 15 0 473244066 11107315712 73102 33554432000 4194304 4196468 140728755751136 139664347437456 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8045] ppid=7987 vsize=10846988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8045/stat : 8045 (java) S 7987 7990 5532 0 -1 1077944384 87 13237 0 0 3 0 5 2 20 0 15 0 473244066 11107315712 73102 33554432000 4194304 4196468 140728755751136 139664235718928 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8046] ppid=7987 vsize=10846988 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8046/stat : 8046 (java) S 7987 7990 5532 0 -1 1077944384 491 13237 0 0 3 0 5 2 20 0 15 0 473244066 11107315712 73102 33554432000 4194304 4196468 140728755751136 139664234666640 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8047] ppid=7987 vsize=10846988 memory=896 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8047/stat : 8047 (java) S 7987 7990 5532 0 -1 1077944384 322 13237 0 0 3 0 5 2 20 0 15 0 473244066 11107315712 73102 33554432000 4194304 4196468 140728755751136 139664233613840 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8048] ppid=7987 vsize=10846988 memory=1440 CPUtime=0.1 cores=0,2,4,6
/proc/7990/task/8048/stat : 8048 (java) S 7987 7990 5532 0 -1 1077944384 4407 13237 0 0 3 0 5 2 20 0 15 0 473244067 11107315712 73102 33554432000 4194304 4196468 140728755751136 139663668484720 139664343214722 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8049] ppid=7987 vsize=10846988 memory=1768 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8049/stat : 8049 (java) S 7987 7990 5532 0 -1 1077944384 38 13237 0 0 0 0 5 2 20 0 15 0 473244068 11107315712 73102 33554432000 4194304 4196468 140728755751136 139663667430752 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8050] ppid=7987 vsize=10846988 memory=111636 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8050/stat : 8050 (java) S 7987 7990 5532 0 -1 1077944384 1 13237 0 0 0 0 5 2 20 0 15 0 473244068 11107315712 73102 33554432000 4194304 4196468 140728755751136 139663209653888 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8051] ppid=7987 vsize=10846988 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8051/stat : 8051 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11107315712 73102 33554432000 4194304 4196468 140728755751136 139662902254160 139664343222171 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8052] ppid=7987 vsize=10846988 memory=1804 CPUtime=1.79 cores=0,2,4,6
/proc/7990/task/8052/stat : 8052 (java) R 7987 7990 5532 0 -1 4202560 3296 13237 0 0 172 0 5 2 20 0 15 0 473244071 11107315712 73102 33554432000 4194304 4196468 140728755751136 139663633863392 139664323961939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8053] ppid=7987 vsize=10846988 memory=920 CPUtime=1.86 cores=0,2,4,6
/proc/7990/task/8053/stat : 8053 (java) R 7987 7990 5532 0 -1 4202560 3238 13237 0 0 178 1 5 2 20 0 15 0 473244071 11107315712 73102 33554432000 4194304 4196468 140728755751136 139663632820208 139664343224922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8054] ppid=7987 vsize=10846988 memory=3848 CPUtime=1.66 cores=0,2,4,6
/proc/7990/task/8054/stat : 8054 (java) R 7987 7990 5532 0 -1 1077944384 6496 13237 0 0 157 2 5 2 20 0 15 0 473244071 11107315712 73102 33554432000 4194304 4196468 140728755751136 139663631767920 139664343214722 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8055] ppid=7987 vsize=10846988 memory=2860 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8055/stat : 8055 (java) S 7987 7990 5532 0 -1 1077944384 3 13237 0 0 0 0 5 2 20 0 15 0 473244071 11107315712 73102 33554432000 4194304 4196468 140728755751136 139662868695520 139664343213781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
[pid=7990/tid=8056] ppid=7987 vsize=10846988 memory=3112 CPUtime=0.07 cores=0,2,4,6
/proc/7990/task/8056/stat : 8056 (java) S 7987 7990 5532 0 -1 1077944384 9 13237 0 0 0 0 5 2 20 0 15 0 473244071 11107315712 73102 33554432000 4194304 4196468 140728755751136 139663630715824 139664343214722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35553280 140728755755620 140728755758261 140728755758261 140728755761103 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 292408 KiB

Child status: 0
Real time (s): 3.9569
CPU time (s): 9.27462
CPU user time (s): 9.05855
CPU system time (s): 0.216074
CPU usage (%): 234.391
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 292408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.05855
system time used= 0.216074
maximum resident set size= 295256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6736
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 7990
#   total CPU time (s): 9.27462
#   total CPU user time (s): 9.05855
#   total CPU system time (s): 0.216074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050742 second user time and 0.073068 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 11:54:20
IDJOB=4402427
IDBENCH=126509
IDSOLVER=2861
FILE ID=node146/4402427-1568973301
RUNJOBID= node146-1568967595-5563
PBS_JOBID= 21704614
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-3-4-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402427-1568973301/watcher-4402427-1568973301 -o /var/tmp/evaluation-result-4402427-1568973301/solver-4402427-1568973301 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5563 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402427-1568973301.xml

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

MD5SUM BENCH= fefd0dc8744a7f984307705d377cf1e3
RANDOM SEED=828317043

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:         3775468 kB
MemAvailable:   30092672 kB
Buffers:          138856 kB
Cached:         26105344 kB
SwapCached:         3836 kB
Active:         14734916 kB
Inactive:       13273764 kB
Active(anon):    1762048 kB
Inactive(anon):    49680 kB
Active(file):   12972868 kB
Inactive(file): 13224084 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001720 kB
Dirty:             35172 kB
Writeback:             0 kB
AnonPages:       1861212 kB
Mapped:            64968 kB
Shmem:             38808 kB
Slab:             577552 kB
SReclaimable:     548712 kB
SUnreclaim:        28840 kB
KernelStack:        4016 kB
PageTables:         9824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3432348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node146 at 2019-09-20 11:54:24