Trace number 4387264

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.10SAT 11.5016 4.7051

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si2-m4D/
Subisomorphism-si2-m4Dr6-m256-00.xml
MD5SUM73ef0e8387fdebf21bbae2b4acf5d521
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.036418
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints105
Number of domains1
Minimum domain size256
Maximum domain size256
Distribution of domain sizes[{"size":256,"count":51}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":11},{"degree":3,"count":12},{"degree":4,"count":11},{"degree":6,"count":3},{"degree":7,"count":3},{"degree":8,"count":3},{"degree":9,"count":5},{"degree":10,"count":1},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity51
Distribution of constraint arities[{"arity":1,"count":17},{"arity":2,"count":87},{"arity":51,"count":1}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
11.23/4.68	v <instantiation
11.23/4.68	v         >
11.23/4.68	v       <list>
11.23/4.68	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50]
11.23/4.68	v       </list>
11.23/4.68	v       <values>
11.23/4.68	v         0 39 93 100 179 214 43 116 154 167 200 213 247 249 59 75 215 228 254 48 125 135 105 124 255 223 237 234 203 138 104 208 118 88 112 239 82 99 172 225 246 35 76 227 6 47 69 77 197 207 27
11.23/4.68	v       </values>
11.23/4.68	v     </instantiation>
11.23/4.68	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 (5037 MiB free)
  memory of node 1: 16384 MiB (13636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387264-1568297127/watcher-4387264-1568297127 -o /tmp/evaluation-result-4387264-1568297127/solver-4387264-1568297127 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=865008707 HOME/instance-4387264-1568297127.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=6908, runsolver pid=6905
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.31 1.57 1.60 3/220 6965
/proc/meminfo: memFree=19111228/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=9977852 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 4402 13004 0 0 1 0 4 3 20 0 6 0 405654644 10217320448 4648 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2495623 4648 1935 1 0 2484061 0
[pid=6908/tid=6961] ppid=6905 vsize=10055356 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 2242 13004 0 0 1 0 4 3 20 0 7 0 405654653 10296684544 4714 33554432000 4194304 4196468 140724472297216 140271784590096 140271794635696 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10055356 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 7 0 405654654 10296684544 4714 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10055356 memory=140272974349952 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 7 0 405654654 10296684544 4780 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 7 0 405654654 10296684544 4780 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 7 0 405654654 10296684544 4780 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10055356 memory=140272974349952 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 7 0 405654655 10296684544 4780 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9977852 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210739 s]*
/proc/loadavg: 1.31 1.57 1.60 4/229 6974
/proc/meminfo: memFree=19095936/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10818940 memory=37744 CPUtime=0.26 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 6816 13004 0 0 18 1 4 3 20 0 15 0 405654644 11078594560 9436 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2704735 9436 2950 1 0 2667149 0
[pid=6908/tid=6961] ppid=6905 vsize=10818940 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 3313 13004 0 0 11 1 4 3 20 0 15 0 405654653 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271784580696 140271812770589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10818940 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10818940 memory=140272974349952 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654654 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10818940 memory=140272974349952 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654655 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 33 13004 0 0 0 0 4 3 20 0 15 0 405654656 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271271085600 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654656 11078594560 9436 33554432000 4194304 4196468 140724472297216 140270679090544 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11078594560 9436 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) S 6905 6908 2339 0 -1 1077944384 449 13004 0 0 1 0 4 3 20 0 15 0 405654658 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271237527920 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) S 6905 6908 2339 0 -1 1077944384 179 13004 0 0 1 0 4 3 20 0 15 0 405654658 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271236475120 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10818940 memory=140272974349952 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) S 6905 6908 2339 0 -1 1077944384 633 13004 0 0 3 0 4 3 20 0 15 0 405654658 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11078594560 9436 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10818940 memory=140272974349952 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654659 11078594560 9436 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37744 KiB

