Trace number 4299203

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? 32.746 9.67793

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark2519.69
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299203-1532795444/watcher-4299203-1532795444 -o /tmp/evaluation-result-4299203-1532795444/solver-4299203-1532795444 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299203-1532795444.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
solver pid=851, runsolver pid=848
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 3.09 2.31 2.14 6/216 866
/proc/meminfo: memFree=22004908/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661056 memory=27700 CPUtime=0.12 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 5263 0 0 0 11 1 0 0 20 0 15 0 97107560 10916921344 6925 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665264 6925 2864 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661056 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) R 848 851 30301 0 -1 4202560 3138 0 0 0 9 0 0 0 20 0 15 0 97107560 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344826486128 140344806307173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344774884112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661056 memory=4121272663380178592 CPUtime=0 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344773831568 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344772779024 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344771726480 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661056 memory=140113397528192 CPUtime=0 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107562 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344381859824 140344822274690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97107563 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344380806048 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) S 848 851 30301 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 97107565 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344377649648 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) R 848 851 30301 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 97107565 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344376597104 140344822274690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661056 memory=140113397528192 CPUtime=0.01 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) S 848 851 30301 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 15 0 97107565 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344375544560 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661056 memory=140113397528192 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107566 10916921344 6925 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27700 KiB

[startup+0.210862 s]*
/proc/loadavg: 3.09 2.31 2.14 4/216 866
/proc/meminfo: memFree=21993572/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661056 memory=39672 CPUtime=0.32 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 8026 0 0 0 30 2 0 0 20 0 15 0 97107560 10916921344 9918 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665264 9918 2951 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) R 848 851 30301 0 -1 4202560 5099 0 0 0 19 1 0 0 20 0 15 0 97107560 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344826495264 140344822285469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344774884112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661056 memory=4121272663380178592 CPUtime=0 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344773831568 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344772779024 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107561 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344771726480 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661056 memory=140113397528192 CPUtime=0 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107562 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344381859824 140344822274690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97107563 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344380806048 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) R 848 851 30301 0 -1 4202560 397 0 0 0 2 0 0 0 20 0 15 0 97107565 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344377649648 140344805792277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) R 848 851 30301 0 -1 4202560 378 0 0 0 2 0 0 0 20 0 15 0 97107565 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344376597104 140344801917329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661056 memory=140113397528192 CPUtime=0.07 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) R 848 851 30301 0 -1 1077944384 816 0 0 0 7 0 0 0 20 0 15 0 97107565 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344375544560 140344822274690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661056 memory=140113397528192 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107566 10916921344 9984 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39672 KiB

[startup+0.310591 s]*
/proc/loadavg: 3.09 2.31 2.14 3/216 866
/proc/meminfo: memFree=21979064/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661132 memory=62672 CPUtime=0.54 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 8665 0 0 0 51 3 0 0 20 0 15 0 97107560 10916999168 15668 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665283 15668 3045 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) R 848 851 30301 0 -1 4202560 5436 0 0 0 28 2 0 0 20 0 15 0 97107560 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344826502832 140344822275478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661132 memory=4294976325 CPUtime=0 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344774884112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661132 memory=4122119283038598816 CPUtime=0 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344773831568 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344772779024 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344771726480 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661132 memory=140113397528192 CPUtime=0 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97107562 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344381859824 140344822274690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344380806048 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) S 848 851 30301 0 -1 1077944384 421 0 0 0 4 0 0 0 20 0 15 0 97107565 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344377649648 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) S 848 851 30301 0 -1 1077944384 518 0 0 0 6 0 0 0 20 0 15 0 97107565 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344376597104 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661132 memory=140113397528192 CPUtime=0.12 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) R 848 851 30301 0 -1 4202560 930 0 0 0 12 0 0 0 20 0 15 0 97107565 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344375544560 140344801060016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661132 memory=140113397528192 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107566 10916999168 17716 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 62672 KiB

