Trace number 4299191

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29? 38.4048 13.7251

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299191-1532804650/watcher-4299191-1532804650 -o /tmp/evaluation-result-4299191-1532804650/solver-4299191-1532804650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532774532-6235 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299191-1532804650.xml --timelimit 2520 

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=9824, runsolver pid=9821

[startup+0.100058 s]*
/proc/loadavg: 4.19 4.20 3.49 3/222 9839
/proc/meminfo: memFree=26135996/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661056 memory=25960 CPUtime=0.12 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 5391 0 0 0 11 1 0 0 20 0 15 0 98028293 10916921344 6490 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665264 6490 2849 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661056 memory=-8968735540964586688 CPUtime=0.09 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) R 9821 9824 6204 0 -1 4202560 3216 0 0 0 9 0 0 0 20 0 15 0 98028294 10916921344 6490 33554432000 4194304 4196468 140737086381344 139830880339968 139830513676639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 6490 33554432000 4194304 4196468 140737086381344 139830483061904 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 6490 33554432000 4194304 4196468 140737086381344 139830482009104 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 6490 33554432000 4194304 4196468 140737086381344 139830480956304 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830479903504 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028296 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830368360816 139830876117634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98028296 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830367306784 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98028297 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) R 9821 9824 6204 0 -1 4202560 203 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830364150640 139830856806784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) R 9821 9824 6204 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830363097840 139830876117634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0.01 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) R 9821 9824 6204 0 -1 4202560 383 0 0 0 1 0 0 0 20 0 15 0 98028299 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830362045040 139830869203347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 6556 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 25960 KiB

[startup+0.211066 s]*
/proc/loadavg: 4.19 4.20 3.49 4/222 9839
/proc/meminfo: memFree=26123700/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661056 memory=38748 CPUtime=0.33 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 8265 0 0 0 31 2 0 0 20 0 15 0 98028293 10916921344 9687 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665264 9687 2959 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) R 9821 9824 6204 0 -1 4202560 5182 0 0 0 19 1 0 0 20 0 15 0 98028294 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830880338208 139830876128413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830483061904 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661056 memory=140024427797693 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830482009104 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830480956304 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830479903504 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028296 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830368360816 139830876117634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98028296 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830367306784 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98028297 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) R 9821 9824 6204 0 -1 4202560 455 0 0 0 2 0 0 0 20 0 15 0 98028299 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830364150640 139830868395869 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) R 9821 9824 6204 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 98028299 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830363097840 139830868395936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0.08 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 6204 0 -1 1077944384 925 0 0 0 8 0 0 0 20 0 15 0 98028299 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830362045040 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 9687 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38748 KiB

[startup+0.310997 s]*
/proc/loadavg: 4.19 4.20 3.49 3/222 9839
/proc/meminfo: memFree=26073184/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661056 memory=95340 CPUtime=0.51 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 8605 0 0 0 47 4 0 0 20 0 15 0 98028293 10916921344 23835 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665264 23835 3024 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661056 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) R 9821 9824 6204 0 -1 4202560 5223 0 0 0 27 3 0 0 20 0 15 0 98028294 10916921344 23835 33554432000 4194304 4196468 140737086381344 139830880338208 139830515078676 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661056 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 23835 33554432000 4194304 4196468 140737086381344 139830483061904 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661056 memory=140024428376882 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 23835 33554432000 4194304 4196468 140737086381344 139830482009104 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830480956304 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028295 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830479903504 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98028296 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830368360816 139830876117634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98028296 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830367306784 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98028297 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661056 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 6204 0 -1 1077944384 473 0 0 0 4 0 0 0 20 0 15 0 98028299 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830364150640 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661056 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 6204 0 -1 1077944384 510 0 0 0 5 0 0 0 20 0 15 0 98028299 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830363097840 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0.1 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 6204 0 -1 1077944384 1034 0 0 0 10 0 0 0 20 0 15 0 98028299 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830362045040 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661056 memory=140024427787904 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028299 10916921344 24347 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 95340 KiB

