Trace number 4394255

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-06-14OPT35 150.019 38.2211

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-4.xml
MD5SUMe870fb3a9053f33a7d0d8e73b49cdad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark38.3375
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":12},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax 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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394255-1568331619.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394255-1568331619.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.35/1.30	c solve instance...
3.35/1.39	o -1000 
15.59/4.47	o -994 
18.03/5.04	o -971 
19.13/5.32	o -10 
19.13/5.33	o 6 
19.50/5.47	o 7 
24.26/6.65	o 13 
27.44/7.45	o 24 
30.61/8.29	o 30 
61.70/16.08	o 31 
62.10/16.15	o 35 
150.00/38.20	s OPTIMUM FOUND
150.00/38.20	v <instantiation>
150.00/38.20	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
150.00/38.20	v 	<values>6 0 1 9 3 4 7 13 2 8 -1 5 18 12 -1 -1 -1 11 19 20 21 22 23 17 0 19 18 15 14 13 1 2 17 16 -1 12 4 3 -1 -1 -1 11 5 6 7 8 9 10 3 -5 7 -3 2 -1 -3 2 6 8 0 3 4 2 0 0 0 0 -3 9 -3 0 5 2 </values>
150.00/38.20	v </instantiation>

Verifier Data

OK	35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394255-1568331619/watcher-4394255-1568331619 -o /tmp/evaluation-result-4394255-1568331619/solver-4394255-1568331619 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568327905-19559 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 997262039 HOME/instance-4394255-1568331619.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26457, runsolver pid=26454
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 7.02 7.74 7.72 7/233 26477
/proc/meminfo: memFree=22062432/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0
[pid=26459] ppid=26457 vsize=15144768 memory=30284 CPUtime=0.12 cores=0,2,4,6
/proc/26459/stat : 26459 (java) S 26457 26457 19528 0 -1 1077944320 5459 0 0 0 11 1 0 0 20 0 15 0 409076803 15508242432 7571 33554432000 4194304 4196468 140726534605584 140726534588128 139995306557175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
/proc/26459/statm: 3786192 7571 3153 1 0 3748377 0
[pid=26459/tid=26460] ppid=26457 vsize=15144768 memory=7100839878644302962 CPUtime=0.08 cores=0,2,4,6
/proc/26459/task/26460/stat : 26460 (java) R 26457 26457 19528 0 -1 4202560 3382 0 0 0 8 0 0 0 20 0 15 0 409076804 15508242432 7571 33554432000 4194304 4196468 140726534605584 139995310789968 139994943421568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26465] ppid=26457 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26465/stat : 26465 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994898443024 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26466] ppid=26457 vsize=15144768 memory=139658236843648 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26466/stat : 26466 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994897390480 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26467] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26467/stat : 26467 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994896337936 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26468] ppid=26457 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26468/stat : 26468 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994895285392 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26469] ppid=26457 vsize=15144768 memory=139658236843648 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26469/stat : 26469 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076806 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994775230448 139995306568322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26470] ppid=26457 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26470/stat : 26470 (java) S 26457 26457 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409076806 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994774176672 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26471] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26471/stat : 26471 (java) S 26457 26457 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409076806 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994773124080 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26472] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26472/stat : 26472 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994772072656 139995306575771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26473] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26473/stat : 26473 (java) S 26457 26457 19528 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994771020272 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26474] ppid=26457 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26474/stat : 26474 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994769967728 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26475] ppid=26457 vsize=15144768 memory=139658236843648 CPUtime=0.02 cores=0,2,4,6
/proc/26459/task/26475/stat : 26475 (java) R 26457 26457 19528 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 409076809 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994768915184 139995306569110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26476] ppid=26457 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26476/stat : 26476 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994767862880 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26477] ppid=26457 vsize=15144768 memory=139658236843648 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 7571 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31732 KiB

