Trace number 4400152

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 2019-09-16 parallelOPT55 34.0869 5.17199

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark16.0207
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400152-1568710608.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400152-1568710608.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.59/0.70	c solve instance...
2.25/0.84	o 487 
2.25/0.85	o 467 
2.25/0.88	o 80 
2.91/0.91	o 74 
2.91/0.92	o 73 
2.91/0.93	o 72 
2.91/0.95	o 71 
2.91/0.96	o 65 
2.91/1.00	o 63 
3.65/1.05	o 62 
8.27/1.61	o 60 
16.27/2.63	o 55 
34.05/4.93	s OPTIMUM FOUND
34.05/4.93	v <instantiation>
34.05/4.93	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
34.05/4.93	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
34.05/4.93	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400152-1568710608/watcher-4400152-1568710608 -o /tmp/evaluation-result-4400152-1568710608/solver-4400152-1568710608 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568701156-7383 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 192151426 HOME/instance-4400152-1568710608.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=12090, runsolver pid=12087
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 8.39 8.11 8.07 2/211 12111
/proc/meminfo: memFree=29318388/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
[pid=12092] ppid=12090 vsize=28227396 memory=26852 CPUtime=0.12 cores=0-7
/proc/12092/stat : 12092 (java) S 12090 12090 7356 0 -1 1077944320 5731 0 0 0 11 1 0 0 20 0 20 0 446997305 28904853504 6713 33554432000 4194304 4196468 140731430927312 140731430909856 140352718745335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
/proc/12092/statm: 7056849 6713 3121 1 0 7019032 0
[pid=12092/tid=12093] ppid=12090 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/12092/task/12093/stat : 12093 (java) R 12090 12090 7356 0 -1 4202560 3638 0 0 0 8 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352722979968 140352356486721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12094] ppid=12090 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12092/task/12094/stat : 12094 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352270494352 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12095] ppid=12090 vsize=28227396 memory=139884659508864 CPUtime=0 cores=0-7
/proc/12092/task/12095/stat : 12095 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352269441552 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12096] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12096/stat : 12096 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352268388752 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12097] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12097/stat : 12097 (java) S 12090 12090 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352267335952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12098] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12098/stat : 12098 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352266284176 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12099] ppid=12090 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12092/task/12099/stat : 12099 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352265231376 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12100] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12100/stat : 12100 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352264178576 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12101] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12101/stat : 12101 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352263125776 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12102] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12102/stat : 12102 (java) S 12090 12090 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446997308 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352219838832 140352718756482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12103] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12103/stat : 12103 (java) S 12090 12090 7356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446997308 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352218784800 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12104] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12104/stat : 12104 (java) S 12090 12090 7356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446997309 28904853504 6713 33554432000 4194304 4196468 140731430927312 140352217731952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12105] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12105/stat : 12105 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 6713 33554432000 4194304 4196468 140731430927312 140351697446736 140352718763931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12106] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12106/stat : 12106 (java) S 12090 12090 7356 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 6713 33554432000 4194304 4196468 140731430927312 140351696395120 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12107] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12107/stat : 12107 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 6713 33554432000 4194304 4196468 140731430927312 140351695342320 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12108] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12108/stat : 12108 (java) S 12090 12090 7356 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 6713 33554432000 4194304 4196468 140731430927312 140351694289520 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12109] ppid=12090 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12092/task/12109/stat : 12109 (java) R 12090 12090 7356 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 20 0 446997311 28904853504 6713 33554432000 4194304 4196468 140731430927312 140351693236720 140352697445536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12110] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12110/stat : 12110 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 6713 33554432000 4194304 4196468 140731430927312 140351692184160 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12111] ppid=12090 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12092/task/12111/stat : 12111 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 6713 33554432000 4194304 4196468 140731430927312 140351691131440 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28300 KiB

