Trace number 4299189

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
GG's minicp 2018-04-29? 29.6784 10.2303

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
29.49/10.18	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
29.49/10.18		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:202)
29.49/10.18		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:138)
29.49/10.18		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
29.49/10.18		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
29.49/10.18		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
29.49/10.18		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
29.49/10.18		at org.xcsp.parser.XCallbacks$$Lambda$86/1836643189.accept(Unknown Source)
29.49/10.18		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
29.49/10.18		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
29.49/10.18		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
29.49/10.18		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
29.49/10.18		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
29.49/10.18		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
29.49/10.18		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
29.49/10.18		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
29.49/10.18		at xcsp3.XCSP3.<init>(XCSP3.java:70)
29.49/10.18		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
29.49/10.18		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
29.49/10.19	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 (8247 MiB free)
  memory of node 1: 16384 MiB (13233 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299189-1532795419/watcher-4299189-1532795419 -o /tmp/evaluation-result-4299189-1532795419/solver-4299189-1532795419 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299189-1532795419.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=699, runsolver pid=696

[startup+0.100586 s]*
/proc/loadavg: 2.72 2.18 2.10 3/216 714
/proc/meminfo: memFree=21980736/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661056 memory=27740 CPUtime=0.12 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 5272 0 0 0 11 1 0 0 20 0 15 0 97105078 10916921344 6935 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665264 6935 2861 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661056 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) R 696 699 30301 0 -1 4202560 3149 0 0 0 9 0 0 0 20 0 15 0 97105078 10916921344 6935 33554432000 4194304 4196468 140723996656928 140164733324912 140164729105814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 6935 33554432000 4194304 4196468 140723996656928 140164655168272 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661056 memory=4121273160111527584 CPUtime=0 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 6935 33554432000 4194304 4196468 140723996656928 140164654115728 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 6935 33554432000 4194304 4196468 140723996656928 140164653063184 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 6935 33554432000 4194304 4196468 140723996656928 140164652010640 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163965470704 140164729105026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) S 696 699 30301 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163961260528 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) S 696 699 30301 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163960207984 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0.01 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) R 696 699 30301 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 97105084 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163959155440 140164713174292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 6935 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27740 KiB

[startup+0.210789 s]*
/proc/loadavg: 2.72 2.18 2.10 4/216 714
/proc/meminfo: memFree=21969728/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661056 memory=39688 CPUtime=0.33 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 8034 0 0 0 31 2 0 0 20 0 15 0 97105078 10916921344 9922 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665264 9922 2951 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) R 696 699 30301 0 -1 4202560 5106 0 0 0 19 1 0 0 20 0 15 0 97105078 10916921344 9988 33554432000 4194304 4196468 140723996656928 140164733325600 140164729115805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 9988 33554432000 4194304 4196468 140723996656928 140164655168272 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661056 memory=4121273160111527584 CPUtime=0 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 9988 33554432000 4194304 4196468 140723996656928 140164654115728 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 9988 33554432000 4194304 4196468 140723996656928 140164653063184 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 9988 33554432000 4194304 4196468 140723996656928 140164652010640 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163965470704 140164729105026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) R 696 699 30301 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 15 0 97105084 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163961260528 140164729105026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) R 696 699 30301 0 -1 4202560 435 0 0 0 2 0 0 0 20 0 15 0 97105084 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163960207984 140164709794176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0.07 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) S 696 699 30301 0 -1 1077944384 817 0 0 0 7 0 0 0 20 0 15 0 97105084 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163959155440 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 9988 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39688 KiB

