Trace number 4304892

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT 9.18562 4.40826

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
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.013569
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
9.03/4.14	v <instantiation>
9.03/4.14	v       <list>
9.03/4.14	v         cn[0][0] cn[0][1] cn[1][0] cn[1][1] cn[2][0] cn[2][1] cn[3][0] cn[3][1] cn[4][0] cn[4][1] cn[5][0] cn[5][1] cn[6][0] cn[6][1] cn[7][0] cn[7][1] cn[8][0] cn[8][1] ce[0][0][1] ce[1][0][1] ce[2][0][1] ce[3][0][1] ce[4][0][1] ce[5][0][1] ce[6][0][1] ce[7][0][1] ce[8][0][1] cie[0][0] cie[0][1] cie[1][0] cie[1][1] cie[2][0] cie[2][1] cie[3][0] cie[3][1] cie[4][0] cie[4][1] cie[5][0] cie[5][1] cie[6][0] cie[6][1] cie[7][0] cie[7][1]
9.03/4.14	v       </list>
9.03/4.14	v       <values>
9.03/4.14	v         11 6 3 12 15 22 0 25 18 1 2 24 23 4 9 5 20 7 5 9 7 25 17 22 19 4 13 8 6 12 10 15 3 18 24 16 23 21 20 14 1 11 2
9.03/4.14	v       </values>
9.03/4.14	v     </instantiation>
9.03/4.14	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 (10845 MiB free)
  memory of node 1: 16384 MiB (11332 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304892-1534055250/watcher-4304892-1534055250 -o /tmp/evaluation-result-4304892-1534055250/solver-4304892-1534055250 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11489 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=261802257 -superng HOME/instance-4304892-1534055250.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=14977, runsolver pid=14974
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.58 1.56 1.71 3/206 15034
/proc/meminfo: memFree=22703504/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=10005480 memory=18952 CPUtime=0.1 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 4374 12911 0 0 1 1 5 3 20 0 6 0 223088155 10245611520 4738 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2501370 4738 1934 1 0 2489808 0
[pid=14977/tid=15030] ppid=14974 vsize=10005480 memory=4279135703946725007 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) R 14974 14977 10336 0 -1 4202560 2175 12911 0 0 0 0 5 3 20 0 6 0 223088164 10245611520 4738 33554432000 4194304 4196468 140726701042352 140441754796624 140441782981789 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 6 0 223088164 10245611520 4738 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=10005480 memory=140199261304448 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 6 0 223088164 10245611520 4738 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 6 0 223088164 10245611520 4738 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 2 12911 0 0 0 0 5 3 20 0 6 0 223088164 10245611520 4738 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18952 KiB

[startup+0.209853 s]*
/proc/loadavg: 1.58 1.56 1.71 2/215 15043
/proc/meminfo: memFree=22679760/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=10982696 memory=42044 CPUtime=0.27 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 8402 12911 0 0 17 2 5 3 20 0 15 0 223088155 11246280704 10511 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2745674 10511 2959 1 0 2708109 0
[pid=14977/tid=15030] ppid=14974 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) R 14974 14977 10336 0 -1 4202560 4888 12911 0 0 10 1 5 3 20 0 15 0 223088164 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441754757520 140441763235197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=10982696 memory=140199261304448 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 2 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15035] ppid=14974 vsize=10982696 memory=140199261304448 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15035/stat : 15035 (java) S 14974 14977 10336 0 -1 1077944384 2 12911 0 0 0 0 5 3 20 0 15 0 223088166 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441021270256 140441782971010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 13 12911 0 0 0 0 5 3 20 0 15 0 223088166 11246280704 10511 33554432000 4194304 4196468 140726701042352 140440598733984 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 21 12911 0 0 0 0 5 3 20 0 15 0 223088167 11246280704 10511 33554432000 4194304 4196468 140726701042352 140440531620592 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15038] ppid=14974 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15038/stat : 15038 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11246280704 10511 33554432000 4194304 4196468 140726701042352 140440224225232 140441782978459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) S 14974 14977 10336 0 -1 1077944384 351 12911 0 0 1 0 5 3 20 0 15 0 223088169 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441020218096 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) S 14974 14977 10336 0 -1 1077944384 276 12911 0 0 1 0 5 3 20 0 15 0 223088169 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441019165552 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=10982696 memory=140199261304448 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) S 14974 14977 10336 0 -1 1077944384 643 12911 0 0 3 0 5 3 20 0 15 0 223088169 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441018112496 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11246280704 10511 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15043] ppid=14974 vsize=10982696 memory=140199261304448 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15043/stat : 15043 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088170 11246280704 10511 33554432000 4194304 4196468 140726701042352 140441017059888 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42044 KiB