[startup+0.210737 s]*
/proc/loadavg: 8.39 8.11 8.07 2/211 12111
/proc/meminfo: memFree=29303636/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
[pid=12092] ppid=12090 vsize=28227396 memory=40204 CPUtime=0.34 cores=0-7
/proc/12092/stat : 12092 (java) S 12090 12090 7356 0 -1 1077944320 9759 0 0 0 32 2 0 0 20 0 20 0 446997305 28904853504 10051 33554432000 4194304 4196468 140731430927312 140731430909856 140352718745335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
/proc/12092/statm: 7056849 10051 3311 1 0 7019032 0
[pid=12092/tid=12093] ppid=12090 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/12092/task/12093/stat : 12093 (java) R 12090 12090 7356 0 -1 4202560 6703 0 0 0 18 2 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352722977248 140352718767261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12094] ppid=12090 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/12092/task/12094/stat : 12094 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352270494352 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12095] ppid=12090 vsize=28227396 memory=139884659520867 CPUtime=0 cores=0-7
/proc/12092/task/12095/stat : 12095 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352269441552 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12096] ppid=12090 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12092/task/12096/stat : 12096 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352268388752 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12097] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12097/stat : 12097 (java) S 12090 12090 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352267335952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12098] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12098/stat : 12098 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352266284176 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12099] ppid=12090 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12092/task/12099/stat : 12099 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352265231376 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12100] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12100/stat : 12100 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352264178576 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12101] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12101/stat : 12101 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352263125776 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12102] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12102/stat : 12102 (java) S 12090 12090 7356 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446997308 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352219838832 140352718756482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12103] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12103/stat : 12103 (java) S 12090 12090 7356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446997308 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352218784800 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12104] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12104/stat : 12104 (java) S 12090 12090 7356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446997309 28904853504 10051 33554432000 4194304 4196468 140731430927312 140352217731952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12105] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12105/stat : 12105 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 10051 33554432000 4194304 4196468 140731430927312 140351697446736 140352718763931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12106] ppid=12090 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12092/task/12106/stat : 12106 (java) S 12090 12090 7356 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 20 0 446997311 28904853504 10051 33554432000 4194304 4196468 140731430927312 140351696395120 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12107] ppid=12090 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/12092/task/12107/stat : 12107 (java) S 12090 12090 7356 0 -1 1077944384 184 0 0 0 2 0 0 0 20 0 20 0 446997311 28904853504 10051 33554432000 4194304 4196468 140731430927312 140351695342320 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12108] ppid=12090 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/12092/task/12108/stat : 12108 (java) S 12090 12090 7356 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 446997311 28904853504 10051 33554432000 4194304 4196468 140731430927312 140351694289520 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12109] ppid=12090 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/12092/task/12109/stat : 12109 (java) S 12090 12090 7356 0 -1 1077944384 928 0 0 0 8 0 0 0 20 0 20 0 446997311 28904853504 10051 33554432000 4194304 4196468 140731430927312 140351693236720 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12110] ppid=12090 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12110/stat : 12110 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 10051 33554432000 4194304 4196468 140731430927312 140351692184160 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12111] ppid=12090 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12092/task/12111/stat : 12111 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997311 28904853504 10051 33554432000 4194304 4196468 140731430927312 140351691131440 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41652 KiB

