Trace number 4280489

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-18)OPT0 16.004601 3.2430799

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.11268
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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-4280489-1503147875.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280489-1503147875.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
3.80/1.44	c solve instance...
13.46/2.75	o 7 
15.37/3.05	o 6 
15.95/3.22	o 0 
15.95/3.22	s OPTIMUM FOUND
15.95/3.22	v <instantiation>
15.95/3.22	v 	<list>q 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] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] </list>
15.95/3.22	v 	<values>18 48 39 24 11 6 19 34 47 38 33 46 41 26 17 22 37 42 29 14 23 28 43 30 35 44 31 40 27 32 45 36 21 8 3 12 25 20 5 10 1 16 7 2 15 0 9 4 13 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
15.95/3.22	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280489-1503147875/watcher-4280489-1503147875 -o /tmp/evaluation-result-4280489-1503147875/solver-4280489-1503147875 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503141271-7621 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 434244522 HOME/instance-4280489-1503147875.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=8520, runsolver pid=8517

[startup+0.100151 s]*
/proc/loadavg: 8.22 8.30 8.27 2/199 8541
/proc/meminfo: memFree=27187696/32770624 swapFree=67108860/67108860
[pid=8520] ppid=8517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8520/stat : 8520 (xcsp3-exec) S 8517 8520 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147875058 9740288 346 33554432000 4194304 5098028 140731958076160 140731958074264 140622532215420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33050624 140731958084709 140731958084919 140731958084919 140731958087659 0
/proc/8520/statm: 2378 346 289 221 0 87 0
[pid=8522] ppid=8520 vsize=25999808 memory=26516 CPUtime=0.12 cores=0-7
/proc/8522/stat : 8522 (java) S 8520 8520 7594 0 -1 1077944320 5567 0 0 0 11 1 0 0 20 0 20 0 147875059 26623803392 6629 33554432000 4194304 4196468 140725085115232 140725085097776 140560831246071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
/proc/8522/statm: 6499952 6629 2845 1 0 6488269 0
[pid=8522/tid=8523] ppid=8520 vsize=25999808 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8522/task/8523/stat : 8523 (java) R 8520 8520 7594 0 -1 4202560 3573 0 0 0 8 1 0 0 20 0 20 0 147875059 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560835472320 140560831258006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8524] ppid=8520 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8522/task/8524/stat : 8524 (java) S 8520 8520 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560792206224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8525] ppid=8520 vsize=25999808 memory=140272176367232 CPUtime=0 cores=0-7
/proc/8522/task/8525/stat : 8525 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560388504336 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8526] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8526/stat : 8526 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560387452048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8527] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8527/stat : 8527 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560386399248 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8528] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8528/stat : 8528 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560385345936 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8529] ppid=8520 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/8522/task/8529/stat : 8529 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560384293136 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8530] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8530/stat : 8530 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560383240848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8531] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8531/stat : 8531 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26623803392 6629 33554432000 4194304 4196468 140725085115232 140560382188048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8532] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8532/stat : 8532 (java) S 8520 8520 7594 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 147875061 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559891573360 140560831257218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8533] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8533/stat : 8533 (java) S 8520 8520 7594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147875062 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559890519328 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8534] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8534/stat : 8534 (java) S 8520 8520 7594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147875062 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559889466992 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8535] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8535/stat : 8535 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875064 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559888415312 140560831264667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8536] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8536/stat : 8536 (java) S 8520 8520 7594 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 147875064 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559887362160 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8537] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8537/stat : 8537 (java) S 8520 8520 7594 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 147875064 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559886309360 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8538] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8538/stat : 8538 (java) R 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147875064 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559885257072 140560831257218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8539] ppid=8520 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/8522/task/8539/stat : 8539 (java) R 8520 8520 7594 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 147875064 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559884204272 140560823483198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8540] ppid=8520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8540/stat : 8540 (java) S 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147875065 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559883152224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8541] ppid=8520 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/8522/task/8541/stat : 8541 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875065 26623803392 6629 33554432000 4194304 4196468 140725085115232 140559882099504 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27900 KiB