[startup+0.701662 s]
/proc/loadavg: 3.09 2.31 2.14 4/216 866
/proc/meminfo: memFree=21896220/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661132 memory=201912 CPUtime=1.64 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 10809 0 0 0 156 8 0 0 20 0 15 0 97107560 10916999168 50478 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665283 50478 3120 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661132 memory=2003 CPUtime=0.67 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) R 848 851 30301 0 -1 4202560 5526 0 0 0 63 4 0 0 20 0 15 0 97107560 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344826499568 140344450688295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661132 memory=122911 CPUtime=0 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) S 848 851 30301 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344774884112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) S 848 851 30301 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344773831568 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661132 memory=52 CPUtime=0 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) S 848 851 30301 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344772779024 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) S 848 851 30301 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 97107561 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344771726480 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97107562 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344381859824 140344822274690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344380806048 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661132 memory=16108 CPUtime=0.31 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) R 848 851 30301 0 -1 4202560 1227 0 0 0 31 0 0 0 20 0 15 0 97107565 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344377635672 140344800680124 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661132 memory=16240 CPUtime=0.37 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) R 848 851 30301 0 -1 4202560 1101 0 0 0 37 0 0 0 20 0 15 0 97107565 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344376587488 140344807371279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661132 memory=1792 CPUtime=0.21 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) S 848 851 30301 0 -1 1077944384 1442 0 0 0 21 0 0 0 20 0 15 0 97107565 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344375544560 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97107566 10916999168 50478 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 201912 KiB

[startup+1.50081 s]
/proc/loadavg: 3.09 2.31 2.14 6/216 866
/proc/meminfo: memFree=21641900/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661132 memory=943076 CPUtime=3.91 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 14727 0 0 0 303 88 0 0 20 0 15 0 97107560 10916999168 235769 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665283 235769 3149 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661132 memory=65 CPUtime=1.02 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) R 848 851 30301 0 -1 4202560 6060 0 0 0 96 6 0 0 20 0 15 0 97107560 10916999168 235769 33554432000 4194304 4196468 140724461810352 140344826502240 140344808331662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661132 memory=232412 CPUtime=0.42 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) S 848 851 30301 0 -1 1077944384 444 0 0 0 23 19 0 0 20 0 15 0 97107561 10916999168 235769 33554432000 4194304 4196468 140724461810352 140344774884112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661132 memory=2003 CPUtime=0.41 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) S 848 851 30301 0 -1 1077944384 572 0 0 0 23 18 0 0 20 0 15 0 97107561 10916999168 235769 33554432000 4194304 4196468 140724461810352 140344773831568 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661132 memory=122911 CPUtime=0.41 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) S 848 851 30301 0 -1 1077944384 643 0 0 0 21 20 0 0 20 0 15 0 97107561 10916999168 235769 33554432000 4194304 4196468 140724461810352 140344772779024 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661132 memory=16108 CPUtime=0.4 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) S 848 851 30301 0 -1 1077944384 485 0 0 0 21 19 0 0 20 0 15 0 97107561 10916999168 235769 33554432000 4194304 4196468 140724461810352 140344771726480 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661132 memory=16240 CPUtime=0.02 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 1060 0 0 0 2 0 0 0 20 0 15 0 97107562 10916999168 235769 33554432000 4194304 4196468 140724461810352 140344381859824 140344822274690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0

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

[pid=851/tid=865] ppid=848 vsize=10661132 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 1714996 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661132 memory=288230604624101684 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 97107566 10916999168 1714996 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 20.85 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 6859984 KiB