[startup+0.310395 s]*
/proc/loadavg: 8.39 8.11 8.07 3/211 12111
/proc/meminfo: memFree=29298424/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
[pid=12092] ppid=12090 vsize=28231652 memory=49016 CPUtime=0.52 cores=0-7
/proc/12092/stat : 12092 (java) S 12090 12090 7356 0 -1 1077944320 11157 0 0 0 49 3 0 0 20 0 20 0 446997305 28909211648 12254 33554432000 4194304 4196468 140731430927312 140731430909856 140352718745335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
/proc/12092/statm: 7057913 12254 3347 1 0 7019032 0
[pid=12092/tid=12093] ppid=12090 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/12092/task/12093/stat : 12093 (java) R 12090 12090 7356 0 -1 4202560 7805 0 0 0 27 2 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352722976448 140352718767261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12094] ppid=12090 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12094/stat : 12094 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352270494352 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12095] ppid=12090 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12095/stat : 12095 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352269441552 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12096] ppid=12090 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12096/stat : 12096 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352268388752 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12097] ppid=12090 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12097/stat : 12097 (java) S 12090 12090 7356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352267335952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12098] ppid=12090 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12098/stat : 12098 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352266284176 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12099] ppid=12090 vsize=28231652 memory=139884534786735 CPUtime=0 cores=0-7
/proc/12092/task/12099/stat : 12099 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352265231376 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12100] ppid=12090 vsize=28231652 memory=139884534789040 CPUtime=0 cores=0-7
/proc/12092/task/12100/stat : 12100 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352264178576 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12101] ppid=12090 vsize=28231652 memory=139884534791344 CPUtime=0 cores=0-7
/proc/12092/task/12101/stat : 12101 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352263125776 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12102] ppid=12090 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12102/stat : 12102 (java) S 12090 12090 7356 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446997308 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352219838832 140352718756482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12103] ppid=12090 vsize=28231652 memory=279769069596560 CPUtime=0 cores=0-7
/proc/12092/task/12103/stat : 12103 (java) S 12090 12090 7356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446997308 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352218784800 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12104] ppid=12090 vsize=28231652 memory=279769069594256 CPUtime=0 cores=0-7
/proc/12092/task/12104/stat : 12104 (java) S 12090 12090 7356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446997309 28909211648 12294 33554432000 4194304 4196468 140731430927312 140352217731952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12105] ppid=12090 vsize=28231652 memory=279769069601168 CPUtime=0 cores=0-7
/proc/12092/task/12105/stat : 12105 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997311 28909211648 12294 33554432000 4194304 4196468 140731430927312 140351697446736 140352718763931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12106] ppid=12090 vsize=28231652 memory=279769069542416 CPUtime=0.01 cores=0-7
/proc/12092/task/12106/stat : 12106 (java) S 12090 12090 7356 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 20 0 446997311 28909211648 12294 33554432000 4194304 4196468 140731430927312 140351696395120 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12107] ppid=12090 vsize=28231652 memory=279769069614992 CPUtime=0.03 cores=0-7
/proc/12092/task/12107/stat : 12107 (java) R 12090 12090 7356 0 -1 4202560 281 0 0 0 3 0 0 0 20 0 20 0 446997311 28909211648 12294 33554432000 4194304 4196468 140731430927312 140351695323336 140352702245873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12108] ppid=12090 vsize=28231652 memory=279769069621904 CPUtime=0.02 cores=0-7
/proc/12092/task/12108/stat : 12108 (java) S 12090 12090 7356 0 -1 1077944384 193 0 0 0 2 0 0 0 20 0 20 0 446997311 28909211648 12294 33554432000 4194304 4196468 140731430927312 140351694289520 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12109] ppid=12090 vsize=28231652 memory=279769069619600 CPUtime=0.13 cores=0-7
/proc/12092/task/12109/stat : 12109 (java) S 12090 12090 7356 0 -1 1077944384 1114 0 0 0 13 0 0 0 20 0 20 0 446997311 28909211648 12294 33554432000 4194304 4196468 140731430927312 140351693236720 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12110] ppid=12090 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12110/stat : 12110 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446997311 28909211648 12294 33554432000 4194304 4196468 140731430927312 140351692184160 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12111] ppid=12090 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/12092/task/12111/stat : 12111 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997311 28909211648 12294 33554432000 4194304 4196468 140731430927312 140351691131440 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50464 KiB