[startup+0.310716 s]*
/proc/loadavg: 1.31 1.57 1.60 4/229 6974
/proc/meminfo: memFree=19086324/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10820244 memory=49072 CPUtime=0.4 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 10557 13004 0 0 30 3 4 3 20 0 15 0 405654644 11079929856 12268 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2705061 12268 3269 1 0 2667149 0
[pid=6908/tid=6961] ppid=6905 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 7026 13004 0 0 19 2 4 3 20 0 15 0 405654653 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271784568400 140271812768925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654654 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654655 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 33 13004 0 0 0 0 4 3 20 0 15 0 405654656 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271271085600 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654656 11079929856 12268 33554432000 4194304 4196468 140724472297216 140270679090544 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11079929856 12268 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) S 6905 6908 2339 0 -1 1077944384 451 13004 0 0 2 0 4 3 20 0 15 0 405654658 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271237527920 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) R 6905 6908 2339 0 -1 4202560 179 13004 0 0 1 0 4 3 20 0 15 0 405654658 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271236475120 140271796215034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10820244 memory=140272974349952 CPUtime=0.12 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) S 6905 6908 2339 0 -1 1077944384 644 13004 0 0 5 0 4 3 20 0 15 0 405654658 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11079929856 12268 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10820244 memory=140272974349952 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654659 11079929856 12268 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 49072 KiB

[startup+0.70071 s]
/proc/loadavg: 1.31 1.57 1.60 5/229 6974
/proc/meminfo: memFree=19070876/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10824340 memory=79028 CPUtime=1.14 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 14595 13004 0 0 102 5 4 3 20 0 15 0 405654644 11084124160 19757 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2706085 19757 3507 1 0 2668173 0
[pid=6908/tid=6961] ppid=6905 vsize=10824340 memory=12024 CPUtime=0.66 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 10264 13004 0 0 55 4 4 3 20 0 15 0 405654653 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271784564960 140271796827486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10824340 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10824340 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10824340 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654654 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10824340 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654654 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10824340 memory=7305218370954291798 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 5 13004 0 0 0 0 4 3 20 0 15 0 405654655 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10824340 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 33 13004 0 0 0 0 4 3 20 0 15 0 405654656 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271271085600 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10824340 memory=8025788814078207340 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654656 11084124160 19757 33554432000 4194304 4196468 140724472297216 140270679090544 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10824340 memory=-8813412931113164149 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11084124160 19757 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10824340 memory=1404238533875048054 CPUtime=0.21 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) S 6905 6908 2339 0 -1 1077944384 809 13004 0 0 14 0 4 3 20 0 15 0 405654658 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271237527920 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10824340 memory=-7025448733113094249 CPUtime=0.2 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) S 6905 6908 2339 0 -1 1077944384 452 13004 0 0 13 0 4 3 20 0 15 0 405654658 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271236475120 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10824340 memory=-9001734000804784231 CPUtime=0.24 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) S 6905 6908 2339 0 -1 1077944384 810 13004 0 0 17 0 4 3 20 0 15 0 405654658 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11084124160 19757 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10824340 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654659 11084124160 19757 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79028 KiB

[startup+1.50174 s]
/proc/loadavg: 1.31 1.57 1.60 4/229 6974
/proc/meminfo: memFree=19027388/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10834656 memory=167724 CPUtime=2.6 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 21290 13004 0 0 244 9 4 3 20 0 15 0 405654644 11094687744 41931 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2708664 41931 3571 1 0 2670733 0
[pid=6908/tid=6961] ppid=6905 vsize=10834656 memory=6905 CPUtime=1.43 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 14876 13004 0 0 130 6 4 3 20 0 15 0 405654653 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271784535776 140271369221887 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 338 13004 0 0 1 0 4 3 20 0 15 0 405654654 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10834656 memory=3281 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 41 13004 0 0 1 0 4 3 20 0 15 0 405654654 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10834656 memory=16642998275760 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 71 13004 0 0 1 0 4 3 20 0 15 0 405654654 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10834656 memory=6933690286009757744 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 61 13004 0 0 1 0 4 3 20 0 15 0 405654654 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10834656 memory=-7457052372387209120 CPUtime=0.08 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 110 13004 0 0 1 0 4 3 20 0 15 0 405654655 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10834656 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 34 13004 0 0 0 0 4 3 20 0 15 0 405654656 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271271085664 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10834656 memory=3472328296227736193 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654656 11094687744 41931 33554432000 4194304 4196468 140724472297216 140270679090560 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10834656 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11094687744 41931 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10834656 memory=6944656592452807316 CPUtime=0.38 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) S 6905 6908 2339 0 -1 1077944384 1042 13004 0 0 31 0 4 3 20 0 15 0 405654658 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271237527920 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10834656 memory=-7737605721172012177 CPUtime=0.37 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) S 6905 6908 2339 0 -1 1077944384 893 13004 0 0 30 0 4 3 20 0 15 0 405654658 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271236475120 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10834656 memory=6933690287860520857 CPUtime=0.5 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) S 6905 6908 2339 0 -1 1077944384 1606 13004 0 0 43 0 4 3 20 0 15 0 405654658 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10834656 memory=1399094042734925955 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11094687744 41931 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10834656 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 405654659 11094687744 41931 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0

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