[startup+0.21036 s]*
/proc/loadavg: 7.72 8.19 8.23 2/199 8541
/proc/meminfo: memFree=27178900/32770624 swapFree=67108860/67108860
[pid=8520] ppid=8517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8520/stat : 8520 (xcsp3-exec) S 8517 8520 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147875058 9740288 346 33554432000 4194304 5098028 140731958076160 140731958074264 140622532215420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33050624 140731958084709 140731958084919 140731958084919 140731958087659 0
/proc/8520/statm: 2378 346 289 221 0 87 0
[pid=8522] ppid=8520 vsize=26004064 memory=39552 CPUtime=0.33 cores=0-7
/proc/8522/stat : 8522 (java) S 8520 8520 7594 0 -1 1077944320 8355 0 0 0 31 2 0 0 20 0 20 0 147875059 26628161536 9888 33554432000 4194304 4196468 140725085115232 140725085097776 140560831246071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
/proc/8522/statm: 6501016 9888 3084 1 0 6488269 0
[pid=8522/tid=8523] ppid=8520 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8522/task/8523/stat : 8523 (java) R 8520 8520 7594 0 -1 4202560 5435 0 0 0 18 1 0 0 20 0 20 0 147875059 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560835467064 140560823924085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8524] ppid=8520 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/8522/task/8524/stat : 8524 (java) S 8520 8520 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560792206224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8525] ppid=8520 vsize=26004064 memory=3688649055703041696 CPUtime=0 cores=0-7
/proc/8522/task/8525/stat : 8525 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560388504336 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8526] ppid=8520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8522/task/8526/stat : 8526 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560387452048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8527] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8527/stat : 8527 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560386399248 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8528] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8528/stat : 8528 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560385345936 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8529] ppid=8520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8522/task/8529/stat : 8529 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560384293136 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8530] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8530/stat : 8530 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560383240848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8531] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8531/stat : 8531 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 9888 33554432000 4194304 4196468 140725085115232 140560382188048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8532] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8532/stat : 8532 (java) S 8520 8520 7594 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 147875061 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559891573360 140560831257218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8533] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8533/stat : 8533 (java) S 8520 8520 7594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147875062 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559890519328 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8534] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8534/stat : 8534 (java) S 8520 8520 7594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147875062 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559889466992 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8535] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8535/stat : 8535 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875064 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559888415312 140560831264667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8536] ppid=8520 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/8522/task/8536/stat : 8536 (java) S 8520 8520 7594 0 -1 1077944384 661 0 0 0 1 0 0 0 20 0 20 0 147875064 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559887362160 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8537] ppid=8520 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/8522/task/8537/stat : 8537 (java) S 8520 8520 7594 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 20 0 147875064 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559886309360 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8538] ppid=8520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8522/task/8538/stat : 8538 (java) S 8520 8520 7594 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 147875064 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559885257072 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8539] ppid=8520 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/8522/task/8539/stat : 8539 (java) S 8520 8520 7594 0 -1 1077944384 728 0 0 0 7 0 0 0 20 0 20 0 147875064 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559884204272 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8540] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8540/stat : 8540 (java) S 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147875065 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559883152224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8541] ppid=8520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8522/task/8541/stat : 8541 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875065 26628161536 9888 33554432000 4194304 4196468 140725085115232 140559882099504 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40936 KiB

