Trace number 4299168

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? 29.1145 9.07423

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.11/0.13	c version: 2018-04-11
0.11/0.13	c seed: 1811631
0.11/0.13	c timeout: -1
0.11/0.13	c memlimit: -1
0.11/0.13	c nbcore: -1
28.78/9.01	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
28.78/9.01		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:203)
28.78/9.01		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:138)
28.78/9.01		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
28.78/9.01		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
28.78/9.01		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
28.78/9.01		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
29.03/9.01		at org.xcsp.parser.XCallbacks$$Lambda$86/2008362258.accept(Unknown Source)
29.03/9.01		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
29.03/9.01		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
29.03/9.01		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
29.03/9.01		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
29.03/9.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
29.03/9.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
29.03/9.01		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
29.03/9.01		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
29.03/9.01		at xcsp3.XCSP3.<init>(XCSP3.java:70)
29.03/9.01		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
29.03/9.01		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
29.03/9.01	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 (8265 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-4299168-1532795397/watcher-4299168-1532795397 -o /tmp/evaluation-result-4299168-1532795397/solver-4299168-1532795397 -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-4299168-1532795397.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=425, runsolver pid=422
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.00 2.01 2.05 4/215 441
/proc/meminfo: memFree=22000508/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661056 memory=27148 CPUtime=0.11 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 5240 0 0 0 10 1 0 0 20 0 15 0 97102832 10916921344 6787 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665264 6787 2811 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661056 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) R 422 425 30301 0 -1 4202560 3133 0 0 0 8 1 0 0 20 0 15 0 97102832 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455823670752 140455819461210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661056 memory=288230621904633879 CPUtime=0 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455772060688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661056 memory=140718310812682 CPUtime=0 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455771008144 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455769955088 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) S 422 425 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455768902544 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97102835 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455379036400 140455819451010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97102835 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455377982624 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661056 memory=140718310782592 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97102835 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) S 422 425 30301 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455374826224 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) S 422 425 30301 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455373773680 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) R 422 425 30301 0 -1 4202560 357 0 0 0 1 0 0 0 20 0 15 0 97102838 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455372717288 140455819451798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 6852 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27148 KiB

[startup+0.210603 s]*
/proc/loadavg: 2.00 2.01 2.05 4/215 441
/proc/meminfo: memFree=21988784/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661056 memory=39868 CPUtime=0.32 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 8021 0 0 0 30 2 0 0 20 0 15 0 97102832 10916921344 9967 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665264 9967 2987 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) R 422 425 30301 0 -1 4202560 5084 0 0 0 19 1 0 0 20 0 15 0 97102832 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455823676880 140455819461789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661056 memory=288230621904633879 CPUtime=0 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455772060688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661056 memory=140718310812682 CPUtime=0 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455771008144 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455769955088 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) S 422 425 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97102833 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455768902544 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97102835 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455379036400 140455819451010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97102835 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455377982624 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661056 memory=140718310782592 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97102835 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) R 422 425 30301 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 97102838 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455374826224 140455811729245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) R 422 425 30301 0 -1 4202560 406 0 0 0 2 0 0 0 20 0 15 0 97102838 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455373773680 140455804001920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661056 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) S 422 425 30301 0 -1 1077944384 834 0 0 0 7 0 0 0 20 0 15 0 97102838 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455372720624 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102838 10916921344 9967 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39868 KiB

