Trace number 4270572

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
choco-solver 4.0.5 par (2017-08-09)SAT (TO)946 19841.301 2520.1899

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-28-a4.xml
MD5SUM67703e3ced133509b42bcbc9f355bd8f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark920
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints67979
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":28}]
Minimum variable degree9478
Maximum variable degree9479
Distribution of variable degrees[{"degree":9478,"count":26},{"degree":9479,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":6552},{"arity":4,"count":61425},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints67978
Distribution of constraint types[{"type":"intension","count":67978},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270572-1502723941.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270572-1502723941.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
222.72/39.30	c solve instance...
9821.44/1262.18	o 984 
13885.72/1773.55	o 946 
19840.39/2520.09	s SATISFIABLE
19840.39/2520.09	v <instantiation>
19840.39/2520.09	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] </list>
19840.39/2520.09	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 193 221 254 276 335 421 459 506 560 629 747 786 856 912 946 </values>
19840.39/2520.09	v </instantiation>
19840.39/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	946

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270572-1502723941/watcher-4270572-1502723941 -o /tmp/evaluation-result-4270572-1502723941/solver-4270572-1502723941 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502723077-6157 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 176698721 HOME/instance-4270572-1502723941.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
solver pid=6404, runsolver pid=6401
Current StackSize limit: 8192 KiB


[startup+0.106226 s]*
/proc/loadavg: 7.47 8.00 8.42 3/201 6425
/proc/meminfo: memFree=27754108/32770624 swapFree=67108860/67108860
[pid=6404] ppid=6401 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6404/stat : 6404 (xcsp3-exec) S 6401 6404 6130 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105474980 9740288 345 33554432000 4194304 5098028 140735969660736 140735969658840 139716792849020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17498112 140735969662053 140735969662263 140735969662263 140735969665003 0
/proc/6404/statm: 2378 345 289 221 0 87 0
[pid=6406] ppid=6404 vsize=25999808 memory=28068 CPUtime=0.11 cores=0-7
/proc/6406/stat : 6406 (java) S 6404 6404 6130 0 -1 1077944320 5355 0 0 0 10 1 0 0 20 0 20 0 105474981 26623803392 7017 33554432000 4194304 4196468 140725790423168 140725790405712 139812456959735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
/proc/6406/statm: 6499952 7017 2874 1 0 6488269 0
[pid=6406/tid=6407] ppid=6404 vsize=25999808 memory=4138414924729840541 CPUtime=0.08 cores=0-7
/proc/6406/task/6407/stat : 6407 (java) R 6404 6404 6130 0 -1 4202560 3359 0 0 0 8 0 0 0 20 0 20 0 105474981 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812461184064 139812442035329 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6408] ppid=6404 vsize=25999808 memory=732370467218996197 CPUtime=0 cores=0-7
/proc/6406/task/6408/stat : 6408 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812409579920 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6409] ppid=6404 vsize=25999808 memory=140328881542784 CPUtime=0 cores=0-7
/proc/6406/task/6409/stat : 6409 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812408527120 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6410] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6410/stat : 6410 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812407474832 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6411] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6411/stat : 6411 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812406422032 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6412] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6412/stat : 6412 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812405369744 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6413] ppid=6404 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/6406/task/6413/stat : 6413 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812404316944 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6414] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6414/stat : 6414 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812403264656 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6415] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6415/stat : 6415 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474982 26623803392 7017 33554432000 4194304 4196468 140725790423168 139812402211856 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6416] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6416/stat : 6416 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474983 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811199023216 139812456970882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6417] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6417/stat : 6417 (java) S 6404 6404 6130 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105474984 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811197969184 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6418] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6418/stat : 6418 (java) S 6404 6404 6130 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105474984 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811196916848 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6419] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6419/stat : 6419 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474986 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811195865168 139812456978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6420] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6420/stat : 6420 (java) S 6404 6404 6130 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 105474986 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811194813040 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6421] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6421/stat : 6421 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474986 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811193760240 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6422] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6422/stat : 6422 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474986 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811192707952 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6423] ppid=6404 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/6406/task/6423/stat : 6423 (java) S 6404 6404 6130 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 20 0 105474986 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811191655152 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6424] ppid=6404 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6424/stat : 6424 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474987 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811190602080 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6425] ppid=6404 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/6406/task/6425/stat : 6425 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474987 26623803392 7017 33554432000 4194304 4196468 140725790423168 139811189549360 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29448 KiB