[startup+0.701013 s]
/proc/loadavg: 8.39 8.11 8.07 5/211 12111
/proc/meminfo: memFree=29279376/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
[pid=12092] ppid=12090 vsize=28233776 memory=85164 CPUtime=1.59 cores=0-7
/proc/12092/stat : 12092 (java) S 12090 12090 7356 0 -1 1077944320 15482 0 0 0 152 7 0 0 20 0 20 0 446997305 28911386624 21291 33554432000 4194304 4196468 140731430927312 140731430909856 140352718745335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
/proc/12092/statm: 7058444 21291 3451 1 0 7019544 0
[pid=12092/tid=12093] ppid=12090 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/12092/task/12093/stat : 12093 (java) R 12090 12090 7356 0 -1 4202560 9351 0 0 0 64 4 0 0 20 0 20 0 446997306 28911386624 21291 33554432000 4194304 4196468 140731430927312 140352722983248 140352718766682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12094] ppid=12090 vsize=28233776 memory=139884534997872 CPUtime=0 cores=0-7
/proc/12092/task/12094/stat : 12094 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28911386624 21291 33554432000 4194304 4196468 140731430927312 140352270494352 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12095] ppid=12090 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12095/stat : 12095 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446997306 28911386624 21291 33554432000 4194304 4196468 140731430927312 140352269441552 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12096] ppid=12090 vsize=28233776 memory=8024 CPUtime=0 cores=0-7
/proc/12092/task/12096/stat : 12096 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446997306 28911386624 21291 33554432000 4194304 4196468 140731430927312 140352268388752 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0

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

[pid=12092/tid=12215] ppid=12090 vsize=28768336 memory=0 CPUtime=0.36 cores=0-7
/proc/12092/task/12215/stat : 12215 (java) R 12090 12090 7356 0 -1 4202560 56 0 0 0 36 0 0 0 20 0 28 0 446997569 29458776064 53877 33554432000 4194304 4196468 140731430927312 140350822792136 140352362034156 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
Current children cumulated CPU time: 20.94 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 216956 KiB