[startup+8.00169 s]*
/proc/loadavg: 3.32 2.37 2.16 6/216 866
/proc/meminfo: memFree=13793244/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661132 memory=8234908 CPUtime=26.68 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 64555 0 0 0 1558 1110 0 0 20 0 15 0 97107560 10916999168 2058727 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665283 2058727 3149 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661132 memory=140113397531057 CPUtime=1.94 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) S 848 851 30301 0 -1 1077944384 7513 0 0 0 184 10 0 0 20 0 15 0 97107560 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344826502240 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661132 memory=4126316290023845779 CPUtime=5.84 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) R 848 851 30301 0 -1 4202560 9119 0 0 0 304 280 0 0 20 0 15 0 97107561 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344774884112 140344815366260 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661132 memory=928 CPUtime=5.86 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) R 848 851 30301 0 -1 4202560 12545 0 0 0 312 274 0 0 20 0 15 0 97107561 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344773831768 140344815366260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661132 memory=2244 CPUtime=5.81 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) R 848 851 30301 0 -1 4202560 11587 0 0 0 289 292 0 0 20 0 15 0 97107561 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344772779224 140344815366260 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661132 memory=2241 CPUtime=5.86 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) R 848 851 30301 0 -1 4202560 8975 0 0 0 338 248 0 0 20 0 15 0 97107561 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344771726480 140344815366536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661132 memory=2244 CPUtime=0.16 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 9056 0 0 0 15 1 0 0 20 0 15 0 97107562 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344381858368 140344822273749 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661132 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344380806112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661132 memory=840 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661132 memory=916 CPUtime=0.43 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) S 848 851 30301 0 -1 1077944384 1261 0 0 0 43 0 0 0 20 0 15 0 97107565 10916999168 2060775 33554432000 4194304 4196468 140724461810352 140344377649648 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661132 memory=3852 CPUtime=0.47 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) S 848 851 30301 0 -1 1077944384 1334 0 0 0 47 0 0 0 20 0 15 0 97107565 10916999168 2061287 33554432000 4194304 4196468 140724461810352 140344376597104 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661132 memory=-3535359994705172875 CPUtime=0.24 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) S 848 851 30301 0 -1 1077944384 1509 0 0 0 24 0 0 0 20 0 15 0 97107565 10916999168 2061287 33554432000 4194304 4196468 140724461810352 140344375544560 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2061287 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 97107566 10916999168 2061287 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 26.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8234908 KiB

[startup+8.8007 s]
/proc/loadavg: 3.32 2.37 2.16 6/216 866
/proc/meminfo: memFree=13793244/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661132 memory=8296428 CPUtime=29.63 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 65307 0 0 0 1848 1115 0 0 20 0 15 0 97107560 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665283 2074107 3149 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661132 memory=7518310235821730387 CPUtime=1.94 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) S 848 851 30301 0 -1 1077944384 7513 0 0 0 184 10 0 0 20 0 15 0 97107560 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344826502240 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661132 memory=7230899004472977233 CPUtime=6.56 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) R 848 851 30301 0 -1 4202560 9145 0 0 0 373 283 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344774884232 140344814891751 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661132 memory=6947385649911455296 CPUtime=6.58 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) R 848 851 30301 0 -1 4202560 12574 0 0 0 382 276 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344773831688 140344814891751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661132 memory=288230583166042426 CPUtime=6.53 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) R 848 851 30301 0 -1 4202560 11606 0 0 0 361 292 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344772778832 140344814891751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661132 memory=13572587103979034 CPUtime=6.6 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) R 848 851 30301 0 -1 4202560 9643 0 0 0 412 248 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344771726368 140344815366536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661132 memory=1200 CPUtime=0.21 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 9060 0 0 0 20 1 0 0 20 0 15 0 97107562 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344381858384 140344822273749 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661132 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344380806112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661132 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661132 memory=2484 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661132 memory=4679032 CPUtime=0.43 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) S 848 851 30301 0 -1 1077944384 1261 0 0 0 43 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344377649648 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661132 memory=4044 CPUtime=0.47 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) S 848 851 30301 0 -1 1077944384 1334 0 0 0 47 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344376597104 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661132 memory=16108 CPUtime=0.24 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) S 848 851 30301 0 -1 1077944384 1509 0 0 0 24 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344375544560 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661132 memory=8164988 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661132 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 97107566 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296428 KiB

