Trace number 4299233

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
slowpoke 2018-04-29? 43.3186 18.017

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
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: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
42.98/17.88	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
43.19/17.94		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
43.19/17.94		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:67)
43.19/17.94		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:152)
43.19/17.94		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
43.19/17.94		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
43.19/17.94		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
43.19/17.94		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
43.19/17.94		at org.xcsp.parser.XCallbacks$$Lambda$86/1847509784.accept(Unknown Source)
43.19/17.94		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
43.19/17.94		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
43.19/17.94		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
43.19/17.94		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
43.19/17.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
43.19/17.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
43.19/17.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
43.19/17.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
43.19/17.94		at xcsp3.XCSP3.<init>(XCSP3.java:84)
43.19/17.94		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
43.19/17.94		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
43.19/17.94	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 (7441 MiB free)
  memory of node 1: 16384 MiB (14701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299233-1532809200/watcher-4299233-1532809200 -o /tmp/evaluation-result-4299233-1532809200/solver-4299233-1532809200 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3227 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299233-1532809200.xml --timelimit 2520 

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=3353, runsolver pid=3350
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.26 0.78 0.70 5/215 3368
/proc/meminfo: memFree=22658080/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661056 memory=28368 CPUtime=0.13 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 4991 0 0 0 12 1 0 0 20 0 15 0 98483332 10916921344 7092 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665264 7092 2867 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661056 memory=-8392281372846027968 CPUtime=0.09 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) R 3350 3353 3195 0 -1 4202560 2863 0 0 0 9 0 0 0 20 0 15 0 98483332 10916921344 7158 33554432000 4194304 4196468 140732730306240 140021709030528 140021704813974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 7158 33554432000 4194304 4196468 140732730306240 140021641493520 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 7158 33554432000 4194304 4196468 140732730306240 140021640440976 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 7158 33554432000 4194304 4196468 140732730306240 140021639387920 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 7158 33554432000 4194304 4196468 140732730306240 140021308713872 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020808288496 140021704813186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020807234720 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) R 3350 3353 3195 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020804078416 140021704812245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) R 3350 3353 3195 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020803006680 140021682634896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0.02 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) R 3350 3353 3195 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 98483338 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020801970256 140021704823386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) R 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 7158 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28368 KiB

[startup+0.210701 s]*
/proc/loadavg: 1.26 0.78 0.70 4/215 3368
/proc/meminfo: memFree=22646420/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661056 memory=40384 CPUtime=0.33 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 7626 0 0 0 32 1 0 0 20 0 15 0 98483332 10916921344 10096 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665264 10096 3013 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) R 3350 3353 3195 0 -1 4202560 4634 0 0 0 19 1 0 0 20 0 15 0 98483332 10916921344 10096 33554432000 4194304 4196468 140732730306240 140021709033280 140021704823965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661056 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 10096 33554432000 4194304 4196468 140732730306240 140021641493520 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661056 memory=139922979169135 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 10096 33554432000 4194304 4196468 140732730306240 140021640440976 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 10096 33554432000 4194304 4196468 140732730306240 140021639387920 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 10096 33554432000 4194304 4196468 140732730306240 140021308713872 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020808288496 140021704813186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020807234720 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) R 3350 3353 3195 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 98483338 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020804078320 140021704813186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) R 3350 3353 3195 0 -1 4202560 392 0 0 0 2 0 0 0 20 0 15 0 98483338 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020803025776 140021689195344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0.07 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) S 3350 3353 3195 0 -1 1077944384 745 0 0 0 7 0 0 0 20 0 15 0 98483338 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020801972720 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 10096 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40384 KiB

[startup+0.310599 s]*
/proc/loadavg: 1.26 0.78 0.70 3/215 3368
/proc/meminfo: memFree=22592428/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661056 memory=102592 CPUtime=0.5 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 7801 0 0 0 46 4 0 0 20 0 15 0 98483332 10916921344 25648 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665264 25648 3024 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) R 3350 3353 3195 0 -1 4202560 4677 0 0 0 27 3 0 0 20 0 15 0 98483332 10916921344 25648 33554432000 4194304 4196468 140732730306240 140021709033280 140021704823965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661056 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 25648 33554432000 4194304 4196468 140732730306240 140021641493520 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661056 memory=14271074941580952 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 25648 33554432000 4194304 4196468 140732730306240 140021640440976 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 25648 33554432000 4194304 4196468 140732730306240 140021639387920 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483333 10916921344 25648 33554432000 4194304 4196468 140732730306240 140021308713872 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020808288496 140021704813186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020807234720 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98483335 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) S 3350 3353 3195 0 -1 1077944384 549 0 0 0 3 0 0 0 20 0 15 0 98483338 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020804078320 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661056 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) S 3350 3353 3195 0 -1 1077944384 401 0 0 0 5 0 0 0 20 0 15 0 98483338 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020803025776 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0.09 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) S 3350 3353 3195 0 -1 1077944384 806 0 0 0 9 0 0 0 20 0 15 0 98483338 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020801972720 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661056 memory=139922978682496 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483338 10916921344 25648 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 102592 KiB

