Trace number 4299178

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? 75.097 25.8401

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
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 variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
74.93/25.73	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
74.93/25.73		at java.util.Arrays.copyOf(Arrays.java:3308)
74.93/25.73		at java.util.BitSet.ensureCapacity(BitSet.java:337)
74.93/25.73		at java.util.BitSet.expandTo(BitSet.java:352)
74.93/25.73		at java.util.BitSet.set(BitSet.java:447)
74.93/25.73		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:61)
74.93/25.73		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:140)
74.93/25.73		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
74.93/25.73		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
74.93/25.73		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
74.93/25.73		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
74.93/25.79		at org.xcsp.parser.XCallbacks$$Lambda$86/546718765.accept(Unknown Source)
74.93/25.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
74.93/25.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
74.93/25.79		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
74.93/25.79		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
74.93/25.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
74.93/25.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
74.93/25.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
74.93/25.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
74.93/25.79		at xcsp3.XCSP3.<init>(XCSP3.java:72)
74.93/25.79		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
74.93/25.79		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
74.93/25.79	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 (2866 MiB free)
  memory of node 1: 16384 MiB (13918 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299178-1532791011/watcher-4299178-1532791011 -o /tmp/evaluation-result-4299178-1532791011/solver-4299178-1532791011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24589 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299178-1532791011.xml 

running on 4 cores: 1,3,5,7

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

solver pid=27532, runsolver pid=27529

[startup+0.105639 s]*
/proc/loadavg: 3.13 1.86 1.54 4/215 27547
/proc/meminfo: memFree=17171876/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661052 memory=27696 CPUtime=0.14 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 5358 0 0 0 12 2 0 0 20 0 15 0 96663953 10916917248 6924 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665263 6924 2849 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661052 memory=-8269626465541196925 CPUtime=0.09 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) R 27529 27532 24557 0 -1 4202560 3146 0 0 0 8 1 0 0 20 0 15 0 96663954 10916917248 6924 33554432000 4194304 4196468 140734943287280 139856067593360 139856063376790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 6924 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661052 memory=140564881286784 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 6924 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661052 memory=140564881286784 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96663956 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855623154544 139856063376002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96663957 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855622100512 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96663957 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) S 27529 27532 24557 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855618943344 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) S 27529 27532 24557 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855617890544 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661052 memory=140564881286784 CPUtime=0.02 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) R 27529 27532 24557 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 96663959 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855616837872 139856041939108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661052 memory=140564881286784 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 6924 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27696 KiB

[startup+0.211183 s]*
/proc/loadavg: 3.13 1.86 1.54 4/215 27547
/proc/meminfo: memFree=17159968/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661052 memory=39888 CPUtime=0.34 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 8064 0 0 0 31 3 0 0 20 0 15 0 96663953 10916917248 9972 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665263 9972 2979 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) R 27529 27532 24557 0 -1 4202560 5089 0 0 0 18 2 0 0 20 0 15 0 96663954 10916917248 9972 33554432000 4194304 4196468 140734943287280 139856067596576 139856063386781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 9972 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661052 memory=140564881832812 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 9972 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96663955 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661052 memory=140564881286784 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96663956 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855623154544 139856063376002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96663957 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855622100512 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96663957 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661052 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) R 27529 27532 24557 0 -1 4202560 486 0 0 0 1 0 0 0 20 0 15 0 96663959 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855618943344 139856047756832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661052 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) R 27529 27532 24557 0 -1 4202560 311 0 0 0 3 0 0 0 20 0 15 0 96663959 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855617890544 139856043027072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661052 memory=140564881286784 CPUtime=0.08 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) S 27529 27532 24557 0 -1 1077944384 810 0 0 0 8 0 0 0 20 0 15 0 96663959 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855616837744 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661052 memory=140564881286784 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663959 10916917248 9972 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39888 KiB