[startup+9.20066 s]
/proc/loadavg: 3.46 2.41 2.18 6/216 866
/proc/meminfo: memFree=13721068/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661132 memory=8296428 CPUtime=31.19 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 65314 0 0 0 2003 1116 0 0 20 0 15 0 97107560 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665283 2074107 3149 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661132 memory=6947385649911455296 CPUtime=1.94 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) S 848 851 30301 0 -1 1077944384 7513 0 0 0 184 10 0 0 20 0 15 0 97107560 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344826502240 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661132 memory=6944656592387989600 CPUtime=6.93 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) R 848 851 30301 0 -1 4202560 9145 0 0 0 410 283 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344774884232 140344814891751 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661132 memory=6655300316396806240 CPUtime=6.97 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) R 848 851 30301 0 -1 4202560 12574 0 0 0 421 276 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344773831376 140344805646576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661132 memory=6943526294502006880 CPUtime=6.91 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) R 848 851 30301 0 -1 4202560 11606 0 0 0 399 292 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344772778832 140344814891751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661132 memory=6656426216303648864 CPUtime=6.99 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) R 848 851 30301 0 -1 4202560 9643 0 0 0 451 248 0 0 20 0 15 0 97107561 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344771726368 140344815366529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661132 memory=6943526294502006880 CPUtime=0.21 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) S 848 851 30301 0 -1 1077944384 9060 0 0 0 20 1 0 0 20 0 15 0 97107562 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344381858384 140344822273749 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344380806112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661132 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661132 memory=6009316314409558369 CPUtime=0.43 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) S 848 851 30301 0 -1 1077944384 1263 0 0 0 43 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344377649696 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661132 memory=7162201629605916016 CPUtime=0.47 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) S 848 851 30301 0 -1 1077944384 1336 0 0 0 47 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344376597152 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661132 memory=7234305377413060455 CPUtime=0.24 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) S 848 851 30301 0 -1 1077944384 1512 0 0 0 24 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344375544320 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661132 memory=6935655852846960720 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661132 memory=7809899731716566113 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 97107566 10916999168 2074107 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 31.19 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296428 KiB