[startup+0.31065 s]*
/proc/loadavg: 2.72 2.18 2.10 3/216 714
/proc/meminfo: memFree=21917536/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661056 memory=96272 CPUtime=0.49 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 8373 0 0 0 46 3 0 0 20 0 15 0 97105078 10916921344 24068 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665264 24068 3028 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661056 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) R 696 699 30301 0 -1 4202560 5162 0 0 0 28 2 0 0 20 0 15 0 97105078 10916921344 24078 33554432000 4194304 4196468 140723996656928 140164733324304 140164328661766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661056 memory=4294976325 CPUtime=0 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 24078 33554432000 4194304 4196468 140723996656928 140164655168272 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661056 memory=4122119779769947808 CPUtime=0 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 24078 33554432000 4194304 4196468 140723996656928 140164654115728 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 24078 33554432000 4194304 4196468 140723996656928 140164653063184 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105079 10916921344 24590 33554432000 4194304 4196468 140723996656928 140164652010640 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163965470704 140164729105026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97105081 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661056 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) S 696 699 30301 0 -1 1077944384 459 0 0 0 4 0 0 0 20 0 15 0 97105084 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163961260528 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661056 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) S 696 699 30301 0 -1 1077944384 512 0 0 0 4 0 0 0 20 0 15 0 97105084 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163960207984 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0.1 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) S 696 699 30301 0 -1 1077944384 889 0 0 0 10 0 0 0 20 0 15 0 97105084 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163959155440 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661056 memory=140610128877184 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105084 10916921344 24590 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 96272 KiB

[startup+0.700757 s]
/proc/loadavg: 2.72 2.18 2.10 5/216 714
/proc/meminfo: memFree=21735892/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661132 memory=275044 CPUtime=1.46 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 10688 0 0 0 139 7 0 0 20 0 15 0 97105078 10916999168 68761 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665283 68761 3112 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661132 memory=1962 CPUtime=0.65 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) R 696 699 30301 0 -1 4202560 5502 0 0 0 62 3 0 0 20 0 15 0 97105078 10916999168 68761 33554432000 4194304 4196468 140723996656928 140164733327888 140164330929565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661132 memory=120428 CPUtime=0.02 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) S 696 699 30301 0 -1 1077944384 47 0 0 0 2 0 0 0 20 0 15 0 97105079 10916999168 68761 33554432000 4194304 4196468 140723996656928 140164655168272 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) S 696 699 30301 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 97105079 10916999168 68761 33554432000 4194304 4196468 140723996656928 140164654115728 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661132 memory=52 CPUtime=0.02 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) S 696 699 30301 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 15 0 97105079 10916999168 68761 33554432000 4194304 4196468 140723996656928 140164653063184 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) S 696 699 30301 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 97105079 10916999168 68761 33554432000 4194304 4196468 140723996656928 140164652010640 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163965470704 140164729105026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661132 memory=16108 CPUtime=0.29 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) S 696 699 30301 0 -1 1077944384 1162 0 0 0 29 0 0 0 20 0 15 0 97105084 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163961260528 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661132 memory=16240 CPUtime=0.25 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) S 696 699 30301 0 -1 1077944384 1159 0 0 0 25 0 0 0 20 0 15 0 97105084 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163960207984 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661132 memory=1792 CPUtime=0.18 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) S 696 699 30301 0 -1 1077944384 1326 0 0 0 18 0 0 0 20 0 15 0 97105084 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163959155440 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 68761 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 275044 KiB

[startup+1.50077 s]
/proc/loadavg: 2.72 2.18 2.10 3/216 714
/proc/meminfo: memFree=21648948/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661132 memory=497372 CPUtime=2.72 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 11841 0 0 0 253 19 0 0 20 0 15 0 97105078 10916999168 124343 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665283 124343 3131 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661132 memory=65 CPUtime=1.39 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) R 696 699 30301 0 -1 4202560 5592 0 0 0 134 5 0 0 20 0 15 0 97105078 10916999168 124343 33554432000 4194304 4196468 140723996656928 140164733331728 140164331359981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661132 memory=302392 CPUtime=0.07 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) S 696 699 30301 0 -1 1077944384 165 0 0 0 4 3 0 0 20 0 15 0 97105079 10916999168 124343 33554432000 4194304 4196468 140723996656928 140164655168272 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661132 memory=1962 CPUtime=0.06 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) S 696 699 30301 0 -1 1077944384 179 0 0 0 4 2 0 0 20 0 15 0 97105079 10916999168 124343 33554432000 4194304 4196468 140723996656928 140164654115728 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661132 memory=120428 CPUtime=0.07 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) S 696 699 30301 0 -1 1077944384 192 0 0 0 4 3 0 0 20 0 15 0 97105079 10916999168 124343 33554432000 4194304 4196468 140723996656928 140164653063184 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661132 memory=16108 CPUtime=0.05 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) S 696 699 30301 0 -1 1077944384 252 0 0 0 3 2 0 0 20 0 15 0 97105079 10916999168 124343 33554432000 4194304 4196468 140723996656928 140164652010640 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661132 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 124343 33554432000 4194304 4196468 140723996656928 140163965470704 140164729105026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0

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


