Trace number 4299246

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 NameAnswerobjective functionCPU timeWall clock time
MiniCPFever 2018-04-29? 50.0289 21.9338

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
49.69/21.76	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
49.69/21.76		at java.util.Arrays.copyOf(Arrays.java:3308)
49.69/21.76		at java.util.BitSet.toLongArray(BitSet.java:326)
49.69/21.76		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:98)
49.69/21.76		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
49.69/21.76		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
49.69/21.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
49.69/21.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
49.69/21.76		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
49.69/21.76		at org.xcsp.parser.XCallbacks$$Lambda$86/1843368112.accept(Unknown Source)
49.89/21.86		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
49.89/21.86		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
49.89/21.86		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
49.89/21.86		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
49.89/21.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
49.89/21.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
49.89/21.86		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
49.89/21.86		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
49.89/21.86		at xcsp3.XCSP3.<init>(XCSP3.java:79)
49.89/21.86		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
49.89/21.86		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
49.89/21.86	s UNKNOWN

Verifier Data


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 (12329 MiB free)
  memory of node 1: 16384 MiB (13826 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299246-1532797343/watcher-4299246-1532797343 -o /tmp/evaluation-result-4299246-1532797343/solver-4299246-1532797343 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26075 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299246-1532797343.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=28780, runsolver pid=28777
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.56 1.63 1.58 4/218 28795
/proc/meminfo: memFree=26768160/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10658972 memory=27208 CPUtime=0.13 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 5241 0 0 0 12 1 0 0 20 0 15 0 97297688 10914787328 6802 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664743 6802 2825 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10658972 memory=-8269626465541068161 CPUtime=0.09 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) R 28777 28780 26043 0 -1 4202560 3118 0 0 0 9 0 0 0 20 0 15 0 97297689 10914787328 6802 33554432000 4194304 4196468 140721407924288 140361963625088 140361959411094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 6802 33554432000 4194304 4196468 140721407924288 140361885473424 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 6802 33554432000 4194304 4196468 140721407924288 140361884420624 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 6802 33554432000 4194304 4196468 140721407924288 140361883367824 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) S 28777 28780 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 6802 33554432000 4194304 4196468 140721407924288 140361882315024 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) S 28777 28780 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97297691 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360995138416 140361959410306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360994084384 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) R 28777 28780 26043 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360990927312 140361959409365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) R 28777 28780 26043 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360989865920 140361942918544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0.02 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) R 28777 28780 26043 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 97297694 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360988821616 140361959411094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297695 10914787328 6802 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27208 KiB

[startup+0.210764 s]*
/proc/loadavg: 1.56 1.63 1.58 4/218 28795
/proc/meminfo: memFree=26756624/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10658972 memory=40144 CPUtime=0.34 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 8070 0 0 0 32 2 0 0 20 0 15 0 97297688 10914787328 10036 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664743 10036 2999 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) R 28777 28780 26043 0 -1 4202560 5071 0 0 0 19 1 0 0 20 0 15 0 97297689 10914787328 10036 33554432000 4194304 4196468 140721407924288 140361963638944 140361959421085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10658972 memory=345 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 10036 33554432000 4194304 4196468 140721407924288 140361885473424 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10658972 memory=140352043720028 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 10036 33554432000 4194304 4196468 140721407924288 140361884420624 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 10036 33554432000 4194304 4196468 140721407924288 140361883367824 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) S 28777 28780 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 10036 33554432000 4194304 4196468 140721407924288 140361882315024 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) S 28777 28780 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97297691 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360995138416 140361959410306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360994084384 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) R 28777 28780 26043 0 -1 4202560 599 0 0 0 2 0 0 0 20 0 15 0 97297694 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360990927216 140361938645865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10658972 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) R 28777 28780 26043 0 -1 4202560 242 0 0 0 3 0 0 0 20 0 15 0 97297694 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360989874416 140361940099456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0.08 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) S 28777 28780 26043 0 -1 1077944384 802 0 0 0 8 0 0 0 20 0 15 0 97297694 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360988821616 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297695 10914787328 10036 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40144 KiB