[startup+0.310267 s]*
/proc/loadavg: 7.72 8.19 8.23 3/199 8541
/proc/meminfo: memFree=27171836/32770624 swapFree=67108860/67108860
[pid=8520] ppid=8517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8520/stat : 8520 (xcsp3-exec) S 8517 8520 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147875058 9740288 346 33554432000 4194304 5098028 140731958076160 140731958074264 140622532215420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33050624 140731958084709 140731958084919 140731958084919 140731958087659 0
/proc/8520/statm: 2378 346 289 221 0 87 0
[pid=8522] ppid=8520 vsize=26004064 memory=46256 CPUtime=0.49 cores=0-7
/proc/8522/stat : 8522 (java) S 8520 8520 7594 0 -1 1077944320 9244 0 0 0 46 3 0 0 20 0 20 0 147875059 26628161536 11564 33554432000 4194304 4196468 140725085115232 140725085097776 140560831246071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
/proc/8522/statm: 6501016 11564 3106 1 0 6488269 0
[pid=8522/tid=8523] ppid=8520 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8522/task/8523/stat : 8523 (java) R 8520 8520 7594 0 -1 4202560 6166 0 0 0 27 2 0 0 20 0 20 0 147875059 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560835484000 140560831269661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8524] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8524/stat : 8524 (java) S 8520 8520 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560792206224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8525] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8525/stat : 8525 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560388504336 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8526] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8526/stat : 8526 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560387452048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8527] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8527/stat : 8527 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560386399248 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8528] ppid=8520 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/8522/task/8528/stat : 8528 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560385345936 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8529] ppid=8520 vsize=26004064 memory=140272021369775 CPUtime=0 cores=0-7
/proc/8522/task/8529/stat : 8529 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560384293136 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8530] ppid=8520 vsize=26004064 memory=140272021372080 CPUtime=0 cores=0-7
/proc/8522/task/8530/stat : 8530 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560383240848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8531] ppid=8520 vsize=26004064 memory=3472464170202543584 CPUtime=0 cores=0-7
/proc/8522/task/8531/stat : 8531 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26628161536 11564 33554432000 4194304 4196468 140725085115232 140560382188048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8532] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8532/stat : 8532 (java) S 8520 8520 7594 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 147875061 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559891573360 140560831257218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8533] ppid=8520 vsize=26004064 memory=280544042755728 CPUtime=0 cores=0-7
/proc/8522/task/8533/stat : 8533 (java) S 8520 8520 7594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147875062 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559890519328 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8534] ppid=8520 vsize=26004064 memory=280544042762640 CPUtime=0 cores=0-7
/proc/8522/task/8534/stat : 8534 (java) S 8520 8520 7594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147875062 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559889466992 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8535] ppid=8520 vsize=26004064 memory=280544042703792 CPUtime=0 cores=0-7
/proc/8522/task/8535/stat : 8535 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875064 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559888415312 140560831264667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8536] ppid=8520 vsize=26004064 memory=280544042776464 CPUtime=0.02 cores=0-7
/proc/8522/task/8536/stat : 8536 (java) S 8520 8520 7594 0 -1 1077944384 663 0 0 0 2 0 0 0 20 0 20 0 147875064 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559887362160 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8537] ppid=8520 vsize=26004064 memory=280544042783376 CPUtime=0.02 cores=0-7
/proc/8522/task/8537/stat : 8537 (java) S 8520 8520 7594 0 -1 1077944384 162 0 0 0 2 0 0 0 20 0 20 0 147875064 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559886309360 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8538] ppid=8520 vsize=26004064 memory=280544042781072 CPUtime=0.02 cores=0-7
/proc/8522/task/8538/stat : 8538 (java) S 8520 8520 7594 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 20 0 147875064 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559885257072 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8539] ppid=8520 vsize=26004064 memory=280544042797232 CPUtime=0.11 cores=0-7
/proc/8522/task/8539/stat : 8539 (java) S 8520 8520 7594 0 -1 1077944384 814 0 0 0 11 0 0 0 20 0 20 0 147875064 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559884204272 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8540] ppid=8520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8540/stat : 8540 (java) S 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147875065 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559883152224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8541] ppid=8520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8522/task/8541/stat : 8541 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875065 26628161536 11564 33554432000 4194304 4196468 140725085115232 140559882099504 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47640 KiB

[startup+0.701041 s]
/proc/loadavg: 7.72 8.19 8.23 5/199 8541
/proc/meminfo: memFree=27146904/32770624 swapFree=67108860/67108860
[pid=8520] ppid=8517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8520/stat : 8520 (xcsp3-exec) S 8517 8520 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147875058 9740288 346 33554432000 4194304 5098028 140731958076160 140731958074264 140622532215420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33050624 140731958084709 140731958084919 140731958084919 140731958087659 0
/proc/8520/statm: 2378 346 289 221 0 87 0
[pid=8522] ppid=8520 vsize=26008432 memory=103880 CPUtime=1.88 cores=0-7
/proc/8522/stat : 8522 (java) S 8520 8520 7594 0 -1 1077944320 20719 0 0 0 181 7 0 0 20 0 20 0 147875059 26632634368 25970 33554432000 4194304 4196468 140725085115232 140725085097776 140560831246071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
/proc/8522/statm: 6502108 25970 3203 1 0 6489342 0
[pid=8522/tid=8523] ppid=8520 vsize=26008432 memory=280544043155120 CPUtime=0.67 cores=0-7
/proc/8522/task/8523/stat : 8523 (java) R 8520 8520 7594 0 -1 4202560 6833 0 0 0 64 3 0 0 20 0 20 0 147875059 26632634368 25970 33554432000 4194304 4196468 140725085115232 140560835484192 140560470325905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8524] ppid=8520 vsize=26008432 memory=140272021578608 CPUtime=0 cores=0-7
/proc/8522/task/8524/stat : 8524 (java) S 8520 8520 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147875060 26632634368 25970 33554432000 4194304 4196468 140725085115232 140560792206224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8525] ppid=8520 vsize=26008432 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8525/stat : 8525 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26632634368 25970 33554432000 4194304 4196468 140725085115232 140560388504336 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8526] ppid=8520 vsize=26008432 memory=11108 CPUtime=0 cores=0-7
/proc/8522/task/8526/stat : 8526 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147875060 26632634368 25970 33554432000 4194304 4196468 140725085115232 140560387452048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0

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

