Trace number 4299197

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? 60.1994 21.5197

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
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
59.85/21.37	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
60.08/21.43		at java.util.Arrays.copyOf(Arrays.java:3308)
60.08/21.43		at java.util.BitSet.toLongArray(BitSet.java:326)
60.08/21.43		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:98)
60.08/21.43		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
60.08/21.43		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
60.08/21.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
60.08/21.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
60.08/21.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
60.08/21.43		at org.xcsp.parser.XCallbacks$$Lambda$86/32017212.accept(Unknown Source)
60.08/21.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
60.08/21.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
60.08/21.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
60.08/21.43		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
60.08/21.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
60.08/21.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
60.08/21.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
60.08/21.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
60.08/21.43		at xcsp3.XCSP3.<init>(XCSP3.java:79)
60.08/21.43		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
60.08/21.43		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
60.08/21.43	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 (12657 MiB free)
  memory of node 1: 16384 MiB (12631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299197-1532795517/watcher-4299197-1532795517 -o /tmp/evaluation-result-4299197-1532795517/solver-4299197-1532795517 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299197-1532795517.xml 

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

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

solver pid=9050, runsolver pid=9047

[startup+0.100086 s]*
/proc/loadavg: 2.20 1.67 1.50 4/217 9066
/proc/meminfo: memFree=25879796/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10658972 memory=28476 CPUtime=0.13 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 5010 0 0 0 12 1 0 0 20 0 15 0 97115053 10914787328 7119 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664743 7119 2878 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10658972 memory=-8536113986433545408 CPUtime=0.09 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) R 9047 9050 6199 0 -1 4202560 2846 0 0 0 9 0 0 0 20 0 15 0 97115054 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435521284976 140435501098341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435443129232 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435442076432 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435441024144 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) S 9047 9050 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435439971344 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435008731248 140435517065858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435007677216 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) R 9047 9050 6199 0 -1 4202560 345 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435004512720 140435496898408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) S 9047 9050 6199 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435003468272 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0.02 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) R 9047 9050 6199 0 -1 4202560 321 0 0 0 2 0 0 0 20 0 15 0 97115059 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435002415984 140435517076058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 7119 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28476 KiB

[startup+0.210608 s]*
/proc/loadavg: 2.20 1.67 1.50 4/217 9066
/proc/meminfo: memFree=25868788/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10658972 memory=39764 CPUtime=0.34 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 7574 0 0 0 32 2 0 0 20 0 15 0 97115053 10914787328 9941 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664743 9941 2970 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) R 9047 9050 6199 0 -1 4202560 4595 0 0 0 19 1 0 0 20 0 15 0 97115054 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435521283952 140435517076637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10658972 memory=343 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435443129232 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10658972 memory=140207198588445 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435442076432 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435441024144 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) S 9047 9050 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435439971344 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435008731248 140435517065858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435007677216 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10658972 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) R 9047 9050 6199 0 -1 4202560 393 0 0 0 1 0 0 0 20 0 15 0 97115059 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435004521072 140435501340700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10658972 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) R 9047 9050 6199 0 -1 4202560 484 0 0 0 3 0 0 0 20 0 15 0 97115059 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435003468272 140731965400833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0.07 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) S 9047 9050 6199 0 -1 1077944384 790 0 0 0 7 0 0 0 20 0 15 0 97115059 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435002415984 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 10007 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39764 KiB

[startup+0.310608 s]*
/proc/loadavg: 2.20 1.67 1.50 3/217 9066
/proc/meminfo: memFree=25814300/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10658972 memory=100648 CPUtime=0.5 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 7816 0 0 0 46 4 0 0 20 0 15 0 97115053 10914787328 25162 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664743 25162 3018 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10658972 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) R 9047 9050 6199 0 -1 4202560 4628 0 0 0 27 3 0 0 20 0 15 0 97115054 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435521283952 140435517076637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10658972 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435443129232 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10658972 memory=140207199162396 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435442076432 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435441024144 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) S 9047 9050 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97115054 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435439971344 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435008731248 140435517065858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435007677216 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97115056 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10658972 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) S 9047 9050 6199 0 -1 1077944384 473 0 0 0 4 0 0 0 20 0 15 0 97115059 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435004521072 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10658972 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) S 9047 9050 6199 0 -1 1077944384 487 0 0 0 4 0 0 0 20 0 15 0 97115059 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435003468272 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0.09 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) S 9047 9050 6199 0 -1 1077944384 861 0 0 0 9 0 0 0 20 0 15 0 97115059 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435002415984 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10658972 memory=140207198574208 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115059 10914787328 25674 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 100648 KiB