[startup+0.210232 s]*
/proc/loadavg: 7.47 8.00 8.42 3/201 6425
/proc/meminfo: memFree=27745728/32770624 swapFree=67108860/67108860
[pid=6404] ppid=6401 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6404/stat : 6404 (xcsp3-exec) S 6401 6404 6130 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105474980 9740288 345 33554432000 4194304 5098028 140735969660736 140735969658840 139716792849020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17498112 140735969662053 140735969662263 140735969662263 140735969665003 0
/proc/6404/statm: 2378 345 289 221 0 87 0
[pid=6406] ppid=6404 vsize=26004064 memory=40192 CPUtime=0.32 cores=0-7
/proc/6406/stat : 6406 (java) S 6404 6404 6130 0 -1 1077944320 8168 0 0 0 29 3 0 0 20 0 20 0 105474981 26628161536 10048 33554432000 4194304 4196468 140725790423168 140725790405712 139812456959735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
/proc/6406/statm: 6501016 10048 3016 1 0 6488269 0
[pid=6406/tid=6407] ppid=6404 vsize=26004064 memory=0 CPUtime=0.18 cores=0-7
/proc/6406/task/6407/stat : 6407 (java) R 6404 6404 6130 0 -1 4202560 5264 0 0 0 17 1 0 0 20 0 20 0 105474981 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812461180728 139812456981661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6408] ppid=6404 vsize=26004064 memory=280657609807608 CPUtime=0 cores=0-7
/proc/6406/task/6408/stat : 6408 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812409579920 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6409] ppid=6404 vsize=26004064 memory=140328881542784 CPUtime=0 cores=0-7
/proc/6406/task/6409/stat : 6409 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812408527120 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6410] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6410/stat : 6410 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812407474832 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6411] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6411/stat : 6411 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812406422032 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6412] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6412/stat : 6412 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812405369744 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6413] ppid=6404 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6406/task/6413/stat : 6413 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812404316944 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6414] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6414/stat : 6414 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812403264656 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6415] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6415/stat : 6415 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 10048 33554432000 4194304 4196468 140725790423168 139812402211856 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6416] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6416/stat : 6416 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474983 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811199023216 139812456970882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6417] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6417/stat : 6417 (java) S 6404 6404 6130 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105474984 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811197969184 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6418] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6418/stat : 6418 (java) S 6404 6404 6130 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105474984 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811196916848 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6419] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6419/stat : 6419 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474986 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811195865168 139812456978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6420] ppid=6404 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/6406/task/6420/stat : 6420 (java) S 6404 6404 6130 0 -1 1077944384 716 0 0 0 2 0 0 0 20 0 20 0 105474986 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811194813040 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6421] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6421/stat : 6421 (java) S 6404 6404 6130 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 105474986 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811193760240 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6422] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6422/stat : 6422 (java) S 6404 6404 6130 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105474986 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811192707952 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6423] ppid=6404 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/6406/task/6423/stat : 6423 (java) S 6404 6404 6130 0 -1 1077944384 764 0 0 0 7 0 0 0 20 0 20 0 105474986 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811191655152 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6424] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6424/stat : 6424 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474987 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811190602080 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6425] ppid=6404 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6406/task/6425/stat : 6425 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474987 26628161536 10048 33554432000 4194304 4196468 140725790423168 139811189549360 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 41572 KiB