[startup+4.70507 s]
# the end of solver process 6908 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.2557 s, system=0.245881 s

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

[startup+3.20177 s]
/proc/loadavg: 1.31 1.57 1.60 3/229 6974
/proc/meminfo: memFree=18839824/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10844916 memory=306176 CPUtime=6.98 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 36564 13004 0 0 674 17 4 3 20 0 15 0 405654644 11105193984 76544 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2711229 76544 3601 1 0 2673293 0
[pid=6908/tid=6961] ppid=6905 vsize=10844916 memory=2400 CPUtime=3.05 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 19570 13004 0 0 290 8 4 3 20 0 15 0 405654653 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271784581992 140271377482761 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10844916 memory=64908 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 365 13004 0 0 3 0 4 3 20 0 15 0 405654654 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10844916 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 65 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10844916 memory=6628 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 101 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10844916 memory=8836 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 84 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10844916 memory=11044 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 1557 13004 0 0 3 0 4 3 20 0 15 0 405654655 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10844916 memory=13252 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 34 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271271085664 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10844916 memory=15460 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 76544 33554432000 4194304 4196468 140724472297216 140270679090560 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10844916 memory=17668 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11105193984 76544 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10844916 memory=19876 CPUtime=1.49 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) R 6905 6908 2339 0 -1 4202560 4489 13004 0 0 141 1 4 3 20 0 15 0 405654658 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271237508648 140271797646616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10844916 memory=22084 CPUtime=1.23 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) R 6905 6908 2339 0 -1 4202560 3358 13004 0 0 115 1 4 3 20 0 15 0 405654658 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271236457664 140271796247205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10844916 memory=24292 CPUtime=1.12 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) S 6905 6908 2339 0 -1 1077944384 4721 13004 0 0 104 1 4 3 20 0 15 0 405654658 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10844916 memory=26500 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 76544 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 76544 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 6.98 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 306176 KiB

[startup+4.00917 s]*
/proc/loadavg: 1.31 1.57 1.60 5/229 6974
/proc/meminfo: memFree=18778460/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10844916 memory=356008 CPUtime=9.42 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 56559 13004 0 0 916 19 4 3 20 0 15 0 405654644 11105193984 89002 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2711229 89002 3604 1 0 2673293 0
[pid=6908/tid=6961] ppid=6905 vsize=10844916 memory=8317482817917895235 CPUtime=3.88 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 21895 13004 0 0 372 9 4 3 20 0 15 0 405654653 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271784580528 140271378370781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10844916 memory=4126316290023845779 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 365 13004 0 0 3 0 4 3 20 0 15 0 405654654 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10844916 memory=9123026954224263383 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 65 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10844916 memory=6944656592387989600 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 101 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10844916 memory=6655300316396806240 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 84 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10844916 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 1632 13004 0 0 3 0 4 3 20 0 15 0 405654655 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 34 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271271085664 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 89002 33554432000 4194304 4196468 140724472297216 140270679090560 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11105193984 89002 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10844916 memory=0 CPUtime=2.27 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) R 6905 6908 2339 0 -1 4202560 11345 13004 0 0 219 1 4 3 20 0 15 0 405654658 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271237512464 140271792590558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10844916 memory=7882791428985729071 CPUtime=2 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) R 6905 6908 2339 0 -1 4202560 13099 13004 0 0 191 2 4 3 20 0 15 0 405654658 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271236461904 140271797870578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10844916 memory=3472328296227679279 CPUtime=1.19 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) R 6905 6908 2339 0 -1 1077944384 5711 13004 0 0 111 1 4 3 20 0 15 0 405654658 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10844916 memory=3471342669295187632 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 89002 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10844916 memory=3472323898181169199 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 10 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 89002 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 356008 KiB