[startup+0.31321 s]*
/proc/loadavg: 2.00 2.01 2.05 4/215 441
/proc/meminfo: memFree=21965044/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661132 memory=62868 CPUtime=0.54 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 8734 0 0 0 51 3 0 0 20 0 15 0 97102832 10916999168 15717 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665283 15717 3031 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661132 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) R 422 425 30301 0 -1 4202560 5403 0 0 0 28 2 0 0 20 0 15 0 97102832 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455823679600 140455803520350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455772060688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661132 memory=140718310812580 CPUtime=0 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455771008144 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661132 memory=3467969744237080502 CPUtime=0 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102833 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455769955088 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661132 memory=3762250820925993780 CPUtime=0 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) S 422 425 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97102833 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455768902544 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661132 memory=6441361776103282272 CPUtime=0 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455379036400 140455819451010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661132 memory=3907208251668967474 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455377982624 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661132 memory=3467969744237080501 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661132 memory=3689631415067422768 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) S 422 425 30301 0 -1 1077944384 585 0 0 0 6 0 0 0 20 0 15 0 97102838 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455374826224 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661132 memory=4049359699478460210 CPUtime=0.04 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) S 422 425 30301 0 -1 1077944384 420 0 0 0 4 0 0 0 20 0 15 0 97102838 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455373773680 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661132 memory=7524501684531717486 CPUtime=0.12 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) S 422 425 30301 0 -1 1077944384 973 0 0 0 12 0 0 0 20 0 15 0 97102838 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455372720624 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661132 memory=7523651762026669422 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661132 memory=6935659224547545168 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 15717 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 62868 KiB

[startup+0.700736 s]
/proc/loadavg: 2.00 2.01 2.05 5/215 441
/proc/meminfo: memFree=21883652/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661132 memory=219144 CPUtime=1.52 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 10528 0 0 0 144 8 0 0 20 0 15 0 97102832 10916999168 54786 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665283 54786 3114 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661132 memory=1408 CPUtime=0.66 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) R 422 425 30301 0 -1 4202560 5492 0 0 0 63 3 0 0 20 0 15 0 97102832 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455823672784 140455819451798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661132 memory=3208 CPUtime=0 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) S 422 425 30301 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 97102833 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455772060688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) S 422 425 30301 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 97102833 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455771008144 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661132 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) S 422 425 30301 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 97102833 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455769955088 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661132 memory=1440 CPUtime=0.01 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) S 422 425 30301 0 -1 1077944384 25 0 0 0 0 1 0 0 20 0 15 0 97102833 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455768902544 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661132 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455379036400 140455819451010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455377982624 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661132 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661132 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661132 memory=16104 CPUtime=0.27 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) S 422 425 30301 0 -1 1077944384 1129 0 0 0 27 0 0 0 20 0 15 0 97102838 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455374826224 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661132 memory=16240 CPUtime=0.31 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) S 422 425 30301 0 -1 1077944384 1172 0 0 0 31 0 0 0 20 0 15 0 97102838 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455373773680 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661132 memory=1792 CPUtime=0.18 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) R 422 425 30301 0 -1 4202560 1223 0 0 0 18 0 0 0 20 0 15 0 97102838 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455372720432 140455819461210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 54786 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 219144 KiB

[startup+1.50089 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 441
/proc/meminfo: memFree=21737316/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661132 memory=623492 CPUtime=3.27 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 12993 0 0 0 284 43 0 0 20 0 15 0 97102832 10916999168 155873 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665283 155873 3146 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661132 memory=438216 CPUtime=1.23 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) R 422 425 30301 0 -1 4202560 5628 0 0 0 118 5 0 0 20 0 15 0 97102832 10916999168 155873 33554432000 4194304 4196468 140735776224592 140455823678560 140455805507988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661132 memory=33 CPUtime=0.21 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) S 422 425 30301 0 -1 1077944384 357 0 0 0 12 9 0 0 20 0 15 0 97102833 10916999168 155873 33554432000 4194304 4196468 140735776224592 140455772060688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) S 422 425 30301 0 -1 1077944384 712 0 0 0 13 8 0 0 20 0 15 0 97102833 10916999168 155873 33554432000 4194304 4196468 140735776224592 140455771008144 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661132 memory=1408 CPUtime=0.21 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) S 422 425 30301 0 -1 1077944384 238 0 0 0 12 9 0 0 20 0 15 0 97102833 10916999168 155873 33554432000 4194304 4196468 140735776224592 140455769955088 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661132 memory=3208 CPUtime=0.21 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) S 422 425 30301 0 -1 1077944384 267 0 0 0 13 8 0 0 20 0 15 0 97102833 10916999168 155873 33554432000 4194304 4196468 140735776224592 140455768902544 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661132 memory=1634996 CPUtime=0.01 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 617 0 0 0 1 0 0 0 20 0 15 0 97102835 10916999168 155873 33554432000 4194304 4196468 140735776224592 140455379036400 140455819451010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0

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

