Trace number 4297657

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)? (TO) 20068.3 2520.13

General information on the benchmark

NameColouredQueens/
ColouredQueens-15_c18.xml
MD5SUM531220ca8f264cab5c203edb1f2daff4
Bench CategoryCSP (decision 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 variables225
Number of constraints84
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":225}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":221}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":32}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":84}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297657-1532687876.xml"  -tl '20160s' -p 8
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297657-1532687876.xml, -tl, 20160s, -p, 8]
0.12/0.21	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.44/0.63	c solve instance...
20067.47/2520.09	s UNKNOWN
20067.47/2520.09	c Unexpected resolution interruption!

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 (7875 MiB free)
  memory of node 1: 16384 MiB (13429 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297657-1532687876/watcher-4297657-1532687876 -o /tmp/evaluation-result-4297657-1532687876/solver-4297657-1532687876 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532685355-30031 --watchdog 2580 HOME/xcsp3-exec -seed 2085543873 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297657-1532687876.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=30240, runsolver pid=30237

[startup+0.102844 s]*
/proc/loadavg: 8.24 8.83 8.85 3/205 30261
/proc/meminfo: memFree=21801176/32770624 swapFree=67108860/67108860
[pid=30240] ppid=30237 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30240/stat : 30240 (xcsp3-exec) S 30237 30240 30004 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86350834 115843072 363 33554432000 4194304 5098028 140730472443632 140730472441736 140046245859964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32059392 140730472444981 140730472445184 140730472445184 140730472447946 0
/proc/30240/statm: 28282 363 306 221 0 87 0
[pid=30242] ppid=30240 vsize=26104152 memory=27320 CPUtime=0.12 cores=0-7
/proc/30242/stat : 30242 (java) S 30240 30240 30004 0 -1 1077944320 5669 0 0 0 11 1 0 0 20 0 20 0 86350834 26730651648 6830 33554432000 4194304 4196468 140720680277440 140720680259984 139926562160375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
/proc/30242/statm: 6526038 6830 3024 1 0 6488315 0
[pid=30242/tid=30243] ppid=30240 vsize=26104152 memory=7824050459788614555 CPUtime=0.08 cores=0-7
/proc/30242/task/30243/stat : 30243 (java) R 30240 30240 30004 0 -1 4202560 3664 0 0 0 8 0 0 0 20 0 20 0 86350835 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926566385632 139926562172310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30244] ppid=30240 vsize=26104152 memory=732370644373109733 CPUtime=0 cores=0-7
/proc/30242/task/30244/stat : 30244 (java) S 30240 30240 30004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926484741008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30245] ppid=30240 vsize=26104152 memory=140506035656320 CPUtime=0 cores=0-7
/proc/30242/task/30245/stat : 30245 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926483688208 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30246] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30246/stat : 30246 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926482635920 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30247] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30247/stat : 30247 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926481583120 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30248] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30248/stat : 30248 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926480529808 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30249] ppid=30240 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30242/task/30249/stat : 30249 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926479477008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30250] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30250/stat : 30250 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926113901200 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30251] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30251/stat : 30251 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 6830 33554432000 4194304 4196468 140720680277440 139926112848400 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30252] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30252/stat : 30252 (java) S 30240 30240 30004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86350837 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925554993776 139926562171522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30253] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30253/stat : 30253 (java) S 30240 30240 30004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86350838 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925553939744 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30254] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30254/stat : 30254 (java) S 30240 30240 30004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86350838 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925552887408 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30255] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30255/stat : 30255 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350840 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925551835728 139926562178971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30256] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30256/stat : 30256 (java) S 30240 30240 30004 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 20 0 86350840 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925550782576 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30257] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30257/stat : 30257 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350840 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925549729776 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30258] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30258/stat : 30258 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86350840 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925548677488 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30259] ppid=30240 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/30242/task/30259/stat : 30259 (java) R 30240 30240 30004 0 -1 4202560 259 0 0 0 1 0 0 0 20 0 20 0 86350840 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925547624688 139926540833845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30260] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30260/stat : 30260 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86350840 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925546572640 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30261] ppid=30240 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30242/task/30261/stat : 30261 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350841 26730651648 6830 33554432000 4194304 4196468 140720680277440 139925545519920 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28772 KiB