[startup+0.310334 s]*
/proc/loadavg: 1.58 1.56 1.71 3/215 15043
/proc/meminfo: memFree=22670084/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=10983192 memory=53376 CPUtime=0.39 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 10451 12911 0 0 29 2 5 3 20 0 15 0 223088155 11246788608 13344 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2745798 13344 3091 1 0 2708109 0
[pid=14977/tid=15030] ppid=14974 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) R 14974 14977 10336 0 -1 4202560 6923 12911 0 0 20 1 5 3 20 0 15 0 223088164 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441754771872 140441782981789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 2 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15035] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15035/stat : 15035 (java) S 14974 14977 10336 0 -1 1077944384 2 12911 0 0 0 0 5 3 20 0 15 0 223088166 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441021270256 140441782971010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 13 12911 0 0 0 0 5 3 20 0 15 0 223088166 11246788608 13344 33554432000 4194304 4196468 140726701042352 140440598733984 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 21 12911 0 0 0 0 5 3 20 0 15 0 223088167 11246788608 13344 33554432000 4194304 4196468 140726701042352 140440531620592 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15038] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15038/stat : 15038 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11246788608 13344 33554432000 4194304 4196468 140726701042352 140440224225232 140441782978459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) S 14974 14977 10336 0 -1 1077944384 351 12911 0 0 1 0 5 3 20 0 15 0 223088169 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441020218096 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) S 14974 14977 10336 0 -1 1077944384 277 12911 0 0 1 0 5 3 20 0 15 0 223088169 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441019165552 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) R 14974 14977 10336 0 -1 4202560 657 12911 0 0 5 0 5 3 20 0 15 0 223088169 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441018112496 140441775196990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11246788608 13344 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15043] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15043/stat : 15043 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088170 11246788608 13344 33554432000 4194304 4196468 140726701042352 140441017059888 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53376 KiB

[startup+0.700783 s]
/proc/loadavg: 1.58 1.56 1.71 3/215 15043
/proc/meminfo: memFree=22659292/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=10983192 memory=86900 CPUtime=1 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 16856 12911 0 0 88 4 5 3 20 0 15 0 223088155 11246788608 21725 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2745798 21725 3237 1 0 2708109 0
[pid=14977/tid=15030] ppid=14974 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) R 14974 14977 10336 0 -1 4202560 12366 12911 0 0 56 3 5 3 20 0 15 0 223088164 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441754780688 140441768125518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=10983192 memory=3712 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 2 12911 0 0 0 0 5 3 20 0 15 0 223088164 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15035] ppid=14974 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15035/stat : 15035 (java) S 14974 14977 10336 0 -1 1077944384 5 12911 0 0 0 0 5 3 20 0 15 0 223088166 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441021270256 140441782971010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 13 12911 0 0 0 0 5 3 20 0 15 0 223088166 11246788608 21725 33554432000 4194304 4196468 140726701042352 140440598733984 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 21 12911 0 0 0 0 5 3 20 0 15 0 223088167 11246788608 21725 33554432000 4194304 4196468 140726701042352 140440531620592 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15038] ppid=14974 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15038/stat : 15038 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11246788608 21725 33554432000 4194304 4196468 140726701042352 140440224225232 140441782978459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) S 14974 14977 10336 0 -1 1077944384 610 12911 0 0 7 0 5 3 20 0 15 0 223088169 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441020218096 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) S 14974 14977 10336 0 -1 1077944384 906 12911 0 0 9 0 5 3 20 0 15 0 223088169 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441019165552 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) S 14974 14977 10336 0 -1 1077944384 727 12911 0 0 13 0 5 3 20 0 15 0 223088169 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441018112496 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11246788608 21725 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15043] ppid=14974 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15043/stat : 15043 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088170 11246788608 21725 33554432000 4194304 4196468 140726701042352 140441017059888 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86900 KiB