[startup+4.40078 s]
/proc/loadavg: 1.31 1.57 1.60 5/229 6974
/proc/meminfo: memFree=18778460/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10844916 memory=374072 CPUtime=10.64 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 57473 13004 0 0 1038 19 4 3 20 0 15 0 405654644 11105193984 93518 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2711229 93518 3611 1 0 2673293 0
[pid=6908/tid=6961] ppid=6905 vsize=10844916 memory=280545653342304 CPUtime=4.25 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 21954 13004 0 0 409 9 4 3 20 0 15 0 405654653 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271784578664 140271378451331 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10844916 memory=362604 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 376 13004 0 0 3 0 4 3 20 0 15 0 405654654 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10844916 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 92 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10844916 memory=944 CPUtime=0.12 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 299 13004 0 0 4 1 4 3 20 0 15 0 405654654 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10844916 memory=4004 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 87 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10844916 memory=780 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 1752 13004 0 0 3 0 4 3 20 0 15 0 405654655 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10844916 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 40 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271271085728 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10844916 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 9 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 93518 33554432000 4194304 4196468 140724472297216 140270679090560 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10844916 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11105193984 93518 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10844916 memory=0 CPUtime=2.65 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) S 6905 6908 2339 0 -1 1077944384 11446 13004 0 0 257 1 4 3 20 0 15 0 405654658 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271237527920 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10844916 memory=17828 CPUtime=2.38 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) R 6905 6908 2339 0 -1 4202560 13210 13004 0 0 229 2 4 3 20 0 15 0 405654658 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271236456272 140271794268390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10844916 memory=1764 CPUtime=1.28 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) S 6905 6908 2339 0 -1 1077944384 5981 13004 0 0 120 1 4 3 20 0 15 0 405654658 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10844916 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 93518 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10844916 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 11 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 93518 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 10.64 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 374072 KiB

[startup+4.60078 s]
/proc/loadavg: 1.31 1.57 1.60 5/229 6974
/proc/meminfo: memFree=18778460/32770624 swapFree=66952812/67108860
[pid=6908] ppid=6905 vsize=10844916 memory=374680 CPUtime=11.23 cores=1,3,5,7
/proc/6908/stat : 6908 (java) S 6905 6908 2339 0 -1 1077944320 57676 13004 0 0 1097 19 4 3 20 0 15 0 405654644 11105193984 93670 33554432000 4194304 4196468 140724472297216 140724472279760 140271812746999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
/proc/6908/statm: 2711229 93670 3611 1 0 2673293 0
[pid=6908/tid=6961] ppid=6905 vsize=10844916 memory=-7812193691859142048 CPUtime=4.45 cores=1,3,5,7
/proc/6908/task/6961/stat : 6961 (java) R 6905 6908 2339 0 -1 4202560 21963 13004 0 0 429 9 4 3 20 0 15 0 405654653 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271784582216 140271379345476 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6962] ppid=6905 vsize=10844916 memory=7162739300274698913 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6962/stat : 6962 (java) S 6905 6908 2339 0 -1 1077944384 376 13004 0 0 3 0 4 3 20 0 15 0 405654654 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271816989328 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6963] ppid=6905 vsize=10844916 memory=-1807685287717842718 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6963/stat : 6963 (java) S 6905 6908 2339 0 -1 1077944384 92 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271705262608 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6964] ppid=6905 vsize=10844916 memory=-3535470213243961690 CPUtime=0.12 cores=1,3,5,7
/proc/6908/task/6964/stat : 6964 (java) S 6905 6908 2339 0 -1 1077944384 299 13004 0 0 4 1 4 3 20 0 15 0 405654654 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271704209808 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6965] ppid=6905 vsize=10844916 memory=-7880843606118635149 CPUtime=0.11 cores=1,3,5,7
/proc/6908/task/6965/stat : 6965 (java) S 6905 6908 2339 0 -1 1077944384 87 13004 0 0 4 0 4 3 20 0 15 0 405654654 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271703157008 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6966] ppid=6905 vsize=10844916 memory=6944656592455359580 CPUtime=0.1 cores=1,3,5,7
/proc/6908/task/6966/stat : 6966 (java) S 6905 6908 2339 0 -1 1077944384 1752 13004 0 0 3 0 4 3 20 0 15 0 405654655 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271272139632 140271812758146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6967] ppid=6905 vsize=10844916 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6967/stat : 6967 (java) S 6905 6908 2339 0 -1 1077944384 40 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271271085728 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6968] ppid=6905 vsize=10844916 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6968/stat : 6968 (java) S 6905 6908 2339 0 -1 1077944384 9 13004 0 0 0 0 4 3 20 0 15 0 405654656 11105193984 93670 33554432000 4194304 4196468 140724472297216 140270679090560 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6969] ppid=6905 vsize=10844916 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6969/stat : 6969 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654658 11105193984 93670 33554432000 4194304 4196468 140724472297216 140270371690832 140271812765595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6970] ppid=6905 vsize=10844916 memory=4132774494331964790 CPUtime=2.8 cores=1,3,5,7
/proc/6908/task/6970/stat : 6970 (java) R 6905 6908 2339 0 -1 4202560 11499 13004 0 0 272 1 4 3 20 0 15 0 405654658 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271237518032 140271792068913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6971] ppid=6905 vsize=10844916 memory=7956019342284947518 CPUtime=2.57 cores=1,3,5,7
/proc/6908/task/6971/stat : 6971 (java) R 6905 6908 2339 0 -1 4202560 13246 13004 0 0 248 2 4 3 20 0 15 0 405654658 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271236475120 140271796157871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6972] ppid=6905 vsize=10844916 memory=14207 CPUtime=1.32 cores=1,3,5,7
/proc/6908/task/6972/stat : 6972 (java) S 6905 6908 2339 0 -1 1077944384 6086 13004 0 0 124 1 4 3 20 0 15 0 405654658 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271235422320 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6973] ppid=6905 vsize=10844916 memory=14689721069389716 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6973/stat : 6973 (java) S 6905 6908 2339 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 93670 33554432000 4194304 4196468 140724472297216 140270338132192 140271812757205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
[pid=6908/tid=6974] ppid=6905 vsize=10844916 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6908/task/6974/stat : 6974 (java) S 6905 6908 2339 0 -1 1077944384 11 13004 0 0 0 0 4 3 20 0 15 0 405654659 11105193984 93670 33554432000 4194304 4196468 140724472297216 140271234370736 140271812758146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28069888 140724472298230 140724472300741 140724472300741 140724472303567 0
Current children cumulated CPU time: 11.23 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 374680 KiB