[startup+0.703645 s]
/proc/loadavg: 2.20 1.67 1.50 5/217 9066
/proc/meminfo: memFree=25619556/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10659048 memory=393952 CPUtime=1.52 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 10465 0 0 0 128 24 0 0 20 0 15 0 97115053 10914865152 98488 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664762 98488 3105 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10659048 memory=179110873675457 CPUtime=0.58 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) R 9047 9050 6199 0 -1 4202560 4977 0 0 0 53 5 0 0 20 0 15 0 97115054 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435521288328 140435115085227 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10659048 memory=569991 CPUtime=0.07 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) S 9047 9050 6199 0 -1 1077944384 313 0 0 0 3 4 0 0 20 0 15 0 97115054 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435443129232 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10659048 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) S 9047 9050 6199 0 -1 1077944384 74 0 0 0 4 4 0 0 20 0 15 0 97115054 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435442076432 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10659048 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) S 9047 9050 6199 0 -1 1077944384 83 0 0 0 4 4 0 0 20 0 15 0 97115054 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435441024144 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10659048 memory=7809523229951467570 CPUtime=0.08 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) S 9047 9050 6199 0 -1 1077944384 94 0 0 0 4 4 0 0 20 0 15 0 97115054 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435439971344 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435008731248 140435517065858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10659048 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435007677216 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10659048 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) R 9047 9050 6199 0 -1 4202560 1009 0 0 0 18 0 0 0 20 0 15 0 97115059 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435004512352 140435503109886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10659048 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) R 9047 9050 6199 0 -1 4202560 1067 0 0 0 21 0 0 0 20 0 15 0 97115059 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435003459552 140435502162680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10659048 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) S 9047 9050 6199 0 -1 1077944384 1405 0 0 0 17 0 0 0 20 0 15 0 97115059 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435002415984 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10659048 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 98488 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 393952 KiB

[startup+1.50361 s]
/proc/loadavg: 2.20 1.67 1.50 3/217 9066
/proc/meminfo: memFree=25438160/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10659048 memory=611704 CPUtime=2.9 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 12265 0 0 0 253 37 0 0 20 0 15 0 97115053 10914865152 152926 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664762 152926 3126 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10659048 memory=10799 CPUtime=1.26 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) R 9047 9050 6199 0 -1 4202560 5113 0 0 0 119 7 0 0 20 0 15 0 97115054 10914865152 152926 33554432000 4194304 4196468 140731964763584 140435521292400 140435115511867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10659048 memory=8112282956445269571 CPUtime=0.16 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) S 9047 9050 6199 0 -1 1077944384 952 0 0 0 9 7 0 0 20 0 15 0 97115054 10914865152 152926 33554432000 4194304 4196468 140731964763584 140435443129232 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10659048 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) S 9047 9050 6199 0 -1 1077944384 239 0 0 0 11 6 0 0 20 0 15 0 97115054 10914865152 152926 33554432000 4194304 4196468 140731964763584 140435442076432 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10659048 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) S 9047 9050 6199 0 -1 1077944384 213 0 0 0 11 6 0 0 20 0 15 0 97115054 10914865152 152926 33554432000 4194304 4196468 140731964763584 140435441024144 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10659048 memory=6943526294502006880 CPUtime=0.17 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) S 9047 9050 6199 0 -1 1077944384 238 0 0 0 11 6 0 0 20 0 15 0 97115054 10914865152 152926 33554432000 4194304 4196468 140731964763584 140435439971344 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10659048 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 497 0 0 0 3 0 0 0 20 0 15 0 97115056 10914865152 152926 33554432000 4194304 4196468 140731964763584 140435008731248 140435517065858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0

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