[startup+1.50079 s]
/proc/loadavg: 1.58 1.56 1.71 4/215 15043
/proc/meminfo: memFree=22612712/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=11000140 memory=177812 CPUtime=2.27 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 24255 12911 0 0 210 9 5 3 20 0 15 0 223088155 11264143360 44453 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2750035 44453 3464 1 0 2711693 0
[pid=14977/tid=15030] ppid=14974 vsize=11000140 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) R 14974 14977 10336 0 -1 4202560 18204 12911 0 0 130 5 5 3 20 0 15 0 223088164 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441754787856 140441766151656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 64 12911 0 0 1 0 5 3 20 0 15 0 223088164 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 24 12911 0 0 1 0 5 3 20 0 15 0 223088164 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 246 12911 0 0 1 0 5 3 20 0 15 0 223088164 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 44 12911 0 0 0 0 5 3 20 0 15 0 223088164 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15035] ppid=14974 vsize=11000140 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/14977/task/15035/stat : 15035 (java) S 14974 14977 10336 0 -1 1077944384 66 12911 0 0 1 0 5 3 20 0 15 0 223088166 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441021270256 140441782971010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=11000140 memory=280398282172672 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 14 12911 0 0 0 0 5 3 20 0 15 0 223088166 11264143360 44453 33554432000 4194304 4196468 140726701042352 140440598734048 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 43 12911 0 0 0 0 5 3 20 0 15 0 223088167 11264143360 44453 33554432000 4194304 4196468 140726701042352 140440531620608 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15038] ppid=14974 vsize=11000140 memory=1828 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15038/stat : 15038 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11264143360 44453 33554432000 4194304 4196468 140726701042352 140440224225232 140441782978459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=11000140 memory=1120 CPUtime=0.24 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) S 14974 14977 10336 0 -1 1077944384 713 12911 0 0 16 0 5 3 20 0 15 0 223088169 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441020218096 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=11000140 memory=6116 CPUtime=0.33 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) S 14974 14977 10336 0 -1 1077944384 1383 12911 0 0 25 0 5 3 20 0 15 0 223088169 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441019165552 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=11000140 memory=1724 CPUtime=0.39 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) S 14974 14977 10336 0 -1 1077944384 1251 12911 0 0 31 0 5 3 20 0 15 0 223088169 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441018112496 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=11000140 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11264143360 44453 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15043] ppid=14974 vsize=11000140 memory=3516 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15043/stat : 15043 (java) S 14974 14977 10336 0 -1 1077944384 1 12911 0 0 0 0 5 3 20 0 15 0 223088170 11264143360 44453 33554432000 4194304 4196468 140726701042352 140441017059888 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 11000140 KiB

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

/proc/loadavg: 1.58 1.56 1.71 5/215 15043
/proc/meminfo: memFree=22452116/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=11075936 memory=298228 CPUtime=5.69 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 51669 12911 0 0 545 16 5 3 20 0 15 0 223088155 11341758464 74557 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2768984 74557 3501 1 0 2730637 0
[pid=14977/tid=15030] ppid=14974 vsize=11075936 memory=280398282591552 CPUtime=2.99 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) R 14974 14977 10336 0 -1 4202560 37460 12911 0 0 282 9 5 3 20 0 15 0 223088164 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441754773592 140441782971798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=11075936 memory=388 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 76 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=11075936 memory=6943526294502006880 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 42 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=11075936 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 260 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=11075936 memory=7886128541248926002 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 79 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15035] ppid=14974 vsize=11075936 memory=8389687274617647922 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15035/stat : 15035 (java) S 14974 14977 10336 0 -1 1077944384 1670 12911 0 0 3 0 5 3 20 0 15 0 223088166 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441021270256 140441782971010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=11075936 memory=7093353731080057542 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 14 12911 0 0 0 0 5 3 20 0 15 0 223088166 11341758464 74557 33554432000 4194304 4196468 140726701042352 140440598734048 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=11075936 memory=280398282425856 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 43 12911 0 0 0 0 5 3 20 0 15 0 223088167 11341758464 74557 33554432000 4194304 4196468 140726701042352 140440531620608 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15038] ppid=14974 vsize=11075936 memory=7956567955459234152 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15038/stat : 15038 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11341758464 74557 33554432000 4194304 4196468 140726701042352 140440224225232 140441782978459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=11075936 memory=6940161746037794905 CPUtime=0.74 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) R 14974 14977 10336 0 -1 4202560 3207 12911 0 0 66 0 5 3 20 0 15 0 223088169 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441020199112 140441762175812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=11075936 memory=7372767967351951464 CPUtime=0.9 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) R 14974 14977 10336 0 -1 4202560 3312 12911 0 0 81 1 5 3 20 0 15 0 223088169 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441019146568 140441766456643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=11075936 memory=288230574492221466 CPUtime=1.05 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) R 14974 14977 10336 0 -1 1077944384 3301 12911 0 0 96 1 5 3 20 0 15 0 223088169 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441018112496 140441782971010 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11341758464 74557 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15043] ppid=14974 vsize=11075936 memory=2193 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15043/stat : 15043 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088170 11341758464 74557 33554432000 4194304 4196468 140726701042352 140441017059888 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 298228 KiB