[startup+0.700831 s]
/proc/loadavg: 4.19 4.20 3.49 5/222 9839
/proc/meminfo: memFree=25889980/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661132 memory=273592 CPUtime=1.55 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 10851 0 0 0 146 9 0 0 20 0 15 0 98028293 10916999168 68398 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665283 68398 3117 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661132 memory=1236 CPUtime=0.64 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) R 9821 9824 6204 0 -1 4202560 5577 0 0 0 60 4 0 0 20 0 15 0 98028294 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830880341568 139830516260653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661132 memory=16248 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 6204 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98028295 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830483061904 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661132 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 6204 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 98028295 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830482009104 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661132 memory=644 CPUtime=0.02 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 6204 0 -1 1077944384 40 0 0 0 1 1 0 0 20 0 15 0 98028295 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830480956304 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 6204 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 98028295 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830479903504 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98028296 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830368360816 139830876117634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661132 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98028296 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830367306784 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98028297 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661132 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661132 memory=6081108994580048232 CPUtime=0.31 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 6204 0 -1 1077944384 1098 0 0 0 31 0 0 0 20 0 15 0 98028299 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830364150640 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661132 memory=6154282490091891024 CPUtime=0.31 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 6204 0 -1 1077944384 1137 0 0 0 31 0 0 0 20 0 15 0 98028299 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830363097840 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661132 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 6204 0 -1 1077944384 1488 0 0 0 19 0 0 0 20 0 15 0 98028299 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830362045040 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661132 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 68398 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 273592 KiB

[startup+1.50081 s]
/proc/loadavg: 4.19 4.20 3.49 3/222 9839
/proc/meminfo: memFree=25803284/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661132 memory=495556 CPUtime=2.8 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 11924 0 0 0 259 21 0 0 20 0 15 0 98028293 10916999168 123889 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665283 123889 3132 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661132 memory=459760 CPUtime=1.38 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) R 9821 9824 6204 0 -1 4202560 5662 0 0 0 132 6 0 0 20 0 15 0 98028294 10916999168 123889 33554432000 4194304 4196468 140737086381344 139830880343840 139830516138355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661132 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 6204 0 -1 1077944384 217 0 0 0 4 3 0 0 20 0 15 0 98028295 10916999168 123889 33554432000 4194304 4196468 140737086381344 139830483061904 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 6204 0 -1 1077944384 191 0 0 0 3 3 0 0 20 0 15 0 98028295 10916999168 123889 33554432000 4194304 4196468 140737086381344 139830482009104 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 6204 0 -1 1077944384 259 0 0 0 4 3 0 0 20 0 15 0 98028295 10916999168 123889 33554432000 4194304 4196468 140737086381344 139830480956304 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 6204 0 -1 1077944384 134 0 0 0 2 2 0 0 20 0 15 0 98028295 10916999168 123889 33554432000 4194304 4196468 140737086381344 139830479903504 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 98028296 10916999168 123889 33554432000 4194304 4196468 140737086381344 139830368360816 139830876117634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0

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

/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 6204 0 -1 1077944384 83573 0 0 0 478 19 0 0 20 0 15 0 98028294 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830880345136 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661132 memory=8300556 CPUtime=7.12 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) R 9821 9824 6204 0 -1 4202560 49893 0 0 0 504 208 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830483062024 139830868734695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661132 memory=0 CPUtime=7.09 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) R 9821 9824 6204 0 -1 4202560 49018 0 0 0 510 199 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830482008912 139830868734695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661132 memory=1241 CPUtime=7.11 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) R 9821 9824 6204 0 -1 4202560 48556 0 0 0 537 174 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830480956192 139830869206151 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661132 memory=33 CPUtime=7.09 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) R 9821 9824 6204 0 -1 4202560 119676 0 0 0 513 196 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830479903312 139830868734695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661132 memory=3915792 CPUtime=0.37 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 9748 0 0 0 36 1 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830368359376 139830876116693 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661132 memory=3332288 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830367306848 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661132 memory=19 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98028297 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661132 memory=37 CPUtime=0.53 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 6204 0 -1 1077944384 1687 0 0 0 53 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830364150640 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661132 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 6204 0 -1 1077944384 1487 0 0 0 52 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830363097840 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661132 memory=7866768 CPUtime=0.27 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 6204 0 -1 1077944384 1928 0 0 0 27 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830362045040 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661132 memory=13884 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 35.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300556 KiB

[startup+13.7251 s]
# the end of solver process 9824 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=30.2654 s, system=8.13934 s

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