[startup+0.310285 s]*
/proc/loadavg: 7.47 8.00 8.42 3/201 6425
/proc/meminfo: memFree=27739028/32770624 swapFree=67108860/67108860
[pid=6404] ppid=6401 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6404/stat : 6404 (xcsp3-exec) S 6401 6404 6130 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105474980 9740288 345 33554432000 4194304 5098028 140735969660736 140735969658840 139716792849020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17498112 140735969662053 140735969662263 140735969662263 140735969665003 0
/proc/6404/statm: 2378 345 289 221 0 87 0
[pid=6406] ppid=6404 vsize=26004064 memory=45340 CPUtime=0.48 cores=0-7
/proc/6406/stat : 6406 (java) S 6404 6404 6130 0 -1 1077944320 9003 0 0 0 45 3 0 0 20 0 20 0 105474981 26628161536 11335 33554432000 4194304 4196468 140725790423168 140725790405712 139812456959735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
/proc/6406/statm: 6501016 11335 3090 1 0 6488269 0
[pid=6406/tid=6407] ppid=6404 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/6406/task/6407/stat : 6407 (java) R 6404 6404 6130 0 -1 4202560 5956 0 0 0 27 2 0 0 20 0 20 0 105474981 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812461198784 139812075979408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6408] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6408/stat : 6408 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812409579920 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6409] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6409/stat : 6409 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812408527120 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6410] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6410/stat : 6410 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812407474832 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6411] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6411/stat : 6411 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812406422032 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6412] ppid=6404 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/6406/task/6412/stat : 6412 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812405369744 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6413] ppid=6404 vsize=26004064 memory=140328728359855 CPUtime=0 cores=0-7
/proc/6406/task/6413/stat : 6413 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812404316944 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6414] ppid=6404 vsize=26004064 memory=140328728362160 CPUtime=0 cores=0-7
/proc/6406/task/6414/stat : 6414 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812403264656 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6415] ppid=6404 vsize=26004064 memory=140328728364464 CPUtime=0 cores=0-7
/proc/6406/task/6415/stat : 6415 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474982 26628161536 11335 33554432000 4194304 4196468 140725790423168 139812402211856 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6416] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6416/stat : 6416 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474983 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811199023216 139812456970882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6417] ppid=6404 vsize=26004064 memory=280657456735888 CPUtime=0 cores=0-7
/proc/6406/task/6417/stat : 6417 (java) S 6404 6404 6130 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105474984 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811197969184 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6418] ppid=6404 vsize=26004064 memory=280657456742800 CPUtime=0 cores=0-7
/proc/6406/task/6418/stat : 6418 (java) S 6404 6404 6130 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105474984 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811196916848 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6419] ppid=6404 vsize=26004064 memory=280657456684080 CPUtime=0 cores=0-7
/proc/6406/task/6419/stat : 6419 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474986 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811195865168 139812456978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6420] ppid=6404 vsize=26004064 memory=280657456756624 CPUtime=0.04 cores=0-7
/proc/6406/task/6420/stat : 6420 (java) S 6404 6404 6130 0 -1 1077944384 749 0 0 0 4 0 0 0 20 0 20 0 105474986 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811194813040 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6421] ppid=6404 vsize=26004064 memory=280657456763536 CPUtime=0 cores=0-7
/proc/6406/task/6421/stat : 6421 (java) S 6404 6404 6130 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 105474986 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811193760240 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6422] ppid=6404 vsize=26004064 memory=280657456761232 CPUtime=0 cores=0-7
/proc/6406/task/6422/stat : 6422 (java) S 6404 6404 6130 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 105474986 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811192707952 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6423] ppid=6404 vsize=26004064 memory=280657456777392 CPUtime=0.12 cores=0-7
/proc/6406/task/6423/stat : 6423 (java) R 6404 6404 6130 0 -1 4202560 873 0 0 0 12 0 0 0 20 0 20 0 105474986 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811191651520 139812441299096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6424] ppid=6404 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6424/stat : 6424 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105474987 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811190602080 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6425] ppid=6404 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6406/task/6425/stat : 6425 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474987 26628161536 11335 33554432000 4194304 4196468 140725790423168 139811189549360 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46720 KiB