[startup+4.40823 s]
# the end of solver process 14977 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.93832 s, system=0.247303 s

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

[startup+3.20137 s]
/proc/loadavg: 1.58 1.56 1.71 5/215 15043
/proc/meminfo: memFree=22452116/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=11075936 memory=302188 CPUtime=6.02 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 57157 12911 0 0 577 17 5 3 20 0 15 0 223088155 11341758464 75547 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2768984 75547 3501 1 0 2730637 0
[pid=14977/tid=15030] ppid=14974 vsize=11075936 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) S 14974 14977 10336 0 -1 1077944384 39326 12911 0 0 291 9 5 3 20 0 15 0 223088164 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441754790080 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=11075936 memory=6656426216303648864 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 76 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 42 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 260 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 79 12911 0 0 3 0 5 3 20 0 15 0 223088164 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15035] ppid=14974 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15035/stat : 15035 (java) S 14974 14977 10336 0 -1 1077944384 1670 12911 0 0 3 0 5 3 20 0 15 0 223088166 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441021270256 140441782971010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 14 12911 0 0 0 0 5 3 20 0 15 0 223088166 11341758464 75547 33554432000 4194304 4196468 140726701042352 140440598734048 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 43 12911 0 0 0 0 5 3 20 0 15 0 223088167 11341758464 75547 33554432000 4194304 4196468 140726701042352 140440531620608 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15038] ppid=14974 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15038/stat : 15038 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11341758464 75547 33554432000 4194304 4196468 140726701042352 140440224225232 140441782978459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=11075936 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) R 14974 14977 10336 0 -1 4202560 4795 12911 0 0 75 0 5 3 20 0 15 0 223088169 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441020204120 140441764506600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=11075936 memory=1088 CPUtime=0.99 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) R 14974 14977 10336 0 -1 4202560 4472 12911 0 0 90 1 5 3 20 0 15 0 223088169 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441019146568 140441766370758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=11075936 memory=15512 CPUtime=1.1 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) R 14974 14977 10336 0 -1 4202560 4169 12911 0 0 101 1 5 3 20 0 15 0 223088169 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441018109432 140441764369545 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11341758464 75547 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15043] ppid=14974 vsize=11075936 memory=6788 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15043/stat : 15043 (java) S 14974 14977 10336 0 -1 1077944384 12 12911 0 0 0 0 5 3 20 0 15 0 223088170 11341758464 75547 33554432000 4194304 4196468 140726701042352 140441017059888 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 302188 KiB