/proc/loadavg: 7.72 8.19 8.23 5/199 8541
/proc/meminfo: memFree=27092776/32770624 swapFree=67108860/67108860
[pid=8520] ppid=8517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8520/stat : 8520 (xcsp3-exec) S 8517 8520 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147875058 9740288 346 33554432000 4194304 5098028 140731958076160 140731958074264 140622532215420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33050624 140731958084709 140731958084919 140731958084919 140731958087659 0
/proc/8520/statm: 2378 346 289 221 0 87 0
[pid=8522] ppid=8520 vsize=26538700 memory=169176 CPUtime=4.17 cores=0-7
/proc/8522/stat : 8522 (java) S 8520 8520 7594 0 -1 1077944320 27895 0 0 0 407 10 0 0 20 0 28 0 147875059 27175628800 42294 33554432000 4194304 4196468 140725085115232 140725085097776 140560831246071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
/proc/8522/statm: 6634675 42294 3218 1 0 6621909 0
[pid=8522/tid=8523] ppid=8520 vsize=26538700 memory=13569292880845068 CPUtime=1.42 cores=0-7
/proc/8522/task/8523/stat : 8523 (java) S 8520 8520 7594 0 -1 1077944384 7771 0 0 0 138 4 0 0 20 0 28 0 147875059 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560835486848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8524] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8524/stat : 8524 (java) S 8520 8520 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560792206224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8525] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8525/stat : 8525 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560388504336 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8526] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8526/stat : 8526 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560387452048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8527] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8527/stat : 8527 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560386399248 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8528] ppid=8520 vsize=26538700 memory=4580 CPUtime=0 cores=0-7
/proc/8522/task/8528/stat : 8528 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560385345936 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8529] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8529/stat : 8529 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560384293136 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8530] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8530/stat : 8530 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560383240848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8531] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8531/stat : 8531 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 42294 33554432000 4194304 4196468 140725085115232 140560382188048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8532] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8532/stat : 8532 (java) S 8520 8520 7594 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 147875061 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559891573360 140560831257218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8533] ppid=8520 vsize=26538700 memory=2244 CPUtime=0 cores=0-7
/proc/8522/task/8533/stat : 8533 (java) S 8520 8520 7594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 147875062 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559890519328 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8534] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8534/stat : 8534 (java) S 8520 8520 7594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 147875062 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559889466992 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8535] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8535/stat : 8535 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875064 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559888415312 140560831264667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8536] ppid=8520 vsize=26538700 memory=0 CPUtime=0.6 cores=0-7
/proc/8522/task/8536/stat : 8536 (java) S 8520 8520 7594 0 -1 1077944384 5779 0 0 0 59 1 0 0 20 0 28 0 147875064 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559887362160 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8537] ppid=8520 vsize=26538700 memory=0 CPUtime=0.62 cores=0-7
/proc/8522/task/8537/stat : 8537 (java) S 8520 8520 7594 0 -1 1077944384 2875 0 0 0 62 0 0 0 20 0 28 0 147875064 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559886309360 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8538] ppid=8520 vsize=26538700 memory=0 CPUtime=0.74 cores=0-7
/proc/8522/task/8538/stat : 8538 (java) S 8520 8520 7594 0 -1 1077944384 6015 0 0 0 73 1 0 0 20 0 28 0 147875064 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559885257072 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8539] ppid=8520 vsize=26538700 memory=6943526294502006880 CPUtime=0.48 cores=0-7
/proc/8522/task/8539/stat : 8539 (java) S 8520 8520 7594 0 -1 1077944384 3791 0 0 0 47 1 0 0 20 0 28 0 147875064 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559884204272 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8540] ppid=8520 vsize=26538700 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/8522/task/8540/stat : 8540 (java) S 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147875065 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559883152224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8541] ppid=8520 vsize=26538700 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/8522/task/8541/stat : 8541 (java) S 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147875065 27175628800 42294 33554432000 4194304 4196468 140725085115232 140559882099504 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 170560 KiB

