Trace number 4299199

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? 65.3156 25.8432

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299199-1532791039/watcher-4299199-1532791039 -o /tmp/evaluation-result-4299199-1532791039/solver-4299199-1532791039 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24588 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299199-1532791039.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=27764, runsolver pid=27761

[startup+0.100058 s]*
/proc/loadavg: 4.22 2.21 1.66 4/216 27779
/proc/meminfo: memFree=22719916/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661052 memory=27400 CPUtime=0.13 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 5283 0 0 0 11 2 0 0 20 0 15 0 96666820 10916917248 6850 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665263 6850 2813 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661052 memory=-8269626465541592447 CPUtime=0.09 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 24557 0 -1 4202560 3131 0 0 0 8 1 0 0 20 0 15 0 96666820 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571521826272 140571517607318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571470215824 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571469163024 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571468110224 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571467057424 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666822 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571076655984 140571517606530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96666823 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571075601952 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96666823 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) R 27761 27764 24557 0 -1 4202560 323 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571072444784 140571497456057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) R 27761 27764 24557 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571071391984 140571517606530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0.02 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) R 27761 27764 24557 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 96666825 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571070339184 140571501675870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96666826 10916917248 6850 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27400 KiB

[startup+0.210509 s]*
/proc/loadavg: 4.04 2.20 1.67 4/216 27779
/proc/meminfo: memFree=22579724/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661052 memory=39840 CPUtime=0.34 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 8093 0 0 0 31 3 0 0 20 0 15 0 96666820 10916917248 9960 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665263 9960 2953 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 24557 0 -1 4202560 5077 0 0 0 19 1 0 0 20 0 15 0 96666820 10916917248 9960 33554432000 4194304 4196468 140724503466544 140571521830640 140571517617309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 9960 33554432000 4194304 4196468 140724503466544 140571470215824 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661052 memory=139934751292268 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 9960 33554432000 4194304 4196468 140724503466544 140571469163024 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 9960 33554432000 4194304 4196468 140724503466544 140571468110224 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 9960 33554432000 4194304 4196468 140724503466544 140571467057424 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666822 10916917248 9960 33554432000 4194304 4196468 140724503466544 140571076655984 140571517606530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96666823 10916917248 9960 33554432000 4194304 4196468 140724503466544 140571075601952 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96666823 10916917248 10026 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 10026 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) R 27761 27764 24557 0 -1 1077944384 715 0 0 0 2 0 0 0 20 0 15 0 96666825 10916917248 10026 33554432000 4194304 4196468 140724503466544 140571072444784 140571517606530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661052 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) R 27761 27764 24557 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 15 0 96666825 10916917248 10026 33554432000 4194304 4196468 140724503466544 140571071391984 140571498295680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0.07 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 24557 0 -1 1077944384 741 0 0 0 7 0 0 0 20 0 15 0 96666825 10916917248 10026 33554432000 4194304 4196468 140724503466544 140571070339184 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 10026 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96666826 10916917248 10026 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39840 KiB

[startup+0.310477 s]*
/proc/loadavg: 4.04 2.20 1.67 3/216 27779
/proc/meminfo: memFree=22533552/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661052 memory=98468 CPUtime=0.49 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 8324 0 0 0 45 4 0 0 20 0 15 0 96666820 10916917248 24617 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665263 24617 3027 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661052 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 24557 0 -1 4202560 5118 0 0 0 27 3 0 0 20 0 15 0 96666820 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571521833296 140571517617309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661052 memory=4294979917 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571470215824 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661052 memory=139934751286318 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571469163024 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571468110224 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666821 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571467057424 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96666822 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571076655984 140571517606530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96666823 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571075601952 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96666823 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661052 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 24557 0 -1 1077944384 731 0 0 0 4 0 0 0 20 0 15 0 96666825 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571072444784 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661052 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) R 27761 27764 24557 0 -1 4202560 340 0 0 0 4 0 0 0 20 0 15 0 96666825 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571071391984 140571501061153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0.09 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 24557 0 -1 1077944384 764 0 0 0 9 0 0 0 20 0 15 0 96666825 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571070339184 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661052 memory=139934750746240 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96666826 10916917248 24617 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 98468 KiB

