Trace number 4395749

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.2SAT 11.343 4.64728

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.79/0.56	c Concrete v3.12.2.1568380929293 running
11.24/4.62	v <instantiation
11.24/4.62	v         >
11.24/4.62	v       <list>
11.24/4.62	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.24/4.62	v       </list>
11.24/4.62	v       <values>
11.24/4.62	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 112 104 208 118 88 138 239 82 99 172 225 246 35 76 227 6 47 69 77 197 207 27
11.24/4.62	v       </values>
11.24/4.62	v     </instantiation>
11.24/4.62	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 (13077 MiB free)
  memory of node 1: 16384 MiB (13445 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395749-1568404015/watcher-4395749-1568404015 -o /tmp/evaluation-result-4395749-1568404015/solver-4395749-1568404015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1593825560 HOME/instance-4395749-1568404015.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
Current StackSize limit: 8192 KiB
solver pid=27292, runsolver pid=27289


[startup+0.10012 s]*
/proc/loadavg: 1.60 1.46 1.45 3/219 27349
/proc/meminfo: memFree=27153348/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=9972712 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 4508 13113 0 0 1 1 5 3 20 0 6 0 416338061 10212057088 4270 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2493178 4270 1935 1 0 2481616 0
[pid=27292/tid=27345] ppid=27289 vsize=9972712 memory=4279135703913364878 CPUtime=0.09 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 2305 13113 0 0 1 0 5 3 20 0 6 0 416338070 10212057088 4270 33554432000 4194304 4196468 140735289659824 140283592663632 140283604907358 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 416338070 10212057088 4270 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=9972712 memory=139723650012800 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 416338070 10212057088 4270 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 6 0 416338070 10212057088 4270 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 6 0 416338070 10212057088 4270 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210387 s]*
/proc/loadavg: 1.60 1.46 1.45 4/228 27358
/proc/meminfo: memFree=27134648/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10819664 memory=37552 CPUtime=0.26 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 7234 13113 0 0 17 1 5 3 20 0 15 0 416338061 11079335936 9388 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2704916 9388 3172 1 0 2667149 0
[pid=27292/tid=27345] ppid=27289 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 3722 13113 0 0 11 1 5 3 20 0 15 0 416338070 11079335936 9388 33554432000 4194304 4196468 140735289659824 140283592632672 140283605992526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10819664 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079335936 9388 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10819664 memory=3473033190359864992 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079335936 9388 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079335936 9388 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079335936 9388 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10819664 memory=139723650012800 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 416338072 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 416338072 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282621310496 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338073 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282490250608 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) S 27289 27292 25027 0 -1 1077944384 482 13113 0 0 1 0 5 3 20 0 15 0 416338075 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282587752816 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) S 27289 27292 25027 0 -1 1077944384 164 13113 0 0 1 0 5 3 20 0 15 0 416338075 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282586700016 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10819664 memory=139723650012800 CPUtime=0.11 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) S 27289 27292 25027 0 -1 1077944384 614 13113 0 0 3 0 5 3 20 0 15 0 416338075 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282585647216 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10819664 memory=139723650012800 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338076 11079335936 9388 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37552 KiB

[startup+0.310367 s]*
/proc/loadavg: 1.60 1.46 1.45 3/228 27358
/proc/meminfo: memFree=27122224/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10820148 memory=48692 CPUtime=0.41 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 10927 13113 0 0 29 4 5 3 20 0 15 0 416338061 11079831552 12173 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2705037 12173 3304 1 0 2667149 0
[pid=27292/tid=27345] ppid=27289 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 7396 13113 0 0 18 3 5 3 20 0 15 0 416338070 11079831552 12173 33554432000 4194304 4196468 140735289659824 140283592632240 140283604013680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079831552 12173 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079831552 12173 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079831552 12173 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 416338070 11079831552 12173 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 416338072 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 416338072 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282621310496 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338073 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282490250608 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) S 27289 27292 25027 0 -1 1077944384 483 13113 0 0 2 0 5 3 20 0 15 0 416338075 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282587752816 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) S 27289 27292 25027 0 -1 1077944384 173 13113 0 0 2 0 5 3 20 0 15 0 416338075 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282586700016 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10820148 memory=139723650012800 CPUtime=0.13 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) S 27289 27292 25027 0 -1 1077944384 623 13113 0 0 5 0 5 3 20 0 15 0 416338075 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282585647216 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10820148 memory=139723650012800 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338076 11079831552 12173 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48692 KiB