[startup+0.310705 s]*
/proc/loadavg: 1.56 1.63 1.58 3/218 28795
/proc/meminfo: memFree=26699964/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10658972 memory=104372 CPUtime=0.49 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 8270 0 0 0 46 3 0 0 20 0 15 0 97297688 10914787328 25581 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664743 25581 3009 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10658972 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) R 28777 28780 26043 0 -1 4202560 5114 0 0 0 27 2 0 0 20 0 15 0 97297689 10914787328 26093 33554432000 4194304 4196468 140721407924288 140361963637152 140361959421085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10658972 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 26093 33554432000 4194304 4196468 140721407924288 140361885473424 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10658972 memory=140352043720023 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 26093 33554432000 4194304 4196468 140721407924288 140361884420624 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 26093 33554432000 4194304 4196468 140721407924288 140361883367824 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) S 28777 28780 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97297690 10914787328 26093 33554432000 4194304 4196468 140721407924288 140361882315024 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) S 28777 28780 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97297691 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360995138416 140361959410306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360994084384 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) S 28777 28780 26043 0 -1 1077944384 608 0 0 0 3 0 0 0 20 0 15 0 97297694 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360990927216 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10658972 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) R 28777 28780 26043 0 -1 4202560 294 0 0 0 5 0 0 0 20 0 15 0 97297694 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360989874416 140361945094225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0.1 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) S 28777 28780 26043 0 -1 1077944384 887 0 0 0 10 0 0 0 20 0 15 0 97297694 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360988821616 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10658972 memory=140352043693696 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297695 10914787328 26093 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 104372 KiB

[startup+0.701477 s]
/proc/loadavg: 1.56 1.63 1.58 6/218 28795
/proc/meminfo: memFree=26507888/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10658972 memory=482940 CPUtime=1.55 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 12368 0 0 0 115 40 0 0 20 0 15 0 97297688 10914787328 120735 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664743 120735 3071 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10658972 memory=1784 CPUtime=0.51 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) S 28777 28780 26043 0 -1 1077944384 5145 0 0 0 46 5 0 0 20 0 15 0 97297689 10914787328 120735 33554432000 4194304 4196468 140721407924288 140361963638416 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10658972 memory=5752 CPUtime=0.15 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) R 28777 28780 26043 0 -1 4202560 552 0 0 0 7 8 0 0 20 0 15 0 97297690 10914787328 120735 33554432000 4194304 4196468 140721407924288 140361885473624 140361952502173 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10658972 memory=4588 CPUtime=0.11 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) R 28777 28780 26043 0 -1 4202560 169 0 0 0 5 6 0 0 20 0 15 0 97297690 10914787328 120735 33554432000 4194304 4196468 140721407924288 140361884420624 140361952027367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10658972 memory=1612 CPUtime=0.13 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) R 28777 28780 26043 0 -1 4202560 215 0 0 0 5 8 0 0 20 0 15 0 97297690 10914787328 120735 33554432000 4194304 4196468 140721407924288 140361883367944 140361952027367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10658972 memory=1228 CPUtime=0.14 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) R 28777 28780 26043 0 -1 4202560 611 0 0 0 6 8 0 0 20 0 15 0 97297690 10914787328 120735 33554432000 4194304 4196468 140721407924288 140361882315144 140361952027367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10658972 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) S 28777 28780 26043 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 97297691 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360995136960 140361959409365 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10658972 memory=872 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360994084384 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10658972 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97297692 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10658972 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10658972 memory=7881696724453321575 CPUtime=0.09 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) S 28777 28780 26043 0 -1 1077944384 1514 0 0 0 9 0 0 0 20 0 15 0 97297694 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360990927216 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10658972 memory=5787213827096799335 CPUtime=0.24 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) R 28777 28780 26043 0 -1 4202560 1817 0 0 0 24 0 0 0 20 0 15 0 97297694 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360989860440 140361944318042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10658972 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) S 28777 28780 26043 0 -1 1077944384 890 0 0 0 10 0 0 0 20 0 15 0 97297694 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360988821616 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10658972 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97297695 10914787328 120735 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 482940 KiB