[startup+0.700932 s]
/proc/loadavg: 7.47 8.00 8.42 3/201 6425
/proc/meminfo: memFree=27695208/32770624 swapFree=67108860/67108860
[pid=6404] ppid=6401 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6404/stat : 6404 (xcsp3-exec) S 6401 6404 6130 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105474980 9740288 345 33554432000 4194304 5098028 140735969660736 140735969658840 139716792849020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17498112 140735969662053 140735969662263 140735969662263 140735969665003 0
/proc/6404/statm: 2378 345 289 221 0 87 0
[pid=6406] ppid=6404 vsize=26004140 memory=135376 CPUtime=1.84 cores=0-7
/proc/6406/stat : 6406 (java) S 6404 6404 6130 0 -1 1077944320 12690 0 0 0 179 5 0 0 20 0 20 0 105474981 26628239360 33844 33554432000 4194304 4196468 140725790423168 140725790405712 139812456959735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
/proc/6406/statm: 6501035 33844 3189 1 0 6488269 0
[pid=6406/tid=6407] ppid=6404 vsize=26004140 memory=280657457072256 CPUtime=0.66 cores=0-7
/proc/6406/task/6407/stat : 6407 (java) R 6404 6404 6130 0 -1 4202560 6283 0 0 0 63 3 0 0 20 0 20 0 105474981 26628239360 33844 33554432000 4194304 4196468 140725790423168 139812461193696 139812077484742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6408] ppid=6404 vsize=26004140 memory=5080946312342 CPUtime=0 cores=0-7
/proc/6406/task/6408/stat : 6408 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628239360 33844 33554432000 4194304 4196468 140725790423168 139812409579920 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6409] ppid=6404 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6409/stat : 6409 (java) S 6404 6404 6130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105474982 26628239360 33844 33554432000 4194304 4196468 140725790423168 139812408527120 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6410] ppid=6404 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/6406/task/6410/stat : 6410 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105474982 26628239360 33844 33554432000 4194304 4196468 140725790423168 139812407474832 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0

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