[startup+6.40104 s]
/proc/loadavg: 2.98 2.24 2.12 6/216 714
/proc/meminfo: memFree=15940408/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661132 memory=6168516 CPUtime=16.09 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 39700 0 0 0 1230 379 0 0 20 0 15 0 97105078 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665283 1542129 3149 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661132 memory=17436 CPUtime=3.16 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) R 696 699 30301 0 -1 4202560 7765 0 0 0 302 14 0 0 20 0 15 0 97105078 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140164733332576 140164715161998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661132 memory=0 CPUtime=2.91 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) S 696 699 30301 0 -1 1077944384 3762 0 0 0 212 79 0 0 20 0 15 0 97105079 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140164655168272 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661132 memory=0 CPUtime=2.91 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) S 696 699 30301 0 -1 1077944384 5364 0 0 0 196 95 0 0 20 0 15 0 97105079 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140164654115728 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661132 memory=497372 CPUtime=2.88 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) S 696 699 30301 0 -1 1077944384 4345 0 0 0 200 88 0 0 20 0 15 0 97105079 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140164653063184 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661132 memory=6655300316396806240 CPUtime=2.89 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) S 696 699 30301 0 -1 1077944384 4239 0 0 0 191 98 0 0 20 0 15 0 97105079 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140164652010640 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661132 memory=-1161699032756226647 CPUtime=0.16 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 8580 0 0 0 15 1 0 0 20 0 15 0 97105081 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163965470704 140164729105026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661132 memory=7679937539709960979 CPUtime=0.42 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) S 696 699 30301 0 -1 1077944384 1333 0 0 0 42 0 0 0 20 0 15 0 97105084 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163961260528 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661132 memory=8514726395715088025 CPUtime=0.43 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) S 696 699 30301 0 -1 1077944384 1214 0 0 0 43 0 0 0 20 0 15 0 97105084 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163960207984 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661132 memory=-6352457589557792214 CPUtime=0.26 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) S 696 699 30301 0 -1 1077944384 1474 0 0 0 25 1 0 0 20 0 15 0 97105084 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163959155440 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661132 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661132 memory=288230604624101684 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 1542129 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 16.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 6168516 KiB

[startup+8.00127 s]*
/proc/loadavg: 2.98 2.24 2.12 6/216 714
/proc/meminfo: memFree=14115296/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661132 memory=7886232 CPUtime=21.88 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 43915 0 0 0 1560 628 0 0 20 0 15 0 97105078 10916999168 1971558 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665283 1971558 3149 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661132 memory=140610128880049 CPUtime=3.32 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) S 696 699 30301 0 -1 1077944384 7802 0 0 0 318 14 0 0 20 0 15 0 97105078 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140164733332576 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661132 memory=4126316290023845779 CPUtime=4.3 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) R 696 699 30301 0 -1 4202560 4294 0 0 0 302 128 0 0 20 0 15 0 97105079 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140164655168472 140164722196596 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661132 memory=928 CPUtime=4.31 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) R 696 699 30301 0 -1 4202560 6609 0 0 0 264 167 0 0 20 0 15 0 97105079 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140164654115928 140164722196596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661132 memory=2244 CPUtime=4.27 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) R 696 699 30301 0 -1 4202560 5448 0 0 0 277 150 0 0 20 0 15 0 97105079 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140164653063384 140164722196596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661132 memory=2241 CPUtime=4.29 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) R 696 699 30301 0 -1 4202560 4945 0 0 0 267 162 0 0 20 0 15 0 97105079 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140164652010528 140164722196596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661132 memory=2244 CPUtime=0.21 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 9173 0 0 0 20 1 0 0 20 0 15 0 97105081 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140163965469248 140164729104085 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661132 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661132 memory=840 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661132 memory=916 CPUtime=0.42 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) S 696 699 30301 0 -1 1077944384 1335 0 0 0 42 0 0 0 20 0 15 0 97105084 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140163961260576 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661132 memory=3852 CPUtime=0.43 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) S 696 699 30301 0 -1 1077944384 1217 0 0 0 43 0 0 0 20 0 15 0 97105084 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140163960207744 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661132 memory=-3535359994705172875 CPUtime=0.26 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) S 696 699 30301 0 -1 1077944384 1476 0 0 0 25 1 0 0 20 0 15 0 97105084 10916999168 1973606 33554432000 4194304 4196468 140723996656928 140163959155488 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 1974118 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 1974118 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 21.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7886232 KiB