Child status: 0
Real time (s): 4.7051
CPU time (s): 11.5016
CPU user time (s): 11.2557
CPU system time (s): 0.245881
CPU usage (%): 244.45
Max. virtual memory (cumulated for all children) (KiB): 10850232
Max. memory (cumulated for all children) (KiB): 374680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2557
system time used= 0.245881
maximum resident set size= 377224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71784
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= 5464
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 6908
#   total CPU time (s): 11.5016
#   total CPU user time (s): 11.2557
#   total CPU system time (s): 0.245881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053728 second user time and 0.085332 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 16:04:45
IDJOB=4387264
IDBENCH=131444
IDSOLVER=2823
FILE ID=node117/4387264-1568297127
RUNJOBID= node117-1568286179-3291
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si2-m4D/Subisomorphism-si2-m4Dr6-m256-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387264-1568297127/watcher-4387264-1568297127 -o /tmp/evaluation-result-4387264-1568297127/solver-4387264-1568297127 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=865008707 HOME/instance-4387264-1568297127.xml

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

MD5SUM BENCH= 73ef0e8387fdebf21bbae2b4acf5d521
RANDOM SEED=865008707

node117.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.75
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.75
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.75
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.75
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:        19122952 kB
MemAvailable:   29253804 kB
Buffers:          176868 kB
Cached:         10119452 kB
SwapCached:        52484 kB
Active:          4061292 kB
Inactive:        8845684 kB
Active(anon):    2566772 kB
Inactive(anon):    85456 kB
Active(file):    1494520 kB
Inactive(file):  8760228 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             35344 kB
Writeback:             0 kB
AnonPages:       2678496 kB
Mapped:            56652 kB
Shmem:             32816 kB
Slab:             333392 kB
SReclaimable:     304564 kB
SUnreclaim:        28828 kB
KernelStack:        4016 kB
PageTables:        10752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3609140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2482176 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= 56588 MiB
End job on node117 at 2019-09-12 16:04:50