[startup+0.701714 s]
/proc/loadavg: 1.26 0.78 0.70 5/215 3368
/proc/meminfo: memFree=22396088/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661132 memory=372788 CPUtime=1.5 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 11513 0 0 0 115 35 0 0 20 0 15 0 98483332 10916999168 93197 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665283 93197 3105 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661132 memory=1840 CPUtime=0.57 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) S 3350 3353 3195 0 -1 1077944384 5023 0 0 0 50 7 0 0 20 0 15 0 98483332 10916999168 93197 33554432000 4194304 4196468 140732730306240 140021709039552 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661132 memory=1716 CPUtime=0.1 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) R 3350 3353 3195 0 -1 4202560 167 0 0 0 4 6 0 0 20 0 15 0 98483333 10916999168 93197 33554432000 4194304 4196468 140732730306240 140021641493720 140021697905112 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661132 memory=796 CPUtime=0.1 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) R 3350 3353 3195 0 -1 4202560 170 0 0 0 4 6 0 0 20 0 15 0 98483333 10916999168 93197 33554432000 4194304 4196468 140732730306240 140021640441176 140021697904756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661132 memory=11008 CPUtime=0.08 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) R 3350 3353 3195 0 -1 4202560 157 0 0 0 3 5 0 0 20 0 15 0 98483333 10916999168 93197 33554432000 4194304 4196468 140732730306240 140021639387920 140021697904756 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661132 memory=1008 CPUtime=0.1 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) R 3350 3353 3195 0 -1 4202560 171 0 0 0 4 6 0 0 20 0 15 0 98483333 10916999168 93197 33554432000 4194304 4196468 140732730306240 140021308713872 140021697904756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661132 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020808287008 140021704812245 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661132 memory=8568 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020807234720 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661132 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661132 memory=7302135314614015848 CPUtime=0.13 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) S 3350 3353 3195 0 -1 1077944384 1636 0 0 0 13 0 0 0 20 0 15 0 98483338 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020804078320 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661132 memory=7666349675404158545 CPUtime=0.21 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) S 3350 3353 3195 0 -1 1077944384 1763 0 0 0 21 0 0 0 20 0 15 0 98483338 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020803025776 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661132 memory=7151830906713428048 CPUtime=0.13 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) S 3350 3353 3195 0 -1 1077944384 984 0 0 0 13 0 0 0 20 0 15 0 98483338 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020801972720 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) S 3350 3353 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 93709 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 372788 KiB

[startup+1.5008 s]
/proc/loadavg: 1.26 0.78 0.70 5/215 3368
/proc/meminfo: memFree=22184660/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661132 memory=697580 CPUtime=3.15 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 13090 0 0 0 262 53 0 0 20 0 15 0 98483332 10916999168 174395 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665283 174395 3144 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661132 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) R 3350 3353 3195 0 -1 4202560 5095 0 0 0 116 8 0 0 20 0 15 0 98483332 10916999168 174395 33554432000 4194304 4196468 140732730306240 140021709039984 140021322110044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661132 memory=8390361644446492005 CPUtime=0.21 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) S 3350 3353 3195 0 -1 1077944384 351 0 0 0 11 10 0 0 20 0 15 0 98483333 10916999168 174395 33554432000 4194304 4196468 140732730306240 140021641493520 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661132 memory=-6352177166831549654 CPUtime=0.21 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) S 3350 3353 3195 0 -1 1077944384 262 0 0 0 11 10 0 0 20 0 15 0 98483333 10916999168 174395 33554432000 4194304 4196468 140732730306240 140021640440976 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661132 memory=8514701219931451533 CPUtime=0.2 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) S 3350 3353 3195 0 -1 1077944384 331 0 0 0 10 10 0 0 20 0 15 0 98483333 10916999168 174395 33554432000 4194304 4196468 140732730306240 140021639387920 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661132 memory=7005738693937936738 CPUtime=0.21 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) S 3350 3353 3195 0 -1 1077944384 298 0 0 0 11 10 0 0 20 0 15 0 98483333 10916999168 174395 33554432000 4194304 4196468 140732730306240 140021308713872 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 467 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 174395 33554432000 4194304 4196468 140732730306240 140020808288496 140021704813186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0

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