[startup+0.210907 s]*
/proc/loadavg: 7.02 7.74 7.72 6/233 26477
/proc/meminfo: memFree=22050368/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0
[pid=26459] ppid=26457 vsize=15144768 memory=41100 CPUtime=0.34 cores=0,2,4,6
/proc/26459/stat : 26459 (java) S 26457 26457 19528 0 -1 1077944320 8982 0 0 0 31 3 0 0 20 0 15 0 409076803 15508242432 10275 33554432000 4194304 4196468 140726534605584 140726534588128 139995306557175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
/proc/26459/statm: 3786192 10275 3263 1 0 3748377 0
[pid=26459/tid=26460] ppid=26457 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26459/task/26460/stat : 26460 (java) R 26457 26457 19528 0 -1 4202560 6191 0 0 0 18 2 0 0 20 0 15 0 409076804 15508242432 10275 33554432000 4194304 4196468 140726534605584 139995310793312 139995306569110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26465] ppid=26457 vsize=15144768 memory=11079 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26465/stat : 26465 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994898443024 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26466] ppid=26457 vsize=15144768 memory=3005644 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26466/stat : 26466 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994897390480 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26467] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26467/stat : 26467 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994896337936 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26468] ppid=26457 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26468/stat : 26468 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994895285392 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26469] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26469/stat : 26469 (java) S 26457 26457 19528 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409076806 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994775230448 139995306568322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26470] ppid=26457 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26470/stat : 26470 (java) S 26457 26457 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409076806 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994774176672 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26471] ppid=26457 vsize=15144768 memory=139658236843648 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26471/stat : 26471 (java) S 26457 26457 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409076806 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994773124080 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26472] ppid=26457 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26472/stat : 26472 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994772072656 139995306575771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26473] ppid=26457 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26459/task/26473/stat : 26473 (java) S 26457 26457 19528 0 -1 1077944384 490 0 0 0 2 0 0 0 20 0 15 0 409076809 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994771020272 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26474] ppid=26457 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26459/task/26474/stat : 26474 (java) S 26457 26457 19528 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 15 0 409076809 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994769967728 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26475] ppid=26457 vsize=15144768 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26459/task/26475/stat : 26475 (java) R 26457 26457 19528 0 -1 4202560 738 0 0 0 8 0 0 0 20 0 15 0 409076809 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994768915184 139995285271665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26476] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26476/stat : 26476 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994767862880 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26477] ppid=26457 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076809 15508242432 10275 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42548 KiB

[startup+0.320112 s]*
/proc/loadavg: 7.02 7.74 7.72 7/233 26477
/proc/meminfo: memFree=22042476/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0
[pid=26459] ppid=26457 vsize=15149024 memory=50620 CPUtime=0.54 cores=0,2,4,6
/proc/26459/stat : 26459 (java) S 26457 26457 19528 0 -1 1077944320 10437 0 0 0 50 4 0 0 20 0 15 0 409076803 15512600576 12655 33554432000 4194304 4196468 140726534605584 140726534588128 139995306557175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
/proc/26459/statm: 3787256 12655 3370 1 0 3748377 0
[pid=26459/tid=26460] ppid=26457 vsize=15149024 memory=8389772277269004345 CPUtime=0.31 cores=0,2,4,6
/proc/26459/task/26460/stat : 26460 (java) R 26457 26457 19528 0 -1 4202560 7404 0 0 0 28 3 0 0 20 0 15 0 409076804 15512600576 12655 33554432000 4194304 4196468 140726534605584 139995310788288 139995306569110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26465] ppid=26457 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26465/stat : 26465 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994898443024 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26466] ppid=26457 vsize=15149024 memory=3002260 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26466/stat : 26466 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994897390480 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26467] ppid=26457 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26467/stat : 26467 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076804 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994896337936 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26468] ppid=26457 vsize=15149024 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26468/stat : 26468 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994895285392 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26469] ppid=26457 vsize=15149024 memory=139658236843648 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26469/stat : 26469 (java) S 26457 26457 19528 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409076806 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994775230448 139995306568322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26470] ppid=26457 vsize=15149024 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26470/stat : 26470 (java) S 26457 26457 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409076806 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994774176672 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26471] ppid=26457 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26471/stat : 26471 (java) S 26457 26457 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409076806 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994773124080 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26472] ppid=26457 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26472/stat : 26472 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15512600576 12655 33554432000 4194304 4196468 140726534605584 139994772072656 139995306575771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26473] ppid=26457 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26459/task/26473/stat : 26473 (java) S 26457 26457 19528 0 -1 1077944384 630 0 0 0 5 0 0 0 20 0 15 0 409076809 15512600576 12664 33554432000 4194304 4196468 140726534605584 139994771020272 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26474] ppid=26457 vsize=15149024 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26459/task/26474/stat : 26474 (java) S 26457 26457 19528 0 -1 1077944384 265 0 0 0 4 0 0 0 20 0 15 0 409076809 15512600576 12664 33554432000 4194304 4196468 140726534605584 139994769967728 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26475] ppid=26457 vsize=15149024 memory=139658236843648 CPUtime=0.12 cores=0,2,4,6
/proc/26459/task/26475/stat : 26475 (java) S 26457 26457 19528 0 -1 1077944384 829 0 0 0 12 0 0 0 20 0 15 0 409076809 15512600576 12664 33554432000 4194304 4196468 140726534605584 139994768915184 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26476] ppid=26457 vsize=15149024 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26476/stat : 26476 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15512600576 12664 33554432000 4194304 4196468 140726534605584 139994767862880 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26477] ppid=26457 vsize=15149024 memory=139658236843648 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076809 15512600576 12664 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52068 KiB