[startup+0.706343 s]
/proc/loadavg: 1.60 1.46 1.45 6/228 27358
/proc/meminfo: memFree=27107924/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10824360 memory=81676 CPUtime=1.13 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 15129 13113 0 0 100 5 5 3 20 0 15 0 416338061 11084144640 20419 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2706090 20419 3512 1 0 2668173 0
[pid=27292/tid=27345] ppid=27289 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 10374 13113 0 0 55 4 5 3 20 0 15 0 416338070 11084144640 20419 33554432000 4194304 4196468 140735289659824 140283592652928 140283600355571 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11084144640 20419 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11084144640 20419 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10824360 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338070 11084144640 20419 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 416338070 11084144640 20419 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 5 13113 0 0 0 0 5 3 20 0 15 0 416338072 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10824360 memory=139723540673200 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 416338072 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282621310496 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10824360 memory=139723876074060 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338073 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282490250608 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10824360 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10824360 memory=7019516777173968192 CPUtime=0.21 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) S 27289 27292 25027 0 -1 1077944384 1000 13113 0 0 13 0 5 3 20 0 15 0 416338075 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282587752816 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10824360 memory=6083637879880969571 CPUtime=0.2 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) R 27289 27292 25027 0 -1 4202560 632 13113 0 0 12 0 5 3 20 0 15 0 416338075 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282586700016 140283604237672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10824360 memory=5860705283049084265 CPUtime=0.25 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) S 27289 27292 25027 0 -1 1077944384 868 13113 0 0 17 0 5 3 20 0 15 0 416338075 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282585647216 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10824360 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338076 11084144640 20419 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81676 KiB

[startup+1.50064 s]
/proc/loadavg: 1.60 1.46 1.45 3/228 27358
/proc/meminfo: memFree=27064548/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10834676 memory=174032 CPUtime=2.53 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 22206 13113 0 0 235 10 5 3 20 0 15 0 416338061 11094708224 43508 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2708669 43508 3581 1 0 2670733 0
[pid=27292/tid=27345] ppid=27289 vsize=10834676 memory=9125 CPUtime=1.43 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 15225 13113 0 0 130 5 5 3 20 0 15 0 416338070 11094708224 43508 33554432000 4194304 4196468 140735289659824 140283592618640 140283620848797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 58 13113 0 0 1 0 5 3 20 0 15 0 416338070 11094708224 43508 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10834676 memory=3288 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 25 13113 0 0 0 0 5 3 20 0 15 0 416338070 11094708224 43508 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10834676 memory=2430192 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 76 13113 0 0 0 0 5 3 20 0 15 0 416338070 11094708224 43508 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10834676 memory=81676 CPUtime=0.09 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 343 13113 0 0 1 0 5 3 20 0 15 0 416338070 11094708224 43508 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 172 13113 0 0 1 0 5 3 20 0 15 0 416338072 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 33 13113 0 0 0 0 5 3 20 0 15 0 416338072 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282621310560 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 416338073 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282490250624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10834676 memory=4638778398332698720 CPUtime=0.36 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) S 27289 27292 25027 0 -1 1077944384 1468 13113 0 0 28 0 5 3 20 0 15 0 416338075 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282587752816 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10834676 memory=279447081622464 CPUtime=0.36 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) S 27289 27292 25027 0 -1 1077944384 934 13113 0 0 28 0 5 3 20 0 15 0 416338075 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282586700016 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10834676 memory=-7531822216213012384 CPUtime=0.49 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) S 27289 27292 25027 0 -1 1077944384 1660 13113 0 0 41 0 5 3 20 0 15 0 416338075 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282585647216 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10834676 memory=6944656592452938395 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10834676 memory=4137290303932963203 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 416338076 11094708224 43508 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10834676 KiB

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

[startup+4.64724 s]
# the end of solver process 27292 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.0832 s, system=0.259828 s

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