[startup+19.2017 s]
/proc/loadavg: 1.92 1.64 1.50 6/217 9066
/proc/meminfo: memFree=17586356/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10659048 memory=8304576 CPUtime=52.47 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 805441 0 0 0 4507 740 0 0 20 0 15 0 97115053 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664762 2076144 3157 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10659048 memory=6872598998417432672 CPUtime=7.92 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) S 9047 9050 6199 0 -1 1077944384 43473 0 0 0 773 19 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435521292544 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10659048 memory=6655300316396806240 CPUtime=10.56 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) R 9047 9050 6199 0 -1 4202560 183968 0 0 0 874 182 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435443129352 140435502044269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10659048 memory=8112282956445269571 CPUtime=10.58 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) R 9047 9050 6199 0 -1 4202560 179621 0 0 0 877 181 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435442076552 140435510154367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10659048 memory=5743632 CPUtime=10.64 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) R 9047 9050 6199 0 -1 4202560 169902 0 0 0 872 192 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435441024344 140435502044269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10659048 memory=0 CPUtime=10.61 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) R 9047 9050 6199 0 -1 4202560 207330 0 0 0 903 158 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435439971464 140435510154371 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10659048 memory=419 CPUtime=0.54 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 12290 0 0 0 53 1 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435008729792 140435517064917 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10659048 memory=8304576 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435007677280 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10659048 memory=8304576 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10659048 memory=6287152 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10659048 memory=8266188 CPUtime=0.66 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) S 9047 9050 6199 0 -1 1077944384 3001 0 0 0 66 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435004521072 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10659048 memory=8112282956445269571 CPUtime=0.56 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) S 9047 9050 6199 0 -1 1077944384 1798 0 0 0 56 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435003468272 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10659048 memory=14132247146009609 CPUtime=0.29 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) S 9047 9050 6199 0 -1 1077944384 2476 0 0 0 29 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435002415984 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10659048 memory=7236547281622689387 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10659048 memory=6082221597268197474 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 52.47 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8304576 KiB

[startup+20.8007 s]
/proc/loadavg: 1.92 1.64 1.50 6/217 9066
/proc/meminfo: memFree=17586232/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10659048 memory=8304576 CPUtime=58.16 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 881964 0 0 0 5070 746 0 0 20 0 15 0 97115053 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664762 2076144 3157 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10659048 memory=8304576 CPUtime=7.96 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) S 9047 9050 6199 0 -1 1077944384 43499 0 0 0 777 19 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435521292544 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10659048 memory=8112282956445269571 CPUtime=11.96 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) R 9047 9050 6199 0 -1 4202560 251561 0 0 0 1010 186 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435443129432 140435510157715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10659048 memory=0 CPUtime=11.96 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) R 9047 9050 6199 0 -1 4202560 180685 0 0 0 1014 182 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435442076240 140435509682919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10659048 memory=0 CPUtime=12.01 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) R 9047 9050 6199 0 -1 4202560 170304 0 0 0 1007 194 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435441023952 140435509682919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10659048 memory=7593750039347220843 CPUtime=11.96 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) R 9047 9050 6199 0 -1 1077944384 207707 0 0 0 1038 158 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435439971152 140435517065858 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10659048 memory=3533559857127193586 CPUtime=0.71 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 19304 0 0 0 69 2 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435008729808 140435517064917 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435007677280 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10659048 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10659048 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10659048 memory=6656426216303648864 CPUtime=0.66 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) S 9047 9050 6199 0 -1 1077944384 3001 0 0 0 66 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435004521072 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10659048 memory=-3252517613198930781 CPUtime=0.56 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) S 9047 9050 6199 0 -1 1077944384 1798 0 0 0 56 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435003468272 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10659048 memory=7089618335782288752 CPUtime=0.29 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) S 9047 9050 6199 0 -1 1077944384 2476 0 0 0 29 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435002415984 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10659048 memory=4639059877604708710 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10659048 memory=7662705889289527641 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 58.16 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8304576 KiB