[startup+0.31061 s]*
/proc/loadavg: 3.13 1.86 1.54 3/215 27547
/proc/meminfo: memFree=17121052/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661128 memory=76684 CPUtime=0.51 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 8556 0 0 0 48 3 0 0 20 0 15 0 96663953 10916995072 19171 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665282 19171 3049 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) R 27529 27532 24557 0 -1 4202560 5311 0 0 0 27 2 0 0 20 0 15 0 96663954 10916995072 19171 33554432000 4194304 4196468 140734943287280 139856067594432 139856041367390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661128 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916995072 19171 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661128 memory=140564881826862 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916995072 19171 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663955 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96663955 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661128 memory=140564881286784 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96663956 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855623154544 139856063376002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855622100512 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) R 27529 27532 24557 0 -1 4202560 623 0 0 0 3 0 0 0 20 0 15 0 96663959 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855618933856 139856047653867 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661128 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) R 27529 27532 24557 0 -1 1077944384 374 0 0 0 5 0 0 0 20 0 15 0 96663959 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855617890640 139856063375061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661128 memory=140564881286784 CPUtime=0.1 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) R 27529 27532 24557 0 -1 4202560 881 0 0 0 10 0 0 0 20 0 15 0 96663959 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855616837744 139856047445342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661128 memory=140564881286784 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 19171 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 76684 KiB

[startup+0.701923 s]
/proc/loadavg: 3.13 1.86 1.54 5/215 27547
/proc/meminfo: memFree=17030388/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661128 memory=245996 CPUtime=1.49 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 10591 0 0 0 137 12 0 0 20 0 15 0 96663953 10916995072 61499 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665282 61499 3115 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661128 memory=258843854536434 CPUtime=0.64 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) R 27529 27532 24557 0 -1 4202560 5480 0 0 0 60 4 0 0 20 0 15 0 96663954 10916995072 61499 33554432000 4194304 4196468 140734943287280 139856067599160 139855697113242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661128 memory=4051047449723404320 CPUtime=0.02 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 96663955 10916995072 61499 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 15 0 96663955 10916995072 61499 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 96663955 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661128 memory=7809523229951467576 CPUtime=0.02 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 96663955 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96663956 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855623154544 139856063376002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661128 memory=-6583839696183762729 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855622100512 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661128 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) R 27529 27532 24557 0 -1 1077944384 1224 0 0 0 25 0 0 0 20 0 15 0 96663959 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855618943344 139856063376002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661128 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) R 27529 27532 24557 0 -1 4202560 1042 0 0 0 27 0 0 0 20 0 15 0 96663959 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855617890544 139856063376790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661128 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) S 27529 27532 24557 0 -1 1077944384 1297 0 0 0 18 0 0 0 20 0 15 0 96663959 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855616837744 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661128 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 61499 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 245996 KiB

[startup+1.50089 s]
/proc/loadavg: 3.13 1.86 1.54 6/215 27547
/proc/meminfo: memFree=16785624/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661128 memory=460636 CPUtime=2.75 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 11723 0 0 0 252 23 0 0 20 0 15 0 96663953 10916995072 115159 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665282 115159 3132 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661128 memory=12848 CPUtime=1.38 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) R 27529 27532 24557 0 -1 4202560 5580 0 0 0 133 5 0 0 20 0 15 0 96663954 10916995072 115159 33554432000 4194304 4196468 140734943287280 139856067602816 139855697802993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661128 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 66 0 0 0 4 3 0 0 20 0 15 0 96663955 10916995072 115159 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661128 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 151 0 0 0 3 3 0 0 20 0 15 0 96663955 10916995072 115159 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 415 0 0 0 4 3 0 0 20 0 15 0 96663955 10916995072 115159 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 141 0 0 0 4 3 0 0 20 0 15 0 96663955 10916995072 115159 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 96663956 10916995072 115159 33554432000 4194304 4196468 140734943287280 139855623154544 139856063376002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0

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