[startup+9.07417 s]
# the end of solver process 425 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=21.6863 s, system=7.42824 s

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

[startup+6.40178 s]
/proc/loadavg: 2.24 2.06 2.06 6/216 450
/proc/meminfo: memFree=14798752/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661132 memory=7669192 CPUtime=19.69 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 95262 0 0 0 1301 668 0 0 20 0 15 0 97102832 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665283 1917298 3148 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661132 memory=5939234598300771179 CPUtime=2.12 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) S 422 425 30301 0 -1 1077944384 7357 0 0 0 200 12 0 0 20 0 15 0 97102832 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455823678560 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661132 memory=6483380 CPUtime=4.08 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) R 422 425 30301 0 -1 4202560 19141 0 0 0 222 186 0 0 20 0 15 0 97102833 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455772058208 140455812542580 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661132 memory=6947385649911455296 CPUtime=4.05 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) R 422 425 30301 0 -1 4202560 19055 0 0 0 249 156 0 0 20 0 15 0 97102833 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455771008344 140455812542698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661132 memory=1634996 CPUtime=4.06 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) R 422 425 30301 0 -1 4202560 18530 0 0 0 261 145 0 0 20 0 15 0 97102833 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455769954976 140455812543278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661132 memory=28012 CPUtime=4.07 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) R 422 425 30301 0 -1 4202560 18183 0 0 0 245 162 0 0 20 0 15 0 97102833 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455768900224 140455812542580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661132 memory=1404 CPUtime=0.1 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 7335 0 0 0 9 1 0 0 20 0 15 0 97102835 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455379034912 140455819450069 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661132 memory=2496 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455377982688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661132 memory=5159460 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661132 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661132 memory=2200 CPUtime=0.44 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) S 422 425 30301 0 -1 1077944384 1464 0 0 0 44 0 0 0 20 0 15 0 97102838 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455374826224 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661132 memory=7284 CPUtime=0.43 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) S 422 425 30301 0 -1 1077944384 1212 0 0 0 43 0 0 0 20 0 15 0 97102838 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455373773680 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661132 memory=840 CPUtime=0.23 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) S 422 425 30301 0 -1 1077944384 1328 0 0 0 23 0 0 0 20 0 15 0 97102838 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455372720624 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661132 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 1917298 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 19.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7669192 KiB

[startup+8.00078 s]*
/proc/loadavg: 2.24 2.06 2.06 6/216 450
/proc/meminfo: memFree=13716384/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661132 memory=8295860 CPUtime=25.28 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 159019 0 0 0 1793 735 0 0 20 0 15 0 97102832 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665283 2073965 3148 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661132 memory=1398720917958146503 CPUtime=2.26 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) S 422 425 30301 0 -1 1077944384 7358 0 0 0 214 12 0 0 20 0 15 0 97102832 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455823678560 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661132 memory=0 CPUtime=5.43 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) R 422 425 30301 0 -1 4202560 19656 0 0 0 328 215 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455772060496 140455812068071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661132 memory=0 CPUtime=5.4 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) R 422 425 30301 0 -1 4202560 79182 0 0 0 379 161 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455771008344 140455812542856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661132 memory=0 CPUtime=5.41 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) R 422 425 30301 0 -1 4202560 19246 0 0 0 367 174 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455769954896 140455812068071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661132 memory=3472328089431711792 CPUtime=5.39 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) R 422 425 30301 0 -1 4202560 18388 0 0 0 372 167 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455768902664 140455812068071 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661132 memory=6656426216303648864 CPUtime=0.21 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 9528 0 0 0 20 1 0 0 20 0 15 0 97102835 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455379034960 140455819450069 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455377982688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661132 memory=3184238638386751152 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661132 memory=3471202396320837679 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) S 422 425 30301 0 -1 1077944384 1464 0 0 0 44 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455374826224 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661132 memory=7813593664657895432 CPUtime=0.43 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) S 422 425 30301 0 -1 1077944384 1212 0 0 0 43 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455373773680 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661132 memory=-7161732098441943118 CPUtime=0.23 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) S 422 425 30301 0 -1 1077944384 1328 0 0 0 23 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455372720624 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661132 memory=-8248215640242096217 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661132 memory=8514726395714820750 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 25.28 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8295860 KiB