[startup+12.8011 s]
/proc/loadavg: 4.07 4.18 3.49 6/222 9839
/proc/meminfo: memFree=17847244/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661132 memory=8300556 CPUtime=35.57 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 367148 0 0 0 2753 804 0 0 20 0 15 0 98028293 10916999168 2075139 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665283 2075139 3163 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661132 memory=0 CPUtime=4.97 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 6204 0 -1 1077944384 83573 0 0 0 478 19 0 0 20 0 15 0 98028294 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830880345136 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661132 memory=0 CPUtime=7.22 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) R 9821 9824 6204 0 -1 4202560 49893 0 0 0 514 208 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830483062024 139830868734695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661132 memory=8112282956445269571 CPUtime=7.19 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) R 9821 9824 6204 0 -1 4202560 49018 0 0 0 520 199 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830482008912 139830868734695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661132 memory=0 CPUtime=7.21 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) R 9821 9824 6204 0 -1 4202560 48556 0 0 0 547 174 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830480956192 139830869206147 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661132 memory=3471342420643622272 CPUtime=7.19 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) R 9821 9824 6204 0 -1 4202560 119676 0 0 0 523 196 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830479903312 139830868734695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661132 memory=6944656592455348282 CPUtime=0.37 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 9748 0 0 0 36 1 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830368359376 139830876116693 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661132 memory=28360 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830367306848 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661132 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98028297 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661132 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661132 memory=1844 CPUtime=0.53 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 6204 0 -1 1077944384 1687 0 0 0 53 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830364150640 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661132 memory=8262336 CPUtime=0.52 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 6204 0 -1 1077944384 1487 0 0 0 52 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830363097840 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661132 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 6204 0 -1 1077944384 1928 0 0 0 27 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830362045040 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661132 memory=6935649255777194064 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661132 memory=6935651454800449616 CPUtime=0.01 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 177 0 0 0 0 1 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 35.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300556 KiB

[startup+13.2011 s]
/proc/loadavg: 4.07 4.18 3.49 6/222 9839
/proc/meminfo: memFree=17846252/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661132 memory=8300556 CPUtime=37.13 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 381773 0 0 0 2907 806 0 0 20 0 15 0 98028293 10916999168 2075139 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665283 2075139 3163 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661132 memory=288230596050944315 CPUtime=4.97 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 6204 0 -1 1077944384 83573 0 0 0 478 19 0 0 20 0 15 0 98028294 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830880345136 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661132 memory=14689686639610196 CPUtime=7.61 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) R 9821 9824 6204 0 -1 4202560 49893 0 0 0 552 209 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830483062024 139830868734695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661132 memory=4616 CPUtime=7.57 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) R 9821 9824 6204 0 -1 4202560 49018 0 0 0 558 199 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830482009224 139830868734695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661132 memory=1424 CPUtime=7.6 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) R 9821 9824 6204 0 -1 4202560 63181 0 0 0 585 175 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830480956192 139830869206159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661132 memory=11116 CPUtime=7.58 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 6204 0 -1 1077944384 119676 0 0 0 562 196 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830479903312 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661132 memory=1200 CPUtime=0.37 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 6204 0 -1 1077944384 9748 0 0 0 36 1 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830368359376 139830876116693 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830367306848 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661132 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98028297 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661132 memory=6592774800616 CPUtime=0.53 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 6204 0 -1 1077944384 1687 0 0 0 53 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830364150640 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661132 memory=288230596050944315 CPUtime=0.52 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 6204 0 -1 1077944384 1487 0 0 0 52 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830363097840 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661132 memory=14689686639610196 CPUtime=0.27 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 6204 0 -1 1077944384 1928 0 0 0 27 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830362045040 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661132 memory=6949524 CPUtime=0.01 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 177 0 0 0 0 1 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 37.13 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300556 KiB