/proc/27532/task/27534/stat : 27534 (java) R 27529 27532 24557 0 -1 4202560 7856 0 0 0 330 12 0 0 20 0 15 0 96663954 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139856067603520 139855698277939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661128 memory=1570 CPUtime=2.7 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 20785 0 0 0 171 99 0 0 20 0 15 0 96663955 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661128 memory=326 CPUtime=2.71 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 23331 0 0 0 175 96 0 0 20 0 15 0 96663955 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661128 memory=270 CPUtime=2.73 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 20938 0 0 0 173 100 0 0 20 0 15 0 96663955 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661128 memory=271 CPUtime=2.73 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 20511 0 0 0 173 100 0 0 20 0 15 0 96663955 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661128 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 6984 0 0 0 10 0 0 0 20 0 15 0 96663956 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855623154544 139856063376002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661128 memory=-8183429176649291714 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855622100576 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661128 memory=-4116735710718344508 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661128 memory=7955440994963975232 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661128 memory=8868 CPUtime=0.59 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) S 27529 27532 24557 0 -1 1077944384 1313 0 0 0 59 0 0 0 20 0 15 0 96663959 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855618943344 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661128 memory=281129500604104 CPUtime=0.53 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) S 27529 27532 24557 0 -1 1077944384 1208 0 0 0 53 0 0 0 20 0 15 0 96663959 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855617890544 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661128 memory=288230583149265200 CPUtime=0.27 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) S 27529 27532 24557 0 -1 1077944384 1455 0 0 0 27 0 0 0 20 0 15 0 96663959 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855616837744 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661128 memory=15821101267683391 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 1043805 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 15.87 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 4175220 KiB

[startup+12.7008 s]
/proc/loadavg: 3.25 1.93 1.57 6/215 27547
/proc/meminfo: memFree=8485088/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661128 memory=6993356 CPUtime=33.27 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 157088 0 0 0 2566 761 0 0 20 0 15 0 96663953 10916995072 1748339 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665282 1748339 3161 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661128 memory=594 CPUtime=6.02 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) R 27529 27532 24557 0 -1 4202560 24907 0 0 0 589 13 0 0 20 0 15 0 96663954 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139856067603312 139855694997024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661128 memory=0 CPUtime=6.34 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 27387 0 0 0 449 185 0 0 20 0 15 0 96663955 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661128 memory=7809921528675983976 CPUtime=6.35 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 30044 0 0 0 447 188 0 0 20 0 15 0 96663955 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661128 memory=4140 CPUtime=6.41 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 26406 0 0 0 463 178 0 0 20 0 15 0 96663955 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661128 memory=27908 CPUtime=6.41 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 31726 0 0 0 450 191 0 0 20 0 15 0 96663955 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661128 memory=56 CPUtime=0.22 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 10023 0 0 0 21 1 0 0 20 0 15 0 96663956 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855623154544 139856063376002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855622100576 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661128 memory=53 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661128 memory=27 CPUtime=0.65 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) S 27529 27532 24557 0 -1 1077944384 2528 0 0 0 65 0 0 0 20 0 15 0 96663959 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855618943344 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661128 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) S 27529 27532 24557 0 -1 1077944384 1210 0 0 0 53 0 0 0 20 0 15 0 96663959 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855617890544 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661128 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) S 27529 27532 24557 0 -1 1077944384 1457 0 0 0 27 0 0 0 20 0 15 0 96663959 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855616837744 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661128 memory=487 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661128 memory=16 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 1748339 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 33.27 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 6993356 KiB