[startup+12.8017 s]
/proc/loadavg: 1.67 0.89 0.73 7/215 3368
/proc/meminfo: memFree=17044200/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661132 memory=6413348 CPUtime=25.51 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 251785 0 0 0 2122 429 0 0 20 0 15 0 98483332 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665283 1603337 3153 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661132 memory=1300 CPUtime=8.6 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) S 3350 3353 3195 0 -1 1077944384 9705 0 0 0 842 18 0 0 20 0 15 0 98483332 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140021709040672 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661132 memory=1840 CPUtime=3.78 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) R 3350 3353 3195 0 -1 4202560 56828 0 0 0 278 100 0 0 20 0 15 0 98483333 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140021641493720 140021697905082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661132 memory=2415020 CPUtime=3.76 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) R 3350 3353 3195 0 -1 4202560 56307 0 0 0 299 77 0 0 20 0 15 0 98483333 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140021640441176 140021697898875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661132 memory=1440 CPUtime=3.79 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) R 3350 3353 3195 0 -1 4202560 56633 0 0 0 275 104 0 0 20 0 15 0 98483333 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140021639388120 140021697898875 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661132 memory=4612 CPUtime=3.69 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) R 3350 3353 3195 0 -1 4202560 57547 0 0 0 246 123 0 0 20 0 15 0 98483333 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140021308713760 140021689829409 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661132 memory=1200 CPUtime=0.32 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 5511 0 0 0 32 0 0 0 20 0 15 0 98483335 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020808287008 140021704812245 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661132 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020807234784 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661132 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661132 memory=16276 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661132 memory=16240 CPUtime=0.55 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) S 3350 3353 3195 0 -1 1077944384 3014 0 0 0 55 0 0 0 20 0 15 0 98483338 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020804078320 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661132 memory=3061368 CPUtime=0.64 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) S 3350 3353 3195 0 -1 1077944384 2957 0 0 0 64 0 0 0 20 0 15 0 98483338 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020803025776 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661132 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) S 3350 3353 3195 0 -1 1077944384 1682 0 0 0 27 0 0 0 20 0 15 0 98483338 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020801972720 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661132 memory=55 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661132 memory=8028676333680759155 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) S 3350 3353 3195 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 1603337 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 25.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 6413348 KiB

[startup+16.0017 s]*
/proc/loadavg: 1.86 0.94 0.75 6/215 3368
/proc/meminfo: memFree=14364208/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661132 memory=8307784 CPUtime=36.54 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 298550 0 0 0 3033 621 0 0 20 0 15 0 98483332 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665283 2076946 3153 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661132 memory=28348 CPUtime=9.06 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) S 3350 3353 3195 0 -1 1077944384 10154 0 0 0 888 18 0 0 20 0 15 0 98483332 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140021709040016 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661132 memory=4126316290023845779 CPUtime=6.39 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) R 3350 3353 3195 0 -1 4202560 67797 0 0 0 498 141 0 0 20 0 15 0 98483333 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140021641493520 140021697430247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661132 memory=2296 CPUtime=6.36 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) R 3350 3353 3195 0 -1 4202560 62668 0 0 0 521 115 0 0 20 0 15 0 98483333 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140021640441176 140021689753125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661132 memory=2588 CPUtime=6.4 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) R 3350 3353 3195 0 -1 4202560 70759 0 0 0 485 155 0 0 20 0 15 0 98483333 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140021639387920 140021690560848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661132 memory=1404 CPUtime=6.32 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) R 3350 3353 3195 0 -1 4202560 67675 0 0 0 448 184 0 0 20 0 15 0 98483333 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140021308713872 140021697430247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661132 memory=2720 CPUtime=0.45 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 9980 0 0 0 44 1 0 0 20 0 15 0 98483335 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020808286816 140021704812245 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661132 memory=822744 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020807234784 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661132 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661132 memory=2676 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661132 memory=7355076 CPUtime=0.55 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) S 3350 3353 3195 0 -1 1077944384 3016 0 0 0 55 0 0 0 20 0 15 0 98483338 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020804078320 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661132 memory=8112282956445269571 CPUtime=0.64 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) S 3350 3353 3195 0 -1 1077944384 2959 0 0 0 64 0 0 0 20 0 15 0 98483338 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020803025776 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661132 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) S 3350 3353 3195 0 -1 1077944384 1938 0 0 0 27 0 0 0 20 0 15 0 98483338 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020801972720 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661132 memory=2276 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) S 3350 3353 3195 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076946 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 36.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307784 KiB