[startup+0.700655 s]
/proc/loadavg: 4.04 2.20 1.67 7/216 27779
/proc/meminfo: memFree=22334780/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661128 memory=393192 CPUtime=1.52 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 10787 0 0 0 125 27 0 0 20 0 15 0 96666820 10916995072 98298 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665282 98298 3109 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661128 memory=259210134716378 CPUtime=0.57 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) S 27761 27764 24557 0 -1 1077944384 5439 0 0 0 52 5 0 0 20 0 15 0 96666820 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571521831776 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661128 memory=4051047449723404320 CPUtime=0.08 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) R 27761 27764 24557 0 -1 1077944384 90 0 0 0 4 4 0 0 20 0 15 0 96666821 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571470215712 140571517605589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 24557 0 -1 1077944384 225 0 0 0 4 3 0 0 20 0 15 0 96666821 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571469163024 140571517605589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 24557 0 -1 1077944384 79 0 0 0 3 5 0 0 20 0 15 0 96666821 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571468110224 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661128 memory=7809523229951467576 CPUtime=0.08 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 24557 0 -1 1077944384 172 0 0 0 4 4 0 0 20 0 15 0 96666821 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571467057424 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) R 27761 27764 24557 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 15 0 96666822 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571076654496 140571517616730 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661128 memory=-6583839696183762729 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571075601952 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 24557 0 -1 1077944384 1260 0 0 0 19 0 0 0 20 0 15 0 96666825 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571072436064 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661128 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 24557 0 -1 1077944384 836 0 0 0 17 0 0 0 20 0 15 0 96666825 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571071381184 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 24557 0 -1 1077944384 1242 0 0 0 18 0 0 0 20 0 15 0 96666825 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571070339184 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661128 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96666826 10916995072 98298 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 393192 KiB

[startup+1.50094 s]
/proc/loadavg: 4.04 2.20 1.67 3/216 27779
/proc/meminfo: memFree=21875532/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661128 memory=609428 CPUtime=2.94 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 12598 0 0 0 255 39 0 0 20 0 15 0 96666820 10916995072 152357 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665282 152357 3140 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661128 memory=12848 CPUtime=1.25 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 24557 0 -1 4202560 5573 0 0 0 118 7 0 0 20 0 15 0 96666820 10916995072 152357 33554432000 4194304 4196468 140724503466544 140571521833072 140571142595364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661128 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 24557 0 -1 1077944384 215 0 0 0 12 6 0 0 20 0 15 0 96666821 10916995072 152357 33554432000 4194304 4196468 140724503466544 140571470215824 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661128 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 24557 0 -1 1077944384 354 0 0 0 11 6 0 0 20 0 15 0 96666821 10916995072 152357 33554432000 4194304 4196468 140724503466544 140571469163024 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 24557 0 -1 1077944384 271 0 0 0 10 8 0 0 20 0 15 0 96666821 10916995072 152357 33554432000 4194304 4196468 140724503466544 140571468110224 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 24557 0 -1 1077944384 748 0 0 0 11 7 0 0 20 0 15 0 96666821 10916995072 152357 33554432000 4194304 4196468 140724503466544 140571467057424 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661128 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 24557 0 -1 1077944384 497 0 0 0 3 0 0 0 20 0 15 0 96666822 10916995072 152357 33554432000 4194304 4196468 140724503466544 140571076655984 140571517606530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0

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