[startup+4.00659 s]*
/proc/loadavg: 8.44 8.12 8.08 9/220 12217
/proc/meminfo: memFree=29113552/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
[pid=12092] ppid=12090 vsize=28768336 memory=232104 CPUtime=27.38 cores=0-7
/proc/12092/stat : 12092 (java) S 12090 12090 7356 0 -1 1077944320 33547 0 0 0 2718 20 0 0 20 0 28 0 446997305 29458776064 58026 33554432000 4194304 4196468 140731430927312 140731430909856 140352718745335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
/proc/12092/statm: 7192084 58026 3511 1 0 7153184 0
[pid=12092/tid=12093] ppid=12090 vsize=28768336 memory=576567874760998942 CPUtime=0.7 cores=0-7
/proc/12092/task/12093/stat : 12093 (java) S 12090 12090 7356 0 -1 1077944384 9437 0 0 0 66 4 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352722986112 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12094] ppid=12090 vsize=28768336 memory=306807931645722947 CPUtime=0 cores=0-7
/proc/12092/task/12094/stat : 12094 (java) S 12090 12090 7356 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352270494352 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12095] ppid=12090 vsize=28768336 memory=15398027484497560 CPUtime=0 cores=0-7
/proc/12092/task/12095/stat : 12095 (java) S 12090 12090 7356 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352269441552 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12096] ppid=12090 vsize=28768336 memory=3472328296227680299 CPUtime=0 cores=0-7
/proc/12092/task/12096/stat : 12096 (java) S 12090 12090 7356 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352268388752 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12097] ppid=12090 vsize=28768336 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/12092/task/12097/stat : 12097 (java) S 12090 12090 7356 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352267335952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12098] ppid=12090 vsize=28768336 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/12092/task/12098/stat : 12098 (java) S 12090 12090 7356 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352266284176 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12099] ppid=12090 vsize=28768336 memory=4120849958300759855 CPUtime=0 cores=0-7
/proc/12092/task/12099/stat : 12099 (java) S 12090 12090 7356 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352265231376 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12100] ppid=12090 vsize=28768336 memory=4641049920903598178 CPUtime=0 cores=0-7
/proc/12092/task/12100/stat : 12100 (java) S 12090 12090 7356 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352264178576 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12101] ppid=12090 vsize=28768336 memory=3472468179953963346 CPUtime=0 cores=0-7
/proc/12092/task/12101/stat : 12101 (java) S 12090 12090 7356 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352263125776 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12102] ppid=12090 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12102/stat : 12102 (java) S 12090 12090 7356 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 446997308 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352219838832 140352718756482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12103] ppid=12090 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12103/stat : 12103 (java) S 12090 12090 7356 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 446997308 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352218784864 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12104] ppid=12090 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12104/stat : 12104 (java) S 12090 12090 7356 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 446997309 29458776064 58026 33554432000 4194304 4196468 140731430927312 140352217731952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12105] ppid=12090 vsize=28768336 memory=279769069877856 CPUtime=0 cores=0-7
/proc/12092/task/12105/stat : 12105 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446997311 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351697446736 140352718763931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12106] ppid=12090 vsize=28768336 memory=29905773375 CPUtime=1.74 cores=0-7
/proc/12092/task/12106/stat : 12106 (java) S 12090 12090 7356 0 -1 1077944384 5701 0 0 0 172 2 0 0 20 0 28 0 446997311 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351696395120 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12107] ppid=12090 vsize=28768336 memory=0 CPUtime=2.2 cores=0-7
/proc/12092/task/12107/stat : 12107 (java) S 12090 12090 7356 0 -1 1077944384 6095 0 0 0 219 1 0 0 20 0 28 0 446997311 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351695342320 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12108] ppid=12090 vsize=28768336 memory=0 CPUtime=1.49 cores=0-7
/proc/12092/task/12108/stat : 12108 (java) S 12090 12090 7356 0 -1 1077944384 4623 0 0 0 148 1 0 0 20 0 28 0 446997311 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351694289520 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12109] ppid=12090 vsize=28768336 memory=0 CPUtime=0.74 cores=0-7
/proc/12092/task/12109/stat : 12109 (java) S 12090 12090 7356 0 -1 1077944384 3538 0 0 0 73 1 0 0 20 0 28 0 446997311 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351693236720 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12110] ppid=12090 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12110/stat : 12110 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446997311 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351692184160 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12111] ppid=12090 vsize=28768336 memory=-1 CPUtime=0 cores=0-7
/proc/12092/task/12111/stat : 12111 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446997311 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351691131440 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12208] ppid=12090 vsize=28768336 memory=-1 CPUtime=1.3 cores=0-7
/proc/12092/task/12208/stat : 12208 (java) R 12090 12090 7356 0 -1 4202560 57 0 0 0 130 0 0 0 20 0 28 0 446997568 29458776064 58026 33554432000 4194304 4196468 140731430927312 140350824889144 140352362599301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12209] ppid=12090 vsize=28768336 memory=0 CPUtime=1.2 cores=0-7
/proc/12092/task/12209/stat : 12209 (java) R 12090 12090 7356 0 -1 4202560 32 0 0 0 120 0 0 0 20 0 28 0 446997569 29458776064 58026 33554432000 4194304 4196468 140731430927312 140350825942648 140352362915462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12210] ppid=12090 vsize=28768336 memory=0 CPUtime=1.23 cores=0-7
/proc/12092/task/12210/stat : 12210 (java) R 12090 12090 7356 0 -1 4202560 65 0 0 0 123 0 0 0 20 0 28 0 446997569 29458776064 58026 33554432000 4194304 4196468 140731430927312 140350823837608 140352362424922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12211] ppid=12090 vsize=28768336 memory=0 CPUtime=1.2 cores=0-7
/proc/12092/task/12211/stat : 12211 (java) R 12090 12090 7356 0 -1 4202560 92 0 0 0 119 1 0 0 20 0 28 0 446997569 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351682151032 140352361643018 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12212] ppid=12090 vsize=28768336 memory=0 CPUtime=1.28 cores=0-7
/proc/12092/task/12212/stat : 12212 (java) R 12090 12090 7356 0 -1 4202560 69 0 0 0 128 0 0 0 20 0 28 0 446997569 29458776064 58026 33554432000 4194304 4196468 140731430927312 140350821732528 140352362915875 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12213] ppid=12090 vsize=28768336 memory=0 CPUtime=1.26 cores=0-7
/proc/12092/task/12213/stat : 12213 (java) R 12090 12090 7356 0 -1 4202560 64 0 0 0 126 0 0 0 20 0 28 0 446997569 29458776064 58026 33554432000 4194304 4196468 140731430927312 140350820679432 140352362428253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12214] ppid=12090 vsize=28768336 memory=0 CPUtime=1.18 cores=0-7
/proc/12092/task/12214/stat : 12214 (java) R 12090 12090 7356 0 -1 4202560 100 0 0 0 118 0 0 0 20 0 28 0 446997569 29458776064 58026 33554432000 4194304 4196468 140731430927312 140351681097720 140352364026960 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12215] ppid=12090 vsize=28768336 memory=0 CPUtime=1.16 cores=0-7
/proc/12092/task/12215/stat : 12215 (java) R 12090 12090 7356 0 -1 4202560 60 0 0 0 116 0 0 0 20 0 28 0 446997569 29458776064 58026 33554432000 4194304 4196468 140731430927312 140350822784968 140352362915500 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
Current children cumulated CPU time: 27.38 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 233552 KiB