[startup+4.00096 s]*
/proc/loadavg: 1.58 1.56 1.71 6/215 15043
/proc/meminfo: memFree=22387384/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=11077984 memory=335524 CPUtime=8.71 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 64452 12911 0 0 844 19 5 3 20 0 15 0 223088155 11343855616 83881 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2769496 83881 3510 1 0 2731149 0
[pid=14977/tid=15030] ppid=14974 vsize=11077984 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) R 14974 14977 10336 0 -1 4202560 39679 12911 0 0 371 9 5 3 20 0 15 0 223088164 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441754786448 140441356337252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=11077984 memory=4122819170707441977 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 76 12911 0 0 3 0 5 3 20 0 15 0 223088164 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=11077984 memory=4121813674642058163 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 42 12911 0 0 3 0 5 3 20 0 15 0 223088164 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=11077984 memory=4351691527157721392 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 260 12911 0 0 3 0 5 3 20 0 15 0 223088164 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=11077984 memory=64325725193192 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 79 12911 0 0 3 0 5 3 20 0 15 0 223088164 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15035] ppid=14974 vsize=11077984 memory=3540060903972826337 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15035/stat : 15035 (java) S 14974 14977 10336 0 -1 1077944384 1741 12911 0 0 3 0 5 3 20 0 15 0 223088166 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441021270256 140441782971010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=11077984 memory=4048792355688427551 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 14 12911 0 0 0 0 5 3 20 0 15 0 223088166 11343855616 83881 33554432000 4194304 4196468 140726701042352 140440598734048 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=11077984 memory=7234302095956405610 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 43 12911 0 0 0 0 5 3 20 0 15 0 223088167 11343855616 83881 33554432000 4194304 4196468 140726701042352 140440531620608 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15038] ppid=14974 vsize=11077984 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15038/stat : 15038 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11343855616 83881 33554432000 4194304 4196468 140726701042352 140440224225232 140441782978459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=11077984 memory=0 CPUtime=1.62 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) R 14974 14977 10336 0 -1 1077944384 8338 12911 0 0 153 1 5 3 20 0 15 0 223088169 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441020218096 140441782971010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=11077984 memory=0 CPUtime=1.79 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) R 14974 14977 10336 0 -1 4202560 6002 12911 0 0 170 1 5 3 20 0 15 0 223088169 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441019145824 140441762613850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=11077984 memory=15 CPUtime=1.41 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) R 14974 14977 10336 0 -1 4202560 5964 12911 0 0 131 2 5 3 20 0 15 0 223088169 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441018112496 140441774980912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=11077984 memory=86 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 15 0 223088169 11343855616 83881 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15043] ppid=14974 vsize=11077984 memory=72 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15043/stat : 15043 (java) S 14974 14977 10336 0 -1 1077944384 12 12911 0 0 0 0 5 3 20 0 15 0 223088170 11343855616 83881 33554432000 4194304 4196468 140726701042352 140441017059888 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 335524 KiB