/proc/27764/task/27766/stat : 27766 (java) S 27761 27764 24557 0 -1 1077944384 8455 0 0 0 483 19 0 0 20 0 15 0 96666820 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571521834112 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661128 memory=1050 CPUtime=1.17 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) R 27761 27764 24557 0 -1 4202560 66630 0 0 0 78 39 0 0 20 0 15 0 96666821 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571470216024 140571510698995 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661128 memory=502 CPUtime=1.18 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) R 27761 27764 24557 0 -1 4202560 66819 0 0 0 78 40 0 0 20 0 15 0 96666821 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571469162912 140571510692128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661128 memory=101 CPUtime=1.19 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) R 27761 27764 24557 0 -1 4202560 66477 0 0 0 78 41 0 0 20 0 15 0 96666821 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571468110224 140571510692132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661128 memory=101 CPUtime=1.19 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) R 27761 27764 24557 0 -1 4202560 66958 0 0 0 80 39 0 0 20 0 15 0 96666821 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571467057424 140571510692116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 24557 0 -1 1077944384 2405 0 0 0 4 0 0 0 20 0 15 0 96666822 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571076654528 140571517605589 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661128 memory=-8183434661238578367 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571075602016 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661128 memory=-4116735710718344508 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661128 memory=7955440994963975232 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661128 memory=8868 CPUtime=0.55 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 24557 0 -1 1077944384 1905 0 0 0 55 0 0 0 20 0 15 0 96666825 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571072444784 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661128 memory=279869196138184 CPUtime=0.47 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 24557 0 -1 1077944384 1319 0 0 0 47 0 0 0 20 0 15 0 96666825 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571071391984 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661128 memory=288230583149265200 CPUtime=0.27 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 24557 0 -1 1077944384 2086 0 0 0 27 0 0 0 20 0 15 0 96666825 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571070339184 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661128 memory=15821101267683391 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 96666826 10916995072 823022 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 11.16 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3292088 KiB

[startup+12.7008 s]
/proc/loadavg: 3.81 2.21 1.68 9/216 27779
/proc/meminfo: memFree=9554520/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661128 memory=6366532 CPUtime=27.44 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 598096 0 0 0 2175 569 0 0 20 0 15 0 96666820 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665282 1591633 3157 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661128 memory=771 CPUtime=7.9 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) R 27761 27764 24557 0 -1 4202560 81511 0 0 0 768 22 0 0 20 0 15 0 96666820 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571521833856 140571146050918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661128 memory=0 CPUtime=4.41 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 24557 0 -1 1077944384 116729 0 0 0 305 136 0 0 20 0 15 0 96666821 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571470215824 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661128 memory=7811326704536281704 CPUtime=4.41 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 24557 0 -1 1077944384 135732 0 0 0 306 135 0 0 20 0 15 0 96666821 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571469163024 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661128 memory=4140 CPUtime=4.42 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 24557 0 -1 1077944384 125251 0 0 0 306 136 0 0 20 0 15 0 96666821 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571468110224 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661128 memory=27908 CPUtime=4.42 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 24557 0 -1 1077944384 125495 0 0 0 309 133 0 0 20 0 15 0 96666821 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571467057424 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661128 memory=56 CPUtime=0.29 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 24557 0 -1 1077944384 5799 0 0 0 29 0 0 0 20 0 15 0 96666822 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571076655984 140571517606530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571075602016 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661128 memory=50 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661128 memory=28 CPUtime=0.63 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 24557 0 -1 1077944384 2206 0 0 0 63 0 0 0 20 0 15 0 96666825 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571072444784 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661128 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 24557 0 -1 1077944384 1753 0 0 0 57 0 0 0 20 0 15 0 96666825 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571071391984 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661128 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 24557 0 -1 1077944384 2122 0 0 0 28 0 0 0 20 0 15 0 96666825 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571070339184 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661128 memory=389 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661128 memory=23 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 96666826 10916995072 1591633 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 27.44 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 6366532 KiB