[startup+3.11125 s]
/proc/loadavg: 7.72 8.19 8.23 2/207 8557
/proc/meminfo: memFree=27019196/32770624 swapFree=67108860/67108860
[pid=8520] ppid=8517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8520/stat : 8520 (xcsp3-exec) S 8517 8520 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147875058 9740288 346 33554432000 4194304 5098028 140731958076160 140731958074264 140622532215420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33050624 140731958084709 140731958084919 140731958084919 140731958087659 0
/proc/8520/statm: 2378 346 289 221 0 87 0
[pid=8522] ppid=8520 vsize=26538700 memory=237472 CPUtime=15.81 cores=0-7
/proc/8522/stat : 8522 (java) S 8520 8520 7594 0 -1 1077944320 38204 0 0 0 1560 21 0 0 20 0 28 0 147875059 27175628800 59368 33554432000 4194304 4196468 140725085115232 140725085097776 140560831246071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
/proc/8522/statm: 6634675 59368 3268 1 0 6621909 0
[pid=8522/tid=8523] ppid=8520 vsize=26538700 memory=55 CPUtime=1.43 cores=0-7
/proc/8522/task/8523/stat : 8523 (java) S 8520 8520 7594 0 -1 1077944384 7890 0 0 0 139 4 0 0 20 0 28 0 147875059 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560835486848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8524] ppid=8520 vsize=26538700 memory=9224 CPUtime=0 cores=0-7
/proc/8522/task/8524/stat : 8524 (java) S 8520 8520 7594 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560792206224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8525] ppid=8520 vsize=26538700 memory=8660 CPUtime=0 cores=0-7
/proc/8522/task/8525/stat : 8525 (java) S 8520 8520 7594 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560388504336 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8526] ppid=8520 vsize=26538700 memory=5784 CPUtime=0 cores=0-7
/proc/8522/task/8526/stat : 8526 (java) S 8520 8520 7594 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560387452048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8527] ppid=8520 vsize=26538700 memory=4616 CPUtime=0 cores=0-7
/proc/8522/task/8527/stat : 8527 (java) S 8520 8520 7594 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560386399248 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8528] ppid=8520 vsize=26538700 memory=1228 CPUtime=0 cores=0-7
/proc/8522/task/8528/stat : 8528 (java) S 8520 8520 7594 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560385345936 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8529] ppid=8520 vsize=26538700 memory=11108 CPUtime=0 cores=0-7
/proc/8522/task/8529/stat : 8529 (java) S 8520 8520 7594 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560384293136 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8530] ppid=8520 vsize=26538700 memory=796 CPUtime=0 cores=0-7
/proc/8522/task/8530/stat : 8530 (java) S 8520 8520 7594 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560383240848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8531] ppid=8520 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/8522/task/8531/stat : 8531 (java) S 8520 8520 7594 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59368 33554432000 4194304 4196468 140725085115232 140560382188048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8532] ppid=8520 vsize=26538700 memory=15876 CPUtime=0 cores=0-7
/proc/8522/task/8532/stat : 8532 (java) S 8520 8520 7594 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 28 0 147875061 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559891573360 140560831257218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8533] ppid=8520 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/8522/task/8533/stat : 8533 (java) S 8520 8520 7594 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 147875062 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559890519328 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8534] ppid=8520 vsize=26538700 memory=23680 CPUtime=0 cores=0-7
/proc/8522/task/8534/stat : 8534 (java) S 8520 8520 7594 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 147875062 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559889466992 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8535] ppid=8520 vsize=26538700 memory=55 CPUtime=0 cores=0-7
/proc/8522/task/8535/stat : 8535 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875064 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559888415312 140560831264667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8536] ppid=8520 vsize=26538700 memory=6944656592387989600 CPUtime=1.57 cores=0-7
/proc/8522/task/8536/stat : 8536 (java) S 8520 8520 7594 0 -1 1077944384 7630 0 0 0 155 2 0 0 20 0 28 0 147875064 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559887362160 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8537] ppid=8520 vsize=26538700 memory=0 CPUtime=1.59 cores=0-7
/proc/8522/task/8537/stat : 8537 (java) R 8520 8520 7594 0 -1 4202560 5701 0 0 0 158 1 0 0 20 0 28 0 147875064 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559886309656 140560808840880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8538] ppid=8520 vsize=26538700 memory=0 CPUtime=1.58 cores=0-7
/proc/8522/task/8538/stat : 8538 (java) R 8520 8520 7594 0 -1 1077944384 7242 0 0 0 157 1 0 0 20 0 28 0 147875064 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559885257072 140560831257218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8539] ppid=8520 vsize=26538700 memory=0 CPUtime=0.7 cores=0-7
/proc/8522/task/8539/stat : 8539 (java) S 8520 8520 7594 0 -1 1077944384 5464 0 0 0 68 2 0 0 20 0 28 0 147875064 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559884204272 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8540] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8540/stat : 8540 (java) S 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147875065 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559883152224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8541] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8541/stat : 8541 (java) S 8520 8520 7594 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 147875065 27175628800 59368 33554432000 4194304 4196468 140725085115232 140559882099504 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
Current children cumulated CPU time: 15.81 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 238856 KiB