[startup+8.80072 s]
/proc/loadavg: 2.24 2.06 2.06 6/216 450
/proc/meminfo: memFree=13716384/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661132 memory=8295860 CPUtime=28.39 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 159019 0 0 0 2103 736 0 0 20 0 15 0 97102832 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665283 2073965 3148 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661132 memory=288288865905820657 CPUtime=2.26 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) S 422 425 30301 0 -1 1077944384 7358 0 0 0 214 12 0 0 20 0 15 0 97102832 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455823678560 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661132 memory=-5738297875903048278 CPUtime=6.2 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) R 422 425 30301 0 -1 4202560 19656 0 0 0 404 216 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455772060496 140455812068071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661132 memory=-7824251494390914152 CPUtime=6.19 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) R 422 425 30301 0 -1 4202560 79182 0 0 0 458 161 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455771008344 140455812542842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661132 memory=7954312852832675431 CPUtime=6.18 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) R 422 425 30301 0 -1 4202560 19246 0 0 0 444 174 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455769954896 140455812068071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661132 memory=7523071198212214892 CPUtime=6.15 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) R 422 425 30301 0 -1 4202560 18388 0 0 0 448 167 0 0 20 0 15 0 97102833 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455768902664 140455812068071 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661132 memory=6298686948611614311 CPUtime=0.21 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 9528 0 0 0 20 1 0 0 20 0 15 0 97102835 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455379034960 140455819450069 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661132 memory=-8820979915922421270 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455377982688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661132 memory=281436322464560 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) S 422 425 30301 0 -1 1077944384 1464 0 0 0 44 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455374826224 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661132 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) S 422 425 30301 0 -1 1077944384 1212 0 0 0 43 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455373773680 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661132 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) S 422 425 30301 0 -1 1077944384 1328 0 0 0 23 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455372720624 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661132 memory=8285384 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661132 memory=6788 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2073965 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 28.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8295860 KiB