[startup+16.8008 s]
/proc/loadavg: 1.86 0.94 0.75 6/215 3368
/proc/meminfo: memFree=14364208/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661132 memory=8307816 CPUtime=39.36 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 401493 0 0 0 3311 625 0 0 20 0 15 0 98483332 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665283 2076954 3153 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661132 memory=1008 CPUtime=9.06 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) S 3350 3353 3195 0 -1 1077944384 10155 0 0 0 888 18 0 0 20 0 15 0 98483332 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021709040016 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661132 memory=1952 CPUtime=7.09 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) R 3350 3353 3195 0 -1 4202560 170690 0 0 0 564 145 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021641493520 140021697901707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661132 memory=8112282956445269571 CPUtime=7.03 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) R 3350 3353 3195 0 -1 4202560 62775 0 0 0 588 115 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021640440784 140021697430247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661132 memory=7808 CPUtime=7.08 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) R 3350 3353 3195 0 -1 4202560 70783 0 0 0 553 155 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021639387728 140021697430247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661132 memory=0 CPUtime=6.99 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) R 3350 3353 3195 0 -1 4202560 67698 0 0 0 515 184 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021308713992 140021697430247 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661132 memory=4420 CPUtime=0.54 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 9993 0 0 0 53 1 0 0 20 0 15 0 98483335 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020808287056 140021704812245 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661132 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020807234784 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661132 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661132 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661132 memory=8307788 CPUtime=0.55 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) S 3350 3353 3195 0 -1 1077944384 3016 0 0 0 55 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020804078320 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661132 memory=6944656592455360569 CPUtime=0.64 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) S 3350 3353 3195 0 -1 1077944384 2959 0 0 0 64 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020803025776 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661132 memory=6944656592455359580 CPUtime=0.27 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) S 3350 3353 3195 0 -1 1077944384 1938 0 0 0 27 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020801972720 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) S 3350 3353 3195 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 39.36 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307816 KiB