[startup+3.243 s]
# the end of solver process 8520 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.7748 s, system=0.229767 s

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

[startup+3.20128 s]
/proc/loadavg: 7.72 8.19 8.23 2/207 8557
/proc/meminfo: memFree=27019196/32770624 swapFree=67108860/67108860
[pid=8520] ppid=8517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/8520/stat : 8520 (xcsp3-exec) S 8517 8520 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147875058 9740288 346 33554432000 4194304 5098028 140731958076160 140731958074264 140622532215420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33050624 140731958084709 140731958084919 140731958084919 140731958087659 0
/proc/8520/statm: 2378 346 289 221 0 87 0
[pid=8522] ppid=8520 vsize=26538700 memory=237500 CPUtime=15.95 cores=0-7
/proc/8522/stat : 8522 (java) S 8520 8520 7594 0 -1 1077944320 38221 0 0 0 1574 21 0 0 20 0 28 0 147875059 27175628800 59375 33554432000 4194304 4196468 140725085115232 140725085097776 140560831246071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
/proc/8522/statm: 6634675 59375 3268 1 0 6621909 0
[pid=8522/tid=8523] ppid=8520 vsize=26538700 memory=0 CPUtime=1.43 cores=0-7
/proc/8522/task/8523/stat : 8523 (java) S 8520 8520 7594 0 -1 1077944384 7890 0 0 0 139 4 0 0 20 0 28 0 147875059 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560835486848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8524] ppid=8520 vsize=26538700 memory=17 CPUtime=0 cores=0-7
/proc/8522/task/8524/stat : 8524 (java) S 8520 8520 7594 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560792206224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8525] ppid=8520 vsize=26538700 memory=38 CPUtime=0 cores=0-7
/proc/8522/task/8525/stat : 8525 (java) S 8520 8520 7594 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560388504336 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8526] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8526/stat : 8526 (java) S 8520 8520 7594 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560387452048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8527] ppid=8520 vsize=26538700 memory=4 CPUtime=0 cores=0-7
/proc/8522/task/8527/stat : 8527 (java) S 8520 8520 7594 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560386399248 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8528] ppid=8520 vsize=26538700 memory=31044 CPUtime=0 cores=0-7
/proc/8522/task/8528/stat : 8528 (java) S 8520 8520 7594 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560385345936 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8529] ppid=8520 vsize=26538700 memory=4639423674620858962 CPUtime=0 cores=0-7
/proc/8522/task/8529/stat : 8529 (java) S 8520 8520 7594 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560384293136 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8530] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8530/stat : 8530 (java) S 8520 8520 7594 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560383240848 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8531] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8531/stat : 8531 (java) S 8520 8520 7594 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 147875060 27175628800 59375 33554432000 4194304 4196468 140725085115232 140560382188048 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8532] ppid=8520 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/8522/task/8532/stat : 8532 (java) S 8520 8520 7594 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 28 0 147875061 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559891573360 140560831257218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8533] ppid=8520 vsize=26538700 memory=179492 CPUtime=0 cores=0-7
/proc/8522/task/8533/stat : 8533 (java) S 8520 8520 7594 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 147875062 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559890519328 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8534] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8534/stat : 8534 (java) S 8520 8520 7594 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 147875062 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559889466992 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8535] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8535/stat : 8535 (java) S 8520 8520 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147875064 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559888415312 140560831264667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8536] ppid=8520 vsize=26538700 memory=6656426216303648864 CPUtime=1.57 cores=0-7
/proc/8522/task/8536/stat : 8536 (java) S 8520 8520 7594 0 -1 1077944384 7632 0 0 0 155 2 0 0 20 0 28 0 147875064 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559887362160 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8537] ppid=8520 vsize=26538700 memory=0 CPUtime=1.6 cores=0-7
/proc/8522/task/8537/stat : 8537 (java) S 8520 8520 7594 0 -1 1077944384 5707 0 0 0 159 1 0 0 20 0 28 0 147875064 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559886309360 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8538] ppid=8520 vsize=26538700 memory=0 CPUtime=1.58 cores=0-7
/proc/8522/task/8538/stat : 8538 (java) S 8520 8520 7594 0 -1 1077944384 7243 0 0 0 157 1 0 0 20 0 28 0 147875064 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559885257072 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8539] ppid=8520 vsize=26538700 memory=0 CPUtime=0.7 cores=0-7
/proc/8522/task/8539/stat : 8539 (java) S 8520 8520 7594 0 -1 1077944384 5469 0 0 0 68 2 0 0 20 0 28 0 147875064 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559884204272 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8540] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8540/stat : 8540 (java) S 8520 8520 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147875065 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559883152224 140560831256277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
[pid=8522/tid=8541] ppid=8520 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/8522/task/8541/stat : 8541 (java) S 8520 8520 7594 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 147875065 27175628800 59375 33554432000 4194304 4196468 140725085115232 140559882099504 140560831257218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38178816 140725085123730 140725085123907 140725085123907 140725085126607 0
Current children cumulated CPU time: 15.95 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 238884 KiB