[startup+25.5009 s]
/proc/loadavg: 3.45 2.19 1.67 6/216 27855
/proc/meminfo: memFree=13283744/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661128 memory=8300516 CPUtime=64.64 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 946284 0 0 0 5653 811 0 0 20 0 15 0 96666820 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665282 2075129 3159 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661128 memory=8300496 CPUtime=11.49 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) S 27761 27764 24557 0 -1 1077944384 104998 0 0 0 1127 22 0 0 20 0 15 0 96666820 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571521834064 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661128 memory=8300500 CPUtime=12.62 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) S 27761 27764 24557 0 -1 1077944384 339082 0 0 0 1069 193 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571470215824 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661128 memory=0 CPUtime=12.52 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) S 27761 27764 24557 0 -1 1077944384 157761 0 0 0 1050 202 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571469163024 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661128 memory=300668052507459867 CPUtime=12.58 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) S 27761 27764 24557 0 -1 1077944384 163969 0 0 0 1074 184 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571468110224 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661128 memory=6791534058613427641 CPUtime=12.55 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) S 27761 27764 24557 0 -1 1077944384 152202 0 0 0 1053 202 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571467057424 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661128 memory=792 CPUtime=1.26 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) R 27761 27764 24557 0 -1 4202560 20303 0 0 0 125 1 0 0 20 0 15 0 96666822 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571076654528 140571502296058 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661128 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571075602016 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661128 memory=6396 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661128 memory=5644 CPUtime=0.67 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 24557 0 -1 1077944384 2223 0 0 0 67 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571072444544 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661128 memory=1146 CPUtime=0.57 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 24557 0 -1 1077944384 1757 0 0 0 57 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571071392032 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661128 memory=259244495030626 CPUtime=0.29 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 24557 0 -1 1077944384 2243 0 0 0 29 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571070339232 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661128 memory=12844 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661128 memory=25343 CPUtime=0.01 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 338 0 0 0 0 1 0 0 20 0 15 0 96666826 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 64.64 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300516 KiB

[startup+25.8431 s]
# the end of solver process 27764 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=57.0808 s, system=8.23481 s

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