[startup+0.701489 s]
/proc/loadavg: 7.02 7.74 7.72 8/233 26477
/proc/meminfo: memFree=22013620/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0
[pid=26459] ppid=26457 vsize=15151148 memory=112912 CPUtime=1.73 cores=0,2,4,6
/proc/26459/stat : 26459 (java) S 26457 26457 19528 0 -1 1077944320 14753 0 0 0 167 6 0 0 20 0 15 0 409076803 15514775552 28228 33554432000 4194304 4196468 140726534605584 140726534588128 139995306557175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
/proc/26459/statm: 3787787 28228 3441 1 0 3748889 0
[pid=26459/tid=26460] ppid=26457 vsize=15151148 memory=2116 CPUtime=0.68 cores=0,2,4,6
/proc/26459/task/26460/stat : 26460 (java) R 26457 26457 19528 0 -1 1077944384 8616 0 0 0 64 4 0 0 20 0 15 0 409076804 15514775552 28228 33554432000 4194304 4196468 140726534605584 139995310794320 139995306567381 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26465] ppid=26457 vsize=15151148 memory=520 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26465/stat : 26465 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994898443024 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26466] ppid=26457 vsize=15151148 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26466/stat : 26466 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994897390480 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26467] ppid=26457 vsize=15151148 memory=924 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26467/stat : 26467 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076804 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994896337936 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26468] ppid=26457 vsize=15151148 memory=3688 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26468/stat : 26468 (java) S 26457 26457 19528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409076804 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994895285392 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26469] ppid=26457 vsize=15151148 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26469/stat : 26469 (java) S 26457 26457 19528 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 409076806 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994775230448 139995306568322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26470] ppid=26457 vsize=15151148 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26470/stat : 26470 (java) S 26457 26457 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409076806 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994774176672 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26471] ppid=26457 vsize=15151148 memory=804 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26471/stat : 26471 (java) S 26457 26457 19528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409076806 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994773124080 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26472] ppid=26457 vsize=15151148 memory=7086240636179272035 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26472/stat : 26472 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994772072656 139995306575771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26473] ppid=26457 vsize=15151148 memory=7453282923444726100 CPUtime=0.34 cores=0,2,4,6
/proc/26459/task/26473/stat : 26473 (java) R 26457 26457 19528 0 -1 4202560 1722 0 0 0 34 0 0 0 20 0 15 0 409076809 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994771006296 139995288101363 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26474] ppid=26457 vsize=15151148 memory=5792825802846453857 CPUtime=0.34 cores=0,2,4,6
/proc/26459/task/26474/stat : 26474 (java) R 26457 26457 19528 0 -1 4202560 1292 0 0 0 34 0 0 0 20 0 15 0 409076809 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994769956528 139995290846033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26475] ppid=26457 vsize=15151148 memory=8514726395715219869 CPUtime=0.33 cores=0,2,4,6
/proc/26459/task/26475/stat : 26475 (java) R 26457 26457 19528 0 -1 4202560 1816 0 0 0 33 0 0 0 20 0 15 0 409076809 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994768915184 139995286271932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26476] ppid=26457 vsize=15151148 memory=7523374654865433442 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26476/stat : 26476 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409076809 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994767862880 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26477] ppid=26457 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409076809 15514775552 28228 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 114360 KiB