[startup+0.210708 s]*
/proc/loadavg: 8.24 8.83 8.85 3/205 30261
/proc/meminfo: memFree=21789252/32770624 swapFree=67108860/67108860
[pid=30240] ppid=30237 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30240/stat : 30240 (xcsp3-exec) S 30237 30240 30004 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86350834 115843072 363 33554432000 4194304 5098028 140730472443632 140730472441736 140046245859964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32059392 140730472444981 140730472445184 140730472445184 140730472447946 0
/proc/30240/statm: 28282 363 306 221 0 87 0
[pid=30242] ppid=30240 vsize=26104152 memory=39644 CPUtime=0.33 cores=0-7
/proc/30242/stat : 30242 (java) S 30240 30240 30004 0 -1 1077944320 8528 0 0 0 31 2 0 0 20 0 20 0 86350834 26730651648 9911 33554432000 4194304 4196468 140720680277440 140720680259984 139926562160375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
/proc/30242/statm: 6526038 9911 3203 1 0 6488315 0
[pid=30242/tid=30243] ppid=30240 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/30242/task/30243/stat : 30243 (java) R 30240 30240 30004 0 -1 4202560 5563 0 0 0 18 1 0 0 20 0 20 0 86350835 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926566395360 139926546240862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30244] ppid=30240 vsize=26104152 memory=732370644373109733 CPUtime=0 cores=0-7
/proc/30242/task/30244/stat : 30244 (java) S 30240 30240 30004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926484741008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30245] ppid=30240 vsize=26104152 memory=140506035656320 CPUtime=0 cores=0-7
/proc/30242/task/30245/stat : 30245 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926483688208 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30246] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30246/stat : 30246 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926482635920 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30247] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30247/stat : 30247 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926481583120 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30248] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30248/stat : 30248 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926480529808 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30249] ppid=30240 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30242/task/30249/stat : 30249 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926479477008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30250] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30250/stat : 30250 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926113901200 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30251] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30251/stat : 30251 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26730651648 9911 33554432000 4194304 4196468 140720680277440 139926112848400 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30252] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30252/stat : 30252 (java) S 30240 30240 30004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86350837 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925554993776 139926562171522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30253] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30253/stat : 30253 (java) S 30240 30240 30004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86350838 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925553939744 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30254] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30254/stat : 30254 (java) S 30240 30240 30004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86350838 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925552887408 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30255] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30255/stat : 30255 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350840 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925551835728 139926562178971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30256] ppid=30240 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/30242/task/30256/stat : 30256 (java) S 30240 30240 30004 0 -1 1077944384 604 0 0 0 1 0 0 0 20 0 20 0 86350840 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925550782576 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30257] ppid=30240 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/30242/task/30257/stat : 30257 (java) S 30240 30240 30004 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 86350840 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925549729776 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30258] ppid=30240 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/30242/task/30258/stat : 30258 (java) S 30240 30240 30004 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 20 0 86350840 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925548677488 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30259] ppid=30240 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/30242/task/30259/stat : 30259 (java) S 30240 30240 30004 0 -1 1077944384 759 0 0 0 7 0 0 0 20 0 20 0 86350840 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925547624688 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30260] ppid=30240 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30260/stat : 30260 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86350840 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925546572640 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30261] ppid=30240 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/30242/task/30261/stat : 30261 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350841 26730651648 9911 33554432000 4194304 4196468 140720680277440 139925545519920 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41096 KiB