[startup+25.6011 s]
/proc/loadavg: 3.45 2.19 1.67 6/216 27855
/proc/meminfo: memFree=13283744/32770624 swapFree=67108688/67108860
[pid=27764] ppid=27761 vsize=10661128 memory=8300516 CPUtime=64.92 cores=0,2,4,6
/proc/27764/stat : 27764 (java) S 27761 27764 24557 0 -1 1077944320 946711 0 0 0 5681 811 0 0 20 0 15 0 96666820 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140724503449088 140571517595383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
/proc/27764/statm: 2665282 2075129 3159 1 0 2627263 0
[pid=27764/tid=27766] ppid=27761 vsize=10661128 memory=0 CPUtime=11.49 cores=0,2,4,6
/proc/27764/task/27766/stat : 27766 (java) S 27761 27764 24557 0 -1 1077944384 104998 0 0 0 1127 22 0 0 20 0 15 0 96666820 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571521834064 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27767] ppid=27761 vsize=10661128 memory=0 CPUtime=12.68 cores=0,2,4,6
/proc/27764/task/27767/stat : 27767 (java) R 27761 27764 24557 0 -1 4202560 339124 0 0 0 1075 193 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571470215824 140571510223591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27768] ppid=27761 vsize=10661128 memory=8300404 CPUtime=12.58 cores=0,2,4,6
/proc/27764/task/27768/stat : 27768 (java) R 27761 27764 24557 0 -1 4202560 157889 0 0 0 1056 202 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571469163024 140571510223591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27769] ppid=27761 vsize=10661128 memory=288230583166042425 CPUtime=12.64 cores=0,2,4,6
/proc/27764/task/27769/stat : 27769 (java) R 27761 27764 24557 0 -1 4202560 163970 0 0 0 1080 184 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571468110424 140571510223591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27770] ppid=27761 vsize=10661128 memory=279869196092048 CPUtime=12.61 cores=0,2,4,6
/proc/27764/task/27770/stat : 27770 (java) R 27761 27764 24557 0 -1 4202560 152457 0 0 0 1059 202 0 0 20 0 15 0 96666821 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571467057624 140571502546061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27771] ppid=27761 vsize=10661128 memory=576574510189602056 CPUtime=1.3 cores=0,2,4,6
/proc/27764/task/27771/stat : 27771 (java) S 27761 27764 24557 0 -1 1077944384 20304 0 0 0 129 1 0 0 20 0 15 0 96666822 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571076654320 140571517605589 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27772] ppid=27761 vsize=10661128 memory=12415 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27772/stat : 27772 (java) S 27761 27764 24557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571075602016 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27773] ppid=27761 vsize=10661128 memory=-2245088631185882904 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27773/stat : 27773 (java) S 27761 27764 24557 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96666823 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571074549104 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27774] ppid=27761 vsize=10661128 memory=279869195813104 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27774/stat : 27774 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571073497424 140571517613979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27775] ppid=27761 vsize=10661128 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/27764/task/27775/stat : 27775 (java) S 27761 27764 24557 0 -1 1077944384 2223 0 0 0 67 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571072444544 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27776] ppid=27761 vsize=10661128 memory=1004 CPUtime=0.57 cores=0,2,4,6
/proc/27764/task/27776/stat : 27776 (java) S 27761 27764 24557 0 -1 1077944384 1757 0 0 0 57 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571071392032 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27777] ppid=27761 vsize=10661128 memory=1952 CPUtime=0.29 cores=0,2,4,6
/proc/27764/task/27777/stat : 27777 (java) S 27761 27764 24557 0 -1 1077944384 2243 0 0 0 29 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571070339232 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27778] ppid=27761 vsize=10661128 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/27764/task/27778/stat : 27778 (java) S 27761 27764 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96666825 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571069286624 140571517605589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
[pid=27764/tid=27779] ppid=27761 vsize=10661128 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/27764/task/27779/stat : 27779 (java) S 27761 27764 24557 0 -1 1077944384 338 0 0 0 0 1 0 0 20 0 15 0 96666826 10916995072 2075129 33554432000 4194304 4196468 140724503466544 140571068234928 140571517606530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35397632 140724503471277 140724503471369 140724503471369 140724503474127 0
Current children cumulated CPU time: 64.92 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300516 KiB

[startup+25.8008 s]*
/proc/loadavg: 3.58 2.24 1.69 3/203 27856
/proc/meminfo: memFree=17195312/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.8432
CPU time (s): 65.3156
CPU user time (s): 57.0808
CPU system time (s): 8.23481
CPU usage (%): 252.738
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8300520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.0808
system time used= 8.23481
maximum resident set size= 8300520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 960838
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= 12531
involuntary context switches= 818


# summary of solver processes directly reported to runsolver:
#   pid: 27764
#   total CPU time (s): 65.3156
#   total CPU user time (s): 57.0808
#   total CPU system time (s): 8.23481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.175522 second user time and 0.331006 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 17:17:20
IDJOB=4299199
IDBENCH=141307
IDSOLVER=2766
FILE ID=node106/4299199-1532791039
RUNJOBID= node106-1532776007-24588
PBS_JOBID= 21022468
Free space on /tmp= 46076 MiB

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

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=1578197836

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:        22820232 kB
MemAvailable:   31337316 kB
Buffers:          230252 kB
Cached:          8448464 kB
SwapCached:            0 kB
Active:          3218648 kB
Inactive:        6108736 kB
Active(anon):     595928 kB
Inactive(anon):    80488 kB
Active(file):    2622720 kB
Inactive(file):  6028248 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             92972 kB
Writeback:             0 kB
AnonPages:        539036 kB
Mapped:            54892 kB
Shmem:             25056 kB
Slab:             321792 kB
SReclaimable:     294576 kB
SUnreclaim:        27216 kB
KernelStack:        3536 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1564224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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= 46100 MiB
End job on node106 at 2018-07-28 17:17:45