[startup+9.60124 s]
/proc/loadavg: 2.90 2.24 2.12 6/216 714
/proc/meminfo: memFree=13694464/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661132 memory=8299928 CPUtime=27.5 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 49730 0 0 0 2052 698 0 0 20 0 15 0 97105078 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665283 2074982 3149 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661132 memory=1300 CPUtime=3.39 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) S 696 699 30301 0 -1 1077944384 7815 0 0 0 325 14 0 0 20 0 15 0 97105078 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164733332576 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661132 memory=1840 CPUtime=5.64 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) S 696 699 30301 0 -1 1077944384 4523 0 0 0 418 146 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164655168080 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661132 memory=6947385649911455296 CPUtime=5.66 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) R 696 699 30301 0 -1 4202560 6802 0 0 0 378 188 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164654115536 140164721722087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661132 memory=9 CPUtime=5.63 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) R 696 699 30301 0 -1 4202560 10551 0 0 0 397 166 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164653063384 140164722196851 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661132 memory=10 CPUtime=5.63 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) R 696 699 30301 0 -1 4202560 5206 0 0 0 386 177 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164652010448 140164721722087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661132 memory=8 CPUtime=0.36 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 9181 0 0 0 35 1 0 0 20 0 15 0 97105081 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163965469264 140164729104085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661132 memory=2850484 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661132 memory=753 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661132 memory=7085115938963612519 CPUtime=0.42 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) S 696 699 30301 0 -1 1077944384 1335 0 0 0 42 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163961260528 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661132 memory=7661301826144790117 CPUtime=0.43 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) S 696 699 30301 0 -1 1077944384 1217 0 0 0 43 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163960207984 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661132 memory=7661308401823408485 CPUtime=0.26 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) S 696 699 30301 0 -1 1077944384 1476 0 0 0 25 1 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163959155440 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661132 memory=6364044 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661132 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 27.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8299928 KiB