[startup+0.310641 s]*
/proc/loadavg: 8.24 8.83 8.85 2/205 30261
/proc/meminfo: memFree=21783544/32770624 swapFree=67108860/67108860
[pid=30240] ppid=30237 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30240/stat : 30240 (xcsp3-exec) S 30237 30240 30004 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86350834 115843072 363 33554432000 4194304 5098028 140730472443632 140730472441736 140046245859964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32059392 140730472444981 140730472445184 140730472445184 140730472447946 0
/proc/30240/statm: 28282 363 306 221 0 87 0
[pid=30242] ppid=30240 vsize=26108408 memory=46164 CPUtime=0.5 cores=0-7
/proc/30242/stat : 30242 (java) S 30240 30240 30004 0 -1 1077944320 9335 0 0 0 47 3 0 0 20 0 20 0 86350834 26735009792 11541 33554432000 4194304 4196468 140720680277440 140720680259984 139926562160375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
/proc/30242/statm: 6527102 11541 3236 1 0 6488315 0
[pid=30242/tid=30243] ppid=30240 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30242/task/30243/stat : 30243 (java) R 30240 30240 30004 0 -1 4202560 6279 0 0 0 27 2 0 0 20 0 20 0 86350835 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926566400016 139926546240862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30244] ppid=30240 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30244/stat : 30244 (java) S 30240 30240 30004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926484741008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30245] ppid=30240 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30245/stat : 30245 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926483688208 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30246] ppid=30240 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30246/stat : 30246 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926482635920 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30247] ppid=30240 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30247/stat : 30247 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926481583120 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30248] ppid=30240 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/30242/task/30248/stat : 30248 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926480529808 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30249] ppid=30240 vsize=26108408 memory=140505895760815 CPUtime=0 cores=0-7
/proc/30242/task/30249/stat : 30249 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926479477008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30250] ppid=30240 vsize=26108408 memory=140505895763120 CPUtime=0 cores=0-7
/proc/30242/task/30250/stat : 30250 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926113901200 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30251] ppid=30240 vsize=26108408 memory=140505895765424 CPUtime=0 cores=0-7
/proc/30242/task/30251/stat : 30251 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350836 26735009792 11541 33554432000 4194304 4196468 140720680277440 139926112848400 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30252] ppid=30240 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30252/stat : 30252 (java) S 30240 30240 30004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86350837 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925554993776 139926562171522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30253] ppid=30240 vsize=26108408 memory=281011791537808 CPUtime=0 cores=0-7
/proc/30242/task/30253/stat : 30253 (java) S 30240 30240 30004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86350838 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925553939744 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30254] ppid=30240 vsize=26108408 memory=281011791544720 CPUtime=0 cores=0-7
/proc/30242/task/30254/stat : 30254 (java) S 30240 30240 30004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86350838 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925552887408 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30255] ppid=30240 vsize=26108408 memory=281011791486000 CPUtime=0 cores=0-7
/proc/30242/task/30255/stat : 30255 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350840 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925551835728 139926562178971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30256] ppid=30240 vsize=26108408 memory=281011791558544 CPUtime=0.02 cores=0-7
/proc/30242/task/30256/stat : 30256 (java) S 30240 30240 30004 0 -1 1077944384 616 0 0 0 2 0 0 0 20 0 20 0 86350840 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925550782576 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30257] ppid=30240 vsize=26108408 memory=281011791565456 CPUtime=0.01 cores=0-7
/proc/30242/task/30257/stat : 30257 (java) S 30240 30240 30004 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 86350840 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925549729776 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30258] ppid=30240 vsize=26108408 memory=281011791563152 CPUtime=0.02 cores=0-7
/proc/30242/task/30258/stat : 30258 (java) S 30240 30240 30004 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 20 0 86350840 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925548677488 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30259] ppid=30240 vsize=26108408 memory=281011791579312 CPUtime=0.12 cores=0-7
/proc/30242/task/30259/stat : 30259 (java) S 30240 30240 30004 0 -1 1077944384 830 0 0 0 12 0 0 0 20 0 20 0 86350840 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925547624688 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30260] ppid=30240 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30260/stat : 30260 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86350840 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925546572640 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30261] ppid=30240 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/30242/task/30261/stat : 30261 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86350841 26735009792 11541 33554432000 4194304 4196468 140720680277440 139925545519920 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47616 KiB