[startup+1.50143 s]
/proc/loadavg: 1.56 1.63 1.58 5/218 28795
/proc/meminfo: memFree=26250612/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10659048 memory=794092 CPUtime=3.28 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 14403 0 0 0 269 59 0 0 20 0 15 0 97297688 10914865152 198523 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664762 198523 3135 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10659048 memory=6791534058613427641 CPUtime=1.19 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) S 28777 28780 26043 0 -1 1077944384 5519 0 0 0 112 7 0 0 20 0 15 0 97297689 10914865152 198523 33554432000 4194304 4196468 140721407924288 140361963637040 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10659048 memory=-6951259422114956437 CPUtime=0.26 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) S 28777 28780 26043 0 -1 1077944384 703 0 0 0 13 13 0 0 20 0 15 0 97297690 10914865152 198523 33554432000 4194304 4196468 140721407924288 140361885473424 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10659048 memory=-6509546260019855295 CPUtime=0.22 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) S 28777 28780 26043 0 -1 1077944384 299 0 0 0 12 10 0 0 20 0 15 0 97297690 10914865152 198523 33554432000 4194304 4196468 140721407924288 140361884420624 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10659048 memory=-7390251449858225344 CPUtime=0.23 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) S 28777 28780 26043 0 -1 1077944384 299 0 0 0 11 12 0 0 20 0 15 0 97297690 10914865152 198523 33554432000 4194304 4196468 140721407924288 140361883367824 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10659048 memory=4134692831991786133 CPUtime=0.25 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) R 28777 28780 26043 0 -1 1077944384 792 0 0 0 12 13 0 0 20 0 15 0 97297690 10914865152 198523 33554432000 4194304 4196468 140721407924288 140361882315024 140361959409365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) R 28777 28780 26043 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 15 0 97297691 10914865152 198523 33554432000 4194304 4196468 140721407924288 140360995136736 140361939034066 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0

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


[startup+19.2015 s]
/proc/loadavg: 1.68 1.65 1.59 3/218 28795
/proc/meminfo: memFree=18508404/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10659048 memory=8274604 CPUtime=41.22 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 745950 0 0 0 3502 620 0 0 20 0 15 0 97297688 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664762 2068651 3149 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10659048 memory=2412 CPUtime=11.75 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) S 28777 28780 26043 0 -1 1077944384 134641 0 0 0 1153 22 0 0 20 0 15 0 97297689 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140361963637008 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10659048 memory=7553524 CPUtime=6.8 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) R 28777 28780 26043 0 -1 4202560 278160 0 0 0 543 137 0 0 20 0 15 0 97297690 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140361885473624 140361952498845 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10659048 memory=6791534058613427641 CPUtime=6.8 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) R 28777 28780 26043 0 -1 4202560 110276 0 0 0 526 154 0 0 20 0 15 0 97297690 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140361884420432 140361952027367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10659048 memory=280703761645808 CPUtime=6.82 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) R 28777 28780 26043 0 -1 4202560 98493 0 0 0 532 150 0 0 20 0 15 0 97297690 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140361883367632 140361952027367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10659048 memory=7380945061347880295 CPUtime=6.8 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) R 28777 28780 26043 0 -1 4202560 104398 0 0 0 531 149 0 0 20 0 15 0 97297690 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140361882315144 140361952027367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10659048 memory=7516628068948927085 CPUtime=0.51 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) S 28777 28780 26043 0 -1 1077944384 11030 0 0 0 50 1 0 0 20 0 15 0 97297691 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360995136960 140361959409365 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360994084448 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10659048 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10659048 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10659048 memory=8836 CPUtime=0.6 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) S 28777 28780 26043 0 -1 1077944384 2253 0 0 0 60 0 0 0 20 0 15 0 97297694 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360990927216 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10659048 memory=4044292084628465873 CPUtime=0.76 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) S 28777 28780 26043 0 -1 1077944384 3312 0 0 0 75 1 0 0 20 0 15 0 97297694 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360989874416 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10659048 memory=6324692 CPUtime=0.29 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) S 28777 28780 26043 0 -1 1077944384 1613 0 0 0 28 1 0 0 20 0 15 0 97297694 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360988821616 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10659048 memory=21113 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10659048 memory=301794158492297172 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 387 0 0 0 0 0 0 0 20 0 15 0 97297695 10914865152 2068651 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 41.22 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8274604 KiB