[startup+10.0013 s]*
/proc/loadavg: 2.90 2.24 2.12 6/216 714
/proc/meminfo: memFree=13694464/32770624 swapFree=67108404/67108860
[pid=699] ppid=696 vsize=10661132 memory=8299928 CPUtime=29.09 cores=0,2,4,6
/proc/699/stat : 699 (java) S 696 699 30301 0 -1 1077944320 49730 0 0 0 2210 699 0 0 20 0 15 0 97105078 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140723996639472 140164729093879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
/proc/699/statm: 2665283 2074982 3149 1 0 2627263 0
[pid=699/tid=701] ppid=696 vsize=10661132 memory=1398720917958146503 CPUtime=3.39 cores=0,2,4,6
/proc/699/task/701/stat : 701 (java) S 696 699 30301 0 -1 1077944384 7815 0 0 0 325 14 0 0 20 0 15 0 97105078 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164733332576 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=702] ppid=696 vsize=10661132 memory=4126316290023845779 CPUtime=6.03 cores=0,2,4,6
/proc/699/task/702/stat : 702 (java) R 696 699 30301 0 -1 1077944384 4523 0 0 0 457 146 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164655168080 140164729105026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=703] ppid=696 vsize=10661132 memory=5935838198225261165 CPUtime=6.06 cores=0,2,4,6
/proc/699/task/703/stat : 703 (java) R 696 699 30301 0 -1 4202560 6802 0 0 0 418 188 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164654115536 140164721722087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=704] ppid=696 vsize=10661132 memory=6656426216303648864 CPUtime=6.03 cores=0,2,4,6
/proc/699/task/704/stat : 704 (java) R 696 699 30301 0 -1 4202560 10551 0 0 0 437 166 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164653063384 140164722196908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=705] ppid=696 vsize=10661132 memory=5793975918181504100 CPUtime=6.03 cores=0,2,4,6
/proc/699/task/705/stat : 705 (java) R 696 699 30301 0 -1 4202560 5206 0 0 0 426 177 0 0 20 0 15 0 97105079 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140164652010448 140164721722087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=706] ppid=696 vsize=10661132 memory=6226035583565975913 CPUtime=0.36 cores=0,2,4,6
/proc/699/task/706/stat : 706 (java) S 696 699 30301 0 -1 1077944384 9181 0 0 0 35 1 0 0 20 0 15 0 97105081 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163965469264 140164729104085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=707] ppid=696 vsize=10661132 memory=-2245088631185882904 CPUtime=0 cores=0,2,4,6
/proc/699/task/707/stat : 707 (java) S 696 699 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163964416928 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=708] ppid=696 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/699/task/708/stat : 708 (java) S 696 699 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97105081 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163963364336 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=709] ppid=696 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/699/task/709/stat : 709 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163962312912 140164729112475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=710] ppid=696 vsize=10661132 memory=6944656575208382560 CPUtime=0.42 cores=0,2,4,6
/proc/699/task/710/stat : 710 (java) S 696 699 30301 0 -1 1077944384 1335 0 0 0 42 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163961260528 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=711] ppid=696 vsize=10661132 memory=-3258418265892434876 CPUtime=0.43 cores=0,2,4,6
/proc/699/task/711/stat : 711 (java) S 696 699 30301 0 -1 1077944384 1217 0 0 0 43 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163960207984 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=712] ppid=696 vsize=10661132 memory=4572146066226452084 CPUtime=0.26 cores=0,2,4,6
/proc/699/task/712/stat : 712 (java) S 696 699 30301 0 -1 1077944384 1476 0 0 0 25 1 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163959155440 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=713] ppid=696 vsize=10661132 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/699/task/713/stat : 713 (java) S 696 699 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163958103136 140164729104085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
[pid=699/tid=714] ppid=696 vsize=10661132 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/699/task/714/stat : 714 (java) S 696 699 30301 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 97105084 10916999168 2074982 33554432000 4194304 4196468 140723996656928 140163957049648 140164729105026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 37429248 140723996660853 140723996661001 140723996661001 140723996663759 0
Current children cumulated CPU time: 29.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8299928 KiB

[startup+10.2008 s]*
/proc/loadavg: 2.90 2.24 2.12 3/203 715
/proc/meminfo: memFree=16150668/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): 10.2303
CPU time (s): 29.6784
CPU user time (s): 22.6463
CPU system time (s): 7.03209
CPU usage (%): 290.104
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8299928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6463
system time used= 7.03209
maximum resident set size= 8300588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50045
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= 2765
involuntary context switches= 261


# summary of solver processes directly reported to runsolver:
#   pid: 699
#   total CPU time (s): 29.6784
#   total CPU user time (s): 22.6463
#   total CPU system time (s): 7.03209

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.109572 second user time and 0.146097 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 18:30:19
IDJOB=4299189
IDBENCH=141306
IDSOLVER=2762
FILE ID=node148/4299189-1532795419
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43236 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299189-1532795419/watcher-4299189-1532795419 -o /tmp/evaluation-result-4299189-1532795419/solver-4299189-1532795419 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299189-1532795419.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=260746225

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:        21996648 kB
MemAvailable:   30306020 kB
Buffers:          229380 kB
Cached:          8213628 kB
SwapCached:          352 kB
Active:          3649580 kB
Inactive:        6467756 kB
Active(anon):    1627848 kB
Inactive(anon):    74228 kB
Active(file):    2021732 kB
Inactive(file):  6393528 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             29224 kB
Writeback:            40 kB
AnonPages:       1679116 kB
Mapped:            54908 kB
Shmem:             25016 kB
Slab:             351136 kB
SReclaimable:     322572 kB
SUnreclaim:        28564 kB
KernelStack:        3648 kB
PageTables:         8892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2978320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1564672 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= 43236 MiB
End job on node148 at 2018-07-28 18:30:30