[startup+0.711124 s]
/proc/loadavg: 8.24 8.83 8.85 6/205 30261
/proc/meminfo: memFree=21770684/32770624 swapFree=67108860/67108860
[pid=30240] ppid=30237 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30240/stat : 30240 (xcsp3-exec) S 30237 30240 30004 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86350834 115843072 363 33554432000 4194304 5098028 140730472443632 140730472441736 140046245859964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32059392 140730472444981 140730472445184 140730472445184 140730472447946 0
/proc/30240/statm: 28282 363 306 221 0 87 0
[pid=30242] ppid=30240 vsize=26643044 memory=104284 CPUtime=2.05 cores=0-7
/proc/30242/stat : 30242 (java) S 30240 30240 30004 0 -1 1077944320 13384 0 0 0 200 5 0 0 20 0 28 0 86350834 27282477056 26071 33554432000 4194304 4196468 140720680277440 140720680259984 139926562160375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
/proc/30242/statm: 6660761 26071 3366 1 0 6621955 0
[pid=30242/tid=30243] ppid=30240 vsize=26643044 memory=281011791874240 CPUtime=0.61 cores=0-7
/proc/30242/task/30243/stat : 30243 (java) S 30240 30240 30004 0 -1 1077944384 7115 0 0 0 58 3 0 0 20 0 28 0 86350835 27282477056 26071 33554432000 4194304 4196468 140720680277440 139926566401152 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30244] ppid=30240 vsize=26643044 memory=5098126181534 CPUtime=0 cores=0-7
/proc/30242/task/30244/stat : 30244 (java) S 30240 30240 30004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 86350836 27282477056 26071 33554432000 4194304 4196468 140720680277440 139926484741008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30245] ppid=30240 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30245/stat : 30245 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86350836 27282477056 26071 33554432000 4194304 4196468 140720680277440 139926483688208 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30246] ppid=30240 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/30242/task/30246/stat : 30246 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86350836 27282477056 26071 33554432000 4194304 4196468 140720680277440 139926482635920 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0

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

[pid=30242/tid=30269] ppid=30240 vsize=26643044 memory=596692 CPUtime=2420.96 cores=0-7
/proc/30242/task/30269/stat : 30269 (java) R 30240 30240 30004 0 -1 4202560 76529 0 0 0 242036 60 0 0 20 0 28 0 86350899 27282477056 149045 33554432000 4194304 4196468 140720680277440 139924740729872 139926166613943 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
Current children cumulated CPU time: 19448.6 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 597632 KiB