Child status: 0
Real time (s): 3.24308
CPU time (s): 16.0046
CPU user time (s): 15.7748
CPU system time (s): 0.229767
CPU usage (%): 493.501
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 238884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7748
system time used= 0.229767
maximum resident set size= 238064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4049
involuntary context switches= 404


# summary of solver processes directly reported to runsolver:
#   pid: 8520
#   total CPU time (s): 16.0046
#   total CPU user time (s): 15.7748
#   total CPU system time (s): 0.229767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049433 second user time and 0.075581 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-19 14:50:15
IDJOB=4280489
IDBENCH=130611
IDSOLVER=2675
FILE ID=node115/4280489-1503147875
RUNJOBID= node115-1503141271-7621
PBS_JOBID= 20630797
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.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-4280489-1503147875/watcher-4280489-1503147875 -o /tmp/evaluation-result-4280489-1503147875/solver-4280489-1503147875 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503141271-7621 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 434244522 HOME/instance-4280489-1503147875.xml

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=434244522

node115.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.69
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.69
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.69
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.69
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:        27203824 kB
MemAvailable:   31973624 kB
Buffers:          241636 kB
Cached:          4820832 kB
SwapCached:            0 kB
Active:           895228 kB
Inactive:        4223932 kB
Active(anon):       7144 kB
Inactive(anon):    85176 kB
Active(file):     888084 kB
Inactive(file):  4138756 kB
Unevictable:        7056 kB
Mlocked:            7056 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7592 kB
Writeback:             0 kB
AnonPages:         62228 kB
Mapped:            51020 kB
Shmem:             33416 kB
Slab:             144640 kB
SReclaimable:     117592 kB
SUnreclaim:        27048 kB
KernelStack:        3184 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61860 MiB
End job on node115 at 2017-08-19 14:50:18