[startup+1.50111 s]
/proc/loadavg: 7.02 7.74 7.72 8/233 26477
/proc/meminfo: memFree=21889772/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0

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

/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 19 0 409076809 15857680384 74776 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26546] ppid=26457 vsize=15486016 memory=1052 CPUtime=20.54 cores=0,2,4,6
/proc/26459/task/26546/stat : 26546 (java) R 26457 26457 19528 0 -1 4202560 325 0 0 0 2054 0 0 0 20 0 19 0 409078418 15857680384 74776 33554432000 4194304 4196468 140726534605584 139994753395864 139994949510115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26547] ppid=26457 vsize=15486016 memory=299104 CPUtime=20.47 cores=0,2,4,6
/proc/26459/task/26547/stat : 26547 (java) R 26457 26457 19528 0 -1 4202560 1555 0 0 0 2047 0 0 0 20 0 19 0 409078419 15857680384 74776 33554432000 4194304 4196468 140726534605584 139994751293560 139994950044124 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26548] ppid=26457 vsize=15486016 memory=1436 CPUtime=20.58 cores=0,2,4,6
/proc/26459/task/26548/stat : 26548 (java) R 26457 26457 19528 0 -1 4202560 1515 0 0 0 2058 0 0 0 20 0 19 0 409078419 15857680384 74776 33554432000 4194304 4196468 140726534605584 139994755502600 139994949510312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26549] ppid=26457 vsize=15486016 memory=4164 CPUtime=20.29 cores=0,2,4,6
/proc/26459/task/26549/stat : 26549 (java) R 26457 26457 19528 0 -1 4202560 1109 0 0 0 2029 0 0 0 20 0 19 0 409078419 15857680384 74776 33554432000 4194304 4196468 140726534605584 139994752343688 139994950043951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 144.42 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 300552 KiB