[startup+2502.3 s]
/proc/loadavg: 8.77 8.49 8.45 10/212 30340
/proc/meminfo: memFree=21242668/32770624 swapFree=67108860/67108860
[pid=30240] ppid=30237 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30240/stat : 30240 (xcsp3-exec) S 30237 30240 30004 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86350834 115843072 363 33554432000 4194304 5098028 140730472443632 140730472441736 140046245859964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32059392 140730472444981 140730472445184 140730472445184 140730472447946 0
/proc/30240/statm: 28282 363 306 221 0 87 0
[pid=30242] ppid=30240 vsize=26643044 memory=586944 CPUtime=19926.4 cores=0-7
/proc/30242/stat : 30242 (java) S 30240 30240 30004 0 -1 1077944320 268338 0 3 0 1992325 319 0 0 20 0 28 0 86350834 27282477056 146736 33554432000 4194304 4196468 140720680277440 140720680259984 139926562160375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
/proc/30242/statm: 6660761 146736 3447 1 0 6621955 0
[pid=30242/tid=30243] ppid=30240 vsize=26643044 memory=1452 CPUtime=0.61 cores=0-7
/proc/30242/task/30243/stat : 30243 (java) S 30240 30240 30004 0 -1 1077944384 7115 0 0 0 58 3 0 0 20 0 28 0 86350835 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926566401152 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30244] ppid=30240 vsize=26643044 memory=587460 CPUtime=3.06 cores=0-7
/proc/30242/task/30244/stat : 30244 (java) S 30240 30240 30004 0 -1 1077944384 8814 0 0 0 291 15 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926484741008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30245] ppid=30240 vsize=26643044 memory=1424 CPUtime=3.06 cores=0-7
/proc/30242/task/30245/stat : 30245 (java) S 30240 30240 30004 0 -1 1077944384 8567 0 0 0 291 15 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926483688208 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30246] ppid=30240 vsize=26643044 memory=590536 CPUtime=3.06 cores=0-7
/proc/30242/task/30246/stat : 30246 (java) S 30240 30240 30004 0 -1 1077944384 9953 0 0 0 290 16 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926482635920 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30247] ppid=30240 vsize=26643044 memory=1224 CPUtime=3.04 cores=0-7
/proc/30242/task/30247/stat : 30247 (java) S 30240 30240 30004 0 -1 1077944384 8183 0 0 0 288 16 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926481583120 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30248] ppid=30240 vsize=26643044 memory=1452 CPUtime=3.03 cores=0-7
/proc/30242/task/30248/stat : 30248 (java) S 30240 30240 30004 0 -1 1077944384 9513 0 0 0 289 14 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926480529808 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30249] ppid=30240 vsize=26643044 memory=588484 CPUtime=3.06 cores=0-7
/proc/30242/task/30249/stat : 30249 (java) S 30240 30240 30004 0 -1 1077944384 9013 0 0 0 289 17 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926479477008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30250] ppid=30240 vsize=26643044 memory=587972 CPUtime=3.03 cores=0-7
/proc/30242/task/30250/stat : 30250 (java) S 30240 30240 30004 0 -1 1077944384 6085 0 0 0 287 16 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926113901200 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30251] ppid=30240 vsize=26643044 memory=1424 CPUtime=3.06 cores=0-7
/proc/30242/task/30251/stat : 30251 (java) S 30240 30240 30004 0 -1 1077944384 8132 0 0 0 290 16 0 0 20 0 28 0 86350836 27282477056 146736 33554432000 4194304 4196468 140720680277440 139926112848400 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30252] ppid=30240 vsize=26643044 memory=796 CPUtime=2.42 cores=0-7
/proc/30242/task/30252/stat : 30252 (java) S 30240 30240 30004 0 -1 1077944384 22109 0 0 0 177 65 0 0 20 0 28 0 86350837 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925554993776 139926562171522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30253] ppid=30240 vsize=26643044 memory=588484 CPUtime=0 cores=0-7
/proc/30242/task/30253/stat : 30253 (java) S 30240 30240 30004 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 86350838 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925553939744 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30254] ppid=30240 vsize=26643044 memory=588996 CPUtime=0 cores=0-7
/proc/30242/task/30254/stat : 30254 (java) S 30240 30240 30004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 86350838 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925552887408 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30255] ppid=30240 vsize=26643044 memory=593616 CPUtime=0 cores=0-7
/proc/30242/task/30255/stat : 30255 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86350840 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925551835728 139926562178971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30256] ppid=30240 vsize=26643044 memory=6791534058613427641 CPUtime=1.52 cores=0-7
/proc/30242/task/30256/stat : 30256 (java) S 30240 30240 30004 0 -1 1077944384 7659 0 0 0 151 1 0 0 20 0 28 0 86350840 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925550782576 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30257] ppid=30240 vsize=26643044 memory=1292 CPUtime=1.43 cores=0-7
/proc/30242/task/30257/stat : 30257 (java) S 30240 30240 30004 0 -1 1077944384 7670 0 0 0 141 2 0 0 20 0 28 0 86350840 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925549729776 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30258] ppid=30240 vsize=26643044 memory=2444 CPUtime=1.4 cores=0-7
/proc/30242/task/30258/stat : 30258 (java) S 30240 30240 30004 0 -1 1077944384 6854 0 3 0 139 1 0 0 20 0 28 0 86350840 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925548677488 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30259] ppid=30240 vsize=26643044 memory=1452 CPUtime=0.66 cores=0-7
/proc/30242/task/30259/stat : 30259 (java) S 30240 30240 30004 0 -1 1077944384 7540 0 0 0 65 1 0 0 20 0 28 0 86350840 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925547624688 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30260] ppid=30240 vsize=26643044 memory=1452 CPUtime=0 cores=0-7
/proc/30242/task/30260/stat : 30260 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86350840 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925546572640 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30261] ppid=30240 vsize=26643044 memory=587460 CPUtime=0.52 cores=0-7
/proc/30242/task/30261/stat : 30261 (java) S 30240 30240 30004 0 -1 1077944384 1534 0 0 0 33 19 0 0 20 0 28 0 86350841 27282477056 146736 33554432000 4194304 4196468 140720680277440 139925545519920 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30262] ppid=30240 vsize=26643044 memory=1398720917958146503 CPUtime=2493.39 cores=0-7
/proc/30242/task/30262/stat : 30262 (java) R 30240 30240 30004 0 -1 4202560 2935 0 0 0 249334 5 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924748094688 139926165041130 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30263] ppid=30240 vsize=26643044 memory=-7003737579269690708 CPUtime=2490.37 cores=0-7
/proc/30242/task/30263/stat : 30263 (java) R 30240 30240 30004 0 -1 4202560 2598 0 0 0 249032 5 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924747043912 139926165123481 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30264] ppid=30240 vsize=26643044 memory=3820 CPUtime=2482.68 cores=0-7
/proc/30242/task/30264/stat : 30264 (java) R 30240 30240 30004 0 -1 4202560 16209 0 0 0 248249 19 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924745989712 139926165027643 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30265] ppid=30240 vsize=26643044 memory=1452 CPUtime=2480.75 cores=0-7
/proc/30242/task/30265/stat : 30265 (java) R 30240 30240 30004 0 -1 4202560 24821 0 0 0 248055 20 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924744940192 139926165041246 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30266] ppid=30240 vsize=26643044 memory=1452 CPUtime=2479.2 cores=0-7
/proc/30242/task/30266/stat : 30266 (java) R 30240 30240 30004 0 -1 4202560 8964 0 0 0 247905 15 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924743884760 139926165122570 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30267] ppid=30240 vsize=26643044 memory=588996 CPUtime=2493.02 cores=0-7
/proc/30242/task/30267/stat : 30267 (java) R 30240 30240 30004 0 -1 4202560 2814 0 0 0 249298 4 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924742832088 139926165111675 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30268] ppid=30240 vsize=26643044 memory=796 CPUtime=2493.38 cores=0-7
/proc/30242/task/30268/stat : 30268 (java) R 30240 30240 30004 0 -1 4202560 2949 0 0 0 249335 3 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924741779800 139926163871499 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30269] ppid=30240 vsize=26643044 memory=1452 CPUtime=2480.55 cores=0-7
/proc/30242/task/30269/stat : 30269 (java) R 30240 30240 30004 0 -1 4202560 76961 0 0 0 247995 60 0 0 20 0 28 0 86350899 27282477056 146736 33554432000 4194304 4196468 140720680277440 139924740726736 139926165111713 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
Current children cumulated CPU time: 19926.4 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 588396 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.84 8.52 8.47 10/212 30340
/proc/meminfo: memFree=21267044/32770624 swapFree=67108860/67108860
[pid=30240] ppid=30237 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30240/stat : 30240 (xcsp3-exec) S 30237 30240 30004 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 86350834 115843072 363 33554432000 4194304 5098028 140730472443632 140730472441736 140046245859964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32059392 140730472444981 140730472445184 140730472445184 140730472447946 0
/proc/30240/statm: 28282 363 306 221 0 87 0
[pid=30242] ppid=30240 vsize=26643044 memory=562788 CPUtime=20067.5 cores=0-7
/proc/30242/stat : 30242 (java) S 30240 30240 30004 0 -1 1077944320 270552 0 3 0 2006425 322 0 0 20 0 28 0 86350834 27282477056 140697 33554432000 4194304 4196468 140720680277440 140720680259984 139926562160375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
/proc/30242/statm: 6660761 140697 3447 1 0 6621955 0
[pid=30242/tid=30243] ppid=30240 vsize=26643044 memory=1398720917958146503 CPUtime=0.61 cores=0-7
/proc/30242/task/30243/stat : 30243 (java) S 30240 30240 30004 0 -1 1077944384 7115 0 0 0 58 3 0 0 20 0 28 0 86350835 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926566401152 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30244] ppid=30240 vsize=26643044 memory=-7003737579269690708 CPUtime=3.12 cores=0-7
/proc/30242/task/30244/stat : 30244 (java) S 30240 30240 30004 0 -1 1077944384 9389 0 0 0 297 15 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926484741008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30245] ppid=30240 vsize=26643044 memory=12136 CPUtime=3.12 cores=0-7
/proc/30242/task/30245/stat : 30245 (java) S 30240 30240 30004 0 -1 1077944384 8650 0 0 0 297 15 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926483688208 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30246] ppid=30240 vsize=26643044 memory=1008 CPUtime=3.12 cores=0-7
/proc/30242/task/30246/stat : 30246 (java) S 30240 30240 30004 0 -1 1077944384 10007 0 0 0 296 16 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926482635920 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30247] ppid=30240 vsize=26643044 memory=4620 CPUtime=3.1 cores=0-7
/proc/30242/task/30247/stat : 30247 (java) S 30240 30240 30004 0 -1 1077944384 8284 0 0 0 294 16 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926481583120 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30248] ppid=30240 vsize=26643044 memory=15872 CPUtime=3.09 cores=0-7
/proc/30242/task/30248/stat : 30248 (java) S 30240 30240 30004 0 -1 1077944384 9546 0 0 0 295 14 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926480529808 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30249] ppid=30240 vsize=26643044 memory=25416 CPUtime=3.11 cores=0-7
/proc/30242/task/30249/stat : 30249 (java) S 30240 30240 30004 0 -1 1077944384 9024 0 0 0 294 17 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926479477008 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30250] ppid=30240 vsize=26643044 memory=1292 CPUtime=3.08 cores=0-7
/proc/30242/task/30250/stat : 30250 (java) S 30240 30240 30004 0 -1 1077944384 6150 0 0 0 292 16 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926113901200 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30251] ppid=30240 vsize=26643044 memory=2444 CPUtime=3.12 cores=0-7
/proc/30242/task/30251/stat : 30251 (java) S 30240 30240 30004 0 -1 1077944384 8249 0 0 0 296 16 0 0 20 0 28 0 86350836 27282477056 140697 33554432000 4194304 4196468 140720680277440 139926112848400 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30252] ppid=30240 vsize=26643044 memory=1452 CPUtime=2.45 cores=0-7
/proc/30242/task/30252/stat : 30252 (java) S 30240 30240 30004 0 -1 1077944384 23034 0 0 0 179 66 0 0 20 0 28 0 86350837 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925554993776 139926562171522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30253] ppid=30240 vsize=26643044 memory=570996 CPUtime=0 cores=0-7
/proc/30242/task/30253/stat : 30253 (java) S 30240 30240 30004 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 86350838 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925553939744 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30254] ppid=30240 vsize=26643044 memory=4620 CPUtime=0 cores=0-7
/proc/30242/task/30254/stat : 30254 (java) S 30240 30240 30004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 86350838 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925552887408 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30255] ppid=30240 vsize=26643044 memory=15872 CPUtime=0 cores=0-7
/proc/30242/task/30255/stat : 30255 (java) S 30240 30240 30004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86350840 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925551835728 139926562178971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30256] ppid=30240 vsize=26643044 memory=14940 CPUtime=1.52 cores=0-7
/proc/30242/task/30256/stat : 30256 (java) S 30240 30240 30004 0 -1 1077944384 7659 0 0 0 151 1 0 0 20 0 28 0 86350840 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925550782576 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30257] ppid=30240 vsize=26643044 memory=18276 CPUtime=1.43 cores=0-7
/proc/30242/task/30257/stat : 30257 (java) S 30240 30240 30004 0 -1 1077944384 7670 0 0 0 141 2 0 0 20 0 28 0 86350840 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925549729776 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30258] ppid=30240 vsize=26643044 memory=4048 CPUtime=1.4 cores=0-7
/proc/30242/task/30258/stat : 30258 (java) S 30240 30240 30004 0 -1 1077944384 6854 0 3 0 139 1 0 0 20 0 28 0 86350840 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925548677488 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30259] ppid=30240 vsize=26643044 memory=1792 CPUtime=0.66 cores=0-7
/proc/30242/task/30259/stat : 30259 (java) S 30240 30240 30004 0 -1 1077944384 7540 0 0 0 65 1 0 0 20 0 28 0 86350840 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925547624688 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30260] ppid=30240 vsize=26643044 memory=1236 CPUtime=0 cores=0-7
/proc/30242/task/30260/stat : 30260 (java) S 30240 30240 30004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86350840 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925546572640 139926562170581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30261] ppid=30240 vsize=26643044 memory=648 CPUtime=0.52 cores=0-7
/proc/30242/task/30261/stat : 30261 (java) S 30240 30240 30004 0 -1 1077944384 1546 0 0 0 33 19 0 0 20 0 28 0 86350841 27282477056 140697 33554432000 4194304 4196468 140720680277440 139925545519920 139926562171522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30262] ppid=30240 vsize=26643044 memory=0 CPUtime=2511.01 cores=0-7
/proc/30242/task/30262/stat : 30262 (java) R 30240 30240 30004 0 -1 4202560 2959 0 0 0 251096 5 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924748094824 139926165122434 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30263] ppid=30240 vsize=26643044 memory=4048 CPUtime=2507.98 cores=0-7
/proc/30242/task/30263/stat : 30263 (java) R 30240 30240 30004 0 -1 4202560 2635 0 0 0 250793 5 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924747043160 139926165442161 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30264] ppid=30240 vsize=26643044 memory=281011792817696 CPUtime=2500.19 cores=0-7
/proc/30242/task/30264/stat : 30264 (java) R 30240 30240 30004 0 -1 4202560 16252 0 0 0 250000 19 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924745989992 139926165027145 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30265] ppid=30240 vsize=26643044 memory=6791534058613427641 CPUtime=2498.35 cores=0-7
/proc/30242/task/30265/stat : 30265 (java) R 30240 30240 30004 0 -1 4202560 24843 0 0 0 249815 20 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924744939968 139926164803971 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30266] ppid=30240 vsize=26643044 memory=6791534058613427641 CPUtime=2496.55 cores=0-7
/proc/30242/task/30266/stat : 30266 (java) R 30240 30240 30004 0 -1 4202560 8983 0 0 0 249640 15 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924743884520 139926166009887 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30267] ppid=30240 vsize=26643044 memory=2196 CPUtime=2510.64 cores=0-7
/proc/30242/task/30267/stat : 30267 (java) R 30240 30240 30004 0 -1 4202560 2824 0 0 0 251060 4 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924742832104 139926165111434 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30268] ppid=30240 vsize=26643044 memory=7288 CPUtime=2510.99 cores=0-7
/proc/30242/task/30268/stat : 30268 (java) R 30240 30240 30004 0 -1 4202560 2959 0 0 0 251096 3 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924741780280 139926165122381 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
[pid=30242/tid=30269] ppid=30240 vsize=26643044 memory=836 CPUtime=2498.16 cores=0-7
/proc/30242/task/30269/stat : 30269 (java) R 30240 30240 30004 0 -1 4202560 77034 0 0 0 249756 60 0 0 20 0 28 0 86350899 27282477056 140697 33554432000 4194304 4196468 140720680277440 139924740726832 139926166613936 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 6758400 140720680281217 140720680281389 140720680281389 140720680284111 0
Current children cumulated CPU time: 20067.5 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 564240 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.04 s]
# the end of solver process 30240 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002326 s, system=0 s