[startup+25.5008 s]
/proc/loadavg: 4.22 2.21 1.66 8/215 27623
/proc/meminfo: memFree=15155292/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661128 memory=8149796 CPUtime=74.26 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 243696 0 0 0 6517 909 0 0 20 0 15 0 96663953 10916995072 2037449 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665282 2037449 3161 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661128 memory=0 CPUtime=8.08 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) S 27529 27532 24557 0 -1 1077944384 26665 0 0 0 795 13 0 0 20 0 15 0 96663954 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139856067603552 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661128 memory=300668052507459867 CPUtime=15.81 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) R 27529 27532 24557 0 -1 4202560 92196 0 0 0 1352 229 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139856015985104 139856055993063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661128 memory=56 CPUtime=15.78 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) R 27529 27532 24557 0 -1 4202560 35102 0 0 0 1360 218 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139856014932496 139856048065107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661128 memory=6944656575208382560 CPUtime=15.87 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) R 27529 27532 24557 0 -1 4202560 28349 0 0 0 1369 218 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855668107784 139856055993063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661128 memory=56 CPUtime=15.8 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) R 27529 27532 24557 0 -1 4202560 36680 0 0 0 1356 224 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855667054672 139856055993063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661128 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) S 27529 27532 24557 0 -1 1077944384 18046 0 0 0 135 1 0 0 20 0 15 0 96663956 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855623153088 139856063375061 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855622100576 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661128 memory=8149776 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661128 memory=288230583166042425 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661128 memory=7360 CPUtime=0.65 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) S 27529 27532 24557 0 -1 1077944384 2532 0 0 0 65 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855618943344 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661128 memory=6593 CPUtime=0.53 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) S 27529 27532 24557 0 -1 1077944384 1212 0 0 0 53 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855617890544 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661128 memory=808 CPUtime=0.27 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) S 27529 27532 24557 0 -1 1077944384 1490 0 0 0 27 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855616837744 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661128 memory=1565 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661128 memory=132 CPUtime=0.01 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 60 0 0 0 0 1 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 74.26 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8149796 KiB

[startup+25.8401 s]
# the end of solver process 27532 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=65.9488 s, system=9.14824 s

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

[startup+25.6012 s]
/proc/loadavg: 4.22 2.21 1.66 8/215 27623
/proc/meminfo: memFree=15155292/32770624 swapFree=67108688/67108860
[pid=27532] ppid=27529 vsize=10661128 memory=8149796 CPUtime=74.57 cores=1,3,5,7
/proc/27532/stat : 27532 (java) S 27529 27532 24557 0 -1 1077944320 243696 0 0 0 6548 909 0 0 20 0 15 0 96663953 10916995072 2037449 33554432000 4194304 4196468 140734943287280 140734943269824 139856063364855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
/proc/27532/statm: 2665282 2037449 3161 1 0 2627263 0
[pid=27532/tid=27534] ppid=27529 vsize=10661128 memory=576574510189602056 CPUtime=8.08 cores=1,3,5,7
/proc/27532/task/27534/stat : 27534 (java) S 27529 27532 24557 0 -1 1077944384 26665 0 0 0 795 13 0 0 20 0 15 0 96663954 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139856067603552 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27535] ppid=27529 vsize=10661128 memory=12415 CPUtime=15.88 cores=1,3,5,7
/proc/27532/task/27535/stat : 27535 (java) S 27529 27532 24557 0 -1 1077944384 92196 0 0 0 1359 229 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139856015985296 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27536] ppid=27529 vsize=10661128 memory=-2245088631185882904 CPUtime=15.85 cores=1,3,5,7
/proc/27532/task/27536/stat : 27536 (java) S 27529 27532 24557 0 -1 1077944384 35102 0 0 0 1367 218 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139856014932496 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27537] ppid=27529 vsize=10661128 memory=281129500279024 CPUtime=15.93 cores=1,3,5,7
/proc/27532/task/27537/stat : 27537 (java) S 27529 27532 24557 0 -1 1077944384 28349 0 0 0 1375 218 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855668107664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27538] ppid=27529 vsize=10661128 memory=1952 CPUtime=15.88 cores=1,3,5,7
/proc/27532/task/27538/stat : 27538 (java) S 27529 27532 24557 0 -1 1077944384 36680 0 0 0 1364 224 0 0 20 0 15 0 96663955 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855667054864 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27539] ppid=27529 vsize=10661128 memory=1708 CPUtime=1.39 cores=1,3,5,7
/proc/27532/task/27539/stat : 27539 (java) R 27529 27532 24557 0 -1 4202560 18046 0 0 0 138 1 0 0 20 0 15 0 96663956 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855623152976 139856041735035 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27540] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27540/stat : 27540 (java) S 27529 27532 24557 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855622100576 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27541] ppid=27529 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27541/stat : 27541 (java) S 27529 27532 24557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96663957 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855621047664 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27542] ppid=27529 vsize=10661128 memory=4121552356326550848 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27542/stat : 27542 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855619995984 139856063383451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27543] ppid=27529 vsize=10661128 memory=8149776 CPUtime=0.65 cores=1,3,5,7
/proc/27532/task/27543/stat : 27543 (java) S 27529 27532 24557 0 -1 1077944384 2532 0 0 0 65 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855618943344 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27544] ppid=27529 vsize=10661128 memory=7271908 CPUtime=0.53 cores=1,3,5,7
/proc/27532/task/27544/stat : 27544 (java) S 27529 27532 24557 0 -1 1077944384 1212 0 0 0 53 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855617890544 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27545] ppid=27529 vsize=10661128 memory=1724 CPUtime=0.27 cores=1,3,5,7
/proc/27532/task/27545/stat : 27545 (java) S 27529 27532 24557 0 -1 1077944384 1490 0 0 0 27 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855616837744 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27546] ppid=27529 vsize=10661128 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27532/task/27546/stat : 27546 (java) S 27529 27532 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855615785184 139856063375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
[pid=27532/tid=27547] ppid=27529 vsize=10661128 memory=1952 CPUtime=0.01 cores=1,3,5,7
/proc/27532/task/27547/stat : 27547 (java) S 27529 27532 24557 0 -1 1077944384 60 0 0 0 0 1 0 0 20 0 15 0 96663959 10916995072 2037449 33554432000 4194304 4196468 140734943287280 139855614733488 139856063376002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 15794176 140734943294637 140734943294729 140734943294729 140734943297487 0
Current children cumulated CPU time: 74.57 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8149796 KiB