[startup+21.2007 s]
/proc/loadavg: 1.92 1.64 1.50 6/217 9066
/proc/meminfo: memFree=17586232/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10659048 memory=8304576 CPUtime=59.56 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 918358 0 0 0 5209 747 0 0 20 0 15 0 97115053 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664762 2076144 3157 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10659048 memory=8304576 CPUtime=7.96 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) S 9047 9050 6199 0 -1 1077944384 43500 0 0 0 777 19 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435521292544 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10659048 memory=8112282956445269571 CPUtime=12.31 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) R 9047 9050 6199 0 -1 4202560 251561 0 0 0 1045 186 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435443129432 140435509682919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10659048 memory=14976689222453353 CPUtime=12.29 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) R 9047 9050 6199 0 -1 4202560 180685 0 0 0 1047 182 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435442076432 140435509682919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10659048 memory=2436 CPUtime=12.35 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) R 9047 9050 6199 0 -1 4202560 170304 0 0 0 1041 194 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435441024144 140435501753470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10659048 memory=1728 CPUtime=12.28 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) R 9047 9050 6199 0 -1 4202560 243069 0 0 0 1069 159 0 0 20 0 15 0 97115054 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435439971464 140435509682919 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10659048 memory=1720 CPUtime=0.76 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) S 9047 9050 6199 0 -1 1077944384 20332 0 0 0 74 2 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435008729792 140435517064917 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10659048 memory=5760 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435007676816 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10659048 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10659048 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10659048 memory=1944 CPUtime=0.66 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) S 9047 9050 6199 0 -1 1077944384 3001 0 0 0 66 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435004521072 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10659048 memory=1428 CPUtime=0.56 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) S 9047 9050 6199 0 -1 1077944384 1798 0 0 0 56 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435003468272 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10659048 memory=8500 CPUtime=0.29 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) S 9047 9050 6199 0 -1 1077944384 2476 0 0 0 29 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435002415984 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10659048 memory=792 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10659048 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076144 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 59.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8304576 KiB

[startup+21.4016 s]
/proc/loadavg: 1.92 1.64 1.50 6/217 9066
/proc/meminfo: memFree=17586232/32770624 swapFree=67108792/67108860
[pid=9050] ppid=9047 vsize=10659048 memory=8304580 CPUtime=60.08 cores=0,2,4,6
/proc/9050/stat : 9050 (java) S 9047 9050 6199 0 -1 1077944320 918450 0 0 0 5260 748 0 0 20 0 15 0 97115053 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140731964746128 140435517054711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
/proc/9050/statm: 2664762 2076145 3158 1 0 2627263 0
[pid=9050/tid=9053] ppid=9047 vsize=10659048 memory=288230613264378207 CPUtime=7.96 cores=0,2,4,6
/proc/9050/task/9053/stat : 9053 (java) S 9047 9050 6199 0 -1 1077944384 43565 0 0 0 777 19 0 0 20 0 15 0 97115054 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435521293984 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9054] ppid=9047 vsize=10659048 memory=15261428492330524 CPUtime=12.41 cores=0,2,4,6
/proc/9050/task/9054/stat : 9054 (java) S 9047 9050 6199 0 -1 1077944384 251561 0 0 0 1055 186 0 0 20 0 15 0 97115054 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435443129232 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9055] ppid=9047 vsize=10659048 memory=6944656592452807320 CPUtime=12.4 cores=0,2,4,6
/proc/9050/task/9055/stat : 9055 (java) S 9047 9050 6199 0 -1 1077944384 180688 0 0 0 1058 182 0 0 20 0 15 0 97115054 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435442076432 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9056] ppid=9047 vsize=10659048 memory=1399094042500829555 CPUtime=12.45 cores=0,2,4,6
/proc/9050/task/9056/stat : 9056 (java) S 9047 9050 6199 0 -1 1077944384 170304 0 0 0 1051 194 0 0 20 0 15 0 97115054 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435441024144 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9057] ppid=9047 vsize=10659048 memory=-2892745056951965031 CPUtime=12.39 cores=0,2,4,6
/proc/9050/task/9057/stat : 9057 (java) S 9047 9050 6199 0 -1 1077944384 243092 0 0 0 1080 159 0 0 20 0 15 0 97115054 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435439971344 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9058] ppid=9047 vsize=10659048 memory=6944656592455088490 CPUtime=0.86 cores=0,2,4,6
/proc/9050/task/9058/stat : 9058 (java) R 9047 9050 6199 0 -1 4202560 20333 0 0 0 84 2 0 0 20 0 15 0 97115056 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435008729680 140435495424886 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9059] ppid=9047 vsize=10659048 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9059/stat : 9059 (java) S 9047 9050 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435007677280 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9060] ppid=9047 vsize=10659048 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9060/stat : 9060 (java) S 9047 9050 6199 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97115056 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435006624880 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9061] ppid=9047 vsize=10659048 memory=4283316271384983082 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9061/stat : 9061 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435005573200 140435517073307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9062] ppid=9047 vsize=10659048 memory=6944613755328037015 CPUtime=0.66 cores=0,2,4,6
/proc/9050/task/9062/stat : 9062 (java) S 9047 9050 6199 0 -1 1077944384 3001 0 0 0 66 0 0 0 20 0 15 0 97115059 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435004521072 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9063] ppid=9047 vsize=10659048 memory=-7385037615309293160 CPUtime=0.56 cores=0,2,4,6
/proc/9050/task/9063/stat : 9063 (java) S 9047 9050 6199 0 -1 1077944384 1798 0 0 0 56 0 0 0 20 0 15 0 97115059 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435003468272 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9064] ppid=9047 vsize=10659048 memory=6933690305039933585 CPUtime=0.29 cores=0,2,4,6
/proc/9050/task/9064/stat : 9064 (java) S 9047 9050 6199 0 -1 1077944384 2476 0 0 0 29 0 0 0 20 0 15 0 97115059 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435002415984 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9065] ppid=9047 vsize=10659048 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9065/stat : 9065 (java) S 9047 9050 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435001363424 140435517064917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
[pid=9050/tid=9066] ppid=9047 vsize=10659048 memory=2320253454244655921 CPUtime=0 cores=0,2,4,6
/proc/9050/task/9066/stat : 9066 (java) S 9047 9050 6199 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 15 0 97115059 10914865152 2076145 33554432000 4194304 4196468 140731964763584 140435000310192 140435517065858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36995072 140731964765357 140731964765449 140731964765449 140731964768207 0
Current children cumulated CPU time: 60.08 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8304580 KiB