[startup+4.80159 s]
/proc/loadavg: 8.44 8.12 8.08 9/220 12217
/proc/meminfo: memFree=29113552/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
[pid=12092] ppid=12090 vsize=28768336 memory=232312 CPUtime=33.65 cores=0-7
/proc/12092/stat : 12092 (java) S 12090 12090 7356 0 -1 1077944320 34097 0 0 0 3345 20 0 0 20 0 28 0 446997305 29458776064 58078 33554432000 4194304 4196468 140731430927312 140731430909856 140352718745335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
/proc/12092/statm: 7192084 58078 3511 1 0 7153184 0
[pid=12092/tid=12093] ppid=12090 vsize=28768336 memory=0 CPUtime=0.7 cores=0-7
/proc/12092/task/12093/stat : 12093 (java) S 12090 12090 7356 0 -1 1077944384 9437 0 0 0 66 4 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352722986112 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12094] ppid=12090 vsize=28768336 memory=8546823402028195750 CPUtime=0 cores=0-7
/proc/12092/task/12094/stat : 12094 (java) S 12090 12090 7356 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352270494352 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12095] ppid=12090 vsize=28768336 memory=6944613755294413216 CPUtime=0 cores=0-7
/proc/12092/task/12095/stat : 12095 (java) S 12090 12090 7356 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352269441552 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12096] ppid=12090 vsize=28768336 memory=6933690279252828305 CPUtime=0 cores=0-7
/proc/12092/task/12096/stat : 12096 (java) S 12090 12090 7356 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352268388752 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12097] ppid=12090 vsize=28768336 memory=7679373425970869011 CPUtime=0 cores=0-7
/proc/12092/task/12097/stat : 12097 (java) S 12090 12090 7356 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352267335952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12098] ppid=12090 vsize=28768336 memory=-8990767739041718176 CPUtime=0 cores=0-7
/proc/12092/task/12098/stat : 12098 (java) S 12090 12090 7356 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352266284176 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12099] ppid=12090 vsize=28768336 memory=6944613755294413216 CPUtime=0 cores=0-7
/proc/12092/task/12099/stat : 12099 (java) S 12090 12090 7356 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352265231376 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12100] ppid=12090 vsize=28768336 memory=-7966001734603266090 CPUtime=0 cores=0-7
/proc/12092/task/12100/stat : 12100 (java) S 12090 12090 7356 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352264178576 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12101] ppid=12090 vsize=28768336 memory=1448 CPUtime=0 cores=0-7
/proc/12092/task/12101/stat : 12101 (java) S 12090 12090 7356 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 446997306 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352263125776 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12102] ppid=12090 vsize=28768336 memory=214752 CPUtime=0 cores=0-7
/proc/12092/task/12102/stat : 12102 (java) S 12090 12090 7356 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 446997308 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352219838832 140352718756482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12103] ppid=12090 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12103/stat : 12103 (java) S 12090 12090 7356 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 446997308 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352218784864 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12104] ppid=12090 vsize=28768336 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/12092/task/12104/stat : 12104 (java) S 12090 12090 7356 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 446997309 29458776064 58078 33554432000 4194304 4196468 140731430927312 140352217731952 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12105] ppid=12090 vsize=28768336 memory=1448 CPUtime=0 cores=0-7
/proc/12092/task/12105/stat : 12105 (java) S 12090 12090 7356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446997311 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351697446736 140352718763931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12106] ppid=12090 vsize=28768336 memory=209092 CPUtime=1.74 cores=0-7
/proc/12092/task/12106/stat : 12106 (java) S 12090 12090 7356 0 -1 1077944384 5704 0 0 0 172 2 0 0 20 0 28 0 446997311 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351696395120 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12107] ppid=12090 vsize=28768336 memory=0 CPUtime=2.2 cores=0-7
/proc/12092/task/12107/stat : 12107 (java) D 12090 12090 7356 0 -1 4202560 6101 0 0 0 219 1 0 0 20 0 28 0 446997311 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351695342616 140352698669471 0 4 0 16800975 18446744072100187269 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12108] ppid=12090 vsize=28768336 memory=0 CPUtime=1.49 cores=0-7
/proc/12092/task/12108/stat : 12108 (java) S 12090 12090 7356 0 -1 1077944384 4628 0 0 0 148 1 0 0 20 0 28 0 446997311 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351694289520 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12109] ppid=12090 vsize=28768336 memory=0 CPUtime=0.74 cores=0-7
/proc/12092/task/12109/stat : 12109 (java) S 12090 12090 7356 0 -1 1077944384 3548 0 0 0 73 1 0 0 20 0 28 0 446997311 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351693236720 140352718756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12110] ppid=12090 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12110/stat : 12110 (java) S 12090 12090 7356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446997311 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351692184160 140352718755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12111] ppid=12090 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/12092/task/12111/stat : 12111 (java) D 12090 12090 7356 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 28 0 446997311 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351691131360 140352703601422 0 4 0 16800975 18446744072100187269 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12208] ppid=12090 vsize=28768336 memory=0 CPUtime=2.08 cores=0-7
/proc/12092/task/12208/stat : 12208 (java) R 12090 12090 7356 0 -1 4202560 62 0 0 0 208 0 0 0 20 0 28 0 446997568 29458776064 58078 33554432000 4194304 4196468 140731430927312 140350824889736 140352361643361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12209] ppid=12090 vsize=28768336 memory=0 CPUtime=1.98 cores=0-7
/proc/12092/task/12209/stat : 12209 (java) R 12090 12090 7356 0 -1 4202560 61 0 0 0 198 0 0 0 20 0 28 0 446997569 29458776064 58078 33554432000 4194304 4196468 140731430927312 140350825942648 140352362916026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12210] ppid=12090 vsize=28768336 memory=288230574492221466 CPUtime=2.01 cores=0-7
/proc/12092/task/12210/stat : 12210 (java) R 12090 12090 7356 0 -1 4202560 194 0 0 0 201 0 0 0 20 0 28 0 446997569 29458776064 58078 33554432000 4194304 4196468 140731430927312 140350823838744 140352362033526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12211] ppid=12090 vsize=28768336 memory=0 CPUtime=1.99 cores=0-7
/proc/12092/task/12211/stat : 12211 (java) R 12090 12090 7356 0 -1 4202560 182 0 0 0 198 1 0 0 20 0 28 0 446997569 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351682150704 140352361890078 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12212] ppid=12090 vsize=28768336 memory=139884659509553 CPUtime=2.05 cores=0-7
/proc/12092/task/12212/stat : 12212 (java) R 12090 12090 7356 0 -1 4202560 218 0 0 0 205 0 0 0 20 0 28 0 446997569 29458776064 58078 33554432000 4194304 4196468 140731430927312 140350821732296 140352362971337 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12213] ppid=12090 vsize=28768336 memory=6935649255759568960 CPUtime=2.05 cores=0-7
/proc/12092/task/12213/stat : 12213 (java) R 12090 12090 7356 0 -1 4202560 91 0 0 0 205 0 0 0 20 0 28 0 446997569 29458776064 58078 33554432000 4194304 4196468 140731430927312 140350820680424 140352362425150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12214] ppid=12090 vsize=28768336 memory=6656426216303648864 CPUtime=1.96 cores=0-7
/proc/12092/task/12214/stat : 12214 (java) R 12090 12090 7356 0 -1 4202560 147 0 0 0 196 0 0 0 20 0 28 0 446997569 29458776064 58078 33554432000 4194304 4196468 140731430927312 140351681099208 140352362971586 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
[pid=12092/tid=12215] ppid=12090 vsize=28768336 memory=6656426216303648864 CPUtime=1.94 cores=0-7
/proc/12092/task/12215/stat : 12215 (java) R 12090 12090 7356 0 -1 4202560 109 0 0 0 194 0 0 0 20 0 28 0 446997569 29458776064 58078 33554432000 4194304 4196468 140731430927312 140350822785576 140352361643466 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 36331520 140731430933488 140731430933659 140731430933659 140731430936527 0
Current children cumulated CPU time: 33.65 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 233760 KiB