[startup+37.6011 s]
/proc/loadavg: 7.66 7.83 7.75 10/237 26581
/proc/meminfo: memFree=21698428/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0
[pid=26459] ppid=26457 vsize=15486016 memory=301152 CPUtime=147.61 cores=0,2,4,6
/proc/26459/stat : 26459 (java) S 26457 26457 19528 0 -1 1077944320 61087 0 0 0 14740 21 0 0 20 0 19 0 409076803 15857680384 75288 33554432000 4194304 4196468 140726534605584 140726534588128 139995306557175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
/proc/26459/statm: 3871504 75288 3527 1 0 3832606 0
[pid=26459/tid=26460] ppid=26457 vsize=15486016 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/26459/task/26460/stat : 26460 (java) S 26457 26457 19528 0 -1 1077944384 9330 0 0 0 119 6 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139995310797952 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26465] ppid=26457 vsize=15486016 memory=92 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26465/stat : 26465 (java) S 26457 26457 19528 0 -1 1077944384 117 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994898443024 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26466] ppid=26457 vsize=15486016 memory=299104 CPUtime=0.02 cores=0,2,4,6
/proc/26459/task/26466/stat : 26466 (java) S 26457 26457 19528 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994897390480 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26467] ppid=26457 vsize=15486016 memory=288230596050944315 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26467/stat : 26467 (java) S 26457 26457 19528 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994896337936 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26468] ppid=26457 vsize=15486016 memory=15817794159643255 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26468/stat : 26468 (java) S 26457 26457 19528 0 -1 1077944384 110 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994895285392 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26469] ppid=26457 vsize=15486016 memory=7980 CPUtime=0.01 cores=0,2,4,6
/proc/26459/task/26469/stat : 26469 (java) S 26457 26457 19528 0 -1 1077944384 748 0 0 0 1 0 0 0 20 0 19 0 409076806 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994775230448 139995306568322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26470] ppid=26457 vsize=15486016 memory=9580 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26470/stat : 26470 (java) S 26457 26457 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409076806 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994774176736 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26471] ppid=26457 vsize=15486016 memory=1052 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26471/stat : 26471 (java) S 26457 26457 19528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409076806 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994773124096 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26472] ppid=26457 vsize=15486016 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26472/stat : 26472 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994772072656 139995306575771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26473] ppid=26457 vsize=15486016 memory=4164 CPUtime=3.07 cores=0,2,4,6
/proc/26459/task/26473/stat : 26473 (java) S 26457 26457 19528 0 -1 1077944384 15020 0 0 0 305 2 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994771020272 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26474] ppid=26457 vsize=15486016 memory=1548 CPUtime=2.87 cores=0,2,4,6
/proc/26459/task/26474/stat : 26474 (java) S 26457 26457 19528 0 -1 1077944384 14294 0 0 0 285 2 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994769967728 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26475] ppid=26457 vsize=15486016 memory=1608 CPUtime=0.85 cores=0,2,4,6
/proc/26459/task/26475/stat : 26475 (java) S 26457 26457 19528 0 -1 1077944384 8454 0 0 0 84 1 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994768915184 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26476] ppid=26457 vsize=15486016 memory=7980 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26476/stat : 26476 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994767862880 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26477] ppid=26457 vsize=15486016 memory=9580 CPUtime=0.01 cores=0,2,4,6
/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26546] ppid=26457 vsize=15486016 memory=1052 CPUtime=21.34 cores=0,2,4,6
/proc/26459/task/26546/stat : 26546 (java) R 26457 26457 19528 0 -1 4202560 326 0 0 0 2134 0 0 0 20 0 19 0 409078418 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994753395864 139994949510063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26547] ppid=26457 vsize=15486016 memory=776 CPUtime=21.25 cores=0,2,4,6
/proc/26459/task/26547/stat : 26547 (java) R 26457 26457 19528 0 -1 4202560 1558 0 0 0 2125 0 0 0 20 0 19 0 409078419 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994751291536 139994949509883 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26548] ppid=26457 vsize=15486016 memory=2832 CPUtime=21.38 cores=0,2,4,6
/proc/26459/task/26548/stat : 26548 (java) R 26457 26457 19528 0 -1 4202560 1516 0 0 0 2138 0 0 0 20 0 19 0 409078419 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994755502544 139994949510040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26549] ppid=26457 vsize=15486016 memory=668 CPUtime=21.09 cores=0,2,4,6
/proc/26459/task/26549/stat : 26549 (java) R 26457 26457 19528 0 -1 4202560 1109 0 0 0 2109 0 0 0 20 0 19 0 409078419 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994752343184 139994949509832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 147.61 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 302600 KiB