[startup+21.5017 s]*
/proc/loadavg: 1.92 1.64 1.50 3/204 9067
/proc/meminfo: memFree=21968304/32770624 swapFree=67108792/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.5197
CPU time (s): 60.1994
CPU user time (s): 52.6227
CPU system time (s): 7.57669
CPU usage (%): 279.741
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8304580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.6227
system time used= 7.57669
maximum resident set size= 8304580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 918569
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= 10350
involuntary context switches= 520


# summary of solver processes directly reported to runsolver:
#   pid: 9050
#   total CPU time (s): 60.1994
#   total CPU user time (s): 52.6227
#   total CPU system time (s): 7.57669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.151258 second user time and 0.286966 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 18:31:58
IDJOB=4299197
IDBENCH=141307
IDSOLVER=2763
FILE ID=node150/4299197-1532795517
RUNJOBID= node150-1532775187-6230
PBS_JOBID= 21022464
Free space on /tmp= 53040 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299197-1532795517/watcher-4299197-1532795517 -o /tmp/evaluation-result-4299197-1532795517/solver-4299197-1532795517 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299197-1532795517.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=942043333

node150.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.76
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.76
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.76
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.76
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:        25895308 kB
MemAvailable:   29787016 kB
Buffers:          206648 kB
Cached:          3923752 kB
SwapCached:           32 kB
Active:          3681748 kB
Inactive:        2648372 kB
Active(anon):    2151284 kB
Inactive(anon):    76188 kB
Active(file):    1530464 kB
Inactive(file):  2572184 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             64320 kB
Writeback:             4 kB
AnonPages:       2207308 kB
Mapped:            54936 kB
Shmem:             25156 kB
Slab:             238652 kB
SReclaimable:     209792 kB
SUnreclaim:        28860 kB
KernelStack:        3664 kB
PageTables:         9604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3369348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2109440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53036 MiB
End job on node150 at 2018-07-28 18:32:20