[startup+2520.13 s]
# the end of solver process 30242 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20065 s, system=3.23242 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2520.13
CPU time (s): 20068.3
CPU user time (s): 20065
CPU system time (s): 3.23242
CPU usage (%): 796.321
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 2079916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20065
system time used= 3.23243
maximum resident set size= 2135812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271227
page faults= 3
swaps= 0
block input operations= 160
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192158
involuntary context switches= 228561


# summary of solver processes directly reported to runsolver:
#   pid: 30240,30242
#   total CPU time (s): 20068.3
#   total CPU user time (s): 20065
#   total CPU system time (s): 3.23242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.714 second user time and 25.0543 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-27 12:37:56
IDJOB=4297657
IDBENCH=141016
IDSOLVER=2760
FILE ID=node132/4297657-1532687876
RUNJOBID= node132-1532685355-30031
PBS_JOBID= 21022275
Free space on /tmp= 52044 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-15_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297657-1532687876/watcher-4297657-1532687876 -o /tmp/evaluation-result-4297657-1532687876/solver-4297657-1532687876 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532685355-30031 --watchdog 2580  HOME/xcsp3-exec -seed 2085543873 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297657-1532687876.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 531220ca8f264cab5c203edb1f2daff4
RANDOM SEED=2085543873

node132.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.65
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.65
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.65
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.65
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:        21816996 kB
MemAvailable:   31926628 kB
Buffers:          217688 kB
Cached:         10085256 kB
SwapCached:            0 kB
Active:          2929220 kB
Inactive:        7428580 kB
Active(anon):       3984 kB
Inactive(anon):    78132 kB
Active(file):    2925236 kB
Inactive(file):  7350448 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21804 kB
Writeback:            40 kB
AnonPages:         61060 kB
Mapped:            41656 kB
Shmem:             25248 kB
Slab:             289596 kB
SReclaimable:     262408 kB
SUnreclaim:        27188 kB
KernelStack:        3264 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 52020 MiB
End job on node132 at 2018-07-27 13:19:57