[startup+13.6007 s]
/proc/loadavg: 4.07 4.18 3.49 6/222 9839
/proc/meminfo: memFree=17846252/32770624 swapFree=67108744/67108860
[pid=9824] ppid=9821 vsize=10661132 memory=8300556 CPUtime=38.28 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 6204 0 -1 1077944320 381992 0 0 0 3022 806 0 0 20 0 15 0 98028293 10916999168 2075139 33554432000 4194304 4196468 140737086381344 140737086363888 139830876106487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
/proc/9824/statm: 2665283 2075139 3163 1 0 2627263 0
[pid=9824/tid=9826] ppid=9821 vsize=10661132 memory=2396 CPUtime=4.97 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 6204 0 -1 1077944384 83601 0 0 0 478 19 0 0 20 0 15 0 98028294 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830880346112 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9827] ppid=9821 vsize=10661132 memory=1292 CPUtime=7.86 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 6204 0 -1 1077944384 49969 0 0 0 577 209 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830483061904 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9828] ppid=9821 vsize=10661132 memory=1844 CPUtime=7.83 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 6204 0 -1 1077944384 49065 0 0 0 583 200 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830482009104 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9829] ppid=9821 vsize=10661132 memory=28360 CPUtime=7.86 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 6204 0 -1 1077944384 63220 0 0 0 611 175 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830480956304 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9830] ppid=9821 vsize=10661132 memory=2396 CPUtime=7.83 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 6204 0 -1 1077944384 119690 0 0 0 587 196 0 0 20 0 15 0 98028295 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830479903504 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9831] ppid=9821 vsize=10661132 memory=1292 CPUtime=0.51 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) R 9821 9824 6204 0 -1 4202560 9753 0 0 0 50 1 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830368359360 139830854476667 0 0 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9832] ppid=9821 vsize=10661132 memory=1844 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 6204 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98028296 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830367306848 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9833] ppid=9821 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 6204 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98028297 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830366253936 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9834] ppid=9821 vsize=10661132 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830365202256 139830876125083 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9835] ppid=9821 vsize=10661132 memory=796 CPUtime=0.53 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 6204 0 -1 1077944384 1687 0 0 0 53 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830364150640 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9836] ppid=9821 vsize=10661132 memory=4616 CPUtime=0.52 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 6204 0 -1 1077944384 1487 0 0 0 52 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830363097840 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9837] ppid=9821 vsize=10661132 memory=1424 CPUtime=0.27 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 6204 0 -1 1077944384 1937 0 0 0 27 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830362045040 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9838] ppid=9821 vsize=10661132 memory=11116 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830360992480 139830876116693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
[pid=9824/tid=9839] ppid=9821 vsize=10661132 memory=1200 CPUtime=0.01 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 6204 0 -1 1077944384 177 0 0 0 0 1 0 0 20 0 15 0 98028299 10916999168 2075139 33554432000 4194304 4196468 140737086381344 139830359939760 139830876117634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 26853376 140737086387356 140737086387465 140737086387465 140737086390223 0
Current children cumulated CPU time: 38.28 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300556 KiB

[startup+13.7149 s]*
/proc/loadavg: 3.99 4.16 3.49 3/209 9840
/proc/meminfo: memFree=26099196/32770624 swapFree=67108744/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): 13.7251
CPU time (s): 38.4048
CPU user time (s): 30.2654
CPU system time (s): 8.13934
CPU usage (%): 279.814
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8300556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.2654
system time used= 8.13934
maximum resident set size= 8300556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382071
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= 9464
involuntary context switches= 327


# summary of solver processes directly reported to runsolver:
#   pid: 9824
#   total CPU time (s): 38.4048
#   total CPU user time (s): 30.2654
#   total CPU system time (s): 8.13934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.108701 second user time and 0.193868 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 21:04:11
IDJOB=4299191
IDBENCH=141306
IDSOLVER=2765
FILE ID=node134/4299191-1532804650
RUNJOBID= node134-1532774532-6235
PBS_JOBID= 21022459
Free space on /tmp= 55532 MiB

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

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=724004072

node134.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.68
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.68
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.68
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.68
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:        26151144 kB
MemAvailable:   29982176 kB
Buffers:          188696 kB
Cached:          3905028 kB
SwapCached:            0 kB
Active:          3776404 kB
Inactive:        2348372 kB
Active(anon):    1980480 kB
Inactive(anon):    78480 kB
Active(file):    1795924 kB
Inactive(file):  2269892 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             29372 kB
Writeback:             0 kB
AnonPages:       2038536 kB
Mapped:            55152 kB
Shmem:             25132 kB
Slab:             191048 kB
SReclaimable:     162104 kB
SUnreclaim:        28944 kB
KernelStack:        3632 kB
PageTables:         9248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3407108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1916928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55532 MiB
End job on node134 at 2018-07-28 21:04:25