[startup+20.8007 s]
/proc/loadavg: 1.68 1.65 1.59 3/218 28795
/proc/meminfo: memFree=18489476/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10659048 memory=8293772 CPUtime=46.49 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 750449 0 0 0 4026 623 0 0 20 0 15 0 97297688 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664762 2073443 3149 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10659048 memory=6791534058613427641 CPUtime=11.93 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) S 28777 28780 26043 0 -1 1077944384 134652 0 0 0 1171 22 0 0 20 0 15 0 97297689 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140361963637904 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10659048 memory=1784 CPUtime=8.05 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) R 28777 28780 26043 0 -1 4202560 279694 0 0 0 668 137 0 0 20 0 15 0 97297690 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140361885473424 140361952502131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10659048 memory=5752 CPUtime=8.03 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) R 28777 28780 26043 0 -1 4202560 110518 0 0 0 648 155 0 0 20 0 15 0 97297690 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140361884420432 140361952027367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10659048 memory=4588 CPUtime=8.04 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) R 28777 28780 26043 0 -1 4202560 99756 0 0 0 653 151 0 0 20 0 15 0 97297690 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140361883367944 140361952027367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10659048 memory=3022180 CPUtime=8.02 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) R 28777 28780 26043 0 -1 4202560 105504 0 0 0 652 150 0 0 20 0 15 0 97297690 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140361882314832 140361952027367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10659048 memory=5939229105322551889 CPUtime=0.68 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) S 28777 28780 26043 0 -1 1077944384 11352 0 0 0 67 1 0 0 20 0 15 0 97297691 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360995136976 140361959409365 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10659048 memory=8293144 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360994084448 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10659048 memory=28040 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10659048 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10659048 memory=2412 CPUtime=0.61 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) S 28777 28780 26043 0 -1 1077944384 2261 0 0 0 61 0 0 0 20 0 15 0 97297694 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360990927216 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10659048 memory=1784 CPUtime=0.76 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) S 28777 28780 26043 0 -1 1077944384 3312 0 0 0 75 1 0 0 20 0 15 0 97297694 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360989874416 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10659048 memory=6475968 CPUtime=0.29 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) S 28777 28780 26043 0 -1 1077944384 1613 0 0 0 28 1 0 0 20 0 15 0 97297694 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360988821616 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10659048 memory=123673583317114 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10659048 memory=932 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 15 0 97297695 10914865152 2073443 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 46.49 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8293772 KiB

[startup+21.6015 s]
/proc/loadavg: 1.68 1.65 1.59 6/218 28795
/proc/meminfo: memFree=18489488/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10659048 memory=8293780 CPUtime=49.3 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 770930 0 0 0 4306 624 0 0 20 0 15 0 97297688 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664762 2073445 3149 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10659048 memory=280703762081920 CPUtime=11.93 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) S 28777 28780 26043 0 -1 1077944384 134653 0 0 0 1171 22 0 0 20 0 15 0 97297689 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361963637904 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10659048 memory=6791534058613427641 CPUtime=8.75 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) R 28777 28780 26043 0 -1 4202560 299653 0 0 0 737 138 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361885473424 140361944096798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10659048 memory=28040 CPUtime=8.7 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) R 28777 28780 26043 0 -1 4202560 110602 0 0 0 715 155 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361884420824 140361944096984 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10659048 memory=1296 CPUtime=8.71 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) R 28777 28780 26043 0 -1 4202560 99756 0 0 0 720 151 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361883367824 140361944096911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10659048 memory=2412 CPUtime=8.7 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) R 28777 28780 26043 0 -1 4202560 105504 0 0 0 720 150 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361882315024 140361939425564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10659048 memory=1784 CPUtime=0.78 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) S 28777 28780 26043 0 -1 1077944384 11789 0 0 0 77 1 0 0 20 0 15 0 97297691 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360995136752 140361959409365 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10659048 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360994084448 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10659048 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10659048 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10659048 memory=1228 CPUtime=0.61 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) S 28777 28780 26043 0 -1 1077944384 2261 0 0 0 61 0 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360990927216 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10659048 memory=1852 CPUtime=0.76 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) S 28777 28780 26043 0 -1 1077944384 3312 0 0 0 75 1 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360989874416 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10659048 memory=872 CPUtime=0.29 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) S 28777 28780 26043 0 -1 1077944384 1613 0 0 0 28 1 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360988821616 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10659048 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10659048 memory=11648 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 15 0 97297695 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 49.3 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8293780 KiB