[startup+38.0021 s]*
/proc/loadavg: 7.66 7.83 7.75 10/237 26581
/proc/meminfo: memFree=21696384/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0
[pid=26459] ppid=26457 vsize=15486016 memory=301152 CPUtime=149.24 cores=0,2,4,6
/proc/26459/stat : 26459 (java) S 26457 26457 19528 0 -1 1077944320 61087 0 0 0 14903 21 0 0 20 0 19 0 409076803 15857680384 75288 33554432000 4194304 4196468 140726534605584 140726534588128 139995306557175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
/proc/26459/statm: 3871504 75288 3527 1 0 3832606 0
[pid=26459/tid=26460] ppid=26457 vsize=15486016 memory=8317482817917895235 CPUtime=1.25 cores=0,2,4,6
/proc/26459/task/26460/stat : 26460 (java) S 26457 26457 19528 0 -1 1077944384 9330 0 0 0 119 6 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139995310797952 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26465] ppid=26457 vsize=15486016 memory=4872558044660077418 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26465/stat : 26465 (java) S 26457 26457 19528 0 -1 1077944384 117 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994898443024 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26466] ppid=26457 vsize=15486016 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26459/task/26466/stat : 26466 (java) S 26457 26457 19528 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994897390480 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26467] ppid=26457 vsize=15486016 memory=35489 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26467/stat : 26467 (java) S 26457 26457 19528 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994896337936 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26468] ppid=26457 vsize=15486016 memory=9126232286719478932 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26468/stat : 26468 (java) S 26457 26457 19528 0 -1 1077944384 110 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994895285392 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26469] ppid=26457 vsize=15486016 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26459/task/26469/stat : 26469 (java) S 26457 26457 19528 0 -1 1077944384 748 0 0 0 1 0 0 0 20 0 19 0 409076806 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994775230448 139995306568322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26470] ppid=26457 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26470/stat : 26470 (java) S 26457 26457 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409076806 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994774176736 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26471] ppid=26457 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26471/stat : 26471 (java) S 26457 26457 19528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409076806 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994773124096 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26472] ppid=26457 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26472/stat : 26472 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994772072656 139995306575771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26473] ppid=26457 vsize=15486016 memory=0 CPUtime=3.07 cores=0,2,4,6
/proc/26459/task/26473/stat : 26473 (java) S 26457 26457 19528 0 -1 1077944384 15020 0 0 0 305 2 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994771020272 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26474] ppid=26457 vsize=15486016 memory=0 CPUtime=2.87 cores=0,2,4,6
/proc/26459/task/26474/stat : 26474 (java) S 26457 26457 19528 0 -1 1077944384 14294 0 0 0 285 2 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994769967728 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26475] ppid=26457 vsize=15486016 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/26459/task/26475/stat : 26475 (java) S 26457 26457 19528 0 -1 1077944384 8454 0 0 0 84 1 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994768915184 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26476] ppid=26457 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26476/stat : 26476 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994767862880 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26477] ppid=26457 vsize=15486016 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 19 0 409076809 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26546] ppid=26457 vsize=15486016 memory=7740120269970559850 CPUtime=21.75 cores=0,2,4,6
/proc/26459/task/26546/stat : 26546 (java) R 26457 26457 19528 0 -1 4202560 326 0 0 0 2175 0 0 0 20 0 19 0 409078418 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994753395864 139994949510330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26547] ppid=26457 vsize=15486016 memory=7669173225541298795 CPUtime=21.65 cores=0,2,4,6
/proc/26459/task/26547/stat : 26547 (java) R 26457 26457 19528 0 -1 4202560 1558 0 0 0 2165 0 0 0 20 0 19 0 409078419 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994751291536 139994949509769 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26548] ppid=26457 vsize=15486016 memory=0 CPUtime=21.79 cores=0,2,4,6
/proc/26459/task/26548/stat : 26548 (java) R 26457 26457 19528 0 -1 4202560 1516 0 0 0 2179 0 0 0 20 0 19 0 409078419 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994755502680 139994950044183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26549] ppid=26457 vsize=15486016 memory=0 CPUtime=21.5 cores=0,2,4,6
/proc/26459/task/26549/stat : 26549 (java) R 26457 26457 19528 0 -1 4202560 1109 0 0 0 2150 0 0 0 20 0 19 0 409078419 15857680384 75288 33554432000 4194304 4196468 140726534605584 139994752343320 139994949510141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 149.24 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 302600 KiB