/proc/meminfo: memFree=9917232/32770624 swapFree=67108860/67108860
[pid=6404] ppid=6401 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6404/stat : 6404 (xcsp3-exec) S 6401 6404 6130 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105474980 9740288 345 33554432000 4194304 5098028 140735969660736 140735969658840 139716792849020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17498112 140735969662053 140735969662263 140735969662263 140735969665003 0
/proc/6404/statm: 2378 345 289 221 0 87 0
[pid=6406] ppid=6404 vsize=26538700 memory=17835484 CPUtime=19699.2 cores=0-7
/proc/6406/stat : 6406 (java) S 6404 6404 6130 0 -1 1077944320 4217767 0 0 0 1966417 3503 0 0 20 0 28 0 105474981 27175628800 4458871 33554432000 4194304 4196468 140725790423168 140725790405712 139812456959735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
/proc/6406/statm: 6634675 4458871 3303 1 0 6621909 0
[pid=6406/tid=6407] ppid=6404 vsize=26538700 memory=1380 CPUtime=11.91 cores=0-7
/proc/6406/task/6407/stat : 6407 (java) S 6404 6404 6130 0 -1 1077944384 20334 0 0 0 1168 23 0 0 20 0 28 0 105474981 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812461200512 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6408] ppid=6404 vsize=26538700 memory=26262701 CPUtime=79.53 cores=0-7
/proc/6406/task/6408/stat : 6408 (java) S 6404 6404 6130 0 -1 1077944384 50807 0 0 0 7695 258 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812409579920 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6409] ppid=6404 vsize=26538700 memory=0 CPUtime=79.13 cores=0-7
/proc/6406/task/6409/stat : 6409 (java) S 6404 6404 6130 0 -1 1077944384 43663 0 0 0 7661 252 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812408527120 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6410] ppid=6404 vsize=26538700 memory=17835484 CPUtime=79.76 cores=0-7
/proc/6406/task/6410/stat : 6410 (java) S 6404 6404 6130 0 -1 1077944384 103927 0 0 0 7712 264 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812407474832 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6411] ppid=6404 vsize=26538700 memory=17835484 CPUtime=79.38 cores=0-7
/proc/6406/task/6411/stat : 6411 (java) S 6404 6404 6130 0 -1 1077944384 39655 0 0 0 7650 288 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812406422032 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6412] ppid=6404 vsize=26538700 memory=1380 CPUtime=79.5 cores=0-7
/proc/6406/task/6412/stat : 6412 (java) S 6404 6404 6130 0 -1 1077944384 45529 0 0 0 7679 271 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812405369744 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6413] ppid=6404 vsize=26538700 memory=55585466757772 CPUtime=79.78 cores=0-7
/proc/6406/task/6413/stat : 6413 (java) S 6404 6404 6130 0 -1 1077944384 78135 0 0 0 7711 267 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812404316944 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6414] ppid=6404 vsize=26538700 memory=8320808402720076084 CPUtime=80.61 cores=0-7
/proc/6406/task/6414/stat : 6414 (java) S 6404 6404 6130 0 -1 1077944384 198054 0 0 0 7792 269 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812403264656 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6415] ppid=6404 vsize=26538700 memory=1380 CPUtime=79.36 cores=0-7
/proc/6406/task/6415/stat : 6415 (java) S 6404 6404 6130 0 -1 1077944384 49909 0 0 0 7664 272 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812402211856 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6416] ppid=6404 vsize=26538700 memory=1380 CPUtime=11.72 cores=0-7
/proc/6406/task/6416/stat : 6416 (java) S 6404 6404 6130 0 -1 1077944384 64829 0 0 0 1068 104 0 0 20 0 28 0 105474983 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811199023216 139812456970882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6417] ppid=6404 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/6406/task/6417/stat : 6417 (java) S 6404 6404 6130 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 105474984 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811197969248 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6418] ppid=6404 vsize=26538700 memory=4144 CPUtime=0 cores=0-7
/proc/6406/task/6418/stat : 6418 (java) S 6404 6404 6130 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 105474984 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811196916864 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6419] ppid=6404 vsize=26538700 memory=56 CPUtime=0 cores=0-7
/proc/6406/task/6419/stat : 6419 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811195865168 139812456978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6420] ppid=6404 vsize=26538700 memory=6944656592455359580 CPUtime=3.81 cores=0-7
/proc/6406/task/6420/stat : 6420 (java) S 6404 6404 6130 0 -1 1077944384 28351 0 0 0 377 4 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811194813040 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6421] ppid=6404 vsize=26538700 memory=1380 CPUtime=3.79 cores=0-7
/proc/6406/task/6421/stat : 6421 (java) S 6404 6404 6130 0 -1 1077944384 29099 0 0 0 374 5 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811193760240 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6422] ppid=6404 vsize=26538700 memory=1380 CPUtime=3.41 cores=0-7
/proc/6406/task/6422/stat : 6422 (java) S 6404 6404 6130 0 -1 1077944384 30086 0 0 0 336 5 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811192707952 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6423] ppid=6404 vsize=26538700 memory=1380 CPUtime=1.1 cores=0-7
/proc/6406/task/6423/stat : 6423 (java) S 6404 6404 6130 0 -1 1077944384 27465 0 0 0 106 4 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811191655152 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6424] ppid=6404 vsize=26538700 memory=17835484 CPUtime=0 cores=0-7
/proc/6406/task/6424/stat : 6424 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105474987 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811190602080 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6425] ppid=6404 vsize=26538700 memory=1380 CPUtime=1.09 cores=0-7
/proc/6406/task/6425/stat : 6425 (java) S 6404 6404 6130 0 -1 1077944384 3937 0 0 0 36 73 0 0 20 0 28 0 105474987 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811189549360 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6468] ppid=6404 vsize=26538700 memory=1380 CPUtime=721.53 cores=0-7
/proc/6406/task/6468/stat : 6468 (java) R 6404 6404 6130 0 -1 4202560 237267 0 0 0 72079 74 0 0 20 0 28 0 105652335 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811112241584 139812078887596 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6469] ppid=6404 vsize=26538700 memory=17835484 CPUtime=728.41 cores=0-7
/proc/6406/task/6469/stat : 6469 (java) R 6404 6404 6130 0 -1 4202560 7820 0 0 0 72838 3 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811113295736 139812078320899 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6470] ppid=6404 vsize=26538700 memory=4048 CPUtime=726.3 cores=0-7
/proc/6406/task/6470/stat : 6470 (java) R 6404 6404 6130 0 -1 4202560 20293 0 0 0 72538 92 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811185827848 139812078320465 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6471] ppid=6404 vsize=26538700 memory=1792 CPUtime=728.34 cores=0-7
/proc/6406/task/6471/stat : 6471 (java) R 6404 6404 6130 0 -1 4202560 10314 0 0 0 72794 40 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811106980040 139812078886846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6472] ppid=6404 vsize=26538700 memory=1380 CPUtime=728.32 cores=0-7
/proc/6406/task/6472/stat : 6472 (java) R 6404 6404 6130 0 -1 4202560 39895 0 0 0 72757 75 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811111190776 139812079219961 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6473] ppid=6404 vsize=26538700 memory=4100 CPUtime=723.03 cores=0-7
/proc/6406/task/6473/stat : 6473 (java) R 6404 6404 6130 0 -1 4202560 25125 0 0 0 72297 6 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811109085640 139812078320758 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6474] ppid=6404 vsize=26538700 memory=-6733704525061579059 CPUtime=728.11 cores=0-7
/proc/6406/task/6474/stat : 6474 (java) R 6404 6404 6130 0 -1 4202560 9195 0 0 0 72768 43 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811108032456 139812076170507 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6475] ppid=6404 vsize=26538700 memory=4144 CPUtime=728.63 cores=0-7
/proc/6406/task/6475/stat : 6475 (java) R 6404 6404 6130 0 -1 4202560 8549 0 0 0 72859 4 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811110137208 139812076169884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
Current children cumulated CPU time: 19699.2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 17836864 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.09 8.18 8.21 9/207 6483
/proc/meminfo: memFree=9917108/32770624 swapFree=67108860/67108860
[pid=6404] ppid=6401 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6404/stat : 6404 (xcsp3-exec) S 6401 6404 6130 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105474980 9740288 345 33554432000 4194304 5098028 140735969660736 140735969658840 139716792849020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17498112 140735969662053 140735969662263 140735969662263 140735969665003 0
/proc/6404/statm: 2378 345 289 221 0 87 0
[pid=6406] ppid=6404 vsize=26538700 memory=17835484 CPUtime=19840.4 cores=0-7
/proc/6406/stat : 6406 (java) S 6404 6404 6130 0 -1 1077944320 4218057 0 0 0 1980535 3504 0 0 20 0 28 0 105474981 27175628800 4458871 33554432000 4194304 4196468 140725790423168 140725790405712 139812456959735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
/proc/6406/statm: 6634675 4458871 3303 1 0 6621909 0
[pid=6406/tid=6407] ppid=6404 vsize=26538700 memory=1792 CPUtime=11.91 cores=0-7
/proc/6406/task/6407/stat : 6407 (java) S 6404 6404 6130 0 -1 1077944384 20334 0 0 0 1168 23 0 0 20 0 28 0 105474981 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812461200512 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6408] ppid=6404 vsize=26538700 memory=648 CPUtime=79.53 cores=0-7
/proc/6406/task/6408/stat : 6408 (java) S 6404 6404 6130 0 -1 1077944384 50807 0 0 0 7695 258 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812409579920 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6409] ppid=6404 vsize=26538700 memory=-7003737579269690708 CPUtime=79.13 cores=0-7
/proc/6406/task/6409/stat : 6409 (java) S 6404 6404 6130 0 -1 1077944384 43663 0 0 0 7661 252 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812408527120 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6410] ppid=6404 vsize=26538700 memory=17835484 CPUtime=79.76 cores=0-7
/proc/6406/task/6410/stat : 6410 (java) S 6404 6404 6130 0 -1 1077944384 103927 0 0 0 7712 264 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812407474832 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6411] ppid=6404 vsize=26538700 memory=2340 CPUtime=79.38 cores=0-7
/proc/6406/task/6411/stat : 6411 (java) S 6404 6404 6130 0 -1 1077944384 39655 0 0 0 7650 288 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812406422032 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6412] ppid=6404 vsize=26538700 memory=932 CPUtime=79.5 cores=0-7
/proc/6406/task/6412/stat : 6412 (java) S 6404 6404 6130 0 -1 1077944384 45529 0 0 0 7679 271 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812405369744 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6413] ppid=6404 vsize=26538700 memory=1572 CPUtime=79.78 cores=0-7
/proc/6406/task/6413/stat : 6413 (java) S 6404 6404 6130 0 -1 1077944384 78135 0 0 0 7711 267 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812404316944 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6414] ppid=6404 vsize=26538700 memory=2244 CPUtime=80.61 cores=0-7
/proc/6406/task/6414/stat : 6414 (java) S 6404 6404 6130 0 -1 1077944384 198054 0 0 0 7792 269 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812403264656 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6415] ppid=6404 vsize=26538700 memory=4124 CPUtime=79.36 cores=0-7
/proc/6406/task/6415/stat : 6415 (java) S 6404 6404 6130 0 -1 1077944384 49909 0 0 0 7664 272 0 0 20 0 28 0 105474982 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139812402211856 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6416] ppid=6404 vsize=26538700 memory=2208 CPUtime=11.72 cores=0-7
/proc/6406/task/6416/stat : 6416 (java) S 6404 6404 6130 0 -1 1077944384 64829 0 0 0 1068 104 0 0 20 0 28 0 105474983 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811199023216 139812456970882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6417] ppid=6404 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/6406/task/6417/stat : 6417 (java) S 6404 6404 6130 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 105474984 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811197969248 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6418] ppid=6404 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/6406/task/6418/stat : 6418 (java) S 6404 6404 6130 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 28 0 105474984 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811196916864 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6419] ppid=6404 vsize=26538700 memory=4144 CPUtime=0 cores=0-7
/proc/6406/task/6419/stat : 6419 (java) S 6404 6404 6130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811195865168 139812456978331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6420] ppid=6404 vsize=26538700 memory=30452 CPUtime=3.81 cores=0-7
/proc/6406/task/6420/stat : 6420 (java) S 6404 6404 6130 0 -1 1077944384 28351 0 0 0 377 4 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811194813040 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6421] ppid=6404 vsize=26538700 memory=1296 CPUtime=3.79 cores=0-7
/proc/6406/task/6421/stat : 6421 (java) S 6404 6404 6130 0 -1 1077944384 29099 0 0 0 374 5 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811193760240 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6422] ppid=6404 vsize=26538700 memory=2408 CPUtime=3.41 cores=0-7
/proc/6406/task/6422/stat : 6422 (java) S 6404 6404 6130 0 -1 1077944384 30086 0 0 0 336 5 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811192707952 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6423] ppid=6404 vsize=26538700 memory=1732 CPUtime=1.1 cores=0-7
/proc/6406/task/6423/stat : 6423 (java) S 6404 6404 6130 0 -1 1077944384 27465 0 0 0 106 4 0 0 20 0 28 0 105474986 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811191655152 139812456970882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6424] ppid=6404 vsize=26538700 memory=1224 CPUtime=0 cores=0-7
/proc/6406/task/6424/stat : 6424 (java) S 6404 6404 6130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105474987 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811190602080 139812456969941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6425] ppid=6404 vsize=26538700 memory=1224 CPUtime=1.09 cores=0-7
/proc/6406/task/6425/stat : 6425 (java) R 6404 6404 6130 0 -1 1077944384 3939 0 0 0 36 73 0 0 20 0 28 0 105474987 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811189549360 139812456970882 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6468] ppid=6404 vsize=26538700 memory=12032 CPUtime=739.22 cores=0-7
/proc/6406/task/6468/stat : 6468 (java) R 6404 6404 6130 0 -1 4202560 237305 0 0 0 73848 74 0 0 20 0 28 0 105652335 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811112241584 139812078321245 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6469] ppid=6404 vsize=26538700 memory=1224 CPUtime=746.1 cores=0-7
/proc/6406/task/6469/stat : 6469 (java) R 6404 6404 6130 0 -1 4202560 7838 0 0 0 74607 3 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811113295736 139812079535460 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6470] ppid=6404 vsize=26538700 memory=12032 CPUtime=743.61 cores=0-7
/proc/6406/task/6470/stat : 6470 (java) R 6404 6404 6130 0 -1 4202560 20296 0 0 0 74269 92 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811185827848 139812079066928 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6471] ppid=6404 vsize=26538700 memory=5792 CPUtime=746.04 cores=0-7
/proc/6406/task/6471/stat : 6471 (java) R 6404 6404 6130 0 -1 4202560 10333 0 0 0 74564 40 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811106980040 139812076171034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6472] ppid=6404 vsize=26538700 memory=796 CPUtime=746.01 cores=0-7
/proc/6406/task/6472/stat : 6472 (java) R 6404 6404 6130 0 -1 4202560 39976 0 0 0 74526 75 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811111190776 139812078385705 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6473] ppid=6404 vsize=26538700 memory=1436 CPUtime=740.72 cores=0-7
/proc/6406/task/6473/stat : 6473 (java) R 6404 6404 6130 0 -1 4202560 25153 0 0 0 74066 6 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811109085640 139812078886711 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6474] ppid=6404 vsize=26538700 memory=1012 CPUtime=745.81 cores=0-7
/proc/6406/task/6474/stat : 6474 (java) R 6404 6404 6130 0 -1 4202560 9269 0 0 0 74536 45 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811108032456 139812078320758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
[pid=6406/tid=6475] ppid=6404 vsize=26538700 memory=1712 CPUtime=746.32 cores=0-7
/proc/6406/task/6475/stat : 6475 (java) R 6404 6404 6130 0 -1 4202560 8576 0 0 0 74628 4 0 0 20 0 28 0 105652336 27175628800 4458871 33554432000 4194304 4196468 140725790423168 139811110137208 139812078386186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31215616 140725790430354 140725790430531 140725790430531 140725790433231 0
Current children cumulated CPU time: 19840.4 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 17836864 KiB

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

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