[startup+17.6107 s]
/proc/loadavg: 1.86 0.94 0.75 6/215 3368
/proc/meminfo: memFree=14363960/32770624 swapFree=67108404/67108860
[pid=3353] ppid=3350 vsize=10661132 memory=8307816 CPUtime=42.33 cores=1,3,5,7
/proc/3353/stat : 3353 (java) S 3350 3353 3195 0 -1 1077944320 486354 0 0 0 3603 630 0 0 20 0 15 0 98483332 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140732730288784 140021704802039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
/proc/3353/statm: 2665283 2076954 3153 1 0 2627263 0
[pid=3353/tid=3355] ppid=3350 vsize=10661132 memory=906 CPUtime=9.06 cores=1,3,5,7
/proc/3353/task/3355/stat : 3355 (java) S 3350 3353 3195 0 -1 1077944384 10156 0 0 0 888 18 0 0 20 0 15 0 98483332 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021709040016 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3356] ppid=3350 vsize=10661132 memory=8112282956445269571 CPUtime=7.84 cores=1,3,5,7
/proc/3353/task/3356/stat : 3356 (java) R 3350 3353 3195 0 -1 4202560 255133 0 0 0 635 149 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021641493520 140021689798391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3357] ppid=3350 vsize=10661132 memory=1232 CPUtime=7.76 cores=1,3,5,7
/proc/3353/task/3357/stat : 3357 (java) R 3350 3353 3195 0 -1 4202560 62775 0 0 0 660 116 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021640440864 140021689798685 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3358] ppid=3350 vsize=10661132 memory=2336 CPUtime=7.8 cores=1,3,5,7
/proc/3353/task/3358/stat : 3358 (java) R 3350 3353 3195 0 -1 4202560 71079 0 0 0 624 156 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021639387920 140021689798685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3359] ppid=3350 vsize=10661132 memory=1580 CPUtime=7.7 cores=1,3,5,7
/proc/3353/task/3359/stat : 3359 (java) R 3350 3353 3195 0 -1 4202560 67698 0 0 0 586 184 0 0 20 0 15 0 98483333 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140021308713872 140021689501328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3360] ppid=3350 vsize=10661132 memory=4012 CPUtime=0.61 cores=1,3,5,7
/proc/3353/task/3360/stat : 3360 (java) S 3350 3353 3195 0 -1 1077944384 9995 0 0 0 60 1 0 0 20 0 15 0 98483335 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020808287040 140021704812245 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3361] ppid=3350 vsize=10661132 memory=28348 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3361/stat : 3361 (java) S 3350 3353 3195 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020807234688 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3362] ppid=3350 vsize=10661132 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3362/stat : 3362 (java) S 3350 3353 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98483335 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020806181616 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3363] ppid=3350 vsize=10661132 memory=1300 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3363/stat : 3363 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020805130192 140021704820635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3364] ppid=3350 vsize=10661132 memory=1840 CPUtime=0.55 cores=1,3,5,7
/proc/3353/task/3364/stat : 3364 (java) S 3350 3353 3195 0 -1 1077944384 3016 0 0 0 55 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020804078320 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3365] ppid=3350 vsize=10661132 memory=279845707814464 CPUtime=0.64 cores=1,3,5,7
/proc/3353/task/3365/stat : 3365 (java) S 3350 3353 3195 0 -1 1077944384 2959 0 0 0 64 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020803025776 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3366] ppid=3350 vsize=10661132 memory=6944656592455360604 CPUtime=0.27 cores=1,3,5,7
/proc/3353/task/3366/stat : 3366 (java) S 3350 3353 3195 0 -1 1077944384 1938 0 0 0 27 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020801972720 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3367] ppid=3350 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3367/stat : 3367 (java) S 3350 3353 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020800920416 140021704812245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
[pid=3353/tid=3368] ppid=3350 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/3353/task/3368/stat : 3368 (java) S 3350 3353 3195 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 15 0 98483338 10916999168 2076954 33554432000 4194304 4196468 140732730306240 140020799867440 140021704813186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732730311836 140732730311945 140732730311945 140732730314703 0
Current children cumulated CPU time: 42.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307816 KiB

[startup+18.0009 s]*
/proc/loadavg: 1.86 0.94 0.75 3/202 3369
/proc/meminfo: memFree=19426252/32770624 swapFree=67108404/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): 18.017
CPU time (s): 43.3186
CPU user time (s): 36.9328
CPU system time (s): 6.38578
CPU usage (%): 240.431
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8307820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.9328
system time used= 6.38578
maximum resident set size= 8307820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486493
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= 11911
involuntary context switches= 371


# summary of solver processes directly reported to runsolver:
#   pid: 3353
#   total CPU time (s): 43.3186
#   total CPU user time (s): 36.9328
#   total CPU system time (s): 6.38578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116715 second user time and 0.243157 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 22:20:02
IDJOB=4299233
IDBENCH=141312
IDSOLVER=2765
FILE ID=node148/4299233-1532809200
RUNJOBID= node148-1532809183-3227
PBS_JOBID= 21022476
Free space on /tmp= 43144 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299233-1532809200/watcher-4299233-1532809200 -o /tmp/evaluation-result-4299233-1532809200/solver-4299233-1532809200 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3227 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299233-1532809200.xml --timelimit 2520

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=673048742

node148.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.50
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.50
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.50
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.50
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:        22674928 kB
MemAvailable:   31121044 kB
Buffers:          231748 kB
Cached:          8347952 kB
SwapCached:          352 kB
Active:          2959048 kB
Inactive:        6483136 kB
Active(anon):     816092 kB
Inactive(anon):    74228 kB
Active(file):    2142956 kB
Inactive(file):  6408908 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:            121688 kB
Writeback:             0 kB
AnonPages:        868612 kB
Mapped:            55232 kB
Shmem:             25016 kB
Slab:             350936 kB
SReclaimable:     322712 kB
SUnreclaim:        28224 kB
KernelStack:        3536 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2118276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43144 MiB
End job on node148 at 2018-07-28 22:20:20