[startup+3.25186 s]
/proc/loadavg: 1.63 1.47 1.45 3/228 27358
/proc/meminfo: memFree=26887036/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10844936 memory=302272 CPUtime=7.14 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 41529 13113 0 0 689 17 5 3 20 0 15 0 416338061 11105214464 75568 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2711234 75568 3607 1 0 2673293 0
[pid=27292/tid=27345] ppid=27289 vsize=10844936 memory=39540 CPUtime=3.11 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 23021 13113 0 0 295 8 5 3 20 0 15 0 416338070 11105214464 75568 33554432000 4194304 4196468 140735289659824 140283592651056 140283604870501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10844936 memory=988 CPUtime=0.11 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 69 13113 0 0 3 0 5 3 20 0 15 0 416338070 11105214464 75568 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10844936 memory=129 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 52 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 75568 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10844936 memory=9130 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 99 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 75568 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10844936 memory=22715 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 364 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 75568 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10844936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 2421 13113 0 0 3 0 5 3 20 0 15 0 416338072 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10844936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 39 13113 0 0 0 0 5 3 20 0 15 0 416338072 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282621310624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10844936 memory=2868 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 7 13113 0 0 0 0 5 3 20 0 15 0 416338073 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282490250624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10844936 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10844936 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) R 27289 27292 25027 0 -1 4202560 5102 13113 0 0 143 1 5 3 20 0 15 0 416338075 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282587738048 140283605218858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10844936 memory=279447081305216 CPUtime=1.31 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) R 27289 27292 25027 0 -1 1077944384 2779 13113 0 0 123 0 5 3 20 0 15 0 416338075 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282586687488 140283620837077 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10844936 memory=3472425182641291524 CPUtime=1.13 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) R 27289 27292 25027 0 -1 4202560 5372 13113 0 0 103 2 5 3 20 0 15 0 416338075 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282585647216 140283599195540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10844936 memory=6944656592455360569 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10844936 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 5 13113 0 0 0 0 5 3 20 0 15 0 416338076 11105214464 75568 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 7.14 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 302272 KiB

[startup+4.00101 s]*
/proc/loadavg: 1.63 1.47 1.45 5/228 27358
/proc/meminfo: memFree=26846600/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10844936 memory=325820 CPUtime=9.49 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 50577 13113 0 0 921 20 5 3 20 0 15 0 416338061 11105214464 81455 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2711234 81455 3611 1 0 2673293 0
[pid=27292/tid=27345] ppid=27289 vsize=10844936 memory=6791534058613427641 CPUtime=3.87 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 24148 13113 0 0 371 8 5 3 20 0 15 0 416338070 11105214464 81455 33554432000 4194304 4196468 140735289659824 140283592658784 140283188960640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10844936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 69 13113 0 0 3 0 5 3 20 0 15 0 416338070 11105214464 81455 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10844936 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 52 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 81455 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10844936 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 99 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 81455 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10844936 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 364 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 81455 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10844936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 2443 13113 0 0 3 0 5 3 20 0 15 0 416338072 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10844936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 39 13113 0 0 0 0 5 3 20 0 15 0 416338072 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282621310624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10844936 memory=7893295687695687954 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 7 13113 0 0 0 0 5 3 20 0 15 0 416338073 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282490250624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10844936 memory=4196912344889787449 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10844936 memory=0 CPUtime=2.28 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) R 27289 27292 25027 0 -1 4202560 10325 13113 0 0 218 2 5 3 20 0 15 0 416338075 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282587752944 140283604327383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10844936 memory=5792869726567804975 CPUtime=1.98 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) R 27289 27292 25027 0 -1 4202560 4285 13113 0 0 188 2 5 3 20 0 15 0 416338075 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282586683968 140283606841259 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10844936 memory=3472425182867675367 CPUtime=1.29 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) R 27289 27292 25027 0 -1 1077944384 6531 13113 0 0 119 2 5 3 20 0 15 0 416338075 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282585647216 140283620838018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10844936 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10844936 memory=139727609437569 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 5 13113 0 0 0 0 5 3 20 0 15 0 416338076 11105214464 81455 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 325820 KiB