[startup+2520.19 s]
# the end of solver process 6406 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19806.2 s, system=35.1264 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

[startup+2520.13 s]*
/proc/loadavg: 8.09 8.18 8.21 2/180 6485
/proc/meminfo: memFree=14720940/32770624 swapFree=67108860/67108860
Current cumulated CPU time of completed processes: 0.002011 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.19
CPU time (s): 19841.3
CPU user time (s): 19806.2
CPU system time (s): 35.1264
CPU usage (%): 787.294
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 17836936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19806.2
system time used= 35.1264
maximum resident set size= 17835860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4219310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80373
involuntary context switches= 217542


# summary of solver processes directly reported to runsolver:
#   pid: 6404,6406
#   total CPU time (s): 19841.3
#   total CPU user time (s): 19806.2
#   total CPU system time (s): 35.1264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.6353 second user time and 31.7461 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-14 17:04:42
IDJOB=4270572
IDBENCH=126237
IDSOLVER=2662
FILE ID=node149/4270572-1502723941
RUNJOBID= node149-1502723077-6157
PBS_JOBID= 20629040
Free space on /tmp= 61932 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-28-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270572-1502723941/watcher-4270572-1502723941 -o /tmp/evaluation-result-4270572-1502723941/solver-4270572-1502723941 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502723077-6157 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 176698721 HOME/instance-4270572-1502723941.xml

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

MD5SUM BENCH= 67703e3ced133509b42bcbc9f355bd8f
RANDOM SEED=176698721

node149.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.43
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.43
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.43
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.43
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:        27770972 kB
MemAvailable:   31968264 kB
Buffers:          299164 kB
Cached:          4170920 kB
SwapCached:            0 kB
Active:          1183376 kB
Inactive:        3340612 kB
Active(anon):      56948 kB
Inactive(anon):    24944 kB
Active(file):    1126428 kB
Inactive(file):  3315668 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10708 kB
Writeback:             0 kB
AnonPages:         54236 kB
Mapped:            44764 kB
Shmem:             25224 kB
Slab:             168908 kB
SReclaimable:     142064 kB
SUnreclaim:        26844 kB
KernelStack:        3344 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61924 MiB
End job on node149 at 2017-08-14 17:46:43