[startup+25.8101 s]*
/proc/loadavg: 4.22 2.21 1.66 3/202 27624
/proc/meminfo: memFree=19754776/32770624 swapFree=67108688/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): 25.8401
CPU time (s): 75.097
CPU user time (s): 65.9488
CPU system time (s): 9.14824
CPU usage (%): 290.622
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8149796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.9488
system time used= 9.14824
maximum resident set size= 8149864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243875
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= 5853
involuntary context switches= 1094


# summary of solver processes directly reported to runsolver:
#   pid: 27532
#   total CPU time (s): 75.097
#   total CPU user time (s): 65.9488
#   total CPU system time (s): 9.14824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.188599 second user time and 0.322019 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 17:16:51
IDJOB=4299178
IDBENCH=141304
IDSOLVER=2766
FILE ID=node106/4299178-1532791011
RUNJOBID= node106-1532776007-24589
PBS_JOBID= 21022468
Free space on /tmp= 45724 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299178-1532791011/watcher-4299178-1532791011 -o /tmp/evaluation-result-4299178-1532791011/solver-4299178-1532791011 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24589 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299178-1532791011.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=2101603792

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17188564 kB
MemAvailable:   26058888 kB
Buffers:          230168 kB
Cached:          8801264 kB
SwapCached:            0 kB
Active:          8848096 kB
Inactive:        6101100 kB
Active(anon):    5864848 kB
Inactive(anon):    80488 kB
Active(file):    2983248 kB
Inactive(file):  6020612 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             18328 kB
Writeback:             0 kB
AnonPages:       6034780 kB
Mapped:            55224 kB
Shmem:             25056 kB
Slab:             322732 kB
SReclaimable:     294924 kB
SUnreclaim:        27808 kB
KernelStack:        3808 kB
PageTables:        16928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6303792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5908480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46148 MiB
End job on node106 at 2018-07-28 17:17:17