[startup+9.60085 s]
/proc/loadavg: 3.46 2.41 2.18 6/216 866
/proc/meminfo: memFree=13721068/32770624 swapFree=67108404/67108860
[pid=851] ppid=848 vsize=10661132 memory=8296624 CPUtime=32.67 cores=0,2,4,6
/proc/851/stat : 851 (java) S 848 851 30301 0 -1 1077944320 65561 0 0 0 2150 1117 0 0 20 0 15 0 97107560 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140724461792896 140344822263543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
/proc/851/statm: 2665283 2074156 3149 1 0 2627263 0
[pid=851/tid=853] ppid=848 vsize=10661132 memory=1300 CPUtime=1.94 cores=0,2,4,6
/proc/851/task/853/stat : 853 (java) S 848 851 30301 0 -1 1077944384 7513 0 0 0 184 10 0 0 20 0 15 0 97107560 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344826502240 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=854] ppid=848 vsize=10661132 memory=1840 CPUtime=7.29 cores=0,2,4,6
/proc/851/task/854/stat : 854 (java) S 848 851 30301 0 -1 1077944384 9145 0 0 0 446 283 0 0 20 0 15 0 97107561 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344774884112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=855] ppid=848 vsize=10661132 memory=6947385649911455296 CPUtime=7.34 cores=0,2,4,6
/proc/851/task/855/stat : 855 (java) S 848 851 30301 0 -1 1077944384 12574 0 0 0 457 277 0 0 20 0 15 0 97107561 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344773831568 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=856] ppid=848 vsize=10661132 memory=108 CPUtime=7.28 cores=0,2,4,6
/proc/851/task/856/stat : 856 (java) S 848 851 30301 0 -1 1077944384 11606 0 0 0 435 293 0 0 20 0 15 0 97107561 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344772779024 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=857] ppid=848 vsize=10661132 memory=107 CPUtime=7.37 cores=0,2,4,6
/proc/851/task/857/stat : 857 (java) S 848 851 30301 0 -1 1077944384 9643 0 0 0 489 248 0 0 20 0 15 0 97107561 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344771726480 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=858] ppid=848 vsize=10661132 memory=107 CPUtime=0.24 cores=0,2,4,6
/proc/851/task/858/stat : 858 (java) R 848 851 30301 0 -1 4202560 9307 0 0 0 23 1 0 0 20 0 15 0 97107562 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344381858384 140344800633723 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=859] ppid=848 vsize=10661132 memory=4713848 CPUtime=0 cores=0,2,4,6
/proc/851/task/859/stat : 859 (java) S 848 851 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344380806112 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=860] ppid=848 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/851/task/860/stat : 860 (java) S 848 851 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97107563 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344379753456 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=861] ppid=848 vsize=10661132 memory=753 CPUtime=0 cores=0,2,4,6
/proc/851/task/861/stat : 861 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344378702032 140344822282139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=862] ppid=848 vsize=10661132 memory=7451575467819558240 CPUtime=0.43 cores=0,2,4,6
/proc/851/task/862/stat : 862 (java) S 848 851 30301 0 -1 1077944384 1263 0 0 0 43 0 0 0 20 0 15 0 97107565 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344377649696 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=863] ppid=848 vsize=10661132 memory=5938670544842419301 CPUtime=0.47 cores=0,2,4,6
/proc/851/task/863/stat : 863 (java) S 848 851 30301 0 -1 1077944384 1336 0 0 0 47 0 0 0 20 0 15 0 97107565 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344376597152 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=864] ppid=848 vsize=10661132 memory=8100402759664952407 CPUtime=0.24 cores=0,2,4,6
/proc/851/task/864/stat : 864 (java) S 848 851 30301 0 -1 1077944384 1512 0 0 0 24 0 0 0 20 0 15 0 97107565 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344375544320 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=865] ppid=848 vsize=10661132 memory=7050524 CPUtime=0 cores=0,2,4,6
/proc/851/task/865/stat : 865 (java) S 848 851 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97107565 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344374492256 140344822273749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
[pid=851/tid=866] ppid=848 vsize=10661132 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/851/task/866/stat : 866 (java) S 848 851 30301 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 97107566 10916999168 2074156 33554432000 4194304 4196468 140724461810352 140344373438768 140344822274690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29810688 140724461814901 140724461815049 140724461815049 140724461817807 0
Current children cumulated CPU time: 32.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296624 KiB

Child status: 1
Real time (s): 9.67793
CPU time (s): 32.746
CPU user time (s): 21.528
CPU system time (s): 11.218
CPU usage (%): 338.358
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8296624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.528
system time used= 11.218
maximum resident set size= 8297304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65894
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= 2769
involuntary context switches= 297


# summary of solver processes directly reported to runsolver:
#   pid: 851
#   total CPU time (s): 32.746
#   total CPU user time (s): 21.528
#   total CPU system time (s): 11.218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071926 second user time and 0.172624 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 18:30:44
IDJOB=4299203
IDBENCH=141308
IDSOLVER=2762
FILE ID=node148/4299203-1532795444
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43260 MiB

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

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1445399621

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22020584 kB
MemAvailable:   30307468 kB
Buffers:          229404 kB
Cached:          8191064 kB
SwapCached:          352 kB
Active:          3632408 kB
Inactive:        6462872 kB
Active(anon):    1628128 kB
Inactive(anon):    74228 kB
Active(file):    2004280 kB
Inactive(file):  6388644 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              6344 kB
Writeback:             0 kB
AnonPages:       1783172 kB
Mapped:            55104 kB
Shmem:             25016 kB
Slab:             350732 kB
SReclaimable:     322420 kB
SUnreclaim:        28312 kB
KernelStack:        3824 kB
PageTables:         8800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2978320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1669120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43256 MiB
End job on node148 at 2018-07-28 18:30:54