[startup+38.2012 s]
/proc/loadavg: 7.66 7.83 7.75 10/237 26581
/proc/meminfo: memFree=21696384/32770624 swapFree=66939828/67108860
[pid=26457] ppid=26454 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (xcsp3-exec) S 26454 26457 19528 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409076803 115843072 362 33554432000 4194304 5098028 140720485636848 140720485634952 140398171533948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39698432 140720485639035 140720485639277 140720485639277 140720485642186 0
/proc/26457/statm: 28282 362 304 221 0 87 0
[pid=26459] ppid=26457 vsize=15486016 memory=301156 CPUtime=150 cores=0,2,4,6
/proc/26459/stat : 26459 (java) S 26457 26457 19528 0 -1 1077944320 61132 0 0 0 14979 21 0 0 20 0 19 0 409076803 15857680384 75289 33554432000 4194304 4196468 140726534605584 140726534588128 139995306557175 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
/proc/26459/statm: 3871504 75289 3527 1 0 3832606 0
[pid=26459/tid=26460] ppid=26457 vsize=15486016 memory=3002647 CPUtime=1.25 cores=0,2,4,6
/proc/26459/task/26460/stat : 26460 (java) S 26457 26457 19528 0 -1 1077944384 9330 0 0 0 119 6 0 0 20 0 19 0 409076804 15857680384 75289 33554432000 4194304 4196468 140726534605584 139995310797952 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26465] ppid=26457 vsize=15486016 memory=8259761640030508194 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26465/stat : 26465 (java) S 26457 26457 19528 0 -1 1077944384 117 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994898443024 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26466] ppid=26457 vsize=15486016 memory=-7606742959547834223 CPUtime=0.02 cores=0,2,4,6
/proc/26459/task/26466/stat : 26466 (java) S 26457 26457 19528 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 19 0 409076804 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994897390480 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26467] ppid=26457 vsize=15486016 memory=-7595718148000617580 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26467/stat : 26467 (java) S 26457 26457 19528 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994896337936 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26468] ppid=26457 vsize=15486016 memory=-6873162000112450758 CPUtime=0.03 cores=0,2,4,6
/proc/26459/task/26468/stat : 26468 (java) S 26457 26457 19528 0 -1 1077944384 110 0 0 0 2 1 0 0 20 0 19 0 409076804 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994895285392 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26469] ppid=26457 vsize=15486016 memory=-7361183220417257581 CPUtime=0.01 cores=0,2,4,6
/proc/26459/task/26469/stat : 26469 (java) S 26457 26457 19528 0 -1 1077944384 748 0 0 0 1 0 0 0 20 0 19 0 409076806 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994775230448 139995306568322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26470] ppid=26457 vsize=15486016 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26470/stat : 26470 (java) S 26457 26457 19528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409076806 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994774176736 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26471] ppid=26457 vsize=15486016 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26471/stat : 26471 (java) S 26457 26457 19528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409076806 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994773124096 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26472] ppid=26457 vsize=15486016 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26472/stat : 26472 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409076809 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994772072656 139995306575771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26473] ppid=26457 vsize=15486016 memory=6944656592387989600 CPUtime=3.07 cores=0,2,4,6
/proc/26459/task/26473/stat : 26473 (java) S 26457 26457 19528 0 -1 1077944384 15020 0 0 0 305 2 0 0 20 0 19 0 409076809 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994771020272 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26474] ppid=26457 vsize=15486016 memory=8976414709404591081 CPUtime=2.87 cores=0,2,4,6
/proc/26459/task/26474/stat : 26474 (java) S 26457 26457 19528 0 -1 1077944384 14294 0 0 0 285 2 0 0 20 0 19 0 409076809 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994769967728 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26475] ppid=26457 vsize=15486016 memory=10 CPUtime=0.85 cores=0,2,4,6
/proc/26459/task/26475/stat : 26475 (java) S 26457 26457 19528 0 -1 1077944384 8454 0 0 0 84 1 0 0 20 0 19 0 409076809 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994768915184 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26476] ppid=26457 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26459/task/26476/stat : 26476 (java) S 26457 26457 19528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409076809 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994767862880 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26477] ppid=26457 vsize=15486016 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26459/task/26477/stat : 26477 (java) S 26457 26457 19528 0 -1 1077944384 738 0 0 0 0 1 0 0 20 0 19 0 409076809 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994766809392 139995306568322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26546] ppid=26457 vsize=15486016 memory=0 CPUtime=21.94 cores=0,2,4,6
/proc/26459/task/26546/stat : 26546 (java) R 26457 26457 19528 0 -1 4202560 326 0 0 0 2194 0 0 0 20 0 19 0 409078418 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994753395864 139994949509985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26547] ppid=26457 vsize=15486016 memory=0 CPUtime=21.84 cores=0,2,4,6
/proc/26459/task/26547/stat : 26547 (java) S 26457 26457 19528 0 -1 1077944384 1603 0 0 0 2184 0 0 0 20 0 19 0 409078419 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994751296976 139995306567381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26548] ppid=26457 vsize=15486016 memory=0 CPUtime=21.98 cores=0,2,4,6
/proc/26459/task/26548/stat : 26548 (java) R 26457 26457 19528 0 -1 4202560 1516 0 0 0 2198 0 0 0 20 0 19 0 409078419 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994755502680 139994949510017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
[pid=26459/tid=26549] ppid=26457 vsize=15486016 memory=0 CPUtime=21.69 cores=0,2,4,6
/proc/26459/task/26549/stat : 26549 (java) R 26457 26457 19528 0 -1 4202560 1109 0 0 0 2169 0 0 0 20 0 19 0 409078419 15857680384 75289 33554432000 4194304 4196468 140726534605584 139994752343320 139994949510115 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140726534607855 140726534608026 140726534608026 140726534610895 0
Current children cumulated CPU time: 150 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 302604 KiB