[startup+21.8008 s]
/proc/loadavg: 1.68 1.65 1.59 6/218 28795
/proc/meminfo: memFree=18489488/32770624 swapFree=67108436/67108860
[pid=28780] ppid=28777 vsize=10659048 memory=8293780 CPUtime=49.89 cores=1,3,5,7
/proc/28780/stat : 28780 (java) S 28777 28780 26043 0 -1 1077944320 771003 0 0 0 4365 624 0 0 20 0 15 0 97297688 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140721407906832 140361959399159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
/proc/28780/statm: 2664762 2073445 3149 1 0 2627263 0
[pid=28780/tid=28782] ppid=28777 vsize=10659048 memory=1388 CPUtime=11.93 cores=1,3,5,7
/proc/28780/task/28782/stat : 28782 (java) S 28777 28780 26043 0 -1 1077944384 134709 0 0 0 1171 22 0 0 20 0 15 0 97297689 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361963638384 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28783] ppid=28777 vsize=10659048 memory=1136 CPUtime=8.88 cores=1,3,5,7
/proc/28780/task/28783/stat : 28783 (java) S 28777 28780 26043 0 -1 1077944384 299653 0 0 0 750 138 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361885473424 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28784] ppid=28777 vsize=10659048 memory=6791534058613427641 CPUtime=8.83 cores=1,3,5,7
/proc/28780/task/28784/stat : 28784 (java) S 28777 28780 26043 0 -1 1077944384 110602 0 0 0 728 155 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361884420624 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28785] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=8.84 cores=1,3,5,7
/proc/28780/task/28785/stat : 28785 (java) S 28777 28780 26043 0 -1 1077944384 99761 0 0 0 733 151 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361883367824 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28786] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=8.83 cores=1,3,5,7
/proc/28780/task/28786/stat : 28786 (java) S 28777 28780 26043 0 -1 1077944384 105504 0 0 0 733 150 0 0 20 0 15 0 97297690 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140361882315024 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28787] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=0.84 cores=1,3,5,7
/proc/28780/task/28787/stat : 28787 (java) R 28777 28780 26043 0 -1 4202560 11790 0 0 0 83 1 0 0 20 0 15 0 97297691 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360995136960 140361937769339 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28788] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28788/stat : 28788 (java) S 28777 28780 26043 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360994084448 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28789] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28789/stat : 28789 (java) S 28777 28780 26043 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97297692 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360993031536 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28790] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28790/stat : 28790 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360991979856 140361959417755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28791] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=0.61 cores=1,3,5,7
/proc/28780/task/28791/stat : 28791 (java) S 28777 28780 26043 0 -1 1077944384 2261 0 0 0 61 0 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360990927216 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28792] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=0.76 cores=1,3,5,7
/proc/28780/task/28792/stat : 28792 (java) S 28777 28780 26043 0 -1 1077944384 3312 0 0 0 75 1 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360989874416 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28793] ppid=28777 vsize=10659048 memory=125783351757546 CPUtime=0.29 cores=1,3,5,7
/proc/28780/task/28793/stat : 28793 (java) S 28777 28780 26043 0 -1 1077944384 1624 0 0 0 28 1 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360988821616 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28794] ppid=28777 vsize=10659048 memory=125783351757290 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28794/stat : 28794 (java) S 28777 28780 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97297694 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360987769056 140361959409365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
[pid=28780/tid=28795] ppid=28777 vsize=10659048 memory=125783351757290 CPUtime=0 cores=1,3,5,7
/proc/28780/task/28795/stat : 28795 (java) S 28777 28780 26043 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 15 0 97297695 10914865152 2073445 33554432000 4194304 4196468 140721407924288 140360986717360 140361959410306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140721407927469 140721407927561 140721407927561 140721407930319 0
Current children cumulated CPU time: 49.89 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8293780 KiB

[startup+21.9022 s]*
/proc/loadavg: 1.68 1.65 1.59 3/205 28796
/proc/meminfo: memFree=22909476/32770624 swapFree=67108436/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 21.9338
CPU time (s): 50.0289
CPU user time (s): 43.6733
CPU system time (s): 6.35561
CPU usage (%): 228.091
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8293780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.6733
system time used= 6.35561
maximum resident set size= 8293780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 771090
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14621
involuntary context switches= 722


# summary of solver processes directly reported to runsolver:
#   pid: 28780
#   total CPU time (s): 50.0289
#   total CPU user time (s): 43.6733
#   total CPU system time (s): 6.35561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.162173 second user time and 0.278662 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 19:02:25
IDJOB=4299246
IDBENCH=141314
IDSOLVER=2763
FILE ID=node137/4299246-1532797343
RUNJOBID= node137-1532774102-26075
PBS_JOBID= 21022457
Free space on /tmp= 48000 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299246-1532797343/watcher-4299246-1532797343 -o /tmp/evaluation-result-4299246-1532797343/solver-4299246-1532797343 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26075 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299246-1532797343.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=49345984

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26784744 kB
MemAvailable:   30811952 kB
Buffers:          193756 kB
Cached:          4066856 kB
SwapCached:           32 kB
Active:          3079184 kB
Inactive:        2353092 kB
Active(anon):    1119488 kB
Inactive(anon):    80052 kB
Active(file):    1959696 kB
Inactive(file):  2273040 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:            158720 kB
Writeback:             0 kB
AnonPages:       1179216 kB
Mapped:            52788 kB
Shmem:             25052 kB
Slab:             248536 kB
SReclaimable:     220616 kB
SUnreclaim:        27920 kB
KernelStack:        3568 kB
PageTables:         7824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1974456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48000 MiB
End job on node137 at 2018-07-28 19:02:47