[startup+4.4007 s]
/proc/loadavg: 1.63 1.47 1.45 5/228 27358
/proc/meminfo: memFree=26846600/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10844936 memory=349624 CPUtime=10.71 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 51704 13113 0 0 1042 21 5 3 20 0 15 0 416338061 11105214464 87406 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2711234 87406 3612 1 0 2673293 0
[pid=27292/tid=27345] ppid=27289 vsize=10844936 memory=0 CPUtime=4.25 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 24202 13113 0 0 408 9 5 3 20 0 15 0 416338070 11105214464 87406 33554432000 4194304 4196468 140735289659824 140283592660000 140283189018328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10844936 memory=7449886609215873625 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 94 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87406 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10844936 memory=7597379492820309865 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 54 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87406 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10844936 memory=5865212211712517731 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 266 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87406 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10844936 memory=56 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 373 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87406 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10844936 memory=6944656592455097440 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 2506 13113 0 0 4 0 5 3 20 0 15 0 416338072 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10844936 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 40 13113 0 0 0 0 5 3 20 0 15 0 416338072 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282621310624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10844936 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 11 13113 0 0 0 0 5 3 20 0 15 0 416338073 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282490250624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10844936 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10844936 memory=6943526294502006880 CPUtime=2.67 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) R 27289 27292 25027 0 -1 4202560 10382 13113 0 0 257 2 5 3 20 0 15 0 416338075 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282587741808 140283598051024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10844936 memory=-2276395272229541278 CPUtime=2.37 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) R 27289 27292 25027 0 -1 4202560 4951 13113 0 0 227 2 5 3 20 0 15 0 416338075 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282586680336 140283604237544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10844936 memory=6943526294502006880 CPUtime=1.35 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) S 27289 27292 25027 0 -1 1077944384 6609 13113 0 0 125 2 5 3 20 0 15 0 416338075 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282585647216 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10844936 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10844936 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 6 13113 0 0 0 0 5 3 20 0 15 0 416338076 11105214464 87406 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 10.71 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 349624 KiB

[startup+4.60071 s]
/proc/loadavg: 1.63 1.47 1.45 5/228 27358
/proc/meminfo: memFree=26846600/32770624 swapFree=66958232/67108860
[pid=27292] ppid=27289 vsize=10844936 memory=350012 CPUtime=11.24 cores=1,3,5,7
/proc/27292/stat : 27292 (java) S 27289 27292 25027 0 -1 1077944320 51818 13113 0 0 1095 21 5 3 20 0 15 0 416338061 11105214464 87503 33554432000 4194304 4196468 140735289659824 140735289642368 140283620826871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
/proc/27292/statm: 2711234 87503 3612 1 0 2673293 0
[pid=27292/tid=27345] ppid=27289 vsize=10844936 memory=4951091520832052596 CPUtime=4.44 cores=1,3,5,7
/proc/27292/task/27345/stat : 27345 (java) R 27289 27292 25027 0 -1 4202560 24210 13113 0 0 427 9 5 3 20 0 15 0 416338070 11105214464 87503 33554432000 4194304 4196468 140735289659824 140283592659168 140283190547076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27346] ppid=27289 vsize=10844936 memory=6944656592455360569 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27346/stat : 27346 (java) S 27289 27292 25027 0 -1 1077944384 94 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87503 33554432000 4194304 4196468 140735289659824 140283625069200 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27347] ppid=27289 vsize=10844936 memory=-6586667735541663136 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27347/stat : 27347 (java) S 27289 27292 25027 0 -1 1077944384 54 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87503 33554432000 4194304 4196468 140735289659824 140283513342480 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27348] ppid=27289 vsize=10844936 memory=7682475212697334586 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27348/stat : 27348 (java) S 27289 27292 25027 0 -1 1077944384 266 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87503 33554432000 4194304 4196468 140735289659824 140283512289680 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27349] ppid=27289 vsize=10844936 memory=-2970219127293634922 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27349/stat : 27349 (java) S 27289 27292 25027 0 -1 1077944384 373 13113 0 0 4 0 5 3 20 0 15 0 416338070 11105214464 87503 33554432000 4194304 4196468 140735289659824 140283511236880 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27350] ppid=27289 vsize=10844936 memory=-7385439917885387968 CPUtime=0.12 cores=1,3,5,7
/proc/27292/task/27350/stat : 27350 (java) S 27289 27292 25027 0 -1 1077944384 2506 13113 0 0 4 0 5 3 20 0 15 0 416338072 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282622364528 140283620838018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27351] ppid=27289 vsize=10844936 memory=8253254727969942091 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27351/stat : 27351 (java) S 27289 27292 25027 0 -1 1077944384 40 13113 0 0 0 0 5 3 20 0 15 0 416338072 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282621310624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27352] ppid=27289 vsize=10844936 memory=4785954420484552561 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27352/stat : 27352 (java) S 27289 27292 25027 0 -1 1077944384 11 13113 0 0 0 0 5 3 20 0 15 0 416338073 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282490250624 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27353] ppid=27289 vsize=10844936 memory=-6520476117441828254 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27353/stat : 27353 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282182850896 140283620845467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27354] ppid=27289 vsize=10844936 memory=-8382741927119592821 CPUtime=2.87 cores=1,3,5,7
/proc/27292/task/27354/stat : 27354 (java) R 27289 27292 25027 0 -1 4202560 10407 13113 0 0 277 2 5 3 20 0 15 0 416338075 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282587731248 140283604319487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27355] ppid=27289 vsize=10844936 memory=6944656592455360604 CPUtime=2.47 cores=1,3,5,7
/proc/27292/task/27355/stat : 27355 (java) R 27289 27292 25027 0 -1 4202560 4982 13113 0 0 237 2 5 3 20 0 15 0 416338075 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282586681376 140283604237664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27356] ppid=27289 vsize=10844936 memory=6944656592387989600 CPUtime=1.38 cores=1,3,5,7
/proc/27292/task/27356/stat : 27356 (java) R 27289 27292 25027 0 -1 1077944384 6659 13113 0 0 127 3 5 3 20 0 15 0 416338075 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282585647216 140283620838018 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27357] ppid=27289 vsize=10844936 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27357/stat : 27357 (java) S 27289 27292 25027 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 416338075 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282149292256 140283620837077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
[pid=27292/tid=27358] ppid=27289 vsize=10844936 memory=7378983553979662436 CPUtime=0.08 cores=1,3,5,7
/proc/27292/task/27358/stat : 27358 (java) S 27289 27292 25027 0 -1 1077944384 6 13113 0 0 0 0 5 3 20 0 15 0 416338076 11105214464 87503 33554432000 4194304 4196468 140735289659824 140282584595632 140283620838018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26210304 140735289666287 140735289668805 140735289668805 140735289671631 0
Current children cumulated CPU time: 11.24 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 350012 KiB