[startup+9.00088 s]*
/proc/loadavg: 2.24 2.06 2.06 3/216 450
/proc/meminfo: memFree=13716384/32770624 swapFree=67108404/67108860
[pid=425] ppid=422 vsize=10661132 memory=8296036 CPUtime=29.03 cores=0,2,4,6
/proc/425/stat : 425 (java) S 422 425 30301 0 -1 1077944320 159903 0 0 0 2167 736 0 0 20 0 15 0 97102832 10916999168 2074009 33554432000 4194304 4196468 140735776224592 140735776207136 140455819439863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
/proc/425/statm: 2665283 2074009 3148 1 0 2627263 0
[pid=425/tid=427] ppid=422 vsize=10661132 memory=8389772277269004345 CPUtime=2.26 cores=0,2,4,6
/proc/425/task/427/stat : 427 (java) R 422 425 30301 0 -1 4202560 7399 0 0 0 214 12 0 0 20 0 15 0 97102832 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455823678560 140455802628893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=429] ppid=422 vsize=10661132 memory=301741420786745367 CPUtime=6.35 cores=0,2,4,6
/proc/425/task/429/stat : 429 (java) S 422 425 30301 0 -1 1077944384 19656 0 0 0 419 216 0 0 20 0 15 0 97102833 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455772060688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=430] ppid=422 vsize=10661132 memory=3545378768773281440 CPUtime=6.34 cores=0,2,4,6
/proc/425/task/430/stat : 430 (java) S 422 425 30301 0 -1 1077944384 79182 0 0 0 473 161 0 0 20 0 15 0 97102833 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455771008144 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=431] ppid=422 vsize=10661132 memory=-6293331330065001044 CPUtime=6.33 cores=0,2,4,6
/proc/425/task/431/stat : 431 (java) S 422 425 30301 0 -1 1077944384 19246 0 0 0 459 174 0 0 20 0 15 0 97102833 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455769955088 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=432] ppid=422 vsize=10661132 memory=3689060729106363506 CPUtime=6.3 cores=0,2,4,6
/proc/425/task/432/stat : 432 (java) S 422 425 30301 0 -1 1077944384 18388 0 0 0 463 167 0 0 20 0 15 0 97102833 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455768902544 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=433] ppid=422 vsize=10661132 memory=4947159701124851058 CPUtime=0.27 cores=0,2,4,6
/proc/425/task/433/stat : 433 (java) S 422 425 30301 0 -1 1077944384 10413 0 0 0 26 1 0 0 20 0 15 0 97102835 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455379036400 140455819451010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=434] ppid=422 vsize=10661132 memory=664962042350622217 CPUtime=0 cores=0,2,4,6
/proc/425/task/434/stat : 434 (java) S 422 425 30301 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455377982688 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=435] ppid=422 vsize=10661132 memory=7236950774620651701 CPUtime=0 cores=0,2,4,6
/proc/425/task/435/stat : 435 (java) S 422 425 30301 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97102835 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455376929520 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=436] ppid=422 vsize=10661132 memory=7451578361684439087 CPUtime=0 cores=0,2,4,6
/proc/425/task/436/stat : 436 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455375878096 140455819458459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=437] ppid=422 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/425/task/437/stat : 437 (java) S 422 425 30301 0 -1 1077944384 1464 0 0 0 44 0 0 0 20 0 15 0 97102838 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455374826224 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=438] ppid=422 vsize=10661132 memory=8386651906308666477 CPUtime=0.43 cores=0,2,4,6
/proc/425/task/438/stat : 438 (java) S 422 425 30301 0 -1 1077944384 1212 0 0 0 43 0 0 0 20 0 15 0 97102838 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455373773680 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=439] ppid=422 vsize=10661132 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/425/task/439/stat : 439 (java) S 422 425 30301 0 -1 1077944384 1328 0 0 0 23 0 0 0 20 0 15 0 97102838 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455372720624 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=440] ppid=422 vsize=10661132 memory=-7674914008656224160 CPUtime=0 cores=0,2,4,6
/proc/425/task/440/stat : 440 (java) S 422 425 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455371668320 140455819450069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
[pid=425/tid=441] ppid=422 vsize=10661132 memory=5787221554212458576 CPUtime=0 cores=0,2,4,6
/proc/425/task/441/stat : 441 (java) S 422 425 30301 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 97102838 10916999168 2074012 33554432000 4194304 4196468 140735776224592 140455370615344 140455819451010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 18345984 140735776232565 140735776232713 140735776232713 140735776235471 0
Current children cumulated CPU time: 29.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8296036 KiB

Child status: 1
Real time (s): 9.07423
CPU time (s): 29.1145
CPU user time (s): 21.6863
CPU system time (s): 7.42824
CPU usage (%): 320.849
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8296036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6863
system time used= 7.42824
maximum resident set size= 8296572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160059
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= 3815
involuntary context switches= 261


# summary of solver processes directly reported to runsolver:
#   pid: 425
#   total CPU time (s): 29.1145
#   total CPU user time (s): 21.6863
#   total CPU system time (s): 7.42824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070857 second user time and 0.162848 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 18:29:57
IDJOB=4299168
IDBENCH=141303
IDSOLVER=2762
FILE ID=node148/4299168-1532795397
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43252 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-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-4299168-1532795397/watcher-4299168-1532795397 -o /tmp/evaluation-result-4299168-1532795397/solver-4299168-1532795397 -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-4299168-1532795397.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1391912819

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:        22016704 kB
MemAvailable:   30307956 kB
Buffers:          229320 kB
Cached:          8195592 kB
SwapCached:          352 kB
Active:          3627364 kB
Inactive:        6472140 kB
Active(anon):    1627992 kB
Inactive(anon):    74228 kB
Active(file):    1999372 kB
Inactive(file):  6397912 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             11012 kB
Writeback:             0 kB
AnonPages:       1680384 kB
Mapped:            54924 kB
Shmem:             25016 kB
Slab:             350780 kB
SReclaimable:     322428 kB
SUnreclaim:        28352 kB
KernelStack:        3568 kB
PageTables:         8872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2978012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1566720 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= 43252 MiB
End job on node148 at 2018-07-28 18:30:06