Child status: 0
Real time (s): 38.2211
CPU time (s): 150.019
CPU user time (s): 149.799
CPU system time (s): 0.219847
CPU usage (%): 392.502
Max. virtual memory (cumulated for all children) (KiB): 15599144
Max. memory (cumulated for all children) (KiB): 302604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.799
system time used= 0.219847
maximum resident set size= 303584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4433
involuntary context switches= 3332


# summary of solver processes directly reported to runsolver:
#   pid: 26457
#   total CPU time (s): 150.019
#   total CPU user time (s): 149.799
#   total CPU system time (s): 0.219847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.251274 second user time and 0.491624 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 01:39:39
IDJOB=4394255
IDBENCH=128028
IDSOLVER=2842
FILE ID=node119/4394255-1568331619
RUNJOBID= node119-1568327905-19559
PBS_JOBID= 21701152
Free space on /tmp= 57244 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394255-1568331619/watcher-4394255-1568331619 -o /tmp/evaluation-result-4394255-1568331619/solver-4394255-1568331619 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568327905-19559 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 997262039 HOME/instance-4394255-1568331619.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=997262039

node119.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.47
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.47
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.47
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.47
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:        22080704 kB
MemAvailable:   31564288 kB
Buffers:          170976 kB
Cached:          9530016 kB
SwapCached:        61088 kB
Active:          2542136 kB
Inactive:        7464788 kB
Active(anon):     244360 kB
Inactive(anon):   103384 kB
Active(file):    2297776 kB
Inactive(file):  7361404 kB
Unevictable:      106776 kB
Mlocked:          106776 kB
SwapTotal:      67108860 kB
SwapFree:       66939828 kB
Dirty:             26228 kB
Writeback:             0 kB
AnonPages:        482816 kB
Mapped:            56496 kB
Shmem:             32808 kB
Slab:             282148 kB
SReclaimable:     252864 kB
SUnreclaim:        29284 kB
KernelStack:        4160 kB
PageTables:         6252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1640992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57216 MiB
End job on node119 at 2019-09-13 01:40:18