[startup+5.00114 s]*
/proc/loadavg: 8.44 8.12 8.08 1/194 12217
/proc/meminfo: memFree=29330092/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+5.1093 s]
/proc/loadavg: 8.44 8.12 8.08 1/194 12217
/proc/meminfo: memFree=29330092/32770624 swapFree=66958320/67108860
[pid=12090] ppid=12087 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (xcsp3-exec) S 12087 12090 7356 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446997305 115843072 362 33554432000 4194304 5098028 140723372949200 140723372947304 140010997998204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23506944 140723372954492 140723372954734 140723372954734 140723372957642 0
/proc/12090/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 5.17199
CPU time (s): 34.0869
CPU user time (s): 33.8604
CPU system time (s): 0.22648
CPU usage (%): 659.067
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 233912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.8604
system time used= 0.22648
maximum resident set size= 232844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36028
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= 4656
involuntary context switches= 930


# summary of solver processes directly reported to runsolver:
#   pid: 12090
#   total CPU time (s): 34.0869
#   total CPU user time (s): 33.8604
#   total CPU system time (s): 0.22648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063398 second user time and 0.099626 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 10:56:06
IDJOB=4400152
IDBENCH=126224
IDSOLVER=2855
FILE ID=node145/4400152-1568710608
RUNJOBID= node145-1568701156-7383
PBS_JOBID= 21703915
Free space on /tmp= 59532 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400152-1568710608/watcher-4400152-1568710608 -o /tmp/evaluation-result-4400152-1568710608/solver-4400152-1568710608 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568701156-7383 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 192151426 HOME/instance-4400152-1568710608.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=192151426

node145.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.59
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.59
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.59
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.59
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:        29333004 kB
MemAvailable:   31849948 kB
Buffers:          190232 kB
Cached:          2617568 kB
SwapCached:        41072 kB
Active:          1387532 kB
Inactive:        1465408 kB
Active(anon):       7872 kB
Inactive(anon):    86528 kB
Active(file):    1379660 kB
Inactive(file):  1378880 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958320 kB
Dirty:             26024 kB
Writeback:             0 kB
AnonPages:        134488 kB
Mapped:            48860 kB
Shmem:             40616 kB
Slab:             176864 kB
SReclaimable:     148476 kB
SUnreclaim:        28388 kB
KernelStack:        3712 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59508 MiB
End job on node145 at 2019-09-17 10:56:12