Child status: 0
Real time (s): 4.64728
CPU time (s): 11.343
CPU user time (s): 11.0832
CPU system time (s): 0.259828
CPU usage (%): 244.079
Max. virtual memory (cumulated for all children) (KiB): 10847556
Max. memory (cumulated for all children) (KiB): 350012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0832
system time used= 0.259828
maximum resident set size= 352492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65621
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= 5443
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 27292
#   total CPU time (s): 11.343
#   total CPU user time (s): 11.0832
#   total CPU system time (s): 0.259828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0576 second user time and 0.079849 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-13 21:46:14
IDJOB=4395749
IDBENCH=131444
IDSOLVER=2846
FILE ID=node145/4395749-1568404015
RUNJOBID= node145-1568394139-25059
PBS_JOBID= 21701867
Free space on /tmp= 59472 MiB

SOLVER NAME= Concrete 3.12.2
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-4395749-1568404015/watcher-4395749-1568404015 -o /tmp/evaluation-result-4395749-1568404015/solver-4395749-1568404015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1593825560 HOME/instance-4395749-1568404015.xml

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

MD5SUM BENCH= 73ef0e8387fdebf21bbae2b4acf5d521
RANDOM SEED=1593825560

node145.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.59
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.59
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.59
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.59
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:        27160216 kB
MemAvailable:   29441812 kB
Buffers:          112648 kB
Cached:          2453940 kB
SwapCached:        41020 kB
Active:          3669636 kB
Inactive:        1357904 kB
Active(anon):    2423504 kB
Inactive(anon):    78556 kB
Active(file):    1246132 kB
Inactive(file):  1279348 kB
Unevictable:      109276 kB
Mlocked:          109276 kB
SwapTotal:      67108860 kB
SwapFree:       66958232 kB
Dirty:             35628 kB
Writeback:             0 kB
AnonPages:       2544340 kB
Mapped:            57288 kB
Shmem:             32360 kB
Slab:             172112 kB
SReclaimable:     143904 kB
SUnreclaim:        28208 kB
KernelStack:        4016 kB
PageTables:        10328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3516616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2385920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59436 MiB
End job on node145 at 2019-09-13 21:46:19