[startup+4.20074 s]
/proc/loadavg: 1.58 1.56 1.71 6/215 15043
/proc/meminfo: memFree=22387384/32770624 swapFree=67108860/67108860
[pid=14977] ppid=14974 vsize=11076952 memory=353172 CPUtime=9.15 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 10336 0 -1 1077944320 65049 12911 0 0 888 19 5 3 20 0 12 0 223088155 11342798848 88293 33554432000 4194304 4196468 140726701042352 140726701024896 140441782959863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
/proc/14977/statm: 2769238 88293 3513 1 0 2730891 0
[pid=14977/tid=15030] ppid=14974 vsize=11076952 memory=303711719770030395 CPUtime=4.02 cores=1,3,5,7
/proc/14977/task/15030/stat : 15030 (java) D 14974 14977 10336 0 -1 4202560 40032 12911 0 0 384 10 5 3 20 0 12 0 223088164 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441754803512 140441775645495 0 0 0 16800975 18446744072100379781 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15031] ppid=14974 vsize=11076952 memory=13850759267617157 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15031/stat : 15031 (java) S 14974 14977 10336 0 -1 1077944384 76 12911 0 0 3 0 5 3 20 0 12 0 223088164 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441787202576 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15032] ppid=14974 vsize=11076952 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15032/stat : 15032 (java) S 14974 14977 10336 0 -1 1077944384 42 12911 0 0 3 0 5 3 20 0 12 0 223088164 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441674607760 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15033] ppid=14974 vsize=11076952 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15033/stat : 15033 (java) S 14974 14977 10336 0 -1 1077944384 260 12911 0 0 3 0 5 3 20 0 12 0 223088164 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441673554704 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15034] ppid=14974 vsize=11076952 memory=-7384994778349281184 CPUtime=0.11 cores=1,3,5,7
/proc/14977/task/15034/stat : 15034 (java) S 14974 14977 10336 0 -1 1077944384 79 12911 0 0 3 0 5 3 20 0 12 0 223088164 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441321024400 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15036] ppid=14974 vsize=11076952 memory=4137293581110450563 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15036/stat : 15036 (java) S 14974 14977 10336 0 -1 1077944384 14 12911 0 0 0 0 5 3 20 0 12 0 223088166 11342798848 88293 33554432000 4194304 4196468 140726701042352 140440598734048 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15037] ppid=14974 vsize=11076952 memory=-7385037615309293161 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15037/stat : 15037 (java) S 14974 14977 10336 0 -1 1077944384 43 12911 0 0 0 0 5 3 20 0 12 0 223088167 11342798848 88293 33554432000 4194304 4196468 140726701042352 140440531620608 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15039] ppid=14974 vsize=11076952 memory=7016714186490735262 CPUtime=1.76 cores=1,3,5,7
/proc/14977/task/15039/stat : 15039 (java) S 14974 14977 10336 0 -1 1077944384 8397 12911 0 0 167 1 5 3 20 0 12 0 223088169 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441020198000 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15040] ppid=14974 vsize=11076952 memory=8761640388318109335 CPUtime=1.92 cores=1,3,5,7
/proc/14977/task/15040/stat : 15040 (java) S 14974 14977 10336 0 -1 1077944384 6064 12911 0 0 183 1 5 3 20 0 12 0 223088169 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441019150608 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15041] ppid=14974 vsize=11076952 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/14977/task/15041/stat : 15041 (java) S 14974 14977 10336 0 -1 1077944384 6044 12911 0 0 134 2 5 3 20 0 12 0 223088169 11342798848 88293 33554432000 4194304 4196468 140726701042352 140441018112496 140441782971010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
[pid=14977/tid=15042] ppid=14974 vsize=11076952 memory=140199141350193 CPUtime=0.08 cores=1,3,5,7
/proc/14977/task/15042/stat : 15042 (java) S 14974 14977 10336 0 -1 1077944384 3 12911 0 0 0 0 5 3 20 0 12 0 223088169 11342798848 88293 33554432000 4194304 4196468 140726701042352 140439793429344 140441782970069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34938880 140726701050468 140726701053276 140726701053276 140726701055951 0
Current children cumulated CPU time: 9.15 s
Current children cumulated vsize: 11076952 KiB
Current children cumulated memory: 353172 KiB

[startup+4.30142 s]*
/proc/loadavg: 1.58 1.56 1.71 3/202 15044
/proc/meminfo: memFree=22680700/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.40826
CPU time (s): 9.18562
CPU user time (s): 8.93832
CPU system time (s): 0.247303
CPU usage (%): 208.373
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 353172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.93832
system time used= 0.247303
maximum resident set size= 355192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6222
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 14977
#   total CPU time (s): 9.18562
#   total CPU user time (s): 8.93832
#   total CPU system time (s): 0.247303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056459 second user time and 0.076487 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 08:27:30
IDJOB=4304892
IDBENCH=141172
IDSOLVER=2781
FILE ID=node107/4304892-1534055250
RUNJOBID= node107-1534039308-11489
PBS_JOBID= 21036970
Free space on /tmp= 39308 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304892-1534055250/watcher-4304892-1534055250 -o /tmp/evaluation-result-4304892-1534055250/solver-4304892-1534055250 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11489 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=261802257 -superng HOME/instance-4304892-1534055250.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=261802257

node107.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.40
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.40
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.40
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.40
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:        22709808 kB
MemAvailable:   29835700 kB
Buffers:          192496 kB
Cached:          7124944 kB
SwapCached:            0 kB
Active:          5752372 kB
Inactive:        3682696 kB
Active(anon):    2066452 kB
Inactive(anon):   103432 kB
Active(file):    3685920 kB
Inactive(file):  3579264 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:       2136564 kB
Mapped:            64988 kB
Shmem:             49804 kB
Slab:             317824 kB
SReclaimable:     289168 kB
SUnreclaim:        28656 kB
KernelStack:        3792 kB
PageTables:         9952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3149988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1898496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39280 MiB
End job on node